105 Commits (9096ee162b7e4e426b1719bb43f9e42e84c95816)

Author SHA1 Message Date
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
Jeff King ef1286d3c0 use xsnprintf for generating git object headers 9 years ago
Junio C Hamano cb5add5868 sha1_file.c: rename move_temp_to_file() to finalize_object_file() 10 years ago
Junio C Hamano 781d93067d index-pack: fix allocation of sorted_by_pos array 10 years ago
Johannes Schindelin 5d477a334a fsck (receive-pack): allow demoting errors to warnings 10 years ago
Johannes Schindelin 22410549fc fsck: introduce fsck options 10 years ago
Jeff King 0eeb077be7 index-pack: avoid excessive re-reading of pack directory 10 years ago
Jeff King f0e7f11d05 index-pack: fix truncation of off_t in comparison 10 years ago
Nguyễn Thái Ngọc Duy c6458e60ed index-pack: kill union delta_base to save memory 10 years ago
René Scharfe 9a6f1287fb zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw} 10 years ago
Nguyễn Thái Ngọc Duy 417305764a index-pack: reduce object_entry size to save memory 10 years ago
Duy Nguyen a1e920a0a7 index-pack: terminate object buffers with NUL 10 years ago
Etienne Buira e0e21283b6 index-pack: fix compilation with NO_PTHREADS 10 years ago
René Scharfe 2756ca4347 use REALLOC_ARRAY for changing the allocation size of arrays 11 years ago
Johannes Schindelin 90a398bbd7 fsck_object(): allow passing object data separately from the object itself 11 years ago
Jeff King ab791dd138 index-pack: fix race condition with duplicate bases 11 years ago
René Scharfe 51a60f5bfb use xcalloc() to allocate zero-initialized memory 11 years ago
Jeff King 592ce20820 index-pack: use strip_suffix to avoid magic numbers 11 years ago
Jeff King 2975c770ca replace has_extension with ends_with 11 years ago
Jeff King 8597ea3afe commit: record buffer length in cache 11 years ago
Jeff King 0fb370da9c provide a helper to free commit buffer 11 years ago
Jeff King 77583e7739 index-pack: distinguish missing objects from type errors 11 years ago
Nguyễn Thái Ngọc Duy 39539495ac index-pack: work around thread-unsafe pread() 11 years ago
Yiannis Marangos 9aa91af036 wrapper.c: add xpread() similar to xread() 11 years ago
Junio C Hamano de983a0a18 index-pack: report error using the correct variable 11 years ago
Michael Haggerty afc711b8e1 rename read_replace_refs to check_replace_refs 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Jeff King 6e454b9a31 clear parsed flag when we free tree buffers 12 years ago
Nguyễn Thái Ngọc Duy c6807a40dc clone: open a shortcut for connectivity check 12 years ago
Nguyễn Thái Ngọc Duy 920734b069 index-pack: remove dead code (it should never happen) 12 years ago
Jeff King 57165db003 index-pack: always zero-initialize object_entry list 12 years ago
Thomas Rast 8f82aad4e7 index-pack: guard nr_resolved_deltas reads by lock 12 years ago
Nguyễn Thái Ngọc Duy 3aba2fddcb index-pack: protect deepest_delta in multithread code 12 years ago
Nguyễn Thái Ngọc Duy 5c3459fc61 index-pack: fix buffer overflow caused by translations 12 years ago
Nguyễn Thái Ngọc Duy f350df429f i18n: mark more index-pack strings for translation 13 years ago
Jeff King f8b090386b index-pack: loop while inflating objects in unpack_data 13 years ago
Junio C Hamano c0f86547c5 index-pack: Disable threading on cygwin 13 years ago
Nguyễn Thái Ngọc Duy 4614043c8f index-pack: use streaming interface for collision test on large blobs 13 years ago
Nguyễn Thái Ngọc Duy 8a2e163ccd index-pack: factor out unpack core from get_data_from_pack 13 years ago
Nguyễn Thái Ngọc Duy 9ec2dde9f3 index-pack: use streaming interface on large blobs (most of the time) 13 years ago
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