aboutsummaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAge
* link_alt_odb_entries(): take (char *, len) rather than two pointersMichael Haggerty2012-11-08
* link_alt_odb_entries(): use string_list_split_in_place()Michael Haggerty2012-11-08
* sha1_file.c: introduce get_max_fd_limit() helperJoachim Schmitz2012-08-24
* Merge branch 'hv/link-alt-odb-entry'Junio C Hamano2012-07-30
|\
| * link_alt_odb_entry: fix read over array bounds reported by valgrindHeiko Voigt2012-07-29
* | Merge branch 'hv/submodule-alt-odb'Junio C Hamano2012-05-23
|\ \
| * | teach add_submodule_odb() to look for alternatesHeiko Voigt2012-05-14
| |/
| * Merge branch 'jk/maint-avoid-streaming-filtered-contents' into maintJunio C Hamano2012-03-04
| |\
| * \ Merge branch 'nd/find-pack-entry-recent-cache-invalidation' into maintJunio C Hamano2012-02-21
| |\ \
| * \ \ Merge branch 'mm/empty-loose-error-message' into maintJunio C Hamano2012-02-16
| |\ \ \
* | | | | remove blank filename in error messagePete Wyckoff2012-04-30
* | | | | remove superfluous newlines in error messagesPete Wyckoff2012-04-30
* | | | | parse_object: avoid putting whole blob in coreNguyễn Thái Ngọc Duy2012-03-07
* | | | | Merge branch 'jk/maint-avoid-streaming-filtered-contents'Junio C Hamano2012-02-26
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | do not stream large files to pack when filters are in useJeff King2012-02-24
| * | | | Merge branch 'nd/misc-cleanups' into maintJunio C Hamano2011-12-13
| |\ \ \ \
* | \ \ \ \ Merge branch 'nd/find-pack-entry-recent-cache-invalidation'Junio C Hamano2012-02-12
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | find_pack_entry(): do not keep packed_git pointer locallyNguyễn Thái Ngọc Duy2012-02-01
| * | | | | sha1_file.c: move the core logic of find_pack_entry() into fill_pack_entry()Nguyễn Thái Ngọc Duy2012-02-01
| | |_|/ / | |/| | |
* | | | | Merge branch 'mm/empty-loose-error-message'Junio C Hamano2012-02-12
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | fsck: give accurate error message on empty loose object filesMatthieu Moy2012-02-06
* | | | Appease Sun Studio by renaming "tmpfile"Ævar Arnfjörð Bjarmason2011-12-21
* | | | Merge branch 'jc/stream-to-pack'Junio C Hamano2011-12-16
|\ \ \ \
| * | | | bulk-checkin: replace fast-import based implementationJunio C Hamano2011-12-01
* | | | | Merge branch 'nd/misc-cleanups'Junio C Hamano2011-12-05
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | unpack_object_header_buffer(): clear the size field upon errorJunio C Hamano2011-10-27
| |/ /
* | | sha1_file: don't mix enum with intRamkumar Ramachandra2011-11-15
|/ /
* | Merge branch 'jk/maint-pack-objects-compete-with-delete'Junio C Hamano2011-10-21
|\ \
| * | downgrade "packfile cannot be accessed" errors to warningsJeff King2011-10-14
| * | pack-objects: protect against disappearing packsJeff King2011-10-14
* | | Merge branch 'wh/normalize-alt-odb-path'Junio C Hamano2011-10-05
|\ \ \ | |/ / |/| |
| * | sha1_file: normalize alt_odb path before comparing and storingHui Wang2011-09-07
* | | Merge branch 'jc/maint-clone-alternates'Junio C Hamano2011-08-28
|\ \ \
| * | | clone: clone from a repository with relative alternatesJunio C Hamano2011-08-23
| |/ /
* | | Merge branch 'rt/zlib-smaller-window'Junio C Hamano2011-08-23
|\ \ \
| * | | Tolerate zlib deflation with window size < 32KbRoberto Tyley2011-08-11
| * | | Merge branch 'jc/legacy-loose-object' into maintJunio C Hamano2011-08-01
| |\ \ \ | | |/ / | |/| |
* | | | Merge branch 'jc/pack-order-tweak'Junio C Hamano2011-08-05
|\ \ \ \
| * | | | core: log offset pack data accesses happenedJunio C Hamano2011-07-06
| |/ / /
| * | | Merge branch 'jc/bigfile'Junio C Hamano2011-05-25
| |\ \ \
| * \ \ \ Merge branch 'jc/replacing'Junio C Hamano2011-05-19
| |\ \ \ \
* | \ \ \ \ Merge branch 'jc/index-pack'Junio C Hamano2011-07-19
|\ \ \ \ \ \
| * | | | | | verify-pack: use index-pack --verifyJunio C Hamano2011-06-05
* | | | | | | Merge branch 'jc/zlib-wrap'Junio C Hamano2011-07-19
|\ \ \ \ \ \ \
| * | | | | | | zlib: zlib can only process 4GB at a timeJunio C Hamano2011-06-10
| * | | | | | | zlib: wrap deflate side of the APIJunio C Hamano2011-06-10
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'jc/legacy-loose-object'Junio C Hamano2011-07-13
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | sha1_file.c: "legacy" is really the current formatJunio C Hamano2011-06-08
* | | | | | | sha1_file: use the correct type (ssize_t, not size_t) for read-style functionJim Meyering2011-05-26
* | | | | | | sha1_file.c: expose helpers to read loose objectsJunio C Hamano2011-05-20