index
:
urls
master
Web crawler in Go.
Brandon Irizarry
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2026-05-26
feat: add some code to cancel
demo
2026-05-26
refactor: use SplitSeq instead of Split
demo
2026-05-26
feat: add gouroutine-leak profiling
demo
2026-05-26
feat: design worker-pool webcrawler
demo
2026-05-26
docs: remove comment
demo
2026-05-24
refactor: move main logic into separate function
demo
2026-05-23
feat: avoid sending empty URL slices to the worklist
demo
2026-05-23
feat: add diagnostics to prove code is buggy
demo
2026-05-23
docs: add package godoc
demo
2026-05-23
docs: expound help string for -max argument
demo
2026-05-23
fix: check *maxURLs > 0 case
demo
2026-05-23
feat: add maxURLs CLI flag
demo
2026-05-23
feat: implement cancellation
demo
2026-05-23
feat: add semaphore to throttle concurrent GET requests
demo
2026-05-23
refactor: remove intermediate variable
demo
2026-05-23
docs: add comment for clarity
demo
2026-05-23
feat: implement simple BFS webcrawler
demo
2026-05-23
feat: create empty main.go
demo
2026-05-21
chore: add existing code to project
demo
2026-05-21
chore: add html package
demo
2026-05-21
chore: initialize project
demo
[prev]