]> git.gsnw.org Git - fping.git/log
fping.git
12 years agoFix removing of unreachable hosts when doing loop (Thomas Liske, #13 #23)
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)

12 years agoUpdate documentation for --enable-ipv6
David Schweikert [Thu, 19 Jul 2012 20:43:16 +0000 (22:43 +0200)]
Update documentation for --enable-ipv6

12 years agoupdate ChangeLog
David Schweikert [Thu, 19 Jul 2012 20:26:03 +0000 (22:26 +0200)]
update ChangeLog

12 years agoMerge pull request #25 from zeising/master
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

12 years agoAdd --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.

12 years agoAdded contrib/fping.spec (Stephen Schaefer, #24)
David Schweikert [Mon, 16 Jul 2012 20:40:53 +0000 (22:40 +0200)]
Added contrib/fping.spec (Stephen Schaefer, #24)

12 years agoMan-page fix: better description of option -q (#15)
David Schweikert [Mon, 16 Jul 2012 16:53:19 +0000 (18:53 +0200)]
Man-page fix: better description of option -q (#15)

12 years agoSet default data size to 56 bytes on all architectures (#18)
David Schweikert [Mon, 16 Jul 2012 16:47:51 +0000 (18:47 +0200)]
Set default data size to 56 bytes on all architectures (#18)

12 years agoimprove autoclean
David Schweikert [Sun, 15 Jul 2012 23:14:55 +0000 (01:14 +0200)]
improve autoclean

12 years agoman page inconsistency in regards to numeric arguments (#21)
David Schweikert [Sun, 15 Jul 2012 23:05:15 +0000 (01:05 +0200)]
man page inconsistency in regards to numeric arguments (#21)

12 years agostart calling this 3.3rc1
David Schweikert [Sun, 15 Jul 2012 22:57:31 +0000 (00:57 +0200)]
start calling this 3.3rc1

12 years agoconvert man-page to pod, for easier editing
David Schweikert [Sun, 15 Jul 2012 22:53:11 +0000 (00:53 +0200)]
convert man-page to pod, for easier editing

12 years agoconvert 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

12 years agoUpdate Changelog
David Schweikert [Sun, 15 Jul 2012 21:27:03 +0000 (23:27 +0200)]
Update Changelog

12 years agoFix TOS option typo.
Thomas Liske [Fri, 6 Jul 2012 18:56:12 +0000 (20:56 +0200)]
Fix TOS option typo.

12 years agoUpdate Changelog
David Schweikert [Sun, 15 Jul 2012 21:15:40 +0000 (23:15 +0200)]
Update Changelog

12 years agoThis commit fixes #13 (Debian #308695): don't remove hosts if sendto returns an error...
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.

12 years agoFix TOS option typo.
Thomas Liske [Fri, 6 Jul 2012 18:56:12 +0000 (20:56 +0200)]
Fix TOS option typo.

12 years ago#1: do not output icmp errors with -q
David Schweikert [Tue, 29 May 2012 12:23:07 +0000 (14:23 +0200)]
#1: do not output icmp errors with -q

12 years agoupdate Changelog
David Schweikert [Tue, 29 May 2012 08:26:42 +0000 (10:26 +0200)]
update Changelog

12 years agorelease 3.2
David Schweikert [Tue, 29 May 2012 08:25:21 +0000 (10:25 +0200)]
release 3.2

12 years agoAdd missing changelog entry
David Schweikert [Tue, 22 May 2012 08:13:20 +0000 (10:13 +0200)]
Add missing changelog entry

12 years agoRelease 3.2-rc1
David Schweikert [Tue, 22 May 2012 08:03:27 +0000 (10:03 +0200)]
Release 3.2-rc1

12 years agoremove generated files
David Schweikert [Tue, 22 May 2012 08:00:02 +0000 (10:00 +0200)]
remove generated files

12 years agoreformat ChangeLog file, add .gitigore
David Schweikert [Tue, 22 May 2012 07:42:56 +0000 (09:42 +0200)]
reformat ChangeLog file, add .gitigore

12 years ago#11: fix linked list corruption
David Schweikert [Tue, 22 May 2012 07:16:19 +0000 (09:16 +0200)]
#11: fix linked list corruption

12 years agotrivial: fix indenting
David Schweikert [Mon, 21 May 2012 13:03:33 +0000 (15:03 +0200)]
trivial: fix indenting

12 years agoPerformance optimization for big select timeouts (#10, Andrey Bondarenko), Fix restar...
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)

12 years agoimprove documentation for -g option (G.W. Haywood)
David Schweikert [Fri, 27 Apr 2012 11:22:05 +0000 (13:22 +0200)]
improve documentation for -g option (G.W. Haywood)

12 years agoremove 'UNRELEASED'
David Schweikert [Thu, 26 Apr 2012 12:12:43 +0000 (14:12 +0200)]
remove 'UNRELEASED'

12 years agoRelease 3.1
David Schweikert [Wed, 25 Apr 2012 21:43:43 +0000 (23:43 +0200)]
Release 3.1

12 years agoRelease 3.1
David Schweikert [Wed, 25 Apr 2012 21:42:41 +0000 (23:42 +0200)]
Release 3.1

12 years agoOutput usage information to stdout when called with -h (Paul Duda)
David Schweikert [Wed, 25 Apr 2012 21:33:44 +0000 (23:33 +0200)]
Output usage information to stdout when called with -h (Paul Duda)

12 years agoAdded -H option to specify number of hops (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)

12 years agoupdate ChangeLog
David Schweikert [Wed, 25 Apr 2012 21:12:04 +0000 (23:12 +0200)]
update ChangeLog

12 years agoMerge branch 'master' of github.com:schweikert/fping
David Schweikert [Wed, 25 Apr 2012 21:09:03 +0000 (23:09 +0200)]
Merge branch 'master' of github.com:schweikert/fping

12 years agoMerge pull request #5 from xtaran/master
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

12 years agoRemove unknown .NXR macros
Axel Beckert [Wed, 25 Apr 2012 20:27:38 +0000 (22:27 +0200)]
Remove unknown .NXR macros

12 years agoReplace unknown .ni by .fi
Axel Beckert [Wed, 25 Apr 2012 20:27:13 +0000 (22:27 +0200)]
Replace unknown .ni by .fi

12 years agoFix line DOS (^M) endings in man-page
Axel Beckert [Wed, 25 Apr 2012 20:17:53 +0000 (22:17 +0200)]
Fix line DOS (^M) endings in man-page

12 years agoFix multiple blank lines in man-page
Axel Beckert [Wed, 25 Apr 2012 20:17:06 +0000 (22:17 +0200)]
Fix multiple blank lines in man-page

12 years agoFix trailing whitespace in man-page
Axel Beckert [Wed, 25 Apr 2012 20:15:42 +0000 (22:15 +0200)]
Fix trailing whitespace in man-page

12 years agoman page: ctl -> Ctrl
Axel Beckert [Wed, 25 Apr 2012 20:11:49 +0000 (22:11 +0200)]
man page: ctl -> Ctrl

12 years agoFix lintian warnings hyphen-used-as-minus-sign in man-page
Axel Beckert [Wed, 25 Apr 2012 20:11:09 +0000 (22:11 +0200)]
Fix lintian warnings hyphen-used-as-minus-sign in man-page

12 years agoFix typo "Paramter"
Axel Beckert [Wed, 25 Apr 2012 20:06:02 +0000 (22:06 +0200)]
Fix typo "Paramter"

12 years agoprepare 3.1-rc1
David Schweikert [Thu, 23 Feb 2012 21:47:02 +0000 (22:47 +0100)]
prepare 3.1-rc1

12 years agobugfix: fix timeout issue on Solaris (Sandor Geller)
David Schweikert [Thu, 23 Feb 2012 21:42:00 +0000 (22:42 +0100)]
bugfix: fix timeout issue on Solaris (Sandor Geller)

12 years agoMerge branch 'master' of github.com:schweikert/fping
David Schweikert [Mon, 20 Feb 2012 09:42:55 +0000 (10:42 +0100)]
Merge branch 'master' of github.com:schweikert/fping

12 years agoSync debian changelog
David Schweikert [Mon, 20 Feb 2012 09:42:06 +0000 (10:42 +0100)]
Sync debian changelog

12 years agoreorganized source directory
David Schweikert [Sun, 19 Feb 2012 22:35:21 +0000 (23:35 +0100)]
reorganized source directory

12 years agoreorganized source directory
David Schweikert [Sun, 19 Feb 2012 22:16:53 +0000 (23:16 +0100)]
reorganized source directory

12 years agoreorganized source directory
David Schweikert [Sun, 19 Feb 2012 21:59:39 +0000 (22:59 +0100)]
reorganized source directory

12 years agoRemove unused linux.h file
David Schweikert [Thu, 16 Feb 2012 22:34:17 +0000 (23:34 +0100)]
Remove unused linux.h file

12 years agosmall compatibility fix
David Schweikert [Thu, 16 Feb 2012 22:28:41 +0000 (23:28 +0100)]
small compatibility fix

12 years agoImprove README and INSTALL
David Schweikert [Thu, 16 Feb 2012 22:18:40 +0000 (23:18 +0100)]
Improve README and INSTALL

12 years agoImprove README and INSTALL
David Schweikert [Thu, 16 Feb 2012 22:17:07 +0000 (23:17 +0100)]
Improve README and INSTALL

12 years agodo not explicitely check if running as root, to make it possible to install fping...
David Schweikert [Thu, 16 Feb 2012 22:07:05 +0000 (23:07 +0100)]
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)

12 years agoRemove old notes
David Schweikert [Thu, 16 Feb 2012 21:59:53 +0000 (22:59 +0100)]
Remove old notes

12 years agocompatibility fixes (always use function prototypes)
David Schweikert [Thu, 16 Feb 2012 20:31:28 +0000 (21:31 +0100)]
compatibility fixes (always use function prototypes)

12 years agofinish -g rewrite
David Schweikert [Thu, 16 Feb 2012 20:28:46 +0000 (21:28 +0100)]
finish -g rewrite

12 years agoportability fixes
David Schweikert [Wed, 15 Feb 2012 22:25:06 +0000 (23:25 +0100)]
portability fixes

12 years ago-g option (generate): exclude network and broadcast address for cidr ranges (idea...
David Schweikert [Mon, 13 Feb 2012 21:04:25 +0000 (22:04 +0100)]
-g option (generate): exclude network and broadcast address for cidr ranges (idea by Eric Brander)

13 years agoUpdate date in changelog
David Schweikert [Wed, 28 Dec 2011 13:53:40 +0000 (14:53 +0100)]
Update date in changelog

13 years agoRelease 3.0
David Schweikert [Wed, 28 Dec 2011 13:50:03 +0000 (14:50 +0100)]
Release 3.0

13 years agowebsite is now fping.org
David Schweikert [Wed, 28 Dec 2011 13:32:43 +0000 (14:32 +0100)]
website is now fping.org

13 years agoprepare 3.0-rc3
David Schweikert [Thu, 22 Dec 2011 15:03:48 +0000 (16:03 +0100)]
prepare 3.0-rc3

13 years agofix calculation of select timeout, implement select restart on EINTR
David Schweikert [Thu, 22 Dec 2011 15:01:10 +0000 (16:01 +0100)]
fix calculation of select timeout, implement select restart on EINTR

13 years agoMerge branch 'master' of github.com:schweikert/fping
David Schweikert [Mon, 19 Dec 2011 09:01:08 +0000 (10:01 +0100)]
Merge branch 'master' of github.com:schweikert/fping

13 years agoREADME small fixes
David Schweikert [Mon, 19 Dec 2011 09:00:54 +0000 (10:00 +0100)]
README small fixes

13 years agoDocument ignored parameter -T
David Schweikert [Sat, 17 Dec 2011 23:29:53 +0000 (00:29 +0100)]
Document ignored parameter -T

13 years agouse last_send_time instead of current_time to schedule next events after a ping ...
David Schweikert [Thu, 15 Dec 2011 17:10:25 +0000 (18:10 +0100)]
use last_send_time instead of current_time to schedule next events after a ping (should be a bit more precise)

13 years agoprepare 3.0-rc2
David Schweikert [Thu, 15 Dec 2011 16:57:14 +0000 (17:57 +0100)]
prepare 3.0-rc2

13 years agofix negative number issue
David Schweikert [Thu, 15 Dec 2011 16:52:43 +0000 (17:52 +0100)]
fix negative number issue

13 years agoMark this as 3.0-rc1
David Schweikert [Thu, 15 Dec 2011 15:48:32 +0000 (16:48 +0100)]
Mark this as 3.0-rc1

13 years ago-T option is now deprecated
David Schweikert [Thu, 15 Dec 2011 15:25:14 +0000 (16:25 +0100)]
-T option is now deprecated

13 years agoMark myself as maintainer
David Schweikert [Thu, 15 Dec 2011 14:17:25 +0000 (15:17 +0100)]
Mark myself as maintainer

13 years agouse spaces for indenting
David Schweikert [Thu, 15 Dec 2011 14:15:05 +0000 (15:15 +0100)]
use spaces for indenting

13 years agoprepare v3.0
David Schweikert [Thu, 15 Dec 2011 13:57:07 +0000 (14:57 +0100)]
prepare v3.0

13 years agomerge changes from Tobias Oetiker (already committed in master)
David Schweikert [Thu, 15 Dec 2011 13:47:49 +0000 (14:47 +0100)]
merge changes from Tobias Oetiker (already committed in master)

13 years agointegrate changes by Tobias Oetiker from SmokePing distribution: fping-2.4b2_to4...
David Schweikert [Thu, 15 Dec 2011 13:41:12 +0000 (14:41 +0100)]
integrate changes by Tobias Oetiker from SmokePing distribution: fping-2.4b2_to4-ipv6

13 years agofurther work on faster loop
David Schweikert [Thu, 15 Dec 2011 13:26:52 +0000 (14:26 +0100)]
further work on faster loop

13 years agofurther work on faster loop
David Schweikert [Thu, 15 Dec 2011 12:47:56 +0000 (13:47 +0100)]
further work on faster loop

13 years agofurther work on faster loop
David Schweikert [Thu, 15 Dec 2011 08:23:04 +0000 (09:23 +0100)]
further work on faster loop

13 years agoInitial work on new loop
David Schweikert [Sat, 10 Dec 2011 21:07:12 +0000 (16:07 -0500)]
Initial work on new loop

13 years agoImported Debian patches: 2.4b2-to-ipv6-16.1
David Schweikert [Sat, 10 Dec 2011 01:06:12 +0000 (20:06 -0500)]
Imported Debian patches: 2.4b2-to-ipv6-16.1

13 years agoImport version 2.4b2_to-ipv6
David Schweikert [Sat, 10 Dec 2011 00:58:41 +0000 (19:58 -0500)]
Import version 2.4b2_to-ipv6