64 Commits (79bc4ef3686bc6795aa79a1d4aa6d3060a2cbd93)

Author SHA1 Message Date
Jeff King 77583e7739 index-pack: distinguish missing objects from type errors 11 years ago
Nguyễn Thái Ngọc Duy 39539495ac index-pack: work around thread-unsafe pread() 11 years ago
Yiannis Marangos 9aa91af036 wrapper.c: add xpread() similar to xread() 11 years ago
Junio C Hamano de983a0a18 index-pack: report error using the correct variable 11 years ago
Michael Haggerty afc711b8e1 rename read_replace_refs to check_replace_refs 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Jeff King 6e454b9a31 clear parsed flag when we free tree buffers 12 years ago
Nguyễn Thái Ngọc Duy c6807a40dc clone: open a shortcut for connectivity check 12 years ago
Nguyễn Thái Ngọc Duy 920734b069 index-pack: remove dead code (it should never happen) 12 years ago
Jeff King 57165db003 index-pack: always zero-initialize object_entry list 12 years ago
Thomas Rast 8f82aad4e7 index-pack: guard nr_resolved_deltas reads by lock 12 years ago
Nguyễn Thái Ngọc Duy 3aba2fddcb index-pack: protect deepest_delta in multithread code 12 years ago
Nguyễn Thái Ngọc Duy 5c3459fc61 index-pack: fix buffer overflow caused by translations 12 years ago
Nguyễn Thái Ngọc Duy f350df429f i18n: mark more index-pack strings for translation 13 years ago
Jeff King f8b090386b index-pack: loop while inflating objects in unpack_data 13 years ago
Junio C Hamano c0f86547c5 index-pack: Disable threading on cygwin 13 years ago
Nguyễn Thái Ngọc Duy 4614043c8f index-pack: use streaming interface for collision test on large blobs 13 years ago
Nguyễn Thái Ngọc Duy 8a2e163ccd index-pack: factor out unpack core from get_data_from_pack 13 years ago
Nguyễn Thái Ngọc Duy 9ec2dde9f3 index-pack: use streaming interface on large blobs (most of the time) 13 years ago
Nguyễn Thái Ngọc Duy 681b07de11 index-pack: hash non-delta objects while reading from stream 13 years ago
Nguyễn Thái Ngọc Duy b038a61020 index-pack: disable threading if NO_PREAD is defined 13 years ago
Nguyễn Thái Ngọc Duy b8a2486f15 index-pack: support multithreaded delta resolving 13 years ago
Nguyễn Thái Ngọc Duy 5272f75587 index-pack: restructure pack processing into three main functions 13 years ago
Nguyễn Thái Ngọc Duy c2b97ecf51 i18n: index-pack: mark strings for translation 13 years ago
Nguyễn Thái Ngọc Duy 20e95d0a84 index-pack: eliminate unlimited recursion in get_base_data() 13 years ago
Nguyễn Thái Ngọc Duy 2baad22013 index-pack: eliminate recursion in find_unresolved_deltas 13 years ago
Ævar Arnfjörð Bjarmason ab1900a36e Appease Sun Studio by renaming "tmpfile" 13 years ago
Junio C Hamano 68be2fea50 receive-pack, fetch-pack: reject bogus pack that records objects twice 13 years ago
Junio C Hamano ef49a7a012 zlib: zlib can only process 4GB at a time 14 years ago
Junio C Hamano 55bb5c9147 zlib: wrap deflate side of the API 14 years ago
Junio C Hamano d1a0ed187c index-pack: show histogram when emulating "verify-pack -v" 14 years ago
Junio C Hamano 38a4556198 index-pack: start learning to emulate "verify-pack -v" 14 years ago
Junio C Hamano 4f8ec74efa index-pack: a miniscule refactor 14 years ago
Ramsay Jones 2ad9d4cb18 sparse: Fix an "symbol 'cmd_index_pack' not declared" warning 14 years ago
Stephen Boyd 1e4cd68c00 sparse: Fix errors and silence warnings 14 years ago
Stephen Boyd c2e86addb8 Fix sparse warnings 14 years ago
Jonathan Nieder 9cba13ca5d standardize brace placement in struct definitions 14 years ago
Junio C Hamano 3c9fc074c2 index-pack --verify: read anomalous offsets from v2 idx file 14 years ago
Junio C Hamano e337a04de2 index-pack: --verify 14 years ago
Junio C Hamano ebcfb3791a write_idx_file: introduce a struct to hold idx customization options 14 years ago
Junio C Hamano 7218a215ef index-pack: group the delta-base array entries also by type 14 years ago
Štěpán Němec 0adda9362a Use parentheses and `...' where appropriate 15 years ago
Erik Faye-Lund c03c83152d do not depend on signed integer overflow 15 years ago
Nguyễn Thái Ngọc Duy e0fce074fc index-pack: run setup_git_directory_gently() sooner 15 years ago
Nelson Elhage 6e2a09d24b index-pack: Don't follow replace refs. 15 years ago
Nguyễn Thái Ngọc Duy 3f8099fce7 Revert "rehabilitate 'git index-pack' inside the object store" 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Linus Torvalds 3bb7256281 make "index-pack" a built-in 15 years ago
Jonathan Nieder 99caeed05d Let 'git <command> -h' show usage without a git dir 16 years ago
Erik Faye-Lund a4f3131c07 increase portability of NORETURN declarations 16 years ago