95 Commits (199337d6ec5c656e52b914b5dac3820cc5e363f3)

Author SHA1 Message Date
René Scharfe 1e4ea950f7 archive-tar: report filter start error only once 2 years ago
Ævar Arnfjörð Bjarmason 5cf88fd8b0 git-compat-util.h: use "UNUSED", not "UNUSED(var)" 2 years ago
Jeff King 555ff1c8a4 mark unused read_tree_recursive() callback parameters 3 years ago
Jeff King 783a86c142 config: mark unused callback parameters 3 years ago
René Scharfe 4f4be00d30 archive-tar: use internal gzip by default 3 years ago
René Scharfe 23fcf8b09f archive-tar: use OS_CODE 3 (Unix) for internal gzip 3 years ago
René Scharfe 76d7602631 archive-tar: add internal gzip implementation 3 years ago
René Scharfe dfce1186c6 archive-tar: factor out write_block() 3 years ago
René Scharfe 96b9e5151b archive: rename archiver data field to filter_command 3 years ago
Ævar Arnfjörð Bjarmason 4fbedd4dc0 archive-*.c: use designated initializers for "struct archiver" 3 years ago
Ævar Arnfjörð Bjarmason 7f14609e29 run-command API users: use strvec_push(), not argv construction 3 years ago
René Scharfe ca56dadb4b use CALLOC_ARRAY 4 years ago
René Scharfe cde8ea9c66 archive: support compression levels beyond 9 4 years ago
René Scharfe 200589abcb archive: read short blobs in archive.c::write_archive_entry() 4 years ago
Jeff King f5914f4b6b parse_config_key(): return subsection len as size_t 5 years ago
Matheus Tavares c8123e72f6 streaming: allow open_istream() to handle any repo 5 years ago
René Scharfe 71d41ff651 archive-tar: turn length miscalculation warning into BUG 6 years ago
René Scharfe 17e9ef00d2 archive-tar: use size_t in strbuf_append_ext_header() 6 years ago
René Scharfe 82a46af13e archive-tar: fix pax extended header length calculation 6 years ago
René Scharfe 4060c1990a archive-tar: report wrong pax extended header length 6 years ago
brian m. carlson bbf05cf70e archive: convert struct archiver_args to object_id 6 years ago
Nguyễn Thái Ngọc Duy ec36c42a63 Indent code with TABs 6 years ago
Torsten Bögershausen ca473cef91 Upcast size_t variables to uintmax_t when printing 6 years ago
Nguyễn Thái Ngọc Duy b67b55127c archive-*.c: use the right repository 7 years ago
Nguyễn Thái Ngọc Duy d0482e697c archive-tar.c: mark more strings for translation 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
Stefan Beller 0df8e96566 cache.h: add repository argument to oid_object_info 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 e5ec981a4b archive: convert sha1_file_to_archive to struct object_id 7 years ago
brian m. carlson 015ff4f822 archive: convert write_archive_entry_fn_t to object_id 7 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Ramsay Jones 3f789719a6 archive-tar: fix a sparse 'constant too large' warning 8 years ago
Johannes Schindelin dddbad728c timestamp_t: a new data type for timestamps 8 years ago
René Scharfe 560b0e8f52 archive-tar: make write_extended_header() void 9 years ago
Junio C Hamano 29493589e9 archive-tar: huge offset and future timestamps would not work on 32-bit 9 years ago
Jeff King 5caeeb83bc archive-tar: drop return value 9 years ago
Jeff King 6e8e0991e5 archive-tar: write extended headers for far-future mtime 9 years ago
Jeff King d1657b570a archive-tar: write extended headers for file sizes >= 8GB 9 years ago
Jeff King 9e6c1e91a3 archive-tar: convert snprintf to xsnprintf 9 years ago
Jeff King f2f0267529 archive-tar: use xsnprintf for trivial formatting 10 years ago
Jeff King 5096d4909f convert trivial sprintf / strcpy calls to xsnprintf 10 years ago
Jeff King 108332c7a0 archive-tar: fix minor indentation violation 10 years ago
Junio C Hamano 15c6ef7b06 Revert "archive: honor tar.umask even for pax headers" 10 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 11 years ago
brian m. carlson 10f343ea81 archive: honor tar.umask even for pax headers 11 years ago
Jeff King 785a042981 archive-tar: use parse_config_key when parsing config 12 years ago
René Scharfe 22f0dcd963 archive-tar: split long paths more carefully 12 years ago
Junio C Hamano a5a46eb90f archive: ustar header checksum is computed unsigned 13 years ago