index
:
jarink
dev
main
Program to inspects and maintains web sites.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2026-02-12
Release jarink 0.3.0 (2026-02-12)
HEAD
v0.3.0
main
dev
Shulhan
2026-02-12
all: update the README
Shulhan
2026-02-12
make: add `build` task
Shulhan
2026-02-12
brokenlinks: fix possible panic in markAsBroken
Shulhan
2026-02-12
brokenlinks: store the anchor or image source in link
Shulhan
2026-02-11
brokenlinks: make link that return HTML always end with slash
Shulhan
2026-02-11
go.mod: update all dependencies
Shulhan
2026-02-11
brokenlinks: skip processing "mailto:" URL
Shulhan
2026-02-11
brokenlinks: test links that wrapped by other elements
Shulhan
2026-02-11
brokenlinks: check if link has been seen before scan
Shulhan
2026-02-05
brokenlinks: check for redirect during scan
Shulhan
2026-02-04
brokenlinks: fix generating relative URL
Shulhan
2026-02-04
brokenlinks: skip parsing non-HTML page
Shulhan
2026-02-04
brokenlinks: mark the link in queue as seen with status code 0
Shulhan
2026-01-22
all: mark and skip the slow test
Shulhan
2026-01-22
brokenlinks: improve fetch logging and decrease timeout to 10 seconds
Shulhan
2026-01-22
brokenlinks: print the progress to stderr
Shulhan
2026-01-22
all: refactoring, use single struct to represent Link
Shulhan
2026-01-22
brokenlinks: refactoring the logic, simplify the code
Shulhan
2026-01-21
all: use markdown for formatting README
Shulhan
2025-12-27
Release jarink 0.2.1 (2025-12-27)
v0.2.1
Shulhan
2025-11-20
brokenlinks: fix infinite loop on unknown host
Shulhan
2025-06-27
Release jarink version 0.2.0 (2025-05-27)
v0.2.0
Shulhan
2025-06-27
cmd/jarink: add "version" command
Shulhan
2025-06-27
all: add SPDX copyright and licenses to README
Shulhan
2025-06-27
brokenlinks: reduce the number of goroutines on scan
Shulhan
2025-06-27
brokenlinks: implement caching for external URLs
Shulhan
2025-06-19
all: add test cases for simulating slow server
Shulhan
2025-06-17
brokenlinks: add test cases for IgnoreStatus options
Shulhan
2025-06-16
brokenlinks: update comment on test case with path
Shulhan
2025-06-16
all: add comment on GoEmbedReadme variable
Shulhan
2025-06-16
brokenlinks: move parsing scanned Url from worker to Options
Shulhan
2025-06-16
all: rename README.adoc back to README
Shulhan
2025-06-16
brokenlinks: add option "insecure"
Shulhan
2025-06-13
brokenlinks: add option to ignore list HTTP status code
Shulhan
2025-06-12
Release jarink version 0.1.0
v0.1.0
Shulhan
2025-06-12
all: add SPDX license to testdata files
Shulhan
2025-06-12
all: rename README to README.adoc
Shulhan
2025-06-12
all: refactoring, move brokenlinks code to its own package
Shulhan
2025-06-12
all: rename the json field page_links to broken_links
Shulhan
2025-06-11
all: revert to use HTTP GET on external, non-image URL
Shulhan
2025-06-11
all: check for DNS timeout and retry 5 times
Shulhan
2025-06-05
all: encode the whole BrokenlinksResult struct to JSON
Shulhan
2025-06-05
all: add option to scan pass result
Shulhan
2025-06-05
all: use snake case for JSON fields in Broken result
Shulhan
2025-06-05
all: move TestMain to jarink_test.go file
Shulhan
2025-06-01
all: brokenlinks should scan only URL on given path
Shulhan
2025-06-01
all: go embed the README and use it on the CLI for help command
Shulhan
2025-06-01
all: use separate logs for worker and main program
Shulhan
2025-06-01
all: add a simple README
Shulhan
[next]