02ec22899e
- Update to version 2.7.1 * bug: fix name resolution in static builds with -4 flag causing name resolution failures due to IPv4-mapped IPv6 addresses.
Martin Hauke2025-01-27 14:54:22 +00:00
241dc0939f
- Update to version 2.7.0 * new feature: implement csv output through --csv <filename> flag * new feature: implement plain (color-less) output through --no-color flag. * new feature: implement display of source IP address and port used to create TCP connections through --show-source-address flag. * fix: crash on database writes when hostname includes a hyphen. * documents: add Chinese translation. * tests: add new tests for printProbeSuccess and printProbeFail. * tests: add tests for show-local-address flag.
Martin Hauke2025-01-24 19:30:24 +00:00
d68b62445e
- Update to version 2.6.0 * add -h flag to show help. * add -D flag to show time in output lines. * Refactor Makefile: Split build section into smaller, distinct targets. * update flag section of README to include show-failures-only. * Refactor/minor cleanups. * update Makefile version and tidy go modules. * display second instead of seconds on probe failures. - Update to version 2.5.0 * new feature: add -show-failures-only flag to omit printing successful probes. * fix: extra precision for seconds calculation when the value is under a second. * refactor: migrate to a pure-Go sqlite package. * refactor: user flag handlers. * cleanup: user input functions.
Martin Hauke2024-10-08 13:41:02 +00:00
65b063394c
Accepting request 1125281 from network:utilities
Ana Guerrero2023-11-13 21:21:42 +00:00
84c355a692
- update to 2.4.0: * new feature: add -i to specify the interval between sending probes. * new feature: add -I to specify the source interface to use for sending probes. * new feature: add -t to specify a custom timeout for probes. * new feature: add --db to specify the path and file name to store tcping output to sqlite database. e.g. --db /tmp/tcping.db. * fix: add rtt to JSON output * refactor: remove unnecessary custom types * refactor: memory align structs * refactor: Debian packaging instructions
Dirk Mueller2023-11-12 20:34:36 +00:00
df6e0d21ea
Accepting request 1107100 from network:utilities
Ana Guerrero2023-08-28 15:18:29 +00:00