summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_set_format_warc.c
Commit message (Expand)AuthorAgeFilesLines
* replace time64 functions with normal ones (#1830)Rosen Penev2023-01-091-3/+3
* cleanup _localtime64_s (#1820)Rosen Penev2022-12-201-16/+7
* Unify unsupported entry file type error message in writerMartin Matuska2020-01-251-4/+3
* Windows: use _localtime64_s and _gmtime64_s where appropriateMartin Matuska2020-01-131-1/+10
* constify variables moreMike Frysinger2017-03-231-1/+1
* Spelling fixesGraham Percival2016-12-271-1/+1
* Visual Studio 2015 ChangesHans Hinrichsen2016-01-131-1/+1
* Fix `time` shadowing in archive_write_set_format_warc.cwatercrossing2016-01-071-3/+3
* Issue #631: Move 'r' into an inner scope to fix shadowingTim Kientzle2016-01-011-1/+1
* Rework to avoid some C99-isms. <sigh>Tim Kientzle2015-11-191-7/+13
* Windows does not support %F, use %Y-%m-%d instead.Tim Kientzle2015-06-281-2/+2
* Merge branch 'master' of github.com:libarchive/libarchiveSergiu Dotenco2015-03-011-4/+4
|\
| * Issue 412: Use uint64_t throughout for file sizesTim Kientzle2015-02-201-4/+4
* | fixed vc compilation errorsSergiu Dotenco2015-01-251-1/+1
|/
* Fix build failure with gcc.Michihiro NAKAJIMA2014-10-131-1/+1
* Use archive_random() function instead of rand() function.Michihiro NAKAJIMA2014-10-131-5/+2
* Fix build failure on Windows.Michihiro NAKAJIMA2014-10-121-53/+53
* Use ARCHIVE_VERSION macros instead of PACKAGETim Kientzle2014-06-221-3/+3
* Hygiene, protect against NULL filenames in _warc_header()Sebastian Freundt2014-06-101-0/+6
* Tests, heed Tim's advice and emit ARCHIVE_FAILED for entries ...Sebastian Freundt2014-06-101-2/+7
* Store and read back mtimes through Last-Modified custom headerSebastian Freundt2014-05-231-14/+27
* fix, never write more bytes in _warc_data() than ...Sebastian Freundt2014-05-211-1/+13
* Provide ISO 28500:2009 writer (aka warc, aka web archive)Sebastian Freundt2014-05-211-0/+406