1
0
Fork 0
mirror of https://github.com/pnx/pinger.git synced 2026-06-16 03:24:54 +02:00
Commit graph

29 commits

Author SHA1 Message Date
7870fc361a main.go: cleanup signal output by printing a newline at the end. 2025-05-31 17:33:12 +02:00
fffed4e4e1 main.go: set printStatus as OnFinish callback to pinger. 2025-05-31 17:24:50 +02:00
57a969561e main.go: make printStats() take a probing.Statistics object. 2025-05-31 17:24:25 +02:00
2747946264 add README and LICENSE 2025-05-31 17:16:33 +02:00
5571ba3f38 go.mod: set minimum version to 1.20 2025-05-31 17:16:22 +02:00
111ff58fcf .github/workflows/release.yml: exclude darwin 386 2025-05-30 16:49:41 +02:00
aa05c99bea .github/workflows/release.yml: set correct version 2025-05-30 16:39:08 +02:00
ad48db3b0a Version 0.0.3 2025-05-29 22:24:29 +02:00
4869175152 adding .github/workflows/release.yml 2025-05-26 19:53:33 +02:00
771e1b994a remove .gitlab-ci.yml 2025-05-26 19:45:06 +02:00
7dac879682 adding .github/workflows/test.yml 2025-05-26 19:44:19 +02:00
74a3e98e5b gitignore: ignore pinger binary 2025-05-25 22:29:24 +02:00
c010b082da Adding makefile 2025-05-25 22:28:47 +02:00
ab292886a8 main.go: add option to changes stats interval. 2025-05-25 22:26:12 +02:00
cef5f5daba main.go: proper improt alias 2025-05-25 22:25:14 +02:00
e7c49dac1c Print signal when received 2024-05-18 17:33:55 +02:00
ede1205501 main.go: defer cleanup functions in eventLoop() 2023-03-15 23:30:49 +01:00
dfc7865bc1 go.mod: Upgrade packages. 2023-03-15 23:28:01 +01:00
fb4c8fea9c Version 0.0.2 2023-03-13 21:54:22 +01:00
39d20366dc .gitlab-ci.yml: Upload artifacts as package on tags. 2023-03-13 21:50:30 +01:00
afd054ff67 .gitlab-ci.yml: expire artifacts after 1 week. 2023-03-13 21:49:05 +01:00
427a75f93e .gitlab-ci.yml: remove deploy stage 2023-03-13 21:41:56 +01:00
f768186c51 go.mod: getopt is not an indirect dependency. 2023-03-12 17:12:51 +01:00
8cec3f855d main.go: Adding cli options. 2023-03-12 17:11:26 +01:00
26babe4ae2 main.go: stop ticker in eventLoop() before return. 2023-03-12 15:00:16 +01:00
aed415a531 main.go: Adding some documentation. 2023-03-12 14:59:47 +01:00
36d6e4f8d6 .gitlab-ci.yml: Fix artifact path 2023-02-09 09:16:10 +01:00
539191c7c7 Adding .gitlab-ci.yml 2023-02-09 08:11:33 +00:00
d2a368a176 Initial commit 2023-02-09 09:01:32 +01:00