]>
 
 
git.gsnw.org Git - fping.git/log 
 
 
 
 
 
 
 
 
David Schweikert  [Thu, 27 Feb 2014 21:56:17 +0000  (22:56 +0100)] 
 
Fix random output on socket error (reported by Aleksandrs Saveljevs, #56) 
 
David Schweikert  [Wed, 18 Dec 2013 09:35:45 +0000  (10:35 +0100)] 
 
Clarify COPYING 
 
David Schweikert  [Fri, 8 Nov 2013 10:17:05 +0000  (11:17 +0100)] 
 
Give due credit 
 
David Schweikert  [Fri, 8 Nov 2013 10:13:11 +0000  (11:13 +0100)] 
 
Fix segmentation fault introduced in version 3.7 with loop mode (#55) 
 
David Schweikert  [Mon, 4 Nov 2013 22:13:07 +0000  (23:13 +0100)] 
 
prepare release 
 
David Schweikert  [Mon, 4 Nov 2013 22:08:19 +0000  (23:08 +0100)] 
 
Fix fping hanging forever on permanent sendto failure (Shawn Chu, #52) 
 
David Schweikert  [Mon, 4 Nov 2013 22:04:00 +0000  (23:04 +0100)] 
 
Fix again compatibility issue with FreeBSD (Shawn Chu) 
 
David Schweikert  [Fri, 1 Nov 2013 15:11:07 +0000  (16:11 +0100)] 
 
release preparations 
 
David Schweikert  [Fri, 1 Nov 2013 14:01:11 +0000  (15:01 +0100)] 
 
don't consider duplicate pings as successful replies (#53) 
 
David Schweikert  [Tue, 15 Oct 2013 07:21:14 +0000  (09:21 +0200)] 
 
Remove unnecessary IPv6 socket options 
 
David Schweikert  [Mon, 14 Oct 2013 18:28:11 +0000  (20:28 +0200)] 
 
merge latest changes 
 
David Schweikert  [Thu, 28 Feb 2013 22:40:09 +0000  (23:40 +0100)] 
 
Refactor socket handling, allow running as non-root on Mac OS X by using non-privileged ICMP (#7) 
 
David Schweikert  [Thu, 10 Oct 2013 20:05:45 +0000  (22:05 +0200)] 
 
Release version 3.6 
 
David Schweikert  [Thu, 10 Oct 2013 19:58:13 +0000  (21:58 +0200)] 
 
Fix wrong min RTT value with -Q option (reported by Alexander Ivanov, #51) 
 
David Schweikert  [Thu, 25 Jul 2013 20:34:31 +0000  (22:34 +0200)] 
 
prepare 3.6-rc2 
 
David Schweikert  [Thu, 25 Jul 2013 20:29:56 +0000  (22:29 +0200)] 
 
increase SEQMAP_MAX to 65355 
 
David Schweikert  [Thu, 25 Jul 2013 20:29:44 +0000  (22:29 +0200)] 
 
update README file 
 
David Schweikert  [Thu, 25 Jul 2013 20:29:33 +0000  (22:29 +0200)] 
 
fix compilation issue 
 
David Schweikert  [Wed, 24 Jul 2013 19:38:41 +0000  (21:38 +0200)] 
 
Merge seqmap branch, fixes #12 
 
David Schweikert  [Wed, 24 Jul 2013 19:36:02 +0000  (21:36 +0200)] 
 
Removed setsockopt IPV6_CHECKSUM, which shouldn't be set and breaks compiling on Solaris (reported by Juergen Arndt) 
 
David Schweikert  [Tue, 23 Jul 2013 21:54:27 +0000  (23:54 +0200)] 
 
3.5 is released 
 
David Schweikert  [Tue, 23 Jul 2013 21:40:17 +0000  (23:40 +0200)] 
 
Fix loop issue after 65536 pings (reported by Peter Folk and GBert, #12), Minimum ping data size is now 0 
 
David Schweikert  [Tue, 23 Jul 2013 21:24:04 +0000  (23:24 +0200)] 
 
work on seqmap 
 
David Schweikert  [Mon, 22 Jul 2013 22:25:53 +0000  (00:25  +0200)] 
 
start work on seqmap 
 
David Schweikert  [Wed, 22 May 2013 06:56:44 +0000  (08:56 +0200)] 
 
Release 3.5 
 
David Schweikert  [Wed, 22 May 2013 06:48:08 +0000  (08:48 +0200)] 
 
Re-create configure script with autoconf 2.69 for aarch64 support (Chuck Anderson, #45) 
 
David Schweikert  [Tue, 21 May 2013 20:02:39 +0000  (22:02 +0200)] 
 
Fix compatibility issue with FreeBSD (Alexandre Raynaud, Jason Harris, #39) 
 
David Schweikert  [Tue, 21 May 2013 19:47:33 +0000  (21:47 +0200)] 
 
document new -D flag 
 
David Schweikert  [Tue, 21 May 2013 19:43:02 +0000  (12:43 -0700)] 
 
Merge pull request #42 from tohojo/master 
 
Add -D flag to print timestamp in front of output lines. 
 
David Schweikert  [Tue, 21 May 2013 19:36:36 +0000  (21:36 +0200)] 
 
fix sprint_tm buffer size crash (reported by Japheth Cleaver) 
 
David Schweikert  [Tue, 23 Apr 2013 19:59:32 +0000  (21:59 +0200)] 
 
Coverity: remove pointless expression 
 
David Schweikert  [Tue, 23 Apr 2013 19:26:02 +0000  (21:26 +0200)] 
 
Merge branch 'master' of github.com:schweikert/fping 
 
David Schweikert  [Tue, 23 Apr 2013 19:12:20 +0000  (12:12 -0700)] 
 
Merge pull request #47 from dlad/fix-warning 
 
fix clang warning: comparison of unsigned expression < 0 is always false 
 
Dipen Lad  [Sat, 20 Apr 2013 20:50:22 +0000  (21:50 +0100)] 
 
fix clang warning: comparison of unsigned expression < 0 is always false 
 
Toke Høiland-Jørgensen  [Sun, 17 Mar 2013 15:33:52 +0000  (16:33 +0100)] 
 
Fix formatting of usec part of timestamp output. 
 
Toke Høiland-Jørgensen  [Mon, 11 Mar 2013 13:29:58 +0000  (09:29 -0400)] 
 
Add -D flag to print timestamps before output lines (like Linux ping). 
 
David Schweikert  [Sun, 17 Feb 2013 22:09:58 +0000  (23:09 +0100)] 
 
update changelog 
 
David Schweikert  [Sun, 17 Feb 2013 22:08:46 +0000  (14:08 -0800)] 
 
Merge pull request #35 from ghost/patch-1 
 
Fixes failing fping6 build on OS X 10.8 
 
David Schweikert  [Sun, 17 Feb 2013 22:06:27 +0000  (23:06 +0100)] 
 
remove version information from man-page (#31) 
 
David Schweikert  [Sun, 17 Feb 2013 22:05:38 +0000  (23:05 +0100)] 
 
Update ChangeLog 
 
David Schweikert  [Sun, 17 Feb 2013 22:04:04 +0000  (14:04 -0800)] 
 
Merge pull request #34 from mv/fix-spec-file 
 
Fix setuid permissions. Provides fping6. 
 
Simon Hitzemann  [Fri, 28 Dec 2012 15:52:25 +0000  (16:52 +0100)] 
 
Fixes failing fping6 build on OS X 10.8 
 
Marcus Vinicius Ferreira  [Mon, 24 Dec 2012 14:51:34 +0000  (12:51 -0200)] 
 
Fix setuid permissions. Provides fping6. 
 
David Schweikert  [Tue, 4 Sep 2012 07:32:09 +0000  (09:32 +0200)] 
 
Prepare 3.4 
 
David Schweikert  [Tue, 4 Sep 2012 07:27:52 +0000  (09:27 +0200)] 
 
Revert "Output statistics to stdout instead of stderr (suggested by Simon Leinen, #9)"
This reverts commit 
b4d0a93b70c7bb8b1be685a38ff440065f258c78 .
 
David Schweikert  [Sun, 19 Aug 2012 21:06:18 +0000  (23:06 +0200)] 
 
release 3.3 
 
David Schweikert  [Thu, 16 Aug 2012 11:59:42 +0000  (13:59 +0200)] 
 
Fix -n flag in fping6 (#28) 
 
David Schweikert  [Thu, 16 Aug 2012 09:26:16 +0000  (11:26 +0200)] 
 
Fix error message on DNS error for IPv6 hosts (#27) 
 
David Schweikert  [Thu, 16 Aug 2012 09:24:02 +0000  (11:24 +0200)] 
 
fix wrong use of pointer (causing segfault) 
 
David Schweikert  [Thu, 19 Jul 2012 22:39:44 +0000  (00:39  +0200)] 
 
Call this 3.3-rc1, not 3.3rc1 
 
David Schweikert  [Thu, 19 Jul 2012 22:28:10 +0000  (00:28  +0200)] 
 
Output statistics to stdout instead of stderr (suggested by Simon Leinen, #9) 
 
David Schweikert  [Thu, 19 Jul 2012 22:11:20 +0000  (00:11  +0200)] 
 
Fix "options inet6" breaking IPv4 name resolution (reported by Matt LaPlante, #17) 
 
David Schweikert  [Thu, 19 Jul 2012 22:05:36 +0000  (00:05  +0200)] 
 
Fix -A for fping6 (reported by Matt LaPlante, #14) 
 
David Schweikert  [Thu, 19 Jul 2012 20:54:34 +0000  (22:54 +0200)] 
 
Fix removing of unreachable hosts when doing loop (Thomas Liske, #13 #23) 
 
David Schweikert  [Thu, 19 Jul 2012 20:43:16 +0000  (22:43 +0200)] 
 
Update documentation for --enable-ipv6 
 
David Schweikert  [Thu, 19 Jul 2012 20:26:03 +0000  (22:26 +0200)] 
 
update ChangeLog 
 
David Schweikert  [Thu, 19 Jul 2012 20:17:14 +0000  (13:17 -0700)] 
 
Merge pull request #25 from zeising/master 
 
Add --with-ipv4 and --with-ipv6 options to cnfigure 
 
Niclas Zeising  [Thu, 19 Jul 2012 16:52:25 +0000  (18:52 +0200)] 
 
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. 
 
David Schweikert  [Mon, 16 Jul 2012 20:40:53 +0000  (22:40 +0200)] 
 
Added contrib/fping.spec (Stephen Schaefer, #24) 
 
David Schweikert  [Mon, 16 Jul 2012 16:53:19 +0000  (18:53 +0200)] 
 
Man-page fix: better description of option -q (#15) 
 
David Schweikert  [Mon, 16 Jul 2012 16:47:51 +0000  (18:47 +0200)] 
 
Set default data size to 56 bytes on all architectures (#18) 
 
David Schweikert  [Sun, 15 Jul 2012 23:14:55 +0000  (01:14  +0200)] 
 
improve autoclean 
 
David Schweikert  [Sun, 15 Jul 2012 23:05:15 +0000  (01:05  +0200)] 
 
man page inconsistency in regards to numeric arguments (#21) 
 
David Schweikert  [Sun, 15 Jul 2012 22:57:31 +0000  (00:57  +0200)] 
 
start calling this 3.3rc1 
 
David Schweikert  [Sun, 15 Jul 2012 22:53:11 +0000  (00:53  +0200)] 
 
convert man-page to pod, for easier editing 
 
David Schweikert  [Sun, 15 Jul 2012 22:33:39 +0000  (00:33  +0200)] 
 
convert man-page to pod, for easier editing 
 
David Schweikert  [Sun, 15 Jul 2012 21:27:03 +0000  (23:27 +0200)] 
 
Update Changelog 
 
Thomas Liske  [Fri, 6 Jul 2012 18:56:12 +0000  (20:56 +0200)] 
 
Fix TOS option typo. 
 
David Schweikert  [Sun, 15 Jul 2012 21:15:40 +0000  (23:15 +0200)] 
 
Update Changelog 
 
Thomas Liske  [Fri, 6 Jul 2012 20:33:20 +0000  (22:33 +0200)] 
 
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. 
 
Thomas Liske  [Fri, 6 Jul 2012 18:56:12 +0000  (20:56 +0200)] 
 
Fix TOS option typo. 
 
David Schweikert  [Tue, 29 May 2012 12:23:07 +0000  (14:23 +0200)] 
 
#1: do not output icmp errors with -q 
 
David Schweikert  [Tue, 29 May 2012 08:26:42 +0000  (10:26 +0200)] 
 
update Changelog 
 
David Schweikert  [Tue, 29 May 2012 08:25:21 +0000  (10:25 +0200)] 
 
release 3.2 
 
David Schweikert  [Tue, 22 May 2012 08:13:20 +0000  (10:13 +0200)] 
 
Add missing changelog entry 
 
David Schweikert  [Tue, 22 May 2012 08:03:27 +0000  (10:03 +0200)] 
 
Release 3.2-rc1 
 
David Schweikert  [Tue, 22 May 2012 08:00:02 +0000  (10:00 +0200)] 
 
remove generated files 
 
David Schweikert  [Tue, 22 May 2012 07:42:56 +0000  (09:42 +0200)] 
 
reformat ChangeLog file, add .gitigore 
 
David Schweikert  [Tue, 22 May 2012 07:16:19 +0000  (09:16 +0200)] 
 
#11: fix linked list corruption 
 
David Schweikert  [Mon, 21 May 2012 13:03:33 +0000  (15:03 +0200)] 
 
trivial: fix indenting 
 
David Schweikert  [Mon, 21 May 2012 12:56:01 +0000  (14:56 +0200)] 
 
Performance optimization for big select timeouts (#10, Andrey Bondarenko), Fix restart of select call after interrupt signal (#8, Boian Bonev) 
 
David Schweikert  [Fri, 27 Apr 2012 11:22:05 +0000  (13:22 +0200)] 
 
improve documentation for -g option (G.W. Haywood) 
 
David Schweikert  [Thu, 26 Apr 2012 12:12:43 +0000  (14:12 +0200)] 
 
remove 'UNRELEASED' 
 
David Schweikert  [Wed, 25 Apr 2012 21:43:43 +0000  (23:43 +0200)] 
 
Release 3.1 
 
David Schweikert  [Wed, 25 Apr 2012 21:42:41 +0000  (23:42 +0200)] 
 
Release 3.1 
 
David Schweikert  [Wed, 25 Apr 2012 21:33:44 +0000  (23:33 +0200)] 
 
Output usage information to stdout when called with -h (Paul Duda) 
 
David Schweikert  [Wed, 25 Apr 2012 21:24:37 +0000  (23:24 +0200)] 
 
Added -H option to specify number of hops (Paul Duda) 
 
David Schweikert  [Wed, 25 Apr 2012 21:12:04 +0000  (23:12 +0200)] 
 
update ChangeLog 
 
David Schweikert  [Wed, 25 Apr 2012 21:09:03 +0000  (23:09 +0200)] 
 
Merge branch 'master' of github.com:schweikert/fping 
 
David Schweikert  [Wed, 25 Apr 2012 21:07:51 +0000  (14:07 -0700)] 
 
Merge pull request #5 from xtaran/master 
 
Typo and man-page fixups 
 
Axel Beckert  [Wed, 25 Apr 2012 20:27:38 +0000  (22:27 +0200)] 
 
Remove unknown .NXR macros 
 
Axel Beckert  [Wed, 25 Apr 2012 20:27:13 +0000  (22:27 +0200)] 
 
Replace unknown .ni by .fi 
 
Axel Beckert  [Wed, 25 Apr 2012 20:17:53 +0000  (22:17 +0200)] 
 
Fix line DOS (^M) endings in man-page 
 
Axel Beckert  [Wed, 25 Apr 2012 20:17:06 +0000  (22:17 +0200)] 
 
Fix multiple blank lines in man-page 
 
Axel Beckert  [Wed, 25 Apr 2012 20:15:42 +0000  (22:15 +0200)] 
 
Fix trailing whitespace in man-page 
 
Axel Beckert  [Wed, 25 Apr 2012 20:11:49 +0000  (22:11 +0200)] 
 
man page: ctl -> Ctrl 
 
Axel Beckert  [Wed, 25 Apr 2012 20:11:09 +0000  (22:11 +0200)] 
 
Fix lintian warnings hyphen-used-as-minus-sign in man-page 
 
Axel Beckert  [Wed, 25 Apr 2012 20:06:02 +0000  (22:06 +0200)] 
 
Fix typo "Paramter" 
 
David Schweikert  [Thu, 23 Feb 2012 21:47:02 +0000  (22:47 +0100)] 
 
prepare 3.1-rc1 
 
David Schweikert  [Thu, 23 Feb 2012 21:42:00 +0000  (22:42 +0100)] 
 
bugfix: fix timeout issue on Solaris (Sandor Geller)