summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_support_format_warc.c
Commit message (Expand)AuthorAgeFilesLines
* replace time64 functions with normal ones (#1830)Rosen Penev2023-01-091-2/+2
* cleanup _localtime64_s (#1820)Rosen Penev2022-12-201-3/+3
* warc: Fix undefined behaviour in deconst() functionAlex Richardson2020-12-091-1/+1
* Repair gcc11 build error in archive_read_support_format_warc.cMartin Matuska2020-12-041-1/+1
* COMP: explicitly handle all enum cases in switchSteve Pieper2020-06-141-0/+16
* RAR5 and WARC readers: move unnecessary comparsion into a commentMartin Matuska2020-01-161-1/+2
* Fix handling of strtol() and strtoul()Martin Matuska2019-04-051-1/+2
* warc: consume data once readDaniel Axtens2018-12-111-0/+5
* Use ctype macros with unsigned char arguments.Joerg Sonnenberger2017-02-261-4/+5
* WARC reader: avoid use of isblank()Martin Matuska2017-02-241-6/+8
* WARC reader: skip whitespace and check for first digit in _warc_rdlen()Martin Matuska2017-02-061-1/+6
* WARC reader: additonal sanity checksMartin Matuska2017-02-051-54/+62
* WARC reader: always check against valid line endMartin Matuska2017-02-041-65/+74
* WARC reader: do not consider CR or LF as space in xstrpisotime()Martin Matuska2017-01-251-1/+1
* Spelling fixesGraham Percival2016-12-301-2/+2
* Replace malloc + memset with calloc.Joerg Sonnenberger2016-12-061-2/+1
* Fix a couple of typographical errors.Peter Pentchev2016-07-071-1/+1
* Fix ctype use. Avoid empty loop bodies.Joerg Sonnenberger2016-06-211-7/+13
* Improve argument names of xmemmemBrad King2015-10-261-9/+10
* Plug memory leak made by my recent changes.Michihiro NAKAJIMA2014-10-121-0/+1
* Fix build failure on Windows.Michihiro NAKAJIMA2014-10-121-5/+5
* Fix build failure on Ubuntu.Michihiro NAKAJIMA2014-06-291-0/+1
* Reformat long calculation, make consistent across copiesTim Kientzle2014-06-221-4/+7
* interpret times in UTC, not local timezoneTim Kientzle2014-06-221-2/+24
* Check for legal HTTP but illegal unix filenames in WARCs archives.Sebastian Freundt2014-06-101-0/+27
* Set archive format, and archive format name.Sebastian Freundt2014-06-101-0/+13
* Hygiene, set unconsumed slot exactly once for each branchSebastian Freundt2014-06-101-6/+2
* Hygiene, always use xmemmem() because memmem() is a GNU extensionSebastian Freundt2014-06-101-1/+1
* Hygiene, use FALLTHROUGH instead of lint's @fallthrough@Sebastian Freundt2014-06-101-2/+2
* Hygiene, trust __archive_read_ahead() and kick superfluous check.Sebastian Freundt2014-06-101-1/+1
* Hygiene, clean up xmemmem() code a little, use xor sums.Sebastian Freundt2014-05-231-16/+14
* Store and read back mtimes through Last-Modified custom headerSebastian Freundt2014-05-231-0/+149
* Fix, actually consume data between calls to _warc_read()Sebastian Freundt2014-05-211-0/+8
* Obey gcc warnings,Sebastian Freundt2014-05-211-4/+5
* fix, request just the bare minimum for a WARC headerSebastian Freundt2014-05-211-3/+3
* Provide ISO 28500:2009 reader (aka warc, aka web archive)Sebastian Freundt2014-05-211-0/+575