index
:
jarink
dev
main
Program to inspects and maintains web sites.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
brokenlinks
/
worker.go
Age
Commit message (
Expand
)
Author
2026-02-12
brokenlinks: fix possible panic in markAsBroken
Shulhan
2026-02-12
brokenlinks: store the anchor or image source in link
Shulhan
2026-02-11
brokenlinks: make link that return HTML always end with slash
Shulhan
2026-02-11
brokenlinks: skip processing "mailto:" URL
Shulhan
2026-02-11
brokenlinks: check if link has been seen before scan
Shulhan
2026-02-05
brokenlinks: check for redirect during scan
Shulhan
2026-02-04
brokenlinks: fix generating relative URL
Shulhan
2026-02-04
brokenlinks: skip parsing non-HTML page
Shulhan
2026-02-04
brokenlinks: mark the link in queue as seen with status code 0
Shulhan
2026-01-22
brokenlinks: improve fetch logging and decrease timeout to 10 seconds
Shulhan
2026-01-22
brokenlinks: print the progress to stderr
Shulhan
2026-01-22
all: refactoring, use single struct to represent Link
Shulhan
2026-01-22
brokenlinks: refactoring the logic, simplify the code
Shulhan
2025-11-20
brokenlinks: fix infinite loop on unknown host
Shulhan
2025-06-27
brokenlinks: reduce the number of goroutines on scan
Shulhan
2025-06-27
brokenlinks: implement caching for external URLs
Shulhan
2025-06-19
all: add test cases for simulating slow server
Shulhan
2025-06-16
brokenlinks: move parsing scanned Url from worker to Options
Shulhan
2025-06-16
brokenlinks: add option "insecure"
Shulhan
2025-06-13
brokenlinks: add option to ignore list HTTP status code
Shulhan
2025-06-12
all: refactoring, move brokenlinks code to its own package
Shulhan