summaryrefslogtreecommitdiffstats
path: root/packfile.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bc/tree-walk-oid'Junio C Hamano2019-01-291-1/+1
|\
| * tree-walk: store object_id in a separate memberbrian m. carlson2019-01-151-1/+1
* | object-store: factor out odb_clear_loose_cache()René Scharfe2019-01-081-5/+2
|/
* Merge branch 'jk/loose-object-cache'Junio C Hamano2019-01-041-6/+14
|\
| * object-store: provide helpers for loose_objects_cacheJeff King2018-11-131-0/+8
| * sha1-file: use an object_directory for the main object dirJeff King2018-11-131-5/+5
| * rename "alternate_object_database" to "object_directory"Jeff King2018-11-131-4/+4
* | Merge branch 'ds/test-multi-pack-index'Junio C Hamano2018-11-131-0/+5
|\ \ | |/ |/|
| * packfile: close multi-pack-index in close_all_packsDerrick Stolee2018-10-261-0/+5
* | Merge branch 'bc/hash-transition-part-15'Junio C Hamano2018-10-301-2/+3
|\ \
| * | packfile: express constants in terms of the_hash_algobrian m. carlson2018-10-151-2/+3
| |/
* / fuzz: add fuzz testing for packfile indices.Josh Steadmon2018-10-151-19/+25
|/
* Merge branch 'jk/cocci'Junio C Hamano2018-09-171-6/+6
|\
| * convert "hashcmp() != 0" to "!hasheq()"Jeff King2018-08-291-1/+1
| * convert "hashcmp() == 0" to hasheq()Jeff King2018-08-291-5/+5
* | treewide: use get_all_packsDerrick Stolee2018-08-201-1/+1
* | packfile: add all_packs listDerrick Stolee2018-08-201-0/+27
* | midx: stop reporting garbageDerrick Stolee2018-08-201-3/+4
* | multi-pack-index: store local propertyDerrick Stolee2018-08-201-2/+2
* | Sync 'ds/multi-pack-index' to v2.19.0-rc0Junio C Hamano2018-08-201-42/+127
|\ \ | |/ |/|
| * packfile: skip loading index if in multi-pack-indexDerrick Stolee2018-07-201-2/+17
| * midx: prevent duplicate packfile loadsDerrick Stolee2018-07-201-0/+9
| * midx: use midx in approximate_object_countDerrick Stolee2018-07-201-0/+3
| * midx: use midx in abbreviation calculationsDerrick Stolee2018-07-201-0/+6
| * midx: read objects from multi-pack-indexDerrick Stolee2018-07-201-1/+7
| * config: create core.multiPackIndex settingDerrick Stolee2018-07-201-1/+5
| * midx: sort and deduplicate objects from packfilesDerrick Stolee2018-07-201-0/+17
| * packfile: generalize pack directory listDerrick Stolee2018-07-201-38/+63
* | for_each_packed_object: support iterating in pack-orderJeff King2018-08-131-5/+16
* | for_each_*_object: take flag arguments as enumJeff King2018-08-131-1/+2
* | object: add repository argument to parse_objectStefan Beller2018-06-291-1/+1
|/
* Merge branch 'jl/zlib-restore-nul-termination'Junio C Hamano2018-06-181-0/+3
|\
| * packfile: correct zlib buffer handlingJeremy Linton2018-06-131-0/+3
* | Merge branch 'bc/object-id'Junio C Hamano2018-05-301-36/+43
|\ \
| * | packfile: abstract away hash constant valuesbrian m. carlson2018-05-021-29/+37
| * | packfile: convert find_pack_entry to object_idbrian m. carlson2018-05-021-6/+6
| * | packfile: convert has_sha1_pack to object_idbrian m. carlson2018-05-021-2/+2
| * | packfile: remove unused member from struct pack_entrybrian m. carlson2018-05-021-1/+0
* | | Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-301-3/+3
|\ \ \
| * | | Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-3/+3
| |/ /
* | | Merge branch 'sb/oid-object-info'Junio C Hamano2018-05-231-17/+23
|\ \ \
| * | | cache.h: allow oid_object_info to handle arbitrary repositoriesStefan Beller2018-04-261-30/+28
| * | | packfile: add repository argument to cache_or_unpack_entryStefan Beller2018-04-261-2/+3
| * | | packfile: add repository argument to unpack_entryStefan Beller2018-04-261-3/+4
| * | | packfile: add repository argument to read_objectStefan Beller2018-04-261-3/+5
| * | | packfile: add repository argument to packed_object_infoJonathan Nieder2018-04-261-2/+2
| * | | packfile: add repository argument to packed_to_object_typeStefan Beller2018-04-261-7/+9
| * | | packfile: add repository argument to retry_bad_packed_offsetStefan Beller2018-04-261-3/+5
| * | | cache.h: add repository argument to oid_object_infoStefan Beller2018-04-261-1/+1
| * | | cache.h: add repository argument to oid_object_info_extendedStefan Beller2018-04-261-1/+1
| |/ /