summaryrefslogtreecommitdiff
path: root/builtin/index-pack.c
Commit message (Expand)AuthorAgeFilesLines
* provide a helper to free commit bufferJeff King2014-06-131-1/+2
* Merge branch 'nd/index-pack-error-message'Junio C Hamano2014-03-251-2/+2
|\
| * index-pack: report error using the correct variablend/index-pack-error-messageJunio C Hamano2014-03-171-2/+2
* | rename read_replace_refs to check_replace_refsMichael Haggerty2014-02-201-1/+1
* | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-4/+4
|/
* Merge branch 'jk/free-tree-buffer'Junio C Hamano2013-09-171-0/+1
|\
| * clear parsed flag when we free tree buffersjk/free-tree-bufferJeff King2013-06-061-0/+1
* | clone: open a shortcut for connectivity checkNguyễn Thái Ngọc Duy2013-05-281-9/+26
* | index-pack: remove dead code (it should never happen)Nguyễn Thái Ngọc Duy2013-05-281-2/+1
|/
* Merge branch 'nd/index-pack-threaded-fixes'Junio C Hamano2013-04-011-8/+26
|\
| * index-pack: guard nr_resolved_deltas reads by lockThomas Rast2013-03-191-1/+3
| * index-pack: protect deepest_delta in multithread codeNguyễn Thái Ngọc Duy2013-03-191-7/+23
* | Merge branch 'jk/index-pack-correct-depth-fix'Junio C Hamano2013-04-011-0/+2
|\ \
| * | index-pack: always zero-initialize object_entry listJeff King2013-03-201-0/+2
| |/
* | index-pack: fix buffer overflow caused by translationsNguyễn Thái Ngọc Duy2013-03-161-4/+5
* | i18n: mark more index-pack strings for translationNguyễn Thái Ngọc Duy2012-08-311-10/+11
|/
* Merge branch 'jk/index-pack-streaming-fix'Junio C Hamano2012-07-151-10/+13
|\
| * index-pack: loop while inflating objects in unpack_dataJeff King2012-07-101-10/+13
* | Merge branch 'rj/platform-pread-may-be-thread-unsafe'Junio C Hamano2012-07-091-2/+2
|\ \ | |/ |/|
| * index-pack: Disable threading on cygwinJunio C Hamano2012-06-261-2/+2
* | index-pack: use streaming interface for collision test on large blobsNguyễn Thái Ngọc Duy2012-05-241-5/+77
* | index-pack: factor out unpack core from get_data_from_packNguyễn Thái Ngọc Duy2012-05-231-3/+24
* | index-pack: use streaming interface on large blobs (most of the time)Nguyễn Thái Ngọc Duy2012-05-231-8/+44
* | index-pack: hash non-delta objects while reading from streamNguyễn Thái Ngọc Duy2012-05-231-11/+30
|/
* Merge branch 'nd/threaded-index-pack'Junio C Hamano2012-05-141-66/+275
|\
| * index-pack: disable threading if NO_PREAD is definedNguyễn Thái Ngọc Duy2012-05-071-0/+5
| * index-pack: support multithreaded delta resolvingNguyễn Thái Ngọc Duy2012-05-071-11/+193
| * index-pack: restructure pack processing into three main functionsNguyễn Thái Ngọc Duy2012-05-071-53/+75
* | i18n: index-pack: mark strings for translationNguyễn Thái Ngọc Duy2012-04-241-57/+68
|/
* index-pack: eliminate unlimited recursion in get_base_data()Nguyễn Thái Ngọc Duy2012-01-161-9/+44
* index-pack: eliminate recursion in find_unresolved_deltasNguyễn Thái Ngọc Duy2012-01-161-41/+70
* Appease Sun Studio by renaming "tmpfile"ab/sun-studio-portabilityÆvar Arnfjörð Bjarmason2011-12-211-3/+3
* receive-pack, fetch-pack: reject bogus pack that records objects twicejc/index-pack-reject-dupsJunio C Hamano2011-11-161-1/+3
* Merge branch 'jc/index-pack'Junio C Hamano2011-07-191-42/+208
|\
| * index-pack: show histogram when emulating "verify-pack -v"Junio C Hamano2011-06-051-3/+23
| * index-pack: start learning to emulate "verify-pack -v"Junio C Hamano2011-06-051-3/+40
| * index-pack: a miniscule refactorJunio C Hamano2011-06-051-3/+8
| * index-pack --verify: read anomalous offsets from v2 idx fileJunio C Hamano2011-02-271-0/+48
| * index-pack: --verifyJunio C Hamano2011-02-271-6/+40
| * write_idx_file: introduce a struct to hold idx customization optionsJunio C Hamano2011-02-271-10/+13
| * index-pack: group the delta-base array entries also by typeJunio C Hamano2011-02-271-21/+40
* | Merge branch 'jc/zlib-wrap'Junio C Hamano2011-07-191-6/+6
|\ \
| * | zlib: zlib can only process 4GB at a timeJunio C Hamano2011-06-101-3/+3
| * | zlib: wrap deflate side of the APIJunio C Hamano2011-06-101-3/+3
* | | sparse: Fix an "symbol 'cmd_index_pack' not declared" warningRamsay Jones2011-04-111-1/+1
|/ /
* | sparse: Fix errors and silence warningsStephen Boyd2011-04-031-1/+1
* | Fix sparse warningsStephen Boyd2011-03-221-1/+1
* | standardize brace placement in struct definitionsJonathan Nieder2011-03-161-4/+2
|/
* Use parentheses and `...' where appropriateŠtěpán Němec2010-10-081-1/+1
* do not depend on signed integer overflowErik Faye-Lund2010-10-061-1/+1