19 Commits

Author SHA256 Message Date
fcc86a948a Accepting request 1240551 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/1240551
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcping?expand=0&rev=8
2025-01-27 19:56:48 +00:00
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.

OBS-URL: https://build.opensuse.org/package/show/network:utilities/tcping?expand=0&rev=18
2025-01-27 14:54:22 +00:00
45a6fbad16 Accepting request 1240208 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/1240208
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcping?expand=0&rev=7
2025-01-25 18:12:43 +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.

OBS-URL: https://build.opensuse.org/package/show/network:utilities/tcping?expand=0&rev=16
2025-01-24 19:30:24 +00:00
9ba22b1a5d Accepting request 1206327 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/1206327
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcping?expand=0&rev=6
2024-10-09 20:11:41 +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.

OBS-URL: https://build.opensuse.org/package/show/network:utilities/tcping?expand=0&rev=14
2024-10-08 13:41:02 +00:00
65b063394c Accepting request 1125281 from network:utilities
- 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

OBS-URL: https://build.opensuse.org/request/show/1125281
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcping?expand=0&rev=5
2023-11-13 21:21:42 +00:00
6ede90eb09 OBS-URL: https://build.opensuse.org/package/show/network:utilities/tcping?expand=0&rev=12 2023-11-12 20:49:59 +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

OBS-URL: https://build.opensuse.org/package/show/network:utilities/tcping?expand=0&rev=11
2023-11-12 20:34:36 +00:00
df6e0d21ea Accepting request 1107100 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/1107100
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcping?expand=0&rev=4
2023-08-28 15:18:29 +00:00
b4c7736b78 Accepting request 1106169 from home:mnhauke
- Update to version 2.0.0
  * new feature: add -c or count flag to exit TCPING after a
    certain amount of probes specified by user.
  * fix: packet loss NaN when program terminated too quickly.
  * fix: random IP address selector index out of range bug.
  * fix: display format of IPv4 embedded in IPv6 addresses.
  * fix: time report bug. Everything is now accurate.
  * docs: improve documentation.
- Update to version 1.22.1
  * new feature: implement JSON output.
  * new feature: implement JSON output prettifier.
  * fix IP version selection bug when -4 or -6 flags are passed.
- Update to version 1.21.1
  * make stats struct fields' names uniform.
  * add | separator to summary report for better visibility.
  * fix retry resolve logic.
- Update to version 1.21.0
  * add option to enforce the use of IPv4 -4 or IPv6 -6 addresses
    only.
  * instead of always picking the first, randomly pick an address
    from the list of resolved IP addresses.
- Update to version 1.20.0
  * add hostname, IP and port number to summary output.

OBS-URL: https://build.opensuse.org/request/show/1106169
OBS-URL: https://build.opensuse.org/package/show/network:utilities/tcping?expand=0&rev=9
2023-08-28 12:17:51 +00:00
006e38e5c9 Accepting request 1078158 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/1078158
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcping?expand=0&rev=3
2023-04-09 16:41:29 +00:00
88988c5afc Accepting request 1077909 from home:mnhauke
- Update to version 1.19.2
  * display stats even if all the probes had failed update version

OBS-URL: https://build.opensuse.org/request/show/1077909
OBS-URL: https://build.opensuse.org/package/show/network:utilities/tcping?expand=0&rev=7
2023-04-09 09:34:30 +00:00
8f86b9807e Accepting request 1069492 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/1069492
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcping?expand=0&rev=2
2023-03-06 17:55:18 +00:00
c44ddaef29 Accepting request 1069491 from home:mnhauke
Fix version number in the changelog

OBS-URL: https://build.opensuse.org/request/show/1069491
OBS-URL: https://build.opensuse.org/package/show/network:utilities/tcping?expand=0&rev=5
2023-03-05 21:48:44 +00:00
e38ff8f12c Accepting request 1069414 from home:mnhauke
- Update to version 1.9.1
  * close TCP connections faster to lessen the resource
    utilization on target.

- Update to version 1.19.0
  * implmenet sub-millisecond timing report to make it suitable
    for Data center and Cloud environments.
  * fix downtime report miscalculation.
  * misc fixes

OBS-URL: https://build.opensuse.org/request/show/1069414
OBS-URL: https://build.opensuse.org/package/show/network:utilities/tcping?expand=0&rev=4
2023-03-05 10:44:31 +00:00
6acc57b1a0 Accepting request 1035920 from network:utilities
I want to maintain tcping in Factory

OBS-URL: https://build.opensuse.org/request/show/1035920
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcping?expand=0&rev=1
2022-11-16 14:43:33 +00:00
22772da77b Accepting request 1035919 from home:mnhauke
set service mode to "disabled"

OBS-URL: https://build.opensuse.org/request/show/1035919
OBS-URL: https://build.opensuse.org/package/show/network:utilities/tcping?expand=0&rev=2
2022-11-15 20:04:25 +00:00
f12b92b200 Accepting request 1011119 from home:mnhauke
Initial package for tcping

OBS-URL: https://build.opensuse.org/request/show/1011119
OBS-URL: https://build.opensuse.org/package/show/network:utilities/tcping?expand=0&rev=1
2022-11-15 15:36:17 +00:00