aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/index-pack.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-10cleanup: fix possible overflow errors in binary searchDerrick Stolee1-2/+2
2017-08-23pack: move pack name-related functionsJonathan Tan1-0/+1
2017-07-05Merge branch 'jt/unify-object-info'Junio C Hamano1-1/+2
2017-06-26sha1_file: refactor has_sha1_file_with_flagsJonathan Tan1-1/+2
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano1-4/+2
2017-06-24Merge branch 'bw/config-h'Junio C Hamano1-0/+1
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason1-4/+2
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson1-1/+2
2017-05-08Convert lookup_blob to struct object_idbrian m. carlson1-1/+1
2017-05-08Convert remaining callers of lookup_blob to object_idbrian m. carlson1-14/+14
2017-05-08pack: convert struct pack_idx_entry to struct object_idbrian m. carlson1-14/+19
2017-04-16Merge branch 'jk/loose-object-info-report-error'Junio C Hamano1-0/+2
2017-04-01index-pack: detect local corruption in collision checkJeff King1-0/+2
2017-03-30replace unchecked snprintf calls with heap buffersJeff King1-4/+5
2017-03-28odb_mkstemp: write filename into strbufJeff King1-3/+3
2017-03-28do not check odb_mkstemp return value for errorsJeff King1-3/+4
2017-03-16index-pack: make pointer-alias fallbacks saferJeff King1-8/+12
2017-03-16replace snprintf with odb_pack_name()Jeff King1-16/+11
2017-03-16odb_pack_keep(): stop generating keepfile nameJeff King1-3/+3
2016-12-16index-pack: skip collision check when not in repositoryJeff King1-4/+6
2016-12-16index-pack: complain when --stdin is used outside of a repoJeff King1-0/+2
2016-09-29use QSORT, part 2René Scharfe1-2/+1
2016-09-29use QSORTRené Scharfe1-5/+3
2016-08-24index-pack: add --max-input-size=<size> optionJeff King1-0/+5
2016-08-03Merge branch 'jk/push-progress'Junio C Hamano1-1/+9
2016-07-20receive-pack: send keepalives during quiet periodsJeff King1-0/+5
2016-07-20index-pack: add flag for showing delta-resolution progressJeff King1-1/+4
2016-07-13index-pack: correct "offset" type in unpack_entry_data()Nguyễn Thái Ngọc Duy1-1/+1
2016-07-13index-pack: report correct bad object offsets even if they are largeNguyễn Thái Ngọc Duy1-3/+4
2016-07-13index-pack: correct "len" type in unpack_data()Nguyễn Thái Ngọc Duy1-7/+7
2016-05-26Merge branch 'va/i18n-misc-updates' into maintJunio C Hamano1-1/+3
2016-05-17Merge branch 'va/i18n-misc-updates'Junio C Hamano1-1/+3
2016-04-14Merge branch 'jc/index-pack' into maintJunio C Hamano1-18/+17
2016-04-08i18n: index-pack: use plural string instead of normal oneVasco Almeida1-1/+3
2016-04-03Merge branch 'jc/index-pack'Junio C Hamano1-18/+17
2016-04-03Merge branch 'jc/maint-index-pack-keep'Junio C Hamano1-1/+1
2016-03-04Merge branch 'jk/pack-idx-corruption-safety'Junio C Hamano1-0/+1
2016-03-03index-pack: add a helper function to derive .idx/.keep filenameJunio C Hamano1-18/+17
2016-03-03Merge branch 'jc/maint-index-pack-keep' into jc/index-packJunio C Hamano1-1/+1
2016-03-03index-pack: correct --keep[=<msg>]Junio C Hamano1-1/+1
2016-02-25nth_packed_object_offset: bounds-check extended offsetJeff King1-0/+1
2016-02-22use st_add and st_mult for allocation size computationJeff King1-2/+2
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King1-2/+2
2015-11-20Remove get_object_hash.brian m. carlson1-1/+1
2015-11-20Convert struct object to object_idbrian m. carlson1-4/+4
2015-11-20Add several uses of get_object_hash.brian m. carlson1-1/+1
2015-09-25use xsnprintf for generating git object headersJeff King1-1/+1
2015-08-19Merge branch 'jc/finalize-temp-file'Junio C Hamano1-2/+2
2015-08-10sha1_file.c: rename move_temp_to_file() to finalize_object_file()Junio C Hamano1-2/+2