aboutsummaryrefslogtreecommitdiff
path: root/warc
AgeCommit message (Collapse)Author
2019-01-02Add multi-file outputale
The output stage can now write to size-limited, rotating WARC files using a user-specified pattern, so that output files are always unique.
2018-08-31Use a buffered Writer for WARC outputale
2018-08-31Improve error checkingale
Detect write errors (both on the database and to the WARC output) and abort with an error message. Also fix a bunch of harmless lint warnings.
2017-12-18Update location of the uuid packageale
2015-07-03minor golint fixesale
2015-06-28fix timestamp formatale
The WARC-Date fields now are UTC times in proper ISO-8601 format. This makes pywb and other tools happy.
2014-12-20move the WARC code into its own packageale
Now generates well-formed, indexable WARC files.