summaryrefslogtreecommitdiff
path: root/archive-zip.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sb/archive-zip-double-assignment-fix'Junio C Hamano2013-06-061-1/+0
|\
| * archive-zip:write_zip_entry: Remove second reset of size variable to zero.Stefan Beller2013-05-291-1/+0
* | archive-zip: use deflateInit2() to ask for raw compressed dataRené Scharfe2013-03-161-22/+14
|/
* archive-zip: fix compressed size for stored export-subst filesRené Scharfe2013-02-271-1/+1
* Merge branch 'rs/zip-with-uncompressed-size-in-the-header'Junio C Hamano2013-01-111-5/+2
|\
| * archive-zip: write uncompressed size into header even with streamingRené Scharfe2013-01-061-5/+2
* | archive-zip: write extended timestampRené Scharfe2012-09-241-3/+24
* | archive-zip: support UTF-8 pathsRené Scharfe2012-09-181-1/+21
* | Revert "archive-zip: support UTF-8 paths"Junio C Hamano2012-09-181-21/+6
* | archive-zip: support UTF-8 pathsRené Scharfe2012-09-041-6/+21
|/
* archive-zip: streaming for deflated filesRené Scharfe2012-05-031-1/+63
* archive-zip: streaming for stored filesRené Scharfe2012-05-031-12/+78
* archive-zip: factor out helpers for writing sizes and CRCRené Scharfe2012-05-031-11/+28
* archive-zip: remove uncompressed_sizeRené Scharfe2012-05-031-5/+3
* archive: delegate blob reading to backendNguyễn Thái Ngọc Duy2012-05-031-2/+13
* Merge branch 'jk/archive-tar-filter'Junio C Hamano2011-07-191-1/+13
|\
| * upload-archive: allow user to turn off filtersJeff King2011-06-221-1/+1
| * archive: pass archiver struct to write_archive callbackJeff King2011-06-221-1/+2
| * archive: refactor list of archive formatsJeff King2011-06-221-1/+12
* | zlib: zlib can only process 4GB at a timeJunio C Hamano2011-06-101-1/+1
* | zlib: wrap deflateBound() tooJunio C Hamano2011-06-101-1/+1
* | zlib: wrap deflate side of the APIJunio C Hamano2011-06-101-3/+3
|/
* archive: remove unused headersRené Scharfe2008-07-191-5/+0
* archive: make zip compression level independent from core gitRené Scharfe2008-07-191-4/+5
* archive: remove extra arguments parsing codeRené Scharfe2008-07-151-13/+0
* archive: centralize archive entry writingRené Scharfe2008-07-151-75/+15
* archive: add baselen member to struct archiver_argsRené Scharfe2008-07-151-5/+3
* add context pointer to read_tree_recursive()René Scharfe2008-07-151-5/+6
* Teach new attribute 'export-ignore' to git-archiveRené Scharfe2008-06-091-0/+2
* git-archive: ignore prefix when checking file attributeRené Scharfe2008-04-101-2/+4
* preserve executable bits in zip archivesDmitry Potapov2007-09-181-2/+4
* archive: specfile support (--pretty=format: in archive files)René Scharfe2007-09-031-1/+4
* rename dirlink to gitlink.Martin Waitz2007-05-211-1/+1
* git-archive: convert archive entries like checkouts doRené Scharfe2007-05-181-1/+1
* git-archive: don't die when repository uses subprojectsLars Hjemli2007-05-121-2/+2
* convert object type handling from a string to a numberNicolas Pitre2007-02-271-2/+2
* simplify inclusion of system header files.Junio C Hamano2006-12-201-1/+0
* archive-zip: don't use sizeof(struct ...)René Scharfe2006-11-231-6/+18
* sparse fix: Using plain integer as NULL pointerRene Scharfe2006-11-181-1/+1
* git-archive --format=zip: add symlink supportRene Scharfe2006-10-071-4/+9
* git-archive --format=zip: use default version IDRene Scharfe2006-10-071-2/+2
* Rename builtin-zip-tree.c to archive-zip.cRene Scharfe2006-09-231-0/+333