463 Commits (8d3a3620288734f068b4fa024f5aa3ac2d696fcc)

Author SHA1 Message Date
Jonathan Nieder dab0d4108d correct type of EMPTY_TREE_SHA1_BIN 14 years ago
Nguyễn Thái Ngọc Duy c4d9986f5f sha1_object_info: examine cached_object store too 14 years ago
Nguyễn Thái Ngọc Duy c597ba8010 sha1_file.c: move find_cached_object up so sha1_object_info can use it 14 years ago
Björn Steinbrink 25f3af3f9d Correctly report corrupted objects 14 years ago
Jonathan Nieder e050029385 Remove pack file handling dependency from wrapper.o 14 years ago
Jonathan Nieder 58ecbd5ede wrapper: move xmmap() to sha1_file.c 14 years ago
Shawn O. Pearce f2e872aa5e Work around EMFILE when there are too many pack files 14 years ago
Shawn O. Pearce 4865d2b662 Use git_open_noatime when accessing pack data 14 years ago
Junio C Hamano 3ba7a06552 A loose object is not corrupt if it cannot be read due to EMFILE 14 years ago
Junio C Hamano b6c4ceccb3 read_sha1_file(): report correct name of packfile with a corrupt object 14 years ago
Ævar Arnfjörð Bjarmason e8b15e6156 sha1_file: Show the the type and path to corrupt objects 15 years ago
Jeff King 560fb6a183 remove over-eager caching in sha1_file_name 15 years ago
Dmitry Potapov 08bda2085c hash_object: correction for zero length file 15 years ago
Shawn O. Pearce 7b64469a36 Allow parse_pack_index on temporary files 15 years ago
Shawn O. Pearce fa5fc15d6e Introduce close_pack_index to permit replacement 15 years ago
Jeff King 40d52ff77b make commit_tree a library function 15 years ago
Jeff King c00e657df2 fix const-correctness of write_sha1_file 15 years ago
Nicolas Pitre f965c525a4 move encode_in_pack_object_header() to a better place 15 years ago
Matthieu Moy 5256b00631 Use git_mkstemp_mode instead of plain mkstemp to create object files 15 years ago
Nicolas Pitre 748af44c63 sha1_file: be paranoid when creating loose objects 15 years ago
Dmitry Potapov ea68b0ce9f hash-object: don't use mmap() for small files 15 years ago
Nicolas Pitre 9892bebafe sha1_file: don't malloc the whole compressed result when writing out objects 15 years ago
Michael Lukashov 1b22b6c897 refactor duplicated encode_header in pack-objects and fast-import 15 years ago
Nguyễn Thái Ngọc Duy 4bb43de259 Move offset_1st_component() to path.c 15 years ago
Ilari Liusvaara 4ab07e4d10 Fix integer overflow in unpack_compressed_entry() 15 years ago
Ilari Liusvaara 3aee68aa68 Fix integer overflow in unpack_sha1_rest() 15 years ago
Linus Torvalds a5031214c4 slim down "git show-index" 15 years ago
Junio C Hamano 356521ab22 sha1_file.c: remove unused function 15 years ago
Junio C Hamano 39eea7bdd9 Fix incorrect error check while reading deflated pack data 15 years ago
Shawn O. Pearce b3118bdc91 sha1_file: Fix infinite loop when pack is corrupted 15 years ago
Pierre Habouzit f630cfda88 refactor: use bitsizeof() instead of 8 * sizeof() 16 years ago
Thomas Rast d824cbba02 Convert existing die(..., strerror(errno)) to die_errno() 16 years ago
Linus Torvalds 48fb7deb5b Fix big left-shifts of unsigned char 16 years ago
Christian Couder f5552aee39 sha1_file: add a "read_sha1_file_repl" function 16 years ago
Christian Couder 6809557029 replace_object: add mechanism to replace objects found in "refs/replace/" 16 years ago
Johannes Schindelin fd73ccf279 Cope better with a _lot_ of packs 16 years ago
Felipe Contreras 4b25d091ba Fix a bunch of pointer declarations (codestyle) 16 years ago
Alex Riesen 691f1a28bf replace direct calls to unlink(2) with unlink_or_warn 16 years ago
Johannes Schindelin 348df16679 Rename core.unreliableHardlinks to core.createObject 16 years ago
Johannes Schindelin be66a6c43d Add an option not to use link(src, dest) && unlink(src) when that is unreliable 16 years ago
Junio C Hamano 17e61b8288 set_shared_perm(): sometimes we know what the final mode bits should look like 16 years ago
Junio C Hamano 3be1f18e1b move_temp_to_file(): do not forget to chmod() in "Coda hack" codepath 16 years ago
Johan Herland fb8b193670 Move chmod(foo, 0444) into move_temp_to_file() 16 years ago
Junio C Hamano 5a688fe470 "core.sharedrepository = 0mode" should set, not loosen 16 years ago
Linus Torvalds e8bd78c3fc close_sha1_file(): make it easier to diagnose errors 16 years ago
Brandon Casey 4d6acb7041 Remove --kept-pack-only option and associated infrastructure 16 years ago
Junio C Hamano 69e020ae00 is_kept_pack(): final clean-up 16 years ago
Junio C Hamano 03a9683d22 Simplify is_kept_pack() 16 years ago
Junio C Hamano 386cb77210 Consolidate ignore_packed logic more 16 years ago
Junio C Hamano b8431b033f has_sha1_kept_pack(): take "struct rev_info" 16 years ago