summaryrefslogtreecommitdiff
path: root/builtin/index-pack.c
AgeCommit message (Expand)Author
2017-04-17Merge branch 'jk/loose-object-info-report-error'Junio C Hamano
2017-04-01index-pack: detect local corruption in collision checkJeff King
2017-03-30replace unchecked snprintf calls with heap buffersJeff King
2017-03-28odb_mkstemp: write filename into strbufJeff King
2017-03-28do not check odb_mkstemp return value for errorsJeff King
2017-03-16index-pack: make pointer-alias fallbacks saferJeff King
2017-03-16replace snprintf with odb_pack_name()Jeff King
2017-03-16odb_pack_keep(): stop generating keepfile nameJeff King
2016-12-16index-pack: skip collision check when not in repositoryJeff King
2016-12-16index-pack: complain when --stdin is used outside of a repoJeff King
2016-09-30use QSORT, part 2René Scharfe
2016-09-29use QSORTRené Scharfe
2016-08-24index-pack: add --max-input-size=<size> optionJeff King
2016-08-03Merge branch 'jk/push-progress'Junio C Hamano
2016-07-20receive-pack: send keepalives during quiet periodsJeff King
2016-07-20index-pack: add flag for showing delta-resolution progressJeff King
2016-07-13index-pack: correct "offset" type in unpack_entry_data()Nguyễn Thái Ngọc Duy
2016-07-13index-pack: report correct bad object offsets even if they are largeNguyễn Thái Ngọc Duy
2016-07-13index-pack: correct "len" type in unpack_data()Nguyễn Thái Ngọc Duy
2016-05-26Merge branch 'va/i18n-misc-updates' into maintJunio C Hamano
2016-05-17Merge branch 'va/i18n-misc-updates'Junio C Hamano
2016-04-15Merge branch 'jc/index-pack' into maintJunio C Hamano
2016-04-08i18n: index-pack: use plural string instead of normal oneVasco Almeida
2016-04-03Merge branch 'jc/index-pack'Junio C Hamano
2016-04-03Merge branch 'jc/maint-index-pack-keep'Junio C Hamano
2016-03-04Merge branch 'jk/pack-idx-corruption-safety'Junio C Hamano
2016-03-03index-pack: add a helper function to derive .idx/.keep filenameJunio C Hamano
2016-03-03Merge branch 'jc/maint-index-pack-keep' into jc/index-packJunio C Hamano
2016-03-03index-pack: correct --keep[=<msg>]Junio C Hamano
2016-02-25nth_packed_object_offset: bounds-check extended offsetJeff King
2016-02-22use st_add and st_mult for allocation size computationJeff King
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Convert struct object to object_idbrian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2015-09-25use xsnprintf for generating git object headersJeff King
2015-08-19Merge branch 'jc/finalize-temp-file'Junio C Hamano
2015-08-10sha1_file.c: rename move_temp_to_file() to finalize_object_file()Junio C Hamano
2015-08-03Merge branch 'js/fsck-opt'Junio C Hamano
2015-07-27Merge branch 'jk/index-pack-reduce-recheck' into maintJunio C Hamano
2015-07-09Merge branch 'jc/fix-alloc-sortbuf-in-index-pack'Junio C Hamano
2015-07-04index-pack: fix allocation of sorted_by_pos arrayJunio C Hamano
2015-06-24Merge branch 'jk/index-pack-reduce-recheck'Junio C Hamano
2015-06-23fsck (receive-pack): allow demoting errors to warningsJohannes Schindelin
2015-06-22fsck: introduce fsck optionsJohannes Schindelin
2015-06-16Merge branch 'nd/slim-index-pack-memory-usage'Junio C Hamano
2015-06-09index-pack: avoid excessive re-reading of pack directoryJeff King
2015-06-04index-pack: fix truncation of off_t in comparisonJeff King
2015-05-11Merge branch 'nd/slim-index-pack-memory-usage'Junio C Hamano
2015-04-19index-pack: kill union delta_base to save memoryNguyễn Thái Ngọc Duy