189 Commits (5abddd1eb72ca47cc84a9fc888c30ebaadde2eec)

Author SHA1 Message Date
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
Linus Torvalds 39c68542fc Wrap inflate and other zlib routines for better error reporting 16 years ago
Alexander Potashev d75307084d remove trailing LF in die() messages 16 years ago
Nicolas Pitre d8f325563d better validation on delta base object offsets 17 years ago
Nicolas Pitre 9ed19614d4 index-pack: don't leak leaf delta result 17 years ago
Nicolas Pitre a672ea6ac5 rehabilitate 'git index-pack' inside the object store 17 years ago
Nicolas Pitre ce3f6dc655 fix multiple issues in index-pack 17 years ago
Petr Baudis 33b650308c Do not rename read-only files during a push 17 years ago
Nicolas Pitre 6a87ed972c index-pack: smarter memory usage during delta resolution 17 years ago
Nicolas Pitre 9441b61dc5 index-pack: rationalize delta resolution code 17 years ago
Nicolas Pitre 838cd34664 fix pread()'s short read in index-pack 17 years ago
Samuel Tardieu fb74243636 Do not use errno when pread() returns 0 17 years ago
Nicolas Pitre 9126f0091f fix openssl headers conflicting with custom SHA1 implementations 17 years ago