summaryrefslogtreecommitdiff
path: root/pack-objects.c
AgeCommit message (Expand)Author
2020-02-24pack-objects: convert oe_set_delta_ext() to use object_idJeff King
2019-12-01Merge branch 'jk/optim-in-pack-idx-conversion'Junio C Hamano
2019-11-12pack-objects: avoid pointless oe_map_new_pack() callsJeff King
2019-09-06pack-objects: drop packlist index_pos optimizationJeff King
2019-09-06pack-objects: use object_id in packlist_alloc()Jeff King
2019-06-20hashmap: convert sha1hash() to oidhash()Jeff King
2019-06-20pack-objects: convert locate_object_entry_hash() to object_idJeff King
2019-06-20pack-objects: convert packlist_find() to use object_idJeff King
2019-02-14pack-objects: drop unused parameter from oe_map_new_pack()Jeff King
2019-02-05Merge branch 'ph/pack-objects-mutex-fix'Junio C Hamano
2019-01-28pack-objects: merge read_lock and lock in packing_data structPatrick Hogg
2019-01-28pack-objects: move read mutex to packing_data structPatrick Hogg
2018-11-12pack-*.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2018-10-30Merge branch 'js/pack-objects-mutex-init-fix'Junio C Hamano
2018-10-19pack-objects (mingw): initialize `packing_data` mutex in the correct spotJohannes Schindelin
2018-09-17Merge branch 'jk/cocci'Junio C Hamano
2018-09-17Merge branch 'cc/delta-islands'Junio C Hamano
2018-09-17Merge branch 'jk/pack-delta-reuse-with-bitmap'Junio C Hamano
2018-09-17Merge branch 'ds/multi-pack-index'Junio C Hamano
2018-08-29convert "hashcmp() == 0" to hasheq()Jeff King
2018-08-22Merge branch 'nd/pack-deltify-regression-fix'Junio C Hamano
2018-08-21pack-objects: reuse on-disk deltas for thin "have" objectsJeff King
2018-08-20treewide: use get_all_packsDerrick Stolee
2018-08-16pack-objects: move 'layer' into 'struct packing_data'Christian Couder
2018-08-16pack-objects: move tree_depth into 'struct packing_data'Christian Couder
2018-07-23pack-objects: fix performance issues on packing large deltasNguyễn Thái Ngọc Duy
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2018-04-16pack-objects: shrink size field in struct object_entryNguyễn Thái Ngọc Duy
2018-04-16pack-objects: move in_pack out of struct object_entryNguyễn Thái Ngọc Duy
2017-05-08pack: convert struct pack_idx_entry to struct object_idbrian m. carlson
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe
2014-07-07hashmap: factor out getting a hash code from a SHA1Karsten Blees
2014-06-02pack-objects: use free()+xcalloc() instead of xrealloc()+memset()René Scharfe
2013-10-24pack-objects: refactor the packing listVicent Marti
2006-08-04Make git-pack-objects a builtinMatthias Kestenholz
2006-07-24pack-objects: check pack.window for default window sizeJeff King
2006-07-10Fix more typos, primarily in the codePavel Roskin
2006-07-01don't load objects needlessly when repackingNicolas Pitre
2006-06-30consider previous pack undeltified object state only when reusing delta dataNicolas Pitre
2006-06-29Do not try futile object pairs when repacking.Linus Torvalds
2006-06-21Merge branch 'ff/c99' into nextJunio C Hamano
2006-06-21upload-pack: prepare for sideband message support.Junio C Hamano
2006-06-20Remove all void-pointer arithmetic.Florian Forster
2006-06-06pack-objects: improve path grouping heuristics.Linus Torvalds
2006-05-31tree_entry(): new tree-walking helper functionLinus Torvalds
2006-05-17Merge branch 'np/pack'Junio C Hamano
2006-05-16improve depth heuristic for maximum delta sizeNicolas Pitre
2006-05-15Merge branch 'fix'Junio C Hamano
2006-05-15Fix pack-index issue on 64-bit platforms a bit more portably.v1.3.3Junio C Hamano