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