174 Commits (b9dbddf6dace2094061d5093743f29c100cfd534)

Author SHA1 Message Date
Stefan Beller 0df8e96566 cache.h: add repository argument to oid_object_info 7 years ago
Stefan Beller a80d72db2a object-store: move packed_git and packed_git_mru to object store 7 years ago
Jonathan Tan ffb2c0fe5c index-pack: support checking objects but not links 7 years ago
brian m. carlson b4f5aca40e sha1_file: convert read_sha1_file to struct object_id 7 years ago
brian m. carlson abef9020e3 sha1_file: convert sha1_object_info* to object_id 7 years ago
brian m. carlson ef7b5195f1 streaming: convert open_istream to use struct object_id 7 years ago
brian m. carlson 17e65451e3 sha1_file: convert check_sha1_signature to struct object_id 7 years ago
brian m. carlson af8caf33d5 builtin/index-pack: convert struct ref_delta_entry to object_id 7 years ago
Nguyễn Thái Ngọc Duy 95308d64ce object.h: update flag allocation comment 7 years ago
Brandon Williams debca9d2fe object: rename function 'typename' to 'type_name' 7 years ago
brian m. carlson 98a3beab6a csum-file: rename sha1file to hashfile 7 years ago
brian m. carlson 454253f059 builtin/index-pack: improve hash function abstraction 7 years ago
Patryk Obara f070faccc1 sha1_file: convert hash_sha1_file to object_id 7 years ago
Christian Couder 72885a6d51 index-pack: use skip_to_optional_arg() 7 years ago
Jonathan Tan 8b4c0103a9 sha1_file: support lazily fetching missing objects 7 years ago
Jonathan Tan 88e2f9ed8e introduce fetch-object: fetch one promisor object 7 years ago
Jonathan Tan 8e29c7c3af index-pack: refactor writing of .keep files 7 years ago
Derrick Stolee 19716b21a4 cleanup: fix possible overflow errors in binary search 7 years ago
Jonathan Tan 4f39cd821d pack: move pack name-related functions 8 years ago
Jonathan Tan e83e71c5e1 sha1_file: refactor has_sha1_file_with_flags 8 years ago
Ævar Arnfjörð Bjarmason 6a83d90207 coccinelle: make use of the "type" FREE_AND_NULL() rule 8 years ago
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 8 years ago
René Scharfe 9ed0d8d6e6 use QSORT 8 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