25 Commits (e5fa45c159241b609bce40fa7a8687796e4b941d)

Author SHA1 Message Date
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 14 years ago
Erik Faye-Lund c03c83152d do not depend on signed integer overflow 14 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 15 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 16 years ago
Nicolas Pitre 9ed19614d4 index-pack: don't leak leaf delta result 16 years ago
Nicolas Pitre a672ea6ac5 rehabilitate 'git index-pack' inside the object store 16 years ago
Nicolas Pitre ce3f6dc655 fix multiple issues in index-pack 16 years ago
Petr Baudis 33b650308c Do not rename read-only files during a push 16 years ago
Nicolas Pitre 6a87ed972c index-pack: smarter memory usage during delta resolution 16 years ago
Nicolas Pitre 9441b61dc5 index-pack: rationalize delta resolution code 16 years ago
Nicolas Pitre 838cd34664 fix pread()'s short read in index-pack 16 years ago
Samuel Tardieu fb74243636 Do not use errno when pread() returns 0 16 years ago
Nicolas Pitre 9126f0091f fix openssl headers conflicting with custom SHA1 implementations 17 years ago
Petr Baudis 8b4eb6b6cd Do not perform cross-directory renames when creating packs 17 years ago
Nicolas Pitre 8522148f79 index-pack: use fixup_pack_header_footer()'s validation mode 17 years ago
Nicolas Pitre abeb40e5aa improve reliability of fixup_pack_header_footer() 17 years ago
Nguyễn Thái Ngọc Duy d0b92a3f6e index-pack: setup git repository 17 years ago
Björn Steinbrink 72de2883bd index-pack.c: correctly initialize appended objects 17 years ago
Shawn O. Pearce 92392b4a45 index-pack: Honor core.deltaBaseCacheLimit when resolving deltas 17 years ago
Shawn O. Pearce 03993e139c index-pack: Track the object_entry that creates each base_data 17 years ago
Shawn O. Pearce 4a438cabac index-pack: Chain the struct base_data on the stack for traversal 17 years ago
Shawn O. Pearce f41aebd469 index-pack: Refactor base arguments of resolve_delta into a struct 17 years ago