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