aboutsummaryrefslogtreecommitdiff
path: root/queue.go
AgeCommit message (Collapse)Author
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-19Simplify redirectHandler.Handleale
2017-12-18Switch to github.com/syndtr/goleveldbale
The native Go implementation of LevelDB.
2015-06-29improve queue code; golint fixesale
The queuing code now performs proper lease accounting, and it will not return a URL twice if the page load is slow.