aboutsummaryrefslogtreecommitdiffstats
path: root/archive-zip.c
AgeCommit message (Expand)AuthorFilesLines
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