| Age | Commit message (Collapse) | Author |
|
This is to see the behaviour of [Node.Descendants] when traversing
the element recursively.
|
|
If the response Content-type return other than "text/html", skip parsing
the content and return immediately.
|
|
On link with invalid domain, it should break and return the error
immediately.
|
|
Any succesful fetch on external URLs, will be recorded into jarink
cache file, located in user's home 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.
|
|
The insecure option will allow and not report as error on server with
invalid certificates.
|
|
When link known to have an issues, one can ignore the status
code during scanning broken links using "-ignore-status" option.
|
|
When two or more struct has the same prefix that means it is time to
move it to group it.
Also, we will group one command to one package in the future.
|