summaryrefslogtreecommitdiff
path: root/archive-zip.c
AgeCommit message (Expand)Author
2022-03-07Merge branch 'ab/c99-designated-initializers'Junio C Hamano
2022-02-24archive-*.c: use designated initializers for "struct archiver"Ævar Arnfjörð Bjarmason
2022-02-16date API: create a date.h, split from cache.hÆvar Arnfjörð Bjarmason
2020-09-19archive: read short blobs in archive.c::write_archive_entry()René Scharfe
2020-01-31streaming: allow open_istream() to handle any repoMatheus Tavares
2019-12-16Merge branch 'rs/archive-zip-code-cleanup'Junio C Hamano
2019-12-09archive-zip: use enum for compression methodRené Scharfe
2019-11-30archive-zip.c: switch to reentrant localtime_rDoan Tran Cong Danh
2019-04-01archive: convert struct archiver_args to object_idbrian m. carlson
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