summaryrefslogtreecommitdiffstats
path: root/archive-tar.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-26archive.h: remove unnecessary includeElijah Newren1-0/+1
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-1/+0
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-2/+3
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-06-28config: pass kvi to die_bad_number()Glen Choo1-2/+2
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-1/+2
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-04-11git-zlib: move declarations for git-zlib functions from cache.hElijah Newren1-0/+1
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-1/+2
2022-10-30archive-tar: report filter start error only onceRené Scharfe1-0/+1
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason1-2/+2
2022-08-19mark unused read_tree_recursive() callback parametersJeff King1-1/+1
2022-08-19config: mark unused callback parametersJeff King1-1/+2
2022-06-15archive-tar: use internal gzip by defaultRené Scharfe1-2/+2
2022-06-15archive-tar: use OS_CODE 3 (Unix) for internal gzipRené Scharfe1-0/+7
2022-06-15archive-tar: add internal gzip implementationRené Scharfe1-1/+44
2022-06-15archive-tar: factor out write_block()René Scharfe1-4/+9
2022-06-15archive: rename archiver data field to filter_commandRené Scharfe1-5/+5
2022-02-24archive-*.c: use designated initializers for "struct archiver"Ævar Arnfjörð Bjarmason1-3/+3
2021-11-25run-command API users: use strvec_push(), not argv constructionÆvar Arnfjörð Bjarmason1-6/+3
2021-03-13use CALLOC_ARRAYRené Scharfe1-1/+1
2020-11-09archive: support compression levels beyond 9René Scharfe1-1/+2
2020-09-19archive: read short blobs in archive.c::write_archive_entry()René Scharfe1-19/+3
2020-04-10parse_config_key(): return subsection len as size_tJeff King1-2/+2
2020-01-31streaming: allow open_istream() to handle any repoMatheus Tavares1-3/+3
2019-09-09Merge branch 'rs/pax-extended-header-length-fix'Junio C Hamano1-4/+10
2019-08-19archive-tar: turn length miscalculation warning into BUGRené Scharfe1-3/+3
2019-08-19archive-tar: use size_t in strbuf_append_ext_header()René Scharfe1-5/+5
2019-08-19archive-tar: fix pax extended header length calculationRené Scharfe1-1/+1
2019-08-19archive-tar: report wrong pax extended header lengthRené Scharfe1-0/+6
2019-04-01archive: convert struct archiver_args to object_idbrian m. carlson1-3/+4
2018-12-09Indent code with TABsNguyễn Thái Ngọc Duy1-1/+1
2018-11-12Upcast size_t variables to uintmax_t when printingTorsten Bögershausen1-1/+1
2018-08-20Merge branch 'nd/no-the-index'Junio C Hamano1-1/+1
2018-08-15Merge branch 'nd/i18n'Junio C Hamano1-6/+6
2018-08-13archive-*.c: use the right repositoryNguyễn Thái Ngọc Duy1-1/+1
2018-07-23archive-tar.c: mark more strings for translationNguyễn Thái Ngọc Duy1-6/+6
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano1-0/+1
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano1-1/+1
2018-05-16object-store: move object access functions to object-store.hStefan Beller1-0/+1
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin1-1/+1
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller1-1/+1
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson1-1/+1
2018-03-14streaming: convert open_istream to use struct object_idbrian m. carlson1-1/+1
2018-03-14archive: convert sha1_file_to_archive to struct object_idbrian m. carlson1-1/+1
2018-03-14archive: convert write_archive_entry_fn_t to object_idbrian m. carlson1-14/+14
2017-06-24Merge branch 'bw/config-h'Junio C Hamano1-0/+1