Age | Commit message (Expand) | Author | Files | Lines |
2013-10-28 | sha1_file.c:create_tmpfile(): Fix race when creating loose object dirs | Johan Herland | 1 | -1/+3 |
2013-10-28 | sha1_file: move comment about return value where it belongs | Christian Couder | 1 | -1/+1 |
2013-10-24 | sha1_file: export `git_open_noatime` | Vicent Marti | 1 | -3/+1 |
2013-09-24 | Merge branch 'nd/unpack-entry-optim-in-pack-objects' | Jonathan Nieder | 1 | -10/+10 |
2013-09-17 | Merge branch 'jk/has-sha1-file-retry-packed' | Junio C Hamano | 1 | -1/+4 |
2013-09-13 | pack-objects: no crc check when the cached version is used | Nguyễn Thái Ngọc Duy | 1 | -10/+10 |
2013-09-04 | Merge branch 'bc/unuse-packfile' | Junio C Hamano | 1 | -15/+85 |
2013-08-30 | has_sha1_file: re-check pack directory before giving up | Jeff King | 1 | -1/+4 |
2013-08-02 | Don't close pack fd when free'ing pack windows | Brandon Casey | 1 | -14/+7 |
2013-08-02 | sha1_file: introduce close_one_pack() to close packs on fd pressure | Brandon Casey | 1 | -1/+78 |
2013-07-24 | Merge branch 'jk/cat-file-batch-optim' | Junio C Hamano | 1 | -60/+119 |
2013-07-18 | Fix some sparse warnings | Ramsay Jones | 1 | -1/+1 |
2013-07-18 | Merge branch 'jk/in-pack-size-measurement' | Junio C Hamano | 1 | -5/+17 |
2013-07-12 | sha1_object_info_extended: pass object_info to helpers | Jeff King | 1 | -27/+22 |
2013-07-12 | sha1_object_info_extended: make type calculation optional | Jeff King | 1 | -7/+13 |
2013-07-12 | packed_object_info: make type lookup optional | Jeff King | 1 | -9/+16 |
2013-07-12 | packed_object_info: hoist delta type resolution to helper | Jeff King | 1 | -40/+53 |
2013-07-12 | sha1_loose_object_info: make type lookup optional | Jeff King | 1 | -5/+43 |
2013-07-12 | sha1_object_info_extended: rename "status" to "type" | Jeff King | 1 | -10/+10 |
2013-07-07 | teach sha1_object_info_extended a "disk_size" query | Jeff King | 1 | -4/+16 |
2013-07-07 | zero-initialize object_info structs | Jeff King | 1 | -1/+1 |
2013-06-23 | Merge branch 'jk/unpack-entry-fallback-to-another' | Junio C Hamano | 1 | -1/+10 |
2013-06-20 | Merge branch 'nd/traces' | Junio C Hamano | 1 | -2/+12 |
2013-06-14 | unpack_entry: do not die when we fail to apply a delta | Jeff King | 1 | -1/+10 |
2013-06-11 | Merge branch 'tr/sha1-file-silence-loose-object-info-under-prune-race' | Junio C Hamano | 1 | -1/+1 |
2013-06-09 | core: use env variable instead of config var to turn on logging pack access | Nguyễn Thái Ngọc Duy | 1 | -2/+12 |
2013-06-03 | sha1_file: silence sha1_loose_object_info | Thomas Rast | 1 | -1/+1 |
2013-06-03 | sha1_file: trivial style cleanup | Felipe Contreras | 1 | -1/+1 |
2013-05-03 | Merge branch 'tr/unpack-entry-use-after-free-fix' | Junio C Hamano | 1 | -1/+0 |
2013-04-30 | unpack_entry: avoid freeing objects in base cache | Thomas Rast | 1 | -1/+0 |
2013-04-18 | Merge branch 'tr/packed-object-info-wo-recursion' | Junio C Hamano | 1 | -145/+266 |
2013-04-03 | Merge branch 'jk/check-corrupt-objects-carefully' | Junio C Hamano | 1 | -0/+4 |
2013-04-02 | Merge branch 'sw/safe-create-leading-dir-race' | Junio C Hamano | 1 | -2/+7 |
2013-03-27 | check_sha1_signature: check return value from read_istream | Jeff King | 1 | -0/+4 |
2013-03-27 | sha1_file: remove recursion in unpack_entry | Thomas Rast | 1 | -81/+150 |
2013-03-27 | Refactor parts of in_delta_base_cache/cache_or_unpack_entry | Thomas Rast | 1 | -13/+32 |
2013-03-26 | safe_create_leading_directories: fix race that could give a false negative | Steven Walter | 1 | -2/+7 |
2013-03-25 | sha1_file: remove recursion in packed_object_info | Thomas Rast | 1 | -51/+84 |
2013-02-15 | count-objects: report garbage files in pack directory too | Nguyễn Thái Ngọc Duy | 1 | -1/+82 |
2013-02-13 | sha1_file: reorder code in prepare_packed_git_one() | Nguyễn Thái Ngọc Duy | 1 | -16/+14 |
2012-11-08 | link_alt_odb_entries(): take (char *, len) rather than two pointers | Michael Haggerty | 1 | -5/+5 |
2012-11-08 | link_alt_odb_entries(): use string_list_split_in_place() | Michael Haggerty | 1 | -24/+18 |
2012-08-24 | sha1_file.c: introduce get_max_fd_limit() helper | Joachim Schmitz | 1 | -7/+19 |
2012-07-30 | Merge branch 'hv/link-alt-odb-entry' | Junio C Hamano | 1 | -1/+1 |
2012-07-29 | link_alt_odb_entry: fix read over array bounds reported by valgrind | Heiko Voigt | 1 | -1/+1 |
2012-05-23 | Merge branch 'hv/submodule-alt-odb' | Junio C Hamano | 1 | -2/+1 |
2012-05-14 | teach add_submodule_odb() to look for alternates | Heiko Voigt | 1 | -2/+1 |
2012-04-30 | remove blank filename in error message | Pete Wyckoff | 1 | -1/+1 |
2012-04-30 | remove superfluous newlines in error messages | Pete Wyckoff | 1 | -3/+3 |
2012-03-07 | parse_object: avoid putting whole blob in core | Nguyễn Thái Ngọc Duy | 1 | -2/+40 |