summary refs log tree commit diff
path: root/archive-zip.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-06Merge branch 'ab/c99-designated-initializers'Junio C Hamano1-3/+3
2022-02-24archive-*.c: use designated initializers for "struct archiver"Ævar Arnfjörð Bjarmason1-3/+3
2022-02-16date API: create a date.h, split from cache.hÆvar Arnfjörð Bjarmason1-0/+1
2020-09-19archive: read short blobs in archive.c::write_archive_entry()René Scharfe1-17/+5
2020-01-31streaming: allow open_istream() to handle any repoMatheus Tavares1-1/+2
2019-12-16Merge branch 'rs/archive-zip-code-cleanup'Junio C Hamano1-9/+14
2019-12-09archive-zip: use enum for compression methodRené Scharfe1-9/+14
2019-11-30archive-zip.c: switch to reentrant localtime_rDoan Tran Cong Danh1-5/+5
2019-04-01archive: convert struct archiver_args to object_idbrian m. carlson1-5/+5
2018-09-21userdiff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-5/+9
2018-08-20Merge branch 'nd/no-the-index'Junio C Hamano1-1/+1
2018-08-15Merge branch 'nd/i18n'Junio C Hamano1-7/+7
2018-08-13archive-*.c: use the right repositoryNguyễn Thái Ngọc Duy1-1/+1
2018-07-23archive-zip.c: mark more strings for translationNguyễn Thái Ngọc Duy1-7/+7
2018-07-23Update messages in preparation for i18nNguyễn Thái Ngọc Duy1-1/+1
2018-05-16object-store: move object access functions to object-store.hStefan Beller1-0/+1
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller1-1/+2
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson1-1/+1
2018-03-14streaming: convert open_istream to use struct object_idbrian m. carlson1-1/+1
2018-03-14archive: convert sha1_file_to_archive to struct object_idbrian m. carlson1-2/+2
2018-03-14archive: convert write_archive_entry_fn_t to object_idbrian m. carlson1-8/+8
2017-06-24Merge branch 'bw/config-h'Junio C Hamano1-0/+1
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-05-16Merge branch 'js/larger-timestamps'Junio C Hamano1-2/+10
2017-04-28archive-zip: set version field for big files correctlyRené Scharfe1-2/+6
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin1-2/+10
2017-04-24archive-zip: support files bigger than 4GBRené Scharfe1-15/+75
2017-04-24archive-zip: support archives bigger than 4GBRené Scharfe1-4/+28
2017-04-24archive-zip: write ZIP dir entry directly to strbufRené Scharfe1-54/+27
2017-04-24archive-zip: use strbuf for ZIP directoryRené Scharfe1-25/+11
2017-01-07archive-zip: load userdiff configJeff King1-0/+7
2015-09-01Merge branch 'rs/archive-zip-many'Junio C Hamano1-5/+94
2015-08-28archive-zip: support more than 65535 entriesRené Scharfe1-3/+90
2015-08-28archive-zip: use a local variable to store the creator versionRené Scharfe1-2/+4
2015-05-05Merge branch 'bc/object-id'Junio C Hamano1-2/+2
2015-03-17Merge branch 'rs/zip-text'Junio C Hamano1-1/+24
2015-03-13zip: use GIT_SHA1_HEXSZ for trailersbrian m. carlson1-2/+2
2015-03-05zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}René Scharfe1-2/+0
2015-03-05archive-zip: mark text files in archivesRené Scharfe1-1/+24
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