summaryrefslogtreecommitdiff
path: root/builtin/index-pack.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'jn/paginate-fix'Junio C Hamano2010-08-311-2/+0
|\
| * index-pack: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-151-2/+0
* | Merge branch 'jn/maint-setup-fix'Junio C Hamano2010-08-311-19/+5
|\ \ | |/
| * Revert "rehabilitate 'git index-pack' inside the object store"Nguyễn Thái Ngọc Duy2010-08-041-19/+5
* | index-pack: Don't follow replace refs.Nelson Elhage2010-08-121-0/+2
|/
* Merge branch 'np/index-pack-memsave'Junio C Hamano2010-05-211-44/+45
* Merge branch 'maint'Junio C Hamano2010-05-011-1/+1
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+1045