1
0
mirror of https://frontier.innolan.net/rainlance/amiga-fping.git synced 2025-11-23 10:01:33 +00:00
Commit Graph

250 Commits

Author SHA1 Message Date
ad4ca1609d Update ChangeLog 2013-02-17 23:05:38 +01:00
e0edbf28fc Merge pull request #34 from mv/fix-spec-file
Fix setuid permissions. Provides fping6.
2013-02-17 14:04:04 -08:00
1c85a422c1 Fixes failing fping6 build on OS X 10.8 2012-12-28 16:52:25 +01:00
86cfc7cf74 Fix setuid permissions. Provides fping6. 2012-12-24 12:51:34 -02:00
fd020977b5 Prepare 3.4 2012-09-04 09:32:09 +02:00
81c96c0807 Revert "Output statistics to stdout instead of stderr (suggested by Simon Leinen, #9)"
This reverts commit b4d0a93b70.
2012-09-04 09:27:52 +02:00
aff259bbd0 release 3.3 3.3 2012-08-19 23:06:18 +02:00
4cab2f8598 Fix -n flag in fping6 (#28) 2012-08-16 13:59:42 +02:00
aa5f849c5d Fix error message on DNS error for IPv6 hosts (#27) 2012-08-16 11:26:16 +02:00
1bb43dc07f fix wrong use of pointer (causing segfault) 2012-08-16 11:24:02 +02:00
02ac0090e1 Call this 3.3-rc1, not 3.3rc1 3.3-rc1 2012-07-20 00:39:44 +02:00
b4d0a93b70 Output statistics to stdout instead of stderr (suggested by Simon Leinen, #9) 2012-07-20 00:28:10 +02:00
a19c537fc5 Fix "options inet6" breaking IPv4 name resolution (reported by Matt LaPlante, #17) 2012-07-20 00:11:20 +02:00
6af4d71188 Fix -A for fping6 (reported by Matt LaPlante, #14) 2012-07-20 00:05:36 +02:00
ed4202f84f Fix removing of unreachable hosts when doing loop (Thomas Liske, #13 #23) 2012-07-19 22:54:34 +02:00
a4ef8142b3 Update documentation for --enable-ipv6 2012-07-19 22:43:16 +02:00
421abc41b1 update ChangeLog 2012-07-19 22:26:03 +02:00
67d7a10f83 Merge pull request #25 from zeising/master
Add --with-ipv4 and --with-ipv6 options to cnfigure
2012-07-19 13:17:14 -07:00
bdef483f4b Add --with-ipv4 and --with-ipv6 options to cnfigure
Currently, to get IPv6 fping you have to pass -DIPV6 to to make while
compiling, and the resulting fping will not handle ipv4.  This patch
adds --with-ipv4 (enabled by default) and --with-ipv6 (disabled by
default) that gives a IPv4 capable fping, and a IPv6 capable fping6
respectively.  Both can be enabled, or either one.  If both the IPv4 and
the IPv6 versions are disabled, configure will throw an error.
2012-07-19 18:52:25 +02:00
e92a68dc4d Added contrib/fping.spec (Stephen Schaefer, #24) 2012-07-16 22:40:53 +02:00
13ce2eae48 Man-page fix: better description of option -q (#15) 2012-07-16 18:53:19 +02:00
b16d117a17 Set default data size to 56 bytes on all architectures (#18) 2012-07-16 18:47:51 +02:00
0e3e404a3d improve autoclean 2012-07-16 01:14:55 +02:00
5f3ab12ca9 man page inconsistency in regards to numeric arguments (#21) 2012-07-16 01:05:15 +02:00
4a5c82f6a5 start calling this 3.3rc1 2012-07-16 00:57:31 +02:00
7d4eeb403a convert man-page to pod, for easier editing 2012-07-16 00:53:11 +02:00
88d54f4505 convert man-page to pod, for easier editing 2012-07-16 00:33:39 +02:00
5cf3f7fa4d Update Changelog 2012-07-15 23:27:03 +02:00
2f09ff2d40 Fix TOS option typo. 2012-07-15 23:25:29 +02:00
2a53cdc62b Update Changelog 2012-07-15 23:15:40 +02:00
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. 2012-07-06 22:33:20 +02:00
546ba7eb93 Fix TOS option typo. 2012-07-06 20:56:12 +02:00
f062f00568 #1: do not output icmp errors with -q 2012-05-29 14:23:07 +02:00
3f0f49da64 update Changelog 2012-05-29 10:26:42 +02:00
780865c8ee release 3.2 3.2 2012-05-29 10:25:21 +02:00
063ee44417 Add missing changelog entry 2012-05-22 10:13:20 +02:00
70b8d7e21e Release 3.2-rc1 3.2-rc1 2012-05-22 10:03:27 +02:00
967266168d remove generated files 2012-05-22 10:00:02 +02:00
2cbac9f893 reformat ChangeLog file, add .gitigore 2012-05-22 09:42:56 +02:00
c3e8dbc649 #11: fix linked list corruption 2012-05-22 09:16:19 +02:00
ecaca317d7 trivial: fix indenting 2012-05-21 15:03:33 +02:00
74066a00ea Performance optimization for big select timeouts (#10, Andrey Bondarenko), Fix restart of select call after interrupt signal (#8, Boian Bonev) 2012-05-21 14:56:01 +02:00
293a632056 improve documentation for -g option (G.W. Haywood) 2012-04-27 13:22:05 +02:00
2f94a50ae6 remove 'UNRELEASED' 2012-04-26 14:12:43 +02:00
d4c853f4b1 Release 3.1 3.1 2012-04-25 23:43:43 +02:00
2176f2a19f Release 3.1 2012-04-25 23:42:41 +02:00
754feb217c Output usage information to stdout when called with -h (Paul Duda) 2012-04-25 23:33:44 +02:00
940cbed179 Added -H option to specify number of hops (Paul Duda) 2012-04-25 23:24:37 +02:00
8cb74ebcce update ChangeLog 2012-04-25 23:12:04 +02:00
973a48096b Merge branch 'master' of github.com:schweikert/fping 2012-04-25 23:09:03 +02:00