summaryrefslogtreecommitdiff
path: root/classic.go
AgeCommit message (Collapse)Author
8 daysrefactor: move html document creation to getBatchdemo
Also, if there are errors, I log them and simply return a nil slice.
9 daysfix: make select statement block unless communication takes placedemo
9 daysfeat: configure maxDepth from the command linedemo
Similar to maxURLs, a maxDepth of zero means no limit.
9 dayswip: prototype a max-depth limitationdemo
It's just bolted on with a constant right now though.
9 daysfeat: update the classic crawler to track depth via packetsdemo
10 daysfix: release semaphore at the proper timedemo
10 daysfeat: implement maxConcurrency using a buffered channel 'sema'demo
10 daysfeat: add cancellation featuredemo
10 daysfeat: hit 'em with the classic web crawlerdemo