summaryrefslogtreecommitdiffstats
path: root/sha1_file.c
Commit message (Expand)AuthorAgeFilesLines
* sha1_file: trivial style cleanupFelipe Contreras2013-06-031-1/+1
* Merge branch 'tr/unpack-entry-use-after-free-fix'Junio C Hamano2013-05-031-1/+0
|\
| * unpack_entry: avoid freeing objects in base cacheThomas Rast2013-04-301-1/+0
* | Merge branch 'tr/packed-object-info-wo-recursion'Junio C Hamano2013-04-181-145/+266
|\|
| * sha1_file: remove recursion in unpack_entryThomas Rast2013-03-271-81/+150
| * Refactor parts of in_delta_base_cache/cache_or_unpack_entryThomas Rast2013-03-271-13/+32
| * sha1_file: remove recursion in packed_object_infoThomas Rast2013-03-251-51/+84
* | Merge branch 'jk/check-corrupt-objects-carefully'Junio C Hamano2013-04-031-0/+4
|\ \
| * | check_sha1_signature: check return value from read_istreamJeff King2013-03-271-0/+4
* | | Merge branch 'sw/safe-create-leading-dir-race'Junio C Hamano2013-04-021-2/+7
|\ \ \ | |/ / |/| |
| * | safe_create_leading_directories: fix race that could give a false negativeSteven Walter2013-03-261-2/+7
* | | count-objects: report garbage files in pack directory tooNguyễn Thái Ngọc Duy2013-02-151-1/+82
* | | sha1_file: reorder code in prepare_packed_git_one()Nguyễn Thái Ngọc Duy2013-02-131-16/+14
| |/ |/|
* | link_alt_odb_entries(): take (char *, len) rather than two pointersMichael Haggerty2012-11-081-5/+5
* | link_alt_odb_entries(): use string_list_split_in_place()Michael Haggerty2012-11-081-24/+18
|/
* sha1_file.c: introduce get_max_fd_limit() helperJoachim Schmitz2012-08-241-7/+19
* Merge branch 'hv/link-alt-odb-entry'Junio C Hamano2012-07-301-1/+1
|\
| * link_alt_odb_entry: fix read over array bounds reported by valgrindHeiko Voigt2012-07-291-1/+1
* | Merge branch 'hv/submodule-alt-odb'Junio C Hamano2012-05-231-2/+1
|\ \
| * | teach add_submodule_odb() to look for alternatesHeiko Voigt2012-05-141-2/+1
| |/
| * Merge branch 'jk/maint-avoid-streaming-filtered-contents' into maintJunio C Hamano2012-03-041-5/+9
| |\
| * \ Merge branch 'nd/find-pack-entry-recent-cache-invalidation' into maintJunio C Hamano2012-02-211-38/+46
| |\ \
| * \ \ Merge branch 'mm/empty-loose-error-message' into maintJunio C Hamano2012-02-161-0/+5
| |\ \ \
* | | | | remove blank filename in error messagePete Wyckoff2012-04-301-1/+1
* | | | | remove superfluous newlines in error messagesPete Wyckoff2012-04-301-3/+3
* | | | | parse_object: avoid putting whole blob in coreNguyễn Thái Ngọc Duy2012-03-071-2/+40
* | | | | Merge branch 'jk/maint-avoid-streaming-filtered-contents'Junio C Hamano2012-02-261-5/+9
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | do not stream large files to pack when filters are in useJeff King2012-02-241-5/+9
| * | | | Merge branch 'nd/misc-cleanups' into maintJunio C Hamano2011-12-131-1/+2
| |\ \ \ \
* | \ \ \ \ Merge branch 'nd/find-pack-entry-recent-cache-invalidation'Junio C Hamano2012-02-121-38/+46
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | find_pack_entry(): do not keep packed_git pointer locallyNguyễn Thái Ngọc Duy2012-02-011-14/+13
| * | | | | sha1_file.c: move the core logic of find_pack_entry() into fill_pack_entry()Nguyễn Thái Ngọc Duy2012-02-011-26/+35
| | |_|/ / | |/| | |
* | | | | Merge branch 'mm/empty-loose-error-message'Junio C Hamano2012-02-121-0/+5
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | fsck: give accurate error message on empty loose object filesMatthieu Moy2012-02-061-0/+5
* | | | Appease Sun Studio by renaming "tmpfile"Ævar Arnfjörð Bjarmason2011-12-211-6/+6
* | | | Merge branch 'jc/stream-to-pack'Junio C Hamano2011-12-161-63/+4
|\ \ \ \
| * | | | bulk-checkin: replace fast-import based implementationJunio C Hamano2011-12-011-63/+4
* | | | | Merge branch 'nd/misc-cleanups'Junio C Hamano2011-12-051-1/+2
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | unpack_object_header_buffer(): clear the size field upon errorJunio C Hamano2011-10-271-1/+2
| |/ /
* / / sha1_file: don't mix enum with intRamkumar Ramachandra2011-11-151-1/+1
|/ /
* | Merge branch 'jk/maint-pack-objects-compete-with-delete'Junio C Hamano2011-10-211-2/+2
|\ \
| * | downgrade "packfile cannot be accessed" errors to warningsJeff King2011-10-141-1/+1
| * | pack-objects: protect against disappearing packsJeff King2011-10-141-1/+1
* | | Merge branch 'wh/normalize-alt-odb-path'Junio C Hamano2011-10-051-17/+20
|\ \ \ | |/ / |/| |
| * | sha1_file: normalize alt_odb path before comparing and storingHui Wang2011-09-071-17/+20
* | | Merge branch 'jc/maint-clone-alternates'Junio C Hamano2011-08-281-1/+1
|\ \ \
| * | | clone: clone from a repository with relative alternatesJunio C Hamano2011-08-231-1/+1
| |/ /
* | | Merge branch 'rt/zlib-smaller-window'Junio C Hamano2011-08-231-6/+26
|\ \ \
| * | | Tolerate zlib deflation with window size < 32KbRoberto Tyley2011-08-111-6/+26
| * | | Merge branch 'jc/legacy-loose-object' into maintJunio C Hamano2011-08-011-29/+33
| |\ \ \ | | |/ / | |/| |