aboutsummaryrefslogtreecommitdiff
path: root/brokenlinks/worker.go
AgeCommit message (Expand)Author
2026-02-12brokenlinks: fix possible panic in markAsBrokenShulhan
2026-02-12brokenlinks: store the anchor or image source in linkShulhan
2026-02-11brokenlinks: make link that return HTML always end with slashShulhan
2026-02-11brokenlinks: skip processing "mailto:" URLShulhan
2026-02-11brokenlinks: check if link has been seen before scanShulhan
2026-02-05brokenlinks: check for redirect during scanShulhan
2026-02-04brokenlinks: fix generating relative URLShulhan
2026-02-04brokenlinks: skip parsing non-HTML pageShulhan
2026-02-04brokenlinks: mark the link in queue as seen with status code 0Shulhan
2026-01-22brokenlinks: improve fetch logging and decrease timeout to 10 secondsShulhan
2026-01-22brokenlinks: print the progress to stderrShulhan
2026-01-22all: refactoring, use single struct to represent LinkShulhan
2026-01-22brokenlinks: refactoring the logic, simplify the codeShulhan
2025-11-20brokenlinks: fix infinite loop on unknown hostShulhan
2025-06-27brokenlinks: reduce the number of goroutines on scanShulhan
2025-06-27brokenlinks: implement caching for external URLsShulhan
2025-06-19all: add test cases for simulating slow serverShulhan
2025-06-16brokenlinks: move parsing scanned Url from worker to OptionsShulhan
2025-06-16brokenlinks: add option "insecure"Shulhan
2025-06-13brokenlinks: add option to ignore list HTTP status codeShulhan
2025-06-12all: refactoring, move brokenlinks code to its own packageShulhan