about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* fix Makefile dependencies HEAD masterLeah Neukirchen2024-02-241-1/+1
|
* add to waitgroup exactly before spawning the goroutineLeah Neukirchen2024-02-241-3/+2
|
* properly validate DNSName with -kLeah Neukirchen2024-02-241-3/+3
| | | | @bitcynth helped with this :3
* cancel context after max count is reachedLeah Neukirchen2024-02-241-2/+3
|
* compute network onceLeah Neukirchen2024-02-241-10/+9
|
* styleLeah Neukirchen2024-02-241-15/+17
|
* bump go version to 1.16Leah Neukirchen2024-02-241-1/+1
| | | | For os/signal.NotifyContext
* use contexts to properly structure shutdown on interruptLeah Neukirchen2024-02-241-40/+58
| | | | ...instead of this channel contraption.
* improve URL validationLeah Neukirchen2024-02-241-10/+11
|
* consistent unit formattingLeah Neukirchen2024-02-241-1/+1
|
* HTTP status 400 is not a successLeah Neukirchen2024-02-241-1/+1
|
* update modulesLeah Neukirchen2024-02-231-3/+4
|
* fix display unitsLeah Neukirchen2022-02-162-3/+7
|
* actually use waitCh v0.1Leah Neukirchen2020-04-141-0/+1
|
* allow parallel pinging of multiple urlsLeah Neukirchen2020-04-123-57/+71
|
* add prometheus metricsLeah Neukirchen2020-04-124-12/+123
|
* preset User-AgentLeah Neukirchen2020-03-251-0/+4
|
* add license to sourceLeah Neukirchen2020-03-151-0/+6
|
* print TLS verification errors where they appearLeah Neukirchen2020-03-151-6/+1
|
* reuse transport, so keepalive actually worksLeah Neukirchen2020-03-151-7/+9
|
* no need to close idle connections, we disable keepaliveLeah Neukirchen2020-03-151-1/+0
|
* clarify commentLeah Neukirchen2020-03-151-1/+1
|
* formattingLeah Neukirchen2020-03-151-2/+3
|
* simplify handling of failed requestsLeah Neukirchen2020-03-151-15/+11
|
* rename durs to resultsLeah Neukirchen2020-03-151-4/+4
|
* rename kflag to insecureLeah Neukirchen2020-03-151-3/+3
|
* Use default RoundTrip implementationLeah Neukirchen2020-03-151-6/+2
|
* DualStack is obsoleted, on by defaultLeah Neukirchen2020-03-151-1/+0
|
* improve usage messageLeah Neukirchen2020-03-151-7/+11
|
* add manpageLeah Neukirchen2020-03-141-0/+90
|
* initial commitLeah Neukirchen2020-03-144-0/+422