213 Commits (0df670bc0b8b5499859829ba0889ce96a75304a6)

Author SHA1 Message Date
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
brian m. carlson c251c83df2 object: convert parse_object* to take struct object_id 8 years ago
brian m. carlson 3aca1fc6c9 Convert lookup_blob to struct object_id 8 years ago
brian m. carlson 3e9309815d Convert remaining callers of lookup_blob to object_id 8 years ago
brian m. carlson e6a492b7be pack: convert struct pack_idx_entry to struct object_id 8 years ago
Jeff King 51054177b3 index-pack: detect local corruption in collision check 8 years ago
Jeff King 5b1ef2cef4 replace unchecked snprintf calls with heap buffers 8 years ago
Jeff King 594fa9998c odb_mkstemp: write filename into strbuf 8 years ago
Jeff King 892e723afd do not check odb_mkstemp return value for errors 8 years ago
Jeff King f20754802a index-pack: make pointer-alias fallbacks safer 8 years ago
Jeff King ba47a3088f replace snprintf with odb_pack_name() 8 years ago
Jeff King eaeefc3276 odb_pack_keep(): stop generating keepfile name 8 years ago
Jeff King 29401e1575 index-pack: skip collision check when not in repository 8 years ago
Jeff King 7176a31444 index-pack: complain when --stdin is used outside of a repo 8 years ago
René Scharfe 1b5294de40 use QSORT, part 2 9 years ago
René Scharfe 9ed0d8d6e6 use QSORT 9 years ago
Jeff King 411481be6f index-pack: add --max-input-size=<size> option 9 years ago
Jeff King 83558686ce receive-pack: send keepalives during quiet periods 9 years ago
Jeff King e376f17fd1 index-pack: add flag for showing delta-resolution progress 9 years ago
Nguyễn Thái Ngọc Duy da49a7da3a index-pack: correct "offset" type in unpack_entry_data() 9 years ago
Nguyễn Thái Ngọc Duy fd3e67474c index-pack: report correct bad object offsets even if they are large 9 years ago
Nguyễn Thái Ngọc Duy 7171a0b0cf index-pack: correct "len" type in unpack_data() 9 years ago
Vasco Almeida 71d99b81da i18n: index-pack: use plural string instead of normal one 9 years ago
Junio C Hamano bfee614a2f index-pack: add a helper function to derive .idx/.keep filename 9 years ago
Junio C Hamano 0e94242df1 index-pack: correct --keep[=<msg>] 9 years ago
Jeff King 47fe3f6ef0 nth_packed_object_offset: bounds-check extended offset 9 years ago
Jeff King 50a6c8efa2 use st_add and st_mult for allocation size computation 9 years ago
Jeff King b32fa95fd8 convert trivial cases to ALLOC_ARRAY 9 years ago
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 10 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 11 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