summaryrefslogtreecommitdiff
path: root/archive-zip.c
AgeCommit message (Expand)Author
2017-05-16Merge branch 'js/larger-timestamps'Junio C Hamano
2017-04-28archive-zip: set version field for big files correctlyRené Scharfe
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin
2017-04-25archive-zip: support files bigger than 4GBRené Scharfe
2017-04-25archive-zip: support archives bigger than 4GBRené Scharfe
2017-04-25archive-zip: write ZIP dir entry directly to strbufRené Scharfe
2017-04-25archive-zip: use strbuf for ZIP directoryRené Scharfe
2017-01-08archive-zip: load userdiff configJeff King
2015-09-01Merge branch 'rs/archive-zip-many'Junio C Hamano
2015-08-28archive-zip: support more than 65535 entriesRené Scharfe
2015-08-28archive-zip: use a local variable to store the creator versionRené Scharfe
2015-05-06Merge branch 'bc/object-id'Junio C Hamano
2015-03-17Merge branch 'rs/zip-text'Junio C Hamano
2015-03-14zip: use GIT_SHA1_HEXSZ for trailersbrian m. carlson
2015-03-05zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}René Scharfe
2015-03-05archive-zip: mark text files in archivesRené Scharfe
2013-06-06Merge branch 'sb/archive-zip-double-assignment-fix'Junio C Hamano
2013-05-29archive-zip:write_zip_entry: Remove second reset of size variable to zero.Stefan Beller
2013-03-17archive-zip: use deflateInit2() to ask for raw compressed dataRené Scharfe
2013-02-27archive-zip: fix compressed size for stored export-subst filesRené Scharfe
2013-01-12Merge branch 'rs/zip-with-uncompressed-size-in-the-header'Junio C Hamano
2013-01-06archive-zip: write uncompressed size into header even with streamingRené Scharfe
2012-09-24archive-zip: write extended timestampRené Scharfe
2012-09-18archive-zip: support UTF-8 pathsRené Scharfe
2012-09-18Revert "archive-zip: support UTF-8 paths"Junio C Hamano
2012-09-04archive-zip: support UTF-8 pathsRené Scharfe
2012-05-03archive-zip: streaming for deflated filesRené Scharfe
2012-05-03archive-zip: streaming for stored filesRené Scharfe
2012-05-03archive-zip: factor out helpers for writing sizes and CRCRené Scharfe
2012-05-03archive-zip: remove uncompressed_sizeRené Scharfe
2012-05-03archive: delegate blob reading to backendNguyễn Thái Ngọc Duy
2011-07-19Merge branch 'jk/archive-tar-filter'Junio C Hamano
2011-06-22upload-archive: allow user to turn off filtersJeff King
2011-06-22archive: pass archiver struct to write_archive callbackJeff King
2011-06-22archive: refactor list of archive formatsJeff King
2011-06-10zlib: zlib can only process 4GB at a timeJunio C Hamano
2011-06-10zlib: wrap deflateBound() tooJunio C Hamano
2011-06-10zlib: wrap deflate side of the APIJunio C Hamano
2008-07-19archive: remove unused headersRené Scharfe
2008-07-19archive: make zip compression level independent from core gitRené Scharfe
2008-07-15archive: remove extra arguments parsing codeRené Scharfe
2008-07-15archive: centralize archive entry writingRené Scharfe
2008-07-15archive: add baselen member to struct archiver_argsRené Scharfe
2008-07-15add context pointer to read_tree_recursive()René Scharfe
2008-06-09Teach new attribute 'export-ignore' to git-archiveRené Scharfe
2008-04-10git-archive: ignore prefix when checking file attributeRené Scharfe
2007-09-18preserve executable bits in zip archivesDmitry Potapov
2007-09-03archive: specfile support (--pretty=format: in archive files)René Scharfe
2007-05-22rename dirlink to gitlink.Martin Waitz
2007-05-18git-archive: convert archive entries like checkouts doRené Scharfe