Commit Graph

  • 03f801113d add loss #186 ouerqiang 2020-07-01 16:26:17 +0800
  • e38f2b221c add missing files from tar.gz (ci, contrib, README.md) - fixes #178 David Schweikert 2020-06-28 22:31:06 +0200
  • 52af20a3ed update changelog David Schweikert 2020-06-28 22:23:09 +0200
  • f5f9415651
    Merge pull request #151 from brownowski/duplicate-patch-1 David Schweikert 2020-06-28 22:14:15 +0200
  • 5eff605bbb
    Merge pull request #185 from laddp/develop David Schweikert 2020-06-27 07:56:43 +0200
  • e064c36df8 Add SIGQUIT summary support similar to ping #185 Patrick Ladd 2020-06-12 18:51:06 -0400
  • ee648fccde Merge pull request #172 from vlvkobal/develop David Schweikert 2020-03-01 07:39:31 +0100
  • ad451e7a15
    test-05: don't assume -D timestamp is based on UNIX epoch #136 Steven Noonan 2020-02-27 13:51:50 -0800
  • 754a21e2bd
    move to 1us resolution for latency measurement Steven Noonan 2018-09-30 14:06:09 -0700
  • 8aa4361118
    allow passing hex or decimal arguments to -z (debug) flag Steven Noonan 2018-09-30 14:05:39 -0700
  • e21b68f62e
    main: add missing getopt_long specification for -z debug argument Steven Noonan 2018-03-31 23:43:41 -0700
  • 6c9e9690a8 -L, --line-buffered Use line buffering on output #179 Zhang Huanjie 2020-04-18 20:22:04 +0800
  • c382ebef08 avoid division by zero #175 Konrad Bucheli 2020-03-24 15:49:59 +0100
  • 4fba14deba print also timeouts on --loop and --count Konrad Bucheli 2020-03-23 16:34:54 +0100
  • 8c14a4047b print also timeouts on --loop and --count Konrad Bucheli 2020-03-23 16:34:10 +0100
  • 07b116c4eb print also timeouts on --loop and --count Konrad Bucheli 2020-03-23 16:29:21 +0100
  • ed362c5407 print also timeouts on --loop and --count Konrad Bucheli 2020-03-23 16:24:23 +0100
  • 25e30da512
    Merge pull request #172 from vlvkobal/develop David Schweikert 2020-03-01 07:39:31 +0100
  • 589d326650
    Merge pull request #174 from tycho/macos-unbreak-getaddrinfo David Schweikert 2020-02-29 08:37:16 +0100
  • 43767e2fbc
    Merge pull request #173 from tycho/linux-unprivileged-ping David Schweikert 2020-02-29 08:36:49 +0100
  • 44dd04562c
    test-11-nopriv: check Linux GID permission for unprivileged ping #173 Steven Noonan 2020-02-27 13:04:34 -0800
  • 6bc29919d3
    linux: account for missing IP header block when using SOCK_DGRAM Steven Noonan 2020-02-27 12:16:21 -0800
  • 1486bf209b
    use kernel-assigned ping ident value Steven Noonan 2020-02-27 10:53:25 -0800
  • 5187f5b990
    macos: use AI_UNUSABLE hint for getaddrinfo() #174 Steven Noonan 2020-02-27 11:14:07 -0800
  • edf8475f63 Fix xmt stats in Netdata output #172 Vladimir Kobal 2020-02-27 14:54:03 +0200
  • bc5017b329
    Merge pull request #167 from cranderson/gcc10 David Schweikert 2020-02-23 07:56:28 +0100
  • c1967a21fc
    Merge pull request #168 from cranderson/formatstrings David Schweikert 2020-02-23 07:55:30 +0100
  • 659d3d837d
    Merge pull request #170 from gsnw/develop David Schweikert 2020-02-23 07:54:29 +0100
  • 5b5fa55d63 Add Azure Pipline jobs #170 German Service Network 2020-02-08 21:03:54 +0100
  • a937e70c65 Add Windows support in README #169 U-DESKTOP-NGILUVT\dell 2020-02-03 10:01:02 +0800
  • f285a6128e Add Windows Compile in README. U-DESKTOP-NGILUVT\dell 2020-02-03 09:56:14 +0800
  • fc3d44a0d2 Add Windows support. By adding a head file from FREEBSD to allow compilation in Cygwin. U-DESKTOP-NGILUVT\dell 2020-02-03 09:39:49 +0800
  • a75a6f8675 increase some buffer sizes to eliminate -Wformat-overflow and -Wformat-truncation warnings #168 Charles R. Anderson 2020-02-02 01:17:34 -0500
  • 0ed73181eb GCC 10 compatibility: use extern in header files when declaring global variables #167 Charles R. Anderson 2020-02-02 00:42:37 -0500
  • aba04241c7 add _GNU_SOURCE to fix some warnings David Schweikert 2020-01-01 17:13:05 +0100
  • 410e66ddcc fix usage of open_ping_socket_ipv4/6 David Schweikert 2019-12-31 18:00:29 +0100
  • 18dcc6af70 get rid of &tz argument in gettimeofday (obsolete) David Schweikert 2019-12-31 17:54:04 +0100
  • 99c0829df0
    Merge pull request #153 from gsnw/develop David Schweikert 2019-12-31 17:38:18 +0100
  • 88963ebb1b
    Merge pull request #154 from pbhenson/fix_-4_bug David Schweikert 2019-12-31 17:36:49 +0100
  • bfe7296c60 Merge branch 'json-output' of https://github.com/Reperator/fping into json-output json-output David Schweikert 2019-12-30 22:14:22 +0100
  • 39a567d162
    Merge pull request #163 from kbucheli/fail_on_interface_binding_errors David Schweikert 2019-12-06 22:51:05 +0100
  • 745cf4b1cf make fping fail if it cannot bind the interface (-I) #163 Konrad Bucheli 2019-12-05 16:51:41 +0100
  • bc9ce2fdf1 make fping fail if it cannot bind the interface (-I) Konrad Bucheli 2019-12-05 16:42:40 +0100
  • 3923fa5185 add JSON output test #160 Fabian Bonk 2019-11-22 15:22:03 +0100
  • b871e4d6ce add JSON output support Fabian Bonk 2019-11-22 15:21:51 +0100
  • 17299a1285 Make sure window is at least one. #157 Bill Kuker 2019-08-21 14:35:04 +0000
  • 398ebbb7bd remove superfluous output Bill Kuker 2019-08-21 14:11:40 +0000
  • f31a56f174 Fix comparison in conditional loss output Bill Kuker 2019-08-21 14:02:27 +0000
  • 312e04029d Change window to hold sent times, and compare them to current time and timeout. Window size is no longer critical, and results are correct when timeout is not a multiple of period. Bill Kuker 2019-08-21 12:28:05 +0000
  • e577977a3b First revision, simple window with 0=unsent 1=sent 2=received and crappy ascii art Todo, put sent times in window instead? Bill Kuker 2019-08-21 11:42:52 +0000
  • 509f5a59cb
    Fix -4 option when IPv6 disabled #154 Paul B. Henson 2019-07-28 11:55:26 -0700
  • a77e2e6c18 Create Azure Pipline Testbuild without test-14-ping-internet-hosts.pl #153 German Service Network 2019-07-27 22:01:22 +0200
  • 5883c6f272
    Update fping.c #151 brownowski 2019-07-07 11:18:29 +1000
  • 12961d59ec fix google dns names David Schweikert 2019-06-25 14:18:16 +0200
  • 7c61ac54be update changelog David Schweikert 2019-06-25 14:11:03 +0200
  • 1d24c3f48a Merge branch 'master' into develop David Schweikert 2019-06-25 14:09:48 +0200
  • f8b327923e
    Merge pull request #149 from stromnet/inet6-too-strict-check David Schweikert 2019-06-25 14:07:14 +0200
  • 6fd4f8bd91 Do not fail if using fping6 with -6 flag #149 Johan Ström 2019-06-25 14:03:14 +0200
  • 54a1321775 update changelog David Schweikert 2019-05-27 21:20:55 +0200
  • 4fa4c15530
    Merge pull request #148 from wopfel/docu-stats-correction David Schweikert 2019-05-27 21:19:59 +0200
  • 151fef9312 fix internet test that uses a name with multiple a records David Schweikert 2019-05-27 21:19:40 +0200
  • 4125a1922c Corrected long option name of -s to --stats #148 Bernd Arnold 2019-05-24 15:54:26 +0200
  • d6b67d84e6
    Merge pull request #145 from Jesin/fixurl David Schweikert 2019-03-12 09:53:01 +0100
  • ec3b62cad5 Fix links to CHANGELOG.md and README.md #145 Jesin 2019-03-07 12:55:00 -0500
  • d6d037b900
    Merge pull request #144 from xtaran/develop David Schweikert 2019-02-20 14:27:28 +0100
  • 60c0ad3a6a Merge the two redundant mentions of the man page #144 Axel Beckert 2019-02-19 23:51:03 +0100
  • 0d4648c976 Add some missing full stops Axel Beckert 2019-02-19 23:48:53 +0100
  • 046d9e4a45 Improve Markdown formatting Axel Beckert 2019-02-19 23:46:24 +0100
  • f4a5de41d3 Use HTTPS for link to fping homepage Axel Beckert 2019-02-19 23:44:21 +0100
  • f47dc1948a prepare release v4.2 v4.2 David Schweikert 2019-02-19 21:54:45 +0100
  • a4522f1af2 Get rid of warning "timeout (-t) value larger than period (-p) produces unexpected results", fixes #142 David Schweikert 2019-02-19 21:39:14 +0100
  • 633ea983ed test robustness fixes David Schweikert 2019-02-19 20:59:48 +0100
  • a74d32cfb1 Merge branch 'develop' of github.com:schweikert/fping into develop David Schweikert 2019-02-19 20:33:24 +0100
  • 4b7d4cb536 Allow decimal numbers for '-t', '-i', '-p', and '-Q'. fixes #133 David Schweikert 2019-02-19 20:30:55 +0100
  • cb0961336c
    Update fping.c #141 Jason C. Davis 2018-11-26 15:14:28 -0500
  • 69f11b104d rename --min_reachable again to --reachable, and update changelog David Schweikert 2018-10-30 20:15:35 +0100
  • 80067fcdd5
    Merge pull request #138 from deepak0004/develop David Schweikert 2018-10-30 20:09:53 +0100
  • 03d821e983 Removing flag variable and its dependencies, printing required and reachable hosts, and changing initialisation of min_reachable #138 deepak0004 2018-10-29 02:25:50 +0530
  • cc7316b7b8 CHANGELOG.md: add note about #139 David Schweikert 2018-10-28 21:33:52 +0100
  • af9b3bfbfe Adding separate exit codes for success or failure, and printing the number of reachable hosts deepak0004 2018-10-27 22:58:01 +0530
  • 6694668fdb
    Merge pull request #139 from abelbeck/fping6 David Schweikert 2018-10-27 18:45:12 +0200
  • cc4a504d09 update changelog David Schweikert 2018-10-21 19:52:55 +0200
  • 0a1983ca46
    Merge pull request #140 from abelbeck/fix-no-ipv6-hang David Schweikert 2018-10-21 19:51:45 +0200
  • 03e050a395 Fix hang with '-6', with ipv6 kernel module, but not loaded #140 Lonnie Abelbeck 2018-10-21 08:47:44 -0500
  • a82f40f246 Add backward compatibility for fping6 sym-link #139 Lonnie Abelbeck 2018-10-20 16:27:39 -0500
  • 9812557c71 Changing the exit code as per travis ci deepak0004 2018-10-18 03:28:38 +0530
  • 8e33daed93 Adding travis ci tests for more coverage and rectifying a mistake deepak0004 2018-10-18 03:12:13 +0530
  • b18e930bed Making the reqd changes deepak0004 2018-10-17 23:31:14 +0530
  • 7338b4b859 Adding -x option which allows user to specify a threshold and check if atleast those many hosts are active deepak0004 2018-10-17 23:22:01 +0530
  • 180c6dd8d0 fix whitespace David Schweikert 2018-09-18 15:54:28 +0200
  • c380986972 add note about fixing #134 David Schweikert 2018-09-18 15:17:30 +0200
  • 8cff0657be
    Merge pull request #134 from Polynomial-C/v4.1_diable-ipv6_fix David Schweikert 2018-09-18 15:16:06 +0200
  • aa4a5f681a
    Fix build with --disable-ipv6 #134 Lars Wendler 2018-09-18 15:05:36 +0200
  • f9e1964160 prepare release v4.1 David Schweikert 2018-09-17 21:10:02 +0200
  • 1a660bd63b Add note about #132 David Schweikert 2018-09-01 21:42:11 +0200
  • 1b47fba939
    Merge pull request #132 from gsnw/develop David Schweikert 2018-09-01 21:40:14 +0200
  • d9acc8e5a7
    Fix FreeBSD ipv6 build #132 German-Service-Network 2018-08-31 20:32:30 +0200
  • b4277e33a9 fix --help test, prepare 4.1 release David Schweikert 2018-07-29 08:44:47 +0200
  • df7a819fd9 Allow running fping --help even when raw socket can't be opened, fixes #131 David Schweikert 2018-07-29 08:27:04 +0200
  • b2d35174c9 Fix segfault introduced with #118 change, thanks Simon David Schweikert 2018-05-27 21:13:04 +0200