aboutsummaryrefslogtreecommitdiff
path: root/archive-zip.c
Commit message (Expand)AuthorAge
* Merge branch 'bw/config-h'Junio C Hamano2017-06-24
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-15
* | Merge branch 'js/larger-timestamps'Junio C Hamano2017-05-16
|\ \
| * | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-27
| |/
* | archive-zip: set version field for big files correctlyRené Scharfe2017-04-28
* | archive-zip: support files bigger than 4GBRené Scharfe2017-04-24
* | archive-zip: support archives bigger than 4GBRené Scharfe2017-04-24
* | archive-zip: write ZIP dir entry directly to strbufRené Scharfe2017-04-24
* | archive-zip: use strbuf for ZIP directoryRené Scharfe2017-04-24
|/
* archive-zip: load userdiff configJeff King2017-01-07
* Merge branch 'rs/archive-zip-many'Junio C Hamano2015-09-01
|\
| * archive-zip: support more than 65535 entriesRené Scharfe2015-08-28
| * archive-zip: use a local variable to store the creator versionRené Scharfe2015-08-28
* | Merge branch 'bc/object-id'Junio C Hamano2015-05-05
|\ \ | |/ |/|
| * zip: use GIT_SHA1_HEXSZ for trailersbrian m. carlson2015-03-13
* | Merge branch 'rs/zip-text'Junio C Hamano2015-03-17
|\ \
| * | archive-zip: mark text files in archivesRené Scharfe2015-03-05
| |/
* | zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}René Scharfe2015-03-05
|/
* Merge branch 'sb/archive-zip-double-assignment-fix'Junio C Hamano2013-06-06
|\
| * archive-zip:write_zip_entry: Remove second reset of size variable to zero.Stefan Beller2013-05-29
* | archive-zip: use deflateInit2() to ask for raw compressed dataRené Scharfe2013-03-16
|/
* archive-zip: fix compressed size for stored export-subst filesRené Scharfe2013-02-27
* Merge branch 'rs/zip-with-uncompressed-size-in-the-header'Junio C Hamano2013-01-11
|\
| * archive-zip: write uncompressed size into header even with streamingRené Scharfe2013-01-06
* | archive-zip: write extended timestampRené Scharfe2012-09-24
* | archive-zip: support UTF-8 pathsRené Scharfe2012-09-18
* | Revert "archive-zip: support UTF-8 paths"Junio C Hamano2012-09-18
* | archive-zip: support UTF-8 pathsRené Scharfe2012-09-04
|/
* archive-zip: streaming for deflated filesRené Scharfe2012-05-03
* archive-zip: streaming for stored filesRené Scharfe2012-05-03
* archive-zip: factor out helpers for writing sizes and CRCRené Scharfe2012-05-03
* archive-zip: remove uncompressed_sizeRené Scharfe2012-05-03
* archive: delegate blob reading to backendNguyễn Thái Ngọc Duy2012-05-03
* Merge branch 'jk/archive-tar-filter'Junio C Hamano2011-07-19
|\
| * upload-archive: allow user to turn off filtersJeff King2011-06-22
| * archive: pass archiver struct to write_archive callbackJeff King2011-06-22
| * archive: refactor list of archive formatsJeff King2011-06-22
* | zlib: zlib can only process 4GB at a timeJunio C Hamano2011-06-10
* | zlib: wrap deflateBound() tooJunio C Hamano2011-06-10
* | zlib: wrap deflate side of the APIJunio C Hamano2011-06-10
|/
* archive: remove unused headersRené Scharfe2008-07-19
* archive: make zip compression level independent from core gitRené Scharfe2008-07-19
* archive: remove extra arguments parsing codeRené Scharfe2008-07-15
* archive: centralize archive entry writingRené Scharfe2008-07-15
* archive: add baselen member to struct archiver_argsRené Scharfe2008-07-15
* add context pointer to read_tree_recursive()René Scharfe2008-07-15
* Teach new attribute 'export-ignore' to git-archiveRené Scharfe2008-06-09
* git-archive: ignore prefix when checking file attributeRené Scharfe2008-04-10
* preserve executable bits in zip archivesDmitry Potapov2007-09-18
* archive: specfile support (--pretty=format: in archive files)René Scharfe2007-09-03