summaryrefslogtreecommitdiff
path: root/classic.go
AgeCommit message (Expand)Author
2026-06-11style: rename findURLs to extractURLsdemo
2026-06-11feat: write XML sitemaps to separate directorydemo
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
2026-05-27fix: make select statement block unless communication takes placedemo
2026-05-27feat: configure maxDepth from the command linedemo
2026-05-27wip: prototype a max-depth limitationdemo
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