David Schweikert
|
d6808efd81
|
Fix segmentation fault introduced in version 3.7 with loop mode (#55)
|
11 years ago |
David Schweikert
|
3a714b275f
|
prepare release
|
11 years ago |
David Schweikert
|
d141744adb
|
Fix fping hanging forever on permanent sendto failure (Shawn Chu, #52)
|
11 years ago |
David Schweikert
|
e1cdf8e1d3
|
Fix again compatibility issue with FreeBSD (Shawn Chu)
|
11 years ago |
David Schweikert
|
a2ac5d0fae
|
Remove unnecessary IPv6 socket options
|
11 years ago |
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
|
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
|
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
|
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
|
70a29a11af
|
fix sprint_tm buffer size crash (reported by Japheth Cleaver)
|
12 years ago |
David Schweikert
|
f906225fbd
|
update changelog
|
12 years ago |
David Schweikert
|
ad4ca1609d
|
Update ChangeLog
|
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
|
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
|
421abc41b1
|
update ChangeLog
|
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 |
David Schweikert
|
b16d117a17
|
Set default data size to 56 bytes on all architectures (#18)
|
12 years ago |
David Schweikert
|
5f3ab12ca9
|
man page inconsistency in regards to numeric arguments (#21)
|
12 years ago |
David Schweikert
|
7d4eeb403a
|
convert man-page to pod, for easier editing
|
12 years ago |
David Schweikert
|
5cf3f7fa4d
|
Update Changelog
|
12 years ago |
David Schweikert
|
2a53cdc62b
|
Update Changelog
|
12 years ago |
David Schweikert
|
3f0f49da64
|
update Changelog
|
13 years ago |
David Schweikert
|
063ee44417
|
Add missing changelog entry
|
13 years ago |
David Schweikert
|
2cbac9f893
|
reformat ChangeLog file, add .gitigore
|
13 years ago |
David Schweikert
|
74066a00ea
|
Performance optimization for big select timeouts (#10, Andrey Bondarenko), Fix restart of select call after interrupt signal (#8, Boian Bonev)
|
13 years ago |
David Schweikert
|
2f94a50ae6
|
remove 'UNRELEASED'
|
13 years ago |
David Schweikert
|
d4c853f4b1
|
Release 3.1
|
13 years ago |
David Schweikert
|
2176f2a19f
|
Release 3.1
|
13 years ago |
David Schweikert
|
940cbed179
|
Added -H option to specify number of hops (Paul Duda)
|
13 years ago |
David Schweikert
|
8cb74ebcce
|
update ChangeLog
|
13 years ago |
David Schweikert
|
8047122e85
|
bugfix: fix timeout issue on Solaris (Sandor Geller)
|
13 years ago |
David Schweikert
|
c3c0eca384
|
Merge branch 'master' of github.com:schweikert/fping
|
13 years ago |
David Schweikert
|
457c9818d0
|
Sync debian changelog
|
13 years ago |
David Schweikert
|
5018cb8234
|
reorganized source directory
|
13 years ago |
David Schweikert
|
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)
|
13 years ago |
David Schweikert
|
7f70bc3343
|
portability fixes
|
13 years ago |
David Schweikert
|
95d1200994
|
-g option (generate): exclude network and broadcast address for cidr ranges (idea by Eric Brander)
|
13 years ago |
David Schweikert
|
65cfc7bc89
|
Update date in changelog
|
13 years ago |
David Schweikert
|
c5a8931c39
|
prepare v3.0
|
13 years ago |
David Schweikert
|
66909a30c5
|
integrate changes by Tobias Oetiker from SmokePing distribution: fping-2.4b2_to4-ipv6
|
13 years ago |
David Schweikert
|
fa6cbdb06d
|
Import version 2.4b2_to-ipv6
|
13 years ago |