548 Commits (99d9ec090677c925c534001f01cbaf303a31cb82)

Author SHA1 Message Date
Felipe Contreras 4b8f772ce4 sha1_file: trivial style cleanup 12 years ago
Thomas Rast 756a042600 unpack_entry: avoid freeing objects in base cache 12 years ago
Jeff King f54fac5378 check_sha1_signature: check return value from read_istream 12 years ago
Thomas Rast abe601bba5 sha1_file: remove recursion in unpack_entry 12 years ago
Thomas Rast 84dd81c126 Refactor parts of in_delta_base_cache/cache_or_unpack_entry 12 years ago
Steven Walter 928734d993 safe_create_leading_directories: fix race that could give a false negative 12 years ago
Thomas Rast 790d96c023 sha1_file: remove recursion in packed_object_info 12 years ago
Nguyễn Thái Ngọc Duy 543c5caa6c count-objects: report garbage files in pack directory too 12 years ago
Nguyễn Thái Ngọc Duy d90906a902 sha1_file: reorder code in prepare_packed_git_one() 12 years ago
Michael Haggerty c595016402 link_alt_odb_entries(): take (char *, len) rather than two pointers 12 years ago
Michael Haggerty 6eac50d827 link_alt_odb_entries(): use string_list_split_in_place() 12 years ago
Joachim Schmitz a0788266d3 sha1_file.c: introduce get_max_fd_limit() helper 13 years ago
Heiko Voigt cb2912c324 link_alt_odb_entry: fix read over array bounds reported by valgrind 13 years ago
Heiko Voigt 5e73633dbf teach add_submodule_odb() to look for alternates 13 years ago
Pete Wyckoff 5eaeda70de remove blank filename in error message 13 years ago
Pete Wyckoff 82247e9bd5 remove superfluous newlines in error messages 13 years ago
Nguyễn Thái Ngọc Duy 090ea12671 parse_object: avoid putting whole blob in core 13 years ago
Jeff King 4f22b1015d do not stream large files to pack when filters are in use 13 years ago
Matthieu Moy 33e42de0d2 fsck: give accurate error message on empty loose object files 13 years ago
Nguyễn Thái Ngọc Duy c01f51cc75 find_pack_entry(): do not keep packed_git pointer locally 13 years ago
Nguyễn Thái Ngọc Duy 95099731bf sha1_file.c: move the core logic of find_pack_entry() into fill_pack_entry() 13 years ago
Ævar Arnfjörð Bjarmason ab1900a36e Appease Sun Studio by renaming "tmpfile" 13 years ago
Junio C Hamano 568508e765 bulk-checkin: replace fast-import based implementation 13 years ago
Ramkumar Ramachandra 5e12e78e52 sha1_file: don't mix enum with int 13 years ago
Junio C Hamano ea4f9685cb unpack_object_header_buffer(): clear the size field upon error 13 years ago
Jeff King 58a6a9cc43 downgrade "packfile cannot be accessed" errors to warnings 14 years ago
Jeff King 4c08018204 pack-objects: protect against disappearing packs 14 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