aboutsummaryrefslogtreecommitdiffstats
path: root/archive-zip.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-26archive.h: remove unnecessary includeElijah Newren1-0/+1
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-0/+1
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-0/+1
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah 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
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-03-06Merge branch 'ab/c99-designated-initializers'Junio C Hamano1-3/+3
2022-02-24archive-*.c: use designated initializers for "struct archiver"Ævar Arnfjörð Bjarmason1-3/+3
2022-02-16date API: create a date.h, split from cache.hÆvar Arnfjörð Bjarmason1-0/+1
2020-09-19archive: read short blobs in archive.c::write_archive_entry()René Scharfe1-17/+5
2020-01-31streaming: allow open_istream() to handle any repoMatheus Tavares1-1/+2
2019-12-16Merge branch 'rs/archive-zip-code-cleanup'Junio C Hamano1-9/+14
2019-12-09archive-zip: use enum for compression methodRené Scharfe1-9/+14
2019-11-30archive-zip.c: switch to reentrant localtime_rDoan Tran Cong Danh1-5/+5
2019-04-01archive: convert struct archiver_args to object_idbrian m. carlson1-5/+5
2018-09-21userdiff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-5/+9
2018-08-20Merge branch 'nd/no-the-index'Junio C Hamano1-1/+1
2018-08-15Merge branch 'nd/i18n'Junio C Hamano1-7/+7
2018-08-13archive-*.c: use the right repositoryNguyễn Thái Ngọc Duy1-1/+1
2018-07-23archive-zip.c: mark more strings for translationNguyễn Thái Ngọc Duy1-7/+7
2018-07-23Update messages in preparation for i18nNguyễn Thái Ngọc Duy1-1/+1
2018-05-16object-store: move object access functions to object-store.hStefan Beller1-0/+1
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller1-1/+2
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-2/+2
2018-03-14archive: convert write_archive_entry_fn_t to object_idbrian m. carlson1-8/+8
2017-06-24Merge branch 'bw/config-h'Junio C Hamano1-0/+1
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-05-16Merge branch 'js/larger-timestamps'Junio C Hamano1-2/+10
2017-04-28archive-zip: set version field for big files correctlyRené Scharfe1-2/+6
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin1-2/+10
2017-04-24archive-zip: support files bigger than 4GBRené Scharfe1-15/+75
2017-04-24archive-zip: support archives bigger than 4GBRené Scharfe1-4/+28
2017-04-24archive-zip: write ZIP dir entry directly to strbufRené Scharfe1-54/+27
2017-04-24archive-zip: use strbuf for ZIP directoryRené Scharfe1-25/+11
2017-01-07archive-zip: load userdiff configJeff King1-0/+7
2015-09-01Merge branch 'rs/archive-zip-many'Junio C Hamano1-5/+94
2015-08-28archive-zip: support more than 65535 entriesRené Scharfe1-3/+90
2015-08-28archive-zip: use a local variable to store the creator versionRené Scharfe1-2/+4
2015-05-05Merge branch 'bc/object-id'Junio C Hamano1-2/+2
2015-03-17Merge branch 'rs/zip-text'Junio C Hamano1-1/+24
2015-03-13zip: use GIT_SHA1_HEXSZ for trailersbrian m. carlson1-2/+2
2015-03-05zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}René Scharfe1-2/+0
2015-03-05archive-zip: mark text files in archivesRené Scharfe1-1/+24
2013-06-06Merge branch 'sb/archive-zip-double-assignment-fix'Junio C Hamano1-1/+0
2013-05-29archive-zip:write_zip_entry: Remove second reset of size variable to zero.Stefan Beller1-1/+0
2013-03-16archive-zip: use deflateInit2() to ask for raw compressed dataRené Scharfe1-22/+14
2013-02-27archive-zip: fix compressed size for stored export-subst filesRené Scharfe1-1/+1
2013-01-11Merge branch 'rs/zip-with-uncompressed-size-in-the-header'Junio C Hamano1-5/+2
2013-01-06archive-zip: write uncompressed size into header even with streamingRené Scharfe1-5/+2
2012-09-24archive-zip: write extended timestampRené Scharfe1-3/+24
2012-09-18archive-zip: support UTF-8 pathsRené Scharfe1-1/+21
2012-09-18Revert "archive-zip: support UTF-8 paths"Junio C Hamano1-21/+6
2012-09-04archive-zip: support UTF-8 pathsRené Scharfe1-6/+21
2012-05-03archive-zip: streaming for deflated filesRené Scharfe1-1/+63
2012-05-03archive-zip: streaming for stored filesRené Scharfe1-12/+78
2012-05-03archive-zip: factor out helpers for writing sizes and CRCRené Scharfe1-11/+28
2012-05-03archive-zip: remove uncompressed_sizeRené Scharfe1-5/+3
2012-05-03archive: delegate blob reading to backendNguyễn Thái Ngọc Duy1-2/+13
2011-07-19Merge branch 'jk/archive-tar-filter'Junio C Hamano1-1/+13
2011-06-22upload-archive: allow user to turn off filtersJeff King1-1/+1
2011-06-22archive: pass archiver struct to write_archive callbackJeff King1-1/+2
2011-06-22archive: refactor list of archive formatsJeff King1-1/+12
2011-06-10zlib: zlib can only process 4GB at a timeJunio C Hamano1-1/+1
2011-06-10zlib: wrap deflateBound() tooJunio C Hamano1-1/+1
2011-06-10zlib: wrap deflate side of the APIJunio C Hamano1-3/+3
2008-07-19archive: remove unused headersRené Scharfe1-5/+0
2008-07-19archive: make zip compression level independent from core gitRené Scharfe1-4/+5
2008-07-15archive: remove extra arguments parsing codeRené Scharfe1-13/+0
2008-07-15archive: centralize archive entry writingRené Scharfe1-75/+15
2008-07-15archive: add baselen member to struct archiver_argsRené Scharfe1-5/+3
2008-07-15add context pointer to read_tree_recursive()René Scharfe1-5/+6
2008-06-09Teach new attribute 'export-ignore' to git-archiveRené Scharfe1-0/+2
2008-04-10git-archive: ignore prefix when checking file attributeRené Scharfe1-2/+4
2007-09-18preserve executable bits in zip archivesDmitry Potapov1-2/+4
2007-09-03archive: specfile support (--pretty=format: in archive files)René Scharfe1-1/+4
2007-05-21rename dirlink to gitlink.Martin Waitz1-1/+1
2007-05-18git-archive: convert archive entries like checkouts doRené Scharfe1-1/+1
2007-05-12git-archive: don't die when repository uses subprojectsLars Hjemli1-2/+2
2007-02-27convert object type handling from a string to a numberNicolas Pitre1-2/+2
2006-12-20simplify inclusion of system header files.Junio C Hamano1-1/+0
2006-11-23archive-zip: don't use sizeof(struct ...)René Scharfe1-6/+18
2006-11-18sparse fix: Using plain integer as NULL pointerRene Scharfe1-1/+1
2006-10-07git-archive --format=zip: add symlink supportRene Scharfe1-4/+9
2006-10-07git-archive --format=zip: use default version IDRene Scharfe1-2/+2
2006-09-23Rename builtin-zip-tree.c to archive-zip.cRene Scharfe1-0/+333