51 Commits (50f69099292de53431ef29d3adc115d04a4fd92a)

Author SHA1 Message Date
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 15 years ago
Erik Faye-Lund a4f3131c07 increase portability of NORETURN declarations 16 years ago
Thomas Rast d824cbba02 Convert existing die(..., strerror(errno)) to die_errno() 16 years ago
Linus Torvalds 2af202be3d Fix various sparse warnings in the git source code 16 years ago
Linus Torvalds 48fb7deb5b Fix big left-shifts of unsigned char 16 years ago
Johan Herland fb8b193670 Move chmod(foo, 0444) into move_temp_to_file() 16 years ago
Benjamin Kramer 8e24cbaeaf Fix various dead stores found by the clang static analyzer 16 years ago
Junio C Hamano 6e180cdcec Make sure objects/pack exists before creating a new pack 16 years ago
Steffen Prohaska 2fb3f6db96 Add calls to git_extract_argv0_path() in programs that call git_config_* 16 years ago