summaryrefslogtreecommitdiff
path: root/archive-zip.c
AgeCommit message (Expand)Author
2018-09-21userdiff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-20Merge branch 'nd/no-the-index'Junio C Hamano
2018-08-15Merge branch 'nd/i18n'Junio C Hamano
2018-08-13archive-*.c: use the right repositoryNguyễn Thái Ngọc Duy
2018-07-23archive-zip.c: mark more strings for translationNguyễn Thái Ngọc Duy
2018-07-23Update messages in preparation for i18nNguyễn Thái Ngọc Duy
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson
2018-03-14streaming: convert open_istream to use struct object_idbrian m. carlson
2018-03-14archive: convert sha1_file_to_archive to struct object_idbrian m. carlson
2018-03-14archive: convert write_archive_entry_fn_t to object_idbrian m. carlson
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-05-16Merge branch 'js/larger-timestamps'Junio C Hamano
2017-04-28archive-zip: set version field for big files correctlyRené Scharfe
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin
2017-04-25archive-zip: support files bigger than 4GBRené Scharfe
2017-04-25archive-zip: support archives bigger than 4GBRené Scharfe
2017-04-25archive-zip: write ZIP dir entry directly to strbufRené Scharfe
2017-04-25archive-zip: use strbuf for ZIP directoryRené Scharfe
2017-01-08archive-zip: load userdiff configJeff King
2015-09-01Merge branch 'rs/archive-zip-many'Junio C Hamano
2015-08-28archive-zip: support more than 65535 entriesRené Scharfe
2015-08-28archive-zip: use a local variable to store the creator versionRené Scharfe
2015-05-06Merge branch 'bc/object-id'Junio C Hamano
2015-03-17Merge branch 'rs/zip-text'Junio C Hamano
2015-03-14zip: use GIT_SHA1_HEXSZ for trailersbrian m. carlson
2015-03-05zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}René Scharfe
2015-03-05archive-zip: mark text files in archivesRené Scharfe
2013-06-06Merge branch 'sb/archive-zip-double-assignment-fix'Junio C Hamano
2013-05-29archive-zip:write_zip_entry: Remove second reset of size variable to zero.Stefan Beller
2013-03-17archive-zip: use deflateInit2() to ask for raw compressed dataRené Scharfe
2013-02-27archive-zip: fix compressed size for stored export-subst filesRené Scharfe
2013-01-12Merge branch 'rs/zip-with-uncompressed-size-in-the-header'Junio C Hamano
2013-01-06archive-zip: write uncompressed size into header even with streamingRené Scharfe
2012-09-24archive-zip: write extended timestampRené Scharfe
2012-09-18archive-zip: support UTF-8 pathsRené Scharfe
2012-09-18Revert "archive-zip: support UTF-8 paths"Junio C Hamano
2012-09-04archive-zip: support UTF-8 pathsRené Scharfe
2012-05-03archive-zip: streaming for deflated filesRené Scharfe
2012-05-03archive-zip: streaming for stored filesRené Scharfe
2012-05-03archive-zip: factor out helpers for writing sizes and CRCRené Scharfe
2012-05-03archive-zip: remove uncompressed_sizeRené Scharfe
2012-05-03archive: delegate blob reading to backendNguyễn Thái Ngọc Duy
2011-07-19Merge branch 'jk/archive-tar-filter'Junio C Hamano
2011-06-22upload-archive: allow user to turn off filtersJeff King
2011-06-22archive: pass archiver struct to write_archive callbackJeff King
2011-06-22archive: refactor list of archive formatsJeff King
2011-06-10zlib: zlib can only process 4GB at a timeJunio C Hamano