summaryrefslogtreecommitdiff
path: root/pack-objects.c
Commit message (Expand)AuthorAgeFilesLines
* alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-1/+2
* pack-mtimes: support writing pack .mtimes filesTaylor Blau2022-05-261-0/+6
* use CALLOC_ARRAYRené Scharfe2021-03-131-1/+1
* pack-objects: convert oe_set_delta_ext() to use object_idJeff King2020-02-241-2/+2
* Merge branch 'jk/optim-in-pack-idx-conversion'Junio C Hamano2019-12-011-1/+4
|\
| * pack-objects: avoid pointless oe_map_new_pack() callsJeff King2019-11-121-1/+4
* | pack-objects: drop packlist index_pos optimizationJeff King2019-09-061-9/+11
* | pack-objects: use object_id in packlist_alloc()Jeff King2019-09-061-2/+2
|/
* hashmap: convert sha1hash() to oidhash()Jeff King2019-06-201-1/+1
* pack-objects: convert locate_object_entry_hash() to object_idJeff King2019-06-201-5/+5
* pack-objects: convert packlist_find() to use object_idJeff King2019-06-201-2/+2
* pack-objects: drop unused parameter from oe_map_new_pack()Jeff King2019-02-141-2/+1
* Merge branch 'ph/pack-objects-mutex-fix'Junio C Hamano2019-02-051-3/+1
|\
| * pack-objects: merge read_lock and lock in packing_data structPatrick Hogg2019-01-281-4/+1
| * pack-objects: move read mutex to packing_data structPatrick Hogg2019-01-281-0/+1
* | pack-*.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-121-2/+4
|/
* Merge branch 'js/pack-objects-mutex-init-fix'Junio C Hamano2018-10-301-0/+3
|\
| * pack-objects (mingw): initialize `packing_data` mutex in the correct spotJohannes Schindelin2018-10-191-0/+3
* | Merge branch 'jk/cocci'Junio C Hamano2018-09-171-1/+1
|\ \
| * | convert "hashcmp() == 0" to hasheq()Jeff King2018-08-291-1/+1
| |/
* | Merge branch 'cc/delta-islands'Junio C Hamano2018-09-171-0/+12
|\ \
| * | pack-objects: move 'layer' into 'struct packing_data'Christian Couder2018-08-161-0/+6
| * | pack-objects: move tree_depth into 'struct packing_data'Christian Couder2018-08-161-0/+6
* | | Merge branch 'jk/pack-delta-reuse-with-bitmap'Junio C Hamano2018-09-171-0/+19
|\ \ \
| * | | pack-objects: reuse on-disk deltas for thin "have" objectsJeff King2018-08-211-0/+19
| |/ /
* | | Merge branch 'ds/multi-pack-index'Junio C Hamano2018-09-171-1/+1
|\ \ \ | |_|/ |/| |
| * | treewide: use get_all_packsDerrick Stolee2018-08-201-1/+1
| |/
* | Merge branch 'nd/pack-deltify-regression-fix'Junio C Hamano2018-08-221-0/+4
|\ \ | |/ |/|
| * pack-objects: fix performance issues on packing large deltasNguyễn Thái Ngọc Duy2018-07-231-0/+4
* | Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-301-1/+1
|\ \ | |/ |/|
| * Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-1/+1
* | pack-objects: shrink size field in struct object_entryNguyễn Thái Ngọc Duy2018-04-161-0/+3
* | pack-objects: move in_pack out of struct object_entryNguyễn Thái Ngọc Duy2018-04-161-0/+65
|/
* pack: convert struct pack_idx_entry to struct object_idbrian m. carlson2017-05-081-3/+5
* use REALLOC_ARRAY for changing the allocation size of arraysrs/realloc-arrayRené Scharfe2014-09-181-2/+1
* hashmap: factor out getting a hash code from a SHA1Karsten Blees2014-07-071-3/+2
* pack-objects: use free()+xcalloc() instead of xrealloc()+memset()rs/pack-objects-no-unnecessary-reallocRené Scharfe2014-06-021-2/+2
* pack-objects: refactor the packing listVicent Marti2013-10-241-0/+111
* Make git-pack-objects a builtinMatthias Kestenholz2006-08-031-1376/+0
* pack-objects: check pack.window for default window sizeJeff King2006-07-231-1/+12
* Fix more typos, primarily in the codePavel Roskin2006-07-101-2/+2
* don't load objects needlessly when repackingNicolas Pitre2006-06-301-17/+28
* consider previous pack undeltified object state only when reusing delta dataNicolas Pitre2006-06-291-2/+3
* Do not try futile object pairs when repacking.Linus Torvalds2006-06-291-0/+7
* Merge branch 'ff/c99' into nextJunio C Hamano2006-06-211-2/+2
|\
| * Remove all void-pointer arithmetic.Florian Forster2006-06-201-2/+2
* | upload-pack: prepare for sideband message support.Junio C Hamano2006-06-211-0/+4
|/
* pack-objects: improve path grouping heuristics.Linus Torvalds2006-06-051-50/+19
* tree_entry(): new tree-walking helper functionLinus Torvalds2006-05-301-16/+11
* Merge branch 'np/pack'Junio C Hamano2006-05-161-13/+14
|\