diff options
| author | Shulhan <ms@kilabit.info> | 2025-06-27 14:36:19 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-06-27 14:38:56 +0700 |
| commit | c5d26d9a6c039816ce8369c34dd5ea33fac660a1 (patch) | |
| tree | a677d76e78fb105941e45b57035ea4b4d873afa8 /brokenlinks | |
| parent | e10c28e345cc3857664e2d92c948f95d15279038 (diff) | |
| download | jarink-0.2.0.tar.xz | |
Release jarink version 0.2.0 (2025-05-27)v0.2.0
**🌱 brokenlinks: add option to ignore list HTTP status code**.
When link known to have an issues, one can ignore the status code during
scanning broken links using "-ignore-status" option.
**🌱 brokenlinks: add option "insecure"**.
The "-insecure" option does not report an error on server with invalid
certificates.
**🌱 brokenlinks: implement caching for external URLs**.
Any successful fetch on external URLs will be recorded into jarink
cache file, located in user's cache directory.
For example, in Linux it would be `$HOME/.cache/jarink/cache.json`.
This help improve the future rescanning on the same or different target
URL, minimizing network requests.
**🌼 brokenlinks: reduce the number of goroutine on scan**.
Previously, each scan run on one goroutine and the result is
pushed using one goroutine.
This makes one scan of link consume two goroutine.
This changes the scan function to return the result and push it
in the same goroutine.
Diffstat (limited to 'brokenlinks')
0 files changed, 0 insertions, 0 deletions
