summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
10 daysfeat: change all channel payloads to pointer typesdemo
10 daysfeat: reveal bug in the channel linkage topologydemo
10 daysfeat: add some code to canceldemo
However, currently this never gets reached.
10 daysrefactor: use SplitSeq instead of Splitdemo
10 daysfeat: add gouroutine-leak profilingdemo
10 daysfeat: design worker-pool webcrawlerdemo
10 daysdocs: remove commentdemo
13 daysrefactor: move main logic into separate functiondemo
13 daysfeat: avoid sending empty URL slices to the worklistdemo
13 daysfeat: add diagnostics to prove code is buggydemo
13 daysdocs: add package godocdemo
14 daysdocs: expound help string for -max argumentdemo
14 daysfix: check *maxURLs > 0 casedemo
14 daysfeat: add maxURLs CLI flagdemo
I've also added some more input sanitization.
14 daysfeat: implement cancellationdemo
I've also added 1., 2., etc. to the printed list of URLs.
14 daysfeat: add semaphore to throttle concurrent GET requestsdemo
14 daysrefactor: remove intermediate variabledemo
14 daysdocs: add comment for claritydemo
14 daysfeat: implement simple BFS webcrawlerdemo
14 daysfeat: create empty main.godemo
2026-05-21chore: add existing code to projectdemo
I also ran go mod tidy since the new files refer to packages I've recently installed (locally.)
2026-05-21chore: add html packagedemo
2026-05-21chore: initialize projectdemo