summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-06-27Release jarink version 0.2.0 (2025-05-27)v0.2.0Shulhan
2025-06-27cmd/jarink: add "version" commandShulhan
2025-06-27all: add SPDX copyright and licenses to READMEShulhan
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-17brokenlinks: add test cases for IgnoreStatus optionsShulhan
2025-06-16brokenlinks: update comment on test case with pathShulhan
2025-06-16all: add comment on GoEmbedReadme variableShulhan
2025-06-16brokenlinks: move parsing scanned Url from worker to OptionsShulhan
2025-06-16all: rename README.adoc back to READMEShulhan
2025-06-16brokenlinks: add option "insecure"Shulhan
2025-06-13brokenlinks: add option to ignore list HTTP status codeShulhan
2025-06-12Release jarink version 0.1.0v0.1.0Shulhan
2025-06-12all: add SPDX license to testdata filesShulhan
2025-06-12all: rename README to README.adocShulhan
2025-06-12all: refactoring, move brokenlinks code to its own packageShulhan
2025-06-12all: rename the json field page_links to broken_linksShulhan
2025-06-11all: revert to use HTTP GET on external, non-image URLShulhan
2025-06-11all: check for DNS timeout and retry 5 timesShulhan
2025-06-05all: encode the whole BrokenlinksResult struct to JSONShulhan
2025-06-05all: add option to scan pass resultShulhan
2025-06-05all: use snake case for JSON fields in Broken resultShulhan
2025-06-05all: move TestMain to jarink_test.go fileShulhan
2025-06-01all: brokenlinks should scan only URL on given pathShulhan
2025-06-01all: go embed the README and use it on the CLI for help commandShulhan
2025-06-01all: use separate logs for worker and main programShulhan
2025-06-01all: add a simple READMEShulhan
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-31cmd/deadlinks: print the result in JSONShulhan
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: turn off log timestamp during testingShulhan
2025-05-30cmd/deadlinks: implement the CLI for deadlinksShulhan
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-29testdata/web: remove anchor to external websiteShulhan
2025-05-29all: add case for broken HTMLShulhan
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