aboutsummaryrefslogtreecommitdiff
path: root/brokenlinks/brokenlinks_test.go
AgeCommit message (Expand)Author
2026-02-12brokenlinks: store the anchor or image source in linkShulhan
2026-02-11brokenlinks: make link that return HTML always end with slashShulhan
2026-01-22all: mark and skip the slow testShulhan
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: implement caching for external URLsShulhan
2025-06-19all: add test cases for simulating slow serverShulhan
2025-06-17brokenlinks: add test cases for IgnoreStatus optionsShulhan
2025-06-16brokenlinks: update comment on test case with pathShulhan
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