David Schweikert
b01f282727
merge latest changes
11 years ago
David Schweikert
0ab66f80de
Refactor socket handling, allow running as non-root on Mac OS X by using non-privileged ICMP ( #7 )
11 years ago
David Schweikert
741236e576
Release version 3.6
11 years ago
David Schweikert
9fca2a141b
Fix wrong min RTT value with -Q option (reported by Alexander Ivanov, #51 )
11 years ago
David Schweikert
9ee22bd46a
prepare 3.6-rc2
11 years ago
David Schweikert
f55397336b
increase SEQMAP_MAX to 65355
11 years ago
David Schweikert
82722a31fe
update README file
11 years ago
David Schweikert
4aad0b2c14
fix compilation issue
11 years ago
David Schweikert
fb5f5779cc
Merge seqmap branch, fixes #12
11 years ago
David Schweikert
a0252f6e79
Removed setsockopt IPV6_CHECKSUM, which shouldn't be set and breaks compiling on Solaris (reported by Juergen Arndt)
11 years ago
David Schweikert
3dee903b41
3.5 is released
11 years ago
David Schweikert
7e55f0b073
Fix loop issue after 65536 pings (reported by Peter Folk and GBert, #12 ), Minimum ping data size is now 0
11 years ago
David Schweikert
8daad08e1d
work on seqmap
11 years ago
David Schweikert
b7343ed256
start work on seqmap
11 years ago
David Schweikert
ecba31b2dd
Release 3.5
12 years ago
David Schweikert
28eea9c273
Re-create configure script with autoconf 2.69 for aarch64 support (Chuck Anderson, #45 )
12 years ago
David Schweikert
121bea1d24
Fix compatibility issue with FreeBSD (Alexandre Raynaud, Jason Harris, #39 )
12 years ago
David Schweikert
5d6db6f08d
document new -D flag
12 years ago
David Schweikert
543d22122d
Merge pull request #42 from tohojo/master
...
Add -D flag to print timestamp in front of output lines.
12 years ago
David Schweikert
70a29a11af
fix sprint_tm buffer size crash (reported by Japheth Cleaver)
12 years ago
David Schweikert
b0e09ce6fe
Coverity: remove pointless expression
12 years ago
David Schweikert
6400ffb339
Merge branch 'master' of github.com:schweikert/fping
12 years ago
David Schweikert
98d44d02bb
Merge pull request #47 from dlad/fix-warning
...
fix clang warning: comparison of unsigned expression < 0 is always false
12 years ago
Dipen Lad
69fff78ca4
fix clang warning: comparison of unsigned expression < 0 is always false
12 years ago
Toke Høiland-Jørgensen
5b6784a4ea
Fix formatting of usec part of timestamp output.
12 years ago
Toke Høiland-Jørgensen
25dc120355
Add -D flag to print timestamps before output lines (like Linux ping).
12 years ago
David Schweikert
f906225fbd
update changelog
12 years ago
David Schweikert
3e29f0631c
Merge pull request #35 from ghost/patch-1
...
Fixes failing fping6 build on OS X 10.8
12 years ago
David Schweikert
10d0a54c07
remove version information from man-page ( #31 )
12 years ago
David Schweikert
ad4ca1609d
Update ChangeLog
12 years ago
David Schweikert
e0edbf28fc
Merge pull request #34 from mv/fix-spec-file
...
Fix setuid permissions. Provides fping6.
12 years ago
Simon Hitzemann
1c85a422c1
Fixes failing fping6 build on OS X 10.8
12 years ago
Marcus Vinicius Ferreira
86cfc7cf74
Fix setuid permissions. Provides fping6.
12 years ago
David Schweikert
fd020977b5
Prepare 3.4
12 years ago
David Schweikert
81c96c0807
Revert "Output statistics to stdout instead of stderr (suggested by Simon Leinen, #9 )"
...
This reverts commit b4d0a93b70
.
12 years ago
David Schweikert
aff259bbd0
release 3.3
12 years ago
David Schweikert
4cab2f8598
Fix -n flag in fping6 ( #28 )
12 years ago
David Schweikert
aa5f849c5d
Fix error message on DNS error for IPv6 hosts ( #27 )
12 years ago
David Schweikert
1bb43dc07f
fix wrong use of pointer (causing segfault)
12 years ago
David Schweikert
02ac0090e1
Call this 3.3-rc1, not 3.3rc1
12 years ago
David Schweikert
b4d0a93b70
Output statistics to stdout instead of stderr (suggested by Simon Leinen, #9 )
12 years ago
David Schweikert
a19c537fc5
Fix "options inet6" breaking IPv4 name resolution (reported by Matt LaPlante, #17 )
12 years ago
David Schweikert
6af4d71188
Fix -A for fping6 (reported by Matt LaPlante, #14 )
12 years ago
David Schweikert
ed4202f84f
Fix removing of unreachable hosts when doing loop (Thomas Liske, #13 #23 )
12 years ago
David Schweikert
a4ef8142b3
Update documentation for --enable-ipv6
12 years ago
David Schweikert
421abc41b1
update ChangeLog
12 years ago
David Schweikert
67d7a10f83
Merge pull request #25 from zeising/master
...
Add --with-ipv4 and --with-ipv6 options to cnfigure
12 years ago
Niclas Zeising
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.
12 years ago
David Schweikert
e92a68dc4d
Added contrib/fping.spec (Stephen Schaefer, #24 )
12 years ago
David Schweikert
13ce2eae48
Man-page fix: better description of option -q ( #15 )
12 years ago