summaryrefslogtreecommitdiff
path: root/worker.go
AgeCommit message (Expand)Author
2025-06-01all: rename the program and repository into jarinkShulhan
2025-05-31all: record an error due to broken link in HTML anchor or imageShulhan
2025-05-31all: record the error when checking the linksShulhan
2025-05-31all: check list of waiting status after processing resultShulhan
2025-05-31all: use HTTP method HEAD to check external domainsShulhan
2025-05-31all: use case with ticker instead of default case in runShulhan
2025-05-31all: refactoring the scan work without sync.MutexShulhan
2025-05-31all: use HTTP method HEAD to check for image linkShulhan
2025-05-30all: cleaning up fragment on linksShulhan
2025-05-29all: change the Scan function parameter to struct ScanOptionsShulhan
2025-05-29all: remove returned error from parsing HTMLShulhan
2025-05-29all: add test cases for broken link and invalid URLShulhan
2025-05-29all: ignore HTML page from external domainShulhan
2025-05-29all: parse only link to HTML pageShulhan
2025-05-29all: handle case for invalid URL, dead server, and on subpageShulhan
2025-05-27all: complete the first minimum working implementationShulhan
2025-05-22deadlinks: a program to scan for dead links on websiteShulhan