aboutsummaryrefslogtreecommitdiff
path: root/builtin/index-pack.c
Commit message (Expand)AuthorAge
* Merge branch 'jk/index-pack-report-missing'Junio C Hamano2014-06-06
|\
| * index-pack: distinguish missing objects from type errorsJeff King2014-05-12
| * Merge branch 'nd/index-pack-error-message' into maintJunio C Hamano2014-04-03
| |\
* | \ Merge branch 'nd/index-pack-one-fd-per-thread'Junio C Hamano2014-06-03
|\ \ \
| * | | index-pack: work around thread-unsafe pread()Nguyễn Thái Ngọc Duy2014-04-16
| |/ /
* | | Merge branch 'ym/fix-opportunistic-index-update-race'Junio C Hamano2014-06-03
|\ \ \
| * | | wrapper.c: add xpread() similar to xread()Yiannis Marangos2014-04-10
* | | | Merge branch 'nd/index-pack-error-message'Junio C Hamano2014-03-25
|\ \ \ \ | | |_|/ | |/| |
| * | | index-pack: report error using the correct variableJunio C Hamano2014-03-17
| |/ /
* | | rename read_replace_refs to check_replace_refsMichael Haggerty2014-02-20
| |/ |/|
* | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
|/
* Merge branch 'jk/free-tree-buffer'Junio C Hamano2013-09-17
|\
| * clear parsed flag when we free tree buffersJeff King2013-06-06
* | clone: open a shortcut for connectivity checkNguyễn Thái Ngọc Duy2013-05-28
* | index-pack: remove dead code (it should never happen)Nguyễn Thái Ngọc Duy2013-05-28
|/
* Merge branch 'nd/index-pack-threaded-fixes'Junio C Hamano2013-04-01
|\
| * index-pack: guard nr_resolved_deltas reads by lockThomas Rast2013-03-19
| * index-pack: protect deepest_delta in multithread codeNguyễn Thái Ngọc Duy2013-03-19
* | Merge branch 'jk/index-pack-correct-depth-fix'Junio C Hamano2013-04-01
|\ \
| * | index-pack: always zero-initialize object_entry listJeff King2013-03-20
| |/
* | index-pack: fix buffer overflow caused by translationsNguyễn Thái Ngọc Duy2013-03-16
* | i18n: mark more index-pack strings for translationNguyễn Thái Ngọc Duy2012-08-31
|/
* Merge branch 'jk/index-pack-streaming-fix'Junio C Hamano2012-07-15
|\
| * index-pack: loop while inflating objects in unpack_dataJeff King2012-07-10
* | Merge branch 'rj/platform-pread-may-be-thread-unsafe'Junio C Hamano2012-07-09
|\ \ | |/ |/|
| * index-pack: Disable threading on cygwinJunio C Hamano2012-06-26
* | index-pack: use streaming interface for collision test on large blobsNguyễn Thái Ngọc Duy2012-05-24
* | index-pack: factor out unpack core from get_data_from_packNguyễn Thái Ngọc Duy2012-05-23
* | index-pack: use streaming interface on large blobs (most of the time)Nguyễn Thái Ngọc Duy2012-05-23
* | index-pack: hash non-delta objects while reading from streamNguyễn Thái Ngọc Duy2012-05-23
|/
* Merge branch 'nd/threaded-index-pack'Junio C Hamano2012-05-14
|\
| * index-pack: disable threading if NO_PREAD is definedNguyễn Thái Ngọc Duy2012-05-07
| * index-pack: support multithreaded delta resolvingNguyễn Thái Ngọc Duy2012-05-07
| * index-pack: restructure pack processing into three main functionsNguyễn Thái Ngọc Duy2012-05-07
* | i18n: index-pack: mark strings for translationNguyễn Thái Ngọc Duy2012-04-24
|/
* index-pack: eliminate unlimited recursion in get_base_data()Nguyễn Thái Ngọc Duy2012-01-16
* index-pack: eliminate recursion in find_unresolved_deltasNguyễn Thái Ngọc Duy2012-01-16
* Appease Sun Studio by renaming "tmpfile"Ævar Arnfjörð Bjarmason2011-12-21
* receive-pack, fetch-pack: reject bogus pack that records objects twiceJunio C Hamano2011-11-16
* Merge branch 'jc/index-pack'Junio C Hamano2011-07-19
|\
| * index-pack: show histogram when emulating "verify-pack -v"Junio C Hamano2011-06-05
| * index-pack: start learning to emulate "verify-pack -v"Junio C Hamano2011-06-05
| * index-pack: a miniscule refactorJunio C Hamano2011-06-05
| * index-pack --verify: read anomalous offsets from v2 idx fileJunio C Hamano2011-02-27
| * index-pack: --verifyJunio C Hamano2011-02-27
| * write_idx_file: introduce a struct to hold idx customization optionsJunio C Hamano2011-02-27
| * index-pack: group the delta-base array entries also by typeJunio C Hamano2011-02-27
* | Merge branch 'jc/zlib-wrap'Junio C Hamano2011-07-19
|\ \
| * | zlib: zlib can only process 4GB at a timeJunio C Hamano2011-06-10
| * | zlib: wrap deflate side of the APIJunio C Hamano2011-06-10