Commit Graph

  • 1bb43dc07f fix wrong use of pointer (causing segfault) David Schweikert 2012-08-16 11:24:02 +0200
  • 08845efff8 Add fping6.8, manual for fping6. #26 Niclas Zeising 2012-07-20 19:45:28 +0200
  • 02ac0090e1 Call this 3.3-rc1, not 3.3rc1 3.3-rc1 David Schweikert 2012-07-20 00:39:44 +0200
  • b4d0a93b70 Output statistics to stdout instead of stderr (suggested by Simon Leinen, #9) David Schweikert 2012-07-20 00:28:10 +0200
  • a19c537fc5 Fix "options inet6" breaking IPv4 name resolution (reported by Matt LaPlante, #17) David Schweikert 2012-07-20 00:11:20 +0200
  • 6af4d71188 Fix -A for fping6 (reported by Matt LaPlante, #14) David Schweikert 2012-07-20 00:05:36 +0200
  • ed4202f84f Fix removing of unreachable hosts when doing loop (Thomas Liske, #13 #23) David Schweikert 2012-07-19 22:54:34 +0200
  • a4ef8142b3 Update documentation for --enable-ipv6 David Schweikert 2012-07-19 22:43:16 +0200
  • 421abc41b1 update ChangeLog David Schweikert 2012-07-19 22:26:03 +0200
  • 67d7a10f83 Merge pull request #25 from zeising/master David Schweikert 2012-07-19 13:17:14 -0700
  • 6de14797e6 Merge bdef483f4b into e92a68dc4d #25 GitHub Merge Button 2012-07-19 09:59:06 -0700
  • bdef483f4b Add --with-ipv4 and --with-ipv6 options to cnfigure #25 Niclas Zeising 2012-07-19 18:52:25 +0200
  • e92a68dc4d Added contrib/fping.spec (Stephen Schaefer, #24) David Schweikert 2012-07-16 22:40:53 +0200
  • 13ce2eae48 Man-page fix: better description of option -q (#15) David Schweikert 2012-07-16 18:53:19 +0200
  • b16d117a17 Set default data size to 56 bytes on all architectures (#18) David Schweikert 2012-07-16 18:47:51 +0200
  • 0e3e404a3d improve autoclean David Schweikert 2012-07-16 01:14:55 +0200
  • 5f3ab12ca9 man page inconsistency in regards to numeric arguments (#21) David Schweikert 2012-07-16 01:05:15 +0200
  • 4a5c82f6a5 start calling this 3.3rc1 David Schweikert 2012-07-16 00:57:31 +0200
  • 7d4eeb403a convert man-page to pod, for easier editing David Schweikert 2012-07-16 00:53:11 +0200
  • 88d54f4505 convert man-page to pod, for easier editing David Schweikert 2012-07-16 00:33:39 +0200
  • f418750477 Merge a5828a2795 into 5cf3f7fa4d #23 GitHub Merge Button 2012-07-15 14:27:59 -0700
  • 5cf3f7fa4d Update Changelog David Schweikert 2012-07-15 23:27:03 +0200
  • 2f09ff2d40 Fix TOS option typo. Thomas Liske 2012-07-06 20:56:12 +0200
  • 2a53cdc62b Update Changelog David Schweikert 2012-07-15 23:15:40 +0200
  • a5828a2795 This commit fixes #13 (Debian #308695): don't remove hosts if sendto returns an error. The error might recover and fping should still try to reach the host and count it as packet loss. #23 Thomas Liske 2012-07-06 22:33:20 +0200
  • 546ba7eb93 Fix TOS option typo. Thomas Liske 2012-07-06 20:56:12 +0200
  • f062f00568 #1: do not output icmp errors with -q David Schweikert 2012-05-29 14:23:07 +0200
  • 63eaf8869b Merge 8e57b6f43f into 3f0f49da64 #19 GitHub Merge Button 2012-05-29 02:45:48 -0700
  • 8e57b6f43f Don't output ICMP errors with -q option (#1) #19 Andreas Jaggi 2012-05-29 11:33:14 +0200
  • 3f0f49da64 update Changelog David Schweikert 2012-05-29 10:26:42 +0200
  • 780865c8ee release 3.2 3.2 David Schweikert 2012-05-29 10:25:21 +0200
  • 063ee44417 Add missing changelog entry David Schweikert 2012-05-22 10:13:20 +0200
  • 70b8d7e21e Release 3.2-rc1 3.2-rc1 David Schweikert 2012-05-22 10:03:27 +0200
  • 967266168d remove generated files David Schweikert 2012-05-22 10:00:02 +0200
  • 2cbac9f893 reformat ChangeLog file, add .gitigore David Schweikert 2012-05-22 09:42:56 +0200
  • c3e8dbc649 #11: fix linked list corruption David Schweikert 2012-05-22 09:16:19 +0200
  • 8c3387ff19 Merge f403f37cbe into ecaca317d7 #11 GitHub Merge Button 2012-05-21 11:06:23 -0700
  • f403f37cbe never dequeue event for send_ping because it may remove it on error, use the ev_first instead; reset ev_next and ev_prev when a HOST_ENTRY is dequeued or removed because re-adding it relies these two to be NULL #11 Boian Bonev 2012-05-21 20:56:44 +0300
  • 7e09a0cabb unify the timeout calculations before select Boian Bonev 2012-05-21 17:54:22 +0300
  • 2d1aaf5fd2 merge with upstream/master Boian Bonev 2012-05-21 17:39:34 +0300
  • ecaca317d7 trivial: fix indenting David Schweikert 2012-05-21 15:03:33 +0200
  • 0e53949339 Merge 3ab1db8554 into 74066a00ea #10 GitHub Merge Button 2012-05-21 05:56:40 -0700
  • 74066a00ea Performance optimization for big select timeouts (#10, Andrey Bondarenko), Fix restart of select call after interrupt signal (#8, Boian Bonev) David Schweikert 2012-05-21 14:56:01 +0200
  • 3ab1db8554 always recreate FD_SETs for select after EINTR; do not rely on select changing timeout because it is not portable #10 Boian Bonev 2012-05-21 14:23:16 +0300
  • ea5239094d Merge 48cc633e51 into 293a632056 #8 GitHub Merge Button 2012-05-03 01:45:29 -0700
  • 48cc633e51 recvfrom_wto: remove loop in timeout calculation #8 Andrey Bondarenko 2012-05-03 14:10:00 +0600
  • 293a632056 improve documentation for -g option (G.W. Haywood) David Schweikert 2012-04-27 13:22:05 +0200
  • 2f94a50ae6 remove 'UNRELEASED' David Schweikert 2012-04-26 14:12:43 +0200
  • d4c853f4b1 Release 3.1 3.1 David Schweikert 2012-04-25 23:43:43 +0200
  • 2176f2a19f Release 3.1 David Schweikert 2012-04-25 23:42:41 +0200
  • 754feb217c Output usage information to stdout when called with -h (Paul Duda) David Schweikert 2012-04-25 23:33:44 +0200
  • 940cbed179 Added -H option to specify number of hops (Paul Duda) David Schweikert 2012-04-25 23:24:37 +0200
  • 8cb74ebcce update ChangeLog David Schweikert 2012-04-25 23:12:04 +0200
  • 973a48096b Merge branch 'master' of github.com:schweikert/fping David Schweikert 2012-04-25 23:09:03 +0200
  • 19b041904b Merge pull request #5 from xtaran/master David Schweikert 2012-04-25 14:07:51 -0700
  • 15e621ec3c Merge d433646025 into 8047122e85 #5 GitHub Merge Button 2012-04-25 13:29:48 -0700
  • d433646025 Remove unknown .NXR macros #5 Axel Beckert 2012-04-25 22:27:38 +0200
  • 6f919ed54b Replace unknown .ni by .fi Axel Beckert 2012-04-25 22:27:13 +0200
  • bc28412671 Fix line DOS (^M) endings in man-page Axel Beckert 2012-04-25 22:17:53 +0200
  • adf7be95fd Fix multiple blank lines in man-page Axel Beckert 2012-04-25 22:17:06 +0200
  • 6161a0552d Fix trailing whitespace in man-page Axel Beckert 2012-04-25 22:15:42 +0200
  • d4d4106faa man page: ctl -> Ctrl Axel Beckert 2012-04-25 22:11:49 +0200
  • c4ba6af7b3 Fix lintian warnings hyphen-used-as-minus-sign in man-page Axel Beckert 2012-04-25 22:11:09 +0200
  • bb21654691 Fix typo "Paramter" Axel Beckert 2012-04-25 22:06:02 +0200
  • 2134d569b4 prepare 3.1-rc1 3.1-rc1 David Schweikert 2012-02-23 22:47:02 +0100
  • 8047122e85 bugfix: fix timeout issue on Solaris (Sandor Geller) David Schweikert 2012-02-23 22:42:00 +0100
  • c3c0eca384 Merge branch 'master' of github.com:schweikert/fping David Schweikert 2012-02-20 10:42:55 +0100
  • 457c9818d0 Sync debian changelog David Schweikert 2012-02-20 10:42:06 +0100
  • 9b82b5e716 reorganized source directory David Schweikert 2012-02-19 23:35:21 +0100
  • 01db781375 reorganized source directory David Schweikert 2012-02-19 23:16:53 +0100
  • 5018cb8234 reorganized source directory David Schweikert 2012-02-19 22:59:39 +0100
  • ac6bbc8b19 Remove unused linux.h file David Schweikert 2012-02-16 23:34:17 +0100
  • 007d8c4c5c small compatibility fix David Schweikert 2012-02-16 23:28:41 +0100
  • 227adfd3c7 Improve README and INSTALL David Schweikert 2012-02-16 23:18:40 +0100
  • 7f35a34eb5 Improve README and INSTALL David Schweikert 2012-02-16 23:17:07 +0100
  • d731dfc5b1 do not explicitely check if running as root, to make it possible to install fping with linux capabilities instead of making it setuid (setcap cap_net_raw+ep fping) David Schweikert 2012-02-16 23:07:05 +0100
  • b788ca80ef Remove old notes David Schweikert 2012-02-16 22:59:53 +0100
  • de94a7d0ff compatibility fixes (always use function prototypes) David Schweikert 2012-02-16 21:31:28 +0100
  • 9d23ce7a11 finish -g rewrite David Schweikert 2012-02-16 21:28:46 +0100
  • 7f70bc3343 portability fixes David Schweikert 2012-02-15 23:25:06 +0100
  • 95d1200994 -g option (generate): exclude network and broadcast address for cidr ranges (idea by Eric Brander) David Schweikert 2012-02-13 22:04:25 +0100
  • 65cfc7bc89 Update date in changelog 3.0 David Schweikert 2011-12-28 14:53:40 +0100
  • 38e93966d5 Release 3.0 David Schweikert 2011-12-28 14:50:03 +0100
  • 49d56451d4 website is now fping.org David Schweikert 2011-12-28 14:32:43 +0100
  • 54bcc5665d prepare 3.0-rc3 3.0-rc3 David Schweikert 2011-12-22 16:03:48 +0100
  • 1ad4e3a4d9 fix calculation of select timeout, implement select restart on EINTR David Schweikert 2011-12-22 16:01:10 +0100
  • 26bc736025 Merge branch 'master' of github.com:schweikert/fping David Schweikert 2011-12-19 10:01:08 +0100
  • 14f45a6872 README small fixes David Schweikert 2011-12-19 10:00:54 +0100
  • 23848d5481 Document ignored parameter -T David Schweikert 2011-12-18 00:29:53 +0100
  • 80122ac930 use last_send_time instead of current_time to schedule next events after a ping (should be a bit more precise) 3.0-rc2 David Schweikert 2011-12-15 18:10:25 +0100
  • 02b3289e69 prepare 3.0-rc2 David Schweikert 2011-12-15 17:57:14 +0100
  • e372ac97bc fix negative number issue David Schweikert 2011-12-15 17:52:43 +0100
  • 2b7a05c66b Mark this as 3.0-rc1 3.0-rc1 David Schweikert 2011-12-15 16:48:32 +0100
  • 051e4876e5 -T option is now deprecated David Schweikert 2011-12-15 16:25:14 +0100
  • c081790bf8 Mark myself as maintainer David Schweikert 2011-12-15 15:17:25 +0100
  • daefc3e852 use spaces for indenting David Schweikert 2011-12-15 15:15:05 +0100
  • c5a8931c39 prepare v3.0 David Schweikert 2011-12-15 14:57:07 +0100
  • 7e162406e2 merge changes from Tobias Oetiker (already committed in master) David Schweikert 2011-12-15 14:47:49 +0100
  • 66909a30c5 integrate changes by Tobias Oetiker from SmokePing distribution: fping-2.4b2_to4-ipv6 2.4b2_to4-ipv6 David Schweikert 2011-12-15 14:41:12 +0100
  • 11184c5cef further work on faster loop David Schweikert 2011-12-15 14:26:52 +0100