508 Commits (c09cd77ea2fe3580b33918a99fe138d239ac2aaf)

Author SHA1 Message Date
Jeff King 58a6a9cc43 downgrade "packfile cannot be accessed" errors to warnings 13 years ago
Jeff King 4c08018204 pack-objects: protect against disappearing packs 13 years ago
Hui Wang 5bdf0a8468 sha1_file: normalize alt_odb path before comparing and storing 14 years ago
Junio C Hamano e6baf4a1ae clone: clone from a repository with relative alternates 14 years ago
Roberto Tyley 7f684a2aff Tolerate zlib deflation with window size < 32Kb 14 years ago
Junio C Hamano 5f44324d88 core: log offset pack data accesses happened 14 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 cc5c54e78b sha1_file.c: "legacy" is really the current format 14 years ago
Junio C Hamano 3de89c9d42 verify-pack: use index-pack --verify 14 years ago
Jim Meyering 23c7df6bdd sha1_file: use the correct type (ssize_t, not size_t) for read-style function 14 years ago
Junio C Hamano f0270efd46 sha1_file.c: expose helpers to read loose objects 14 years ago
Junio C Hamano f8c8abc5b7 unpack_object_header(): make it public 14 years ago
Junio C Hamano 5266d369b2 sha1_object_info_extended(): hint about objects in delta-base cache 14 years ago
Junio C Hamano 9a49059022 sha1_object_info_extended(): expose a bit more info 14 years ago
Junio C Hamano b9a62cbeb9 packed_object_info_detail(): do not return a string 14 years ago
Junio C Hamano f4e516834e git_open_noatime(): drop unused parameter 14 years ago
Junio C Hamano ccf5ace0dc sha1_file: typofix 14 years ago
Junio C Hamano 5bf29b9500 read_sha1_file(): allow selective bypassing of replacement mechanism 14 years ago
Junio C Hamano 4bbf5a2615 read_sha1_file(): get rid of read_sha1_file_repl() madness 14 years ago
Junio C Hamano 4dd1fbc7b1 Bigfile: teach "git add" to send a large file straight to a pack 14 years ago
Junio C Hamano 7b41e1e15b index_fd(): split into two helper functions 14 years ago
Junio C Hamano c4ce46fc7a index_fd(): turn write_object and format_check arguments into one flag 14 years ago
Jim Meyering 0353a0c4ec remove doubled words, e.g., s/to to/to/, and fix related typos 14 years ago
Junio C Hamano 90a6464b4a rerere: make sure it works even in a workdir attached to a young repository 14 years ago
Jonathan Nieder 28bd70d811 unbreak and eliminate NO_C99_FORMAT 14 years ago
Shawn O. Pearce d131b7afea sha1_file.c: Don't retain open fds on small packs 14 years ago
Shawn O. Pearce c7934306d1 Limit file descriptors used by packs 14 years ago
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
Nguyễn Thái Ngọc Duy c879daa237 Make hash-object more robust against malformed objects 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