summaryrefslogtreecommitdiffstats
path: root/archive-zip.c (follow)
Commit message (Expand)AuthorAgeLines
* archive: read short blobs in archive.c::write_archive_entry()René Scharfe2020-09-19-17/+5
* streaming: allow open_istream() to handle any repoMatheus Tavares2020-01-31-1/+2
* Merge branch 'rs/archive-zip-code-cleanup'Junio C Hamano2019-12-16-9/+14
|\
| * archive-zip: use enum for compression methodRené Scharfe2019-12-09-9/+14
* | archive-zip.c: switch to reentrant localtime_rDoan Tran Cong Danh2019-11-30-5/+5
|/
* archive: convert struct archiver_args to object_idbrian m. carlson2019-04-01-5/+5
* userdiff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-21-5/+9
* Merge branch 'nd/no-the-index'Junio C Hamano2018-08-20-1/+1
|\
| * archive-*.c: use the right repositoryNguyễn Thái Ngọc Duy2018-08-13-1/+1
* | Merge branch 'nd/i18n'Junio C Hamano2018-08-15-7/+7
|\ \ | |/ |/|
| * archive-zip.c: mark more strings for translationNguyễn Thái Ngọc Duy2018-07-23-7/+7
| * Update messages in preparation for i18nNguyễn Thái Ngọc Duy2018-07-23-1/+1
* | object-store: move object access functions to object-store.hStefan Beller2018-05-16-0/+1
|/
* cache.h: add repository argument to oid_object_infoStefan Beller2018-04-26-1/+2
* sha1_file: convert sha1_object_info* to object_idbrian m. carlson2018-03-14-1/+1
* streaming: convert open_istream to use struct object_idbrian m. carlson2018-03-14-1/+1
* archive: convert sha1_file_to_archive to struct object_idbrian m. carlson2018-03-14-2/+2
* archive: convert write_archive_entry_fn_t to object_idbrian m. carlson2018-03-14-8/+8
* Merge branch 'bw/config-h'Junio C Hamano2017-06-24-0/+1
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-15-0/+1
* | Merge branch 'js/larger-timestamps'Junio C Hamano2017-05-16-2/+10
|\ \
| * | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-27-2/+10
| |/
* | archive-zip: set version field for big files correctlyRené Scharfe2017-04-28-2/+6
* | archive-zip: support files bigger than 4GBRené Scharfe2017-04-24-15/+75
* | archive-zip: support archives bigger than 4GBRené Scharfe2017-04-24-4/+28
* | archive-zip: write ZIP dir entry directly to strbufRené Scharfe2017-04-24-54/+27
* | archive-zip: use strbuf for ZIP directoryRené Scharfe2017-04-24-25/+11
|/
* archive-zip: load userdiff configJeff King2017-01-07-0/+7
* Merge branch 'rs/archive-zip-many'Junio C Hamano2015-09-01-5/+94
|\
| * archive-zip: support more than 65535 entriesRené Scharfe2015-08-28-3/+90
| * archive-zip: use a local variable to store the creator versionRené Scharfe2015-08-28-2/+4
* | Merge branch 'bc/object-id'Junio C Hamano2015-05-05-2/+2
|\ \ | |/ |/|
| * zip: use GIT_SHA1_HEXSZ for trailersbrian m. carlson2015-03-13-2/+2
* | Merge branch 'rs/zip-text'Junio C Hamano2015-03-17-1/+24
|\ \
| * | archive-zip: mark text files in archivesRené Scharfe2015-03-05-1/+24
| |/
* / zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}René Scharfe2015-03-05-2/+0
|/
* Merge branch 'sb/archive-zip-double-assignment-fix'Junio C Hamano2013-06-06-1/+0
|\
| * archive-zip:write_zip_entry: Remove second reset of size variable to zero.Stefan Beller2013-05-29-1/+0
* | archive-zip: use deflateInit2() to ask for raw compressed dataRené Scharfe2013-03-16-22/+14
|/
* archive-zip: fix compressed size for stored export-subst filesRené Scharfe2013-02-27-1/+1
* Merge branch 'rs/zip-with-uncompressed-size-in-the-header'Junio C Hamano2013-01-11-5/+2
|\
| * archive-zip: write uncompressed size into header even with streamingRené Scharfe2013-01-06-5/+2
* | archive-zip: write extended timestampRené Scharfe2012-09-24-3/+24
* | archive-zip: support UTF-8 pathsRené Scharfe2012-09-18-1/+21
* | Revert "archive-zip: support UTF-8 paths"Junio C Hamano2012-09-18-21/+6
* | archive-zip: support UTF-8 pathsRené Scharfe2012-09-04-6/+21
|/
* archive-zip: streaming for deflated filesRené Scharfe2012-05-03-1/+63
* archive-zip: streaming for stored filesRené Scharfe2012-05-03-12/+78
* archive-zip: factor out helpers for writing sizes and CRCRené Scharfe2012-05-03-11/+28
* archive-zip: remove uncompressed_sizeRené Scharfe2012-05-03-5/+3