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-06-11
feat: make stubs for subcommands
demo
2026-06-11
chore: add urfave
demo
2026-06-11
style: rename findURLs to extractURLs
demo
2026-06-11
feat: write XML sitemaps to separate directory
demo
2026-06-11
feat: check that GOEXPERIMENT=goroutineleakprofile is set
demo
2026-06-11
refactor: delete 'workers' version of webcrawler
demo
2026-06-06
feat: add sqlite tutorial site
demo
2026-05-31
feat: use for-select instead of range
demo
2026-05-30
feat: add code to handle maxDepth
demo
2026-05-30
feat: add example.com to shortcodes as "example"
demo
2026-05-30
feat: add maxDepth argument to workers version
demo
2026-05-30
feat: upgrade hamlet and use newer stuff from there
demo
2026-05-30
feat: use hamlet package to simplify command-line arguments
demo
2026-05-30
chore: install hamlet
demo
2026-05-28
feat: specify whether URL sources are both missing or both present
demo
2026-05-28
feat: implement shortcode feature
demo
2026-05-28
refactor: move initial URL parsing into function 'convertToURL'
demo
2026-05-28
chore: add urls.csv shortcodes file
demo
2026-05-28
docs: add some comments
demo
2026-05-28
feat: add a user agent header!
demo
2026-05-28
feat: add "total entries" as part of XML comment
demo
2026-05-28
feat: prettify stats when figure was passed in as 0
demo
2026-05-28
feat: place comment before URL listing
demo
2026-05-28
feat: add comment logging maxDepth and maxURLs inside xml output
demo
2026-05-28
chore: ignore xml output
demo
2026-05-28
feat: save sitemap to a file
demo
2026-05-28
feat: check for missing https://
demo
2026-05-28
feat: add header to xml output
demo
2026-05-28
wip: generate rough draft of sitemap
demo
2026-05-28
docs: expand findURLs godoc
demo
2026-05-28
docs: add comment explaining purpose of log.Lshortfile
demo
2026-05-28
refactor: move html document creation to getBatch
demo
2026-05-28
chore: include shortfile printout in log invocations
demo
2026-05-27
fix: make select statement block unless communication takes place
demo
2026-05-27
feat: configure maxDepth from the command line
demo
2026-05-27
wip: prototype a max-depth limitation
demo
2026-05-27
feat: update the classic crawler to track depth via packets
demo
2026-05-27
refactor: move packet definitions to their own file
demo
2026-05-27
refactor: move "packet conversion" into a separate function
demo
2026-05-26
docs: add extensive comments
demo
2026-05-26
feat: measure the depth where each URL is found
demo
2026-05-26
feat: add some prints to prove we need to select on Done()
demo
2026-05-26
refactor: eliminate redundant select statement
demo
2026-05-26
fix: make sure all workers terminate by the end
demo
2026-05-26
feat: add early termination condition based on maxURLs
demo
2026-05-26
feat: add break condition from worklist loop
demo
2026-05-26
feat: add the worker-pool-based crawer from TGPL
demo
2026-05-26
docs: add an "Awesome Go" section to the README
demo
2026-05-26
docs: save websites I usually use with this crawler
demo
2026-05-26
fix: release semaphore at the proper time
demo
[next]