aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-12Release jarink 0.3.0 (2026-02-12)HEADv0.3.0maindevShulhan
2026-02-12all: update the READMEShulhan
2026-02-12make: add `build` taskShulhan
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-11go.mod: update all dependenciesShulhan
2026-02-11brokenlinks: skip processing "mailto:" URLShulhan
2026-02-11brokenlinks: test links that wrapped by other elementsShulhan
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-22all: mark and skip the slow testShulhan
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
2026-01-21all: use markdown for formatting READMEShulhan
2025-12-27Release jarink 0.2.1 (2025-12-27)v0.2.1Shulhan
2025-11-20brokenlinks: fix infinite loop on unknown hostShulhan
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