summaryrefslogtreecommitdiff
path: root/classic.go
AgeCommit message (Collapse)Author
2026-05-28feat: implement shortcode featuredemo
2026-05-28feat: add comment logging maxDepth and maxURLs inside xml outputdemo
2026-05-28feat: save sitemap to a filedemo
2026-05-28wip: generate rough draft of sitemapdemo
2026-05-28refactor: move html document creation to getBatchdemo
Also, if there are errors, I log them and simply return a nil slice.
2026-05-27fix: make select statement block unless communication takes placedemo
2026-05-27feat: configure maxDepth from the command linedemo
Similar to maxURLs, a maxDepth of zero means no limit.
2026-05-27wip: prototype a max-depth limitationdemo
It's just bolted on with a constant right now though.
2026-05-27feat: update the classic crawler to track depth via packetsdemo
2026-05-26fix: release semaphore at the proper timedemo
2026-05-26feat: implement maxConcurrency using a buffered channel 'sema'demo
2026-05-26feat: add cancellation featuredemo
2026-05-26feat: hit 'em with the classic web crawlerdemo