]> git.gsnw.org Git - fping.git/log
fping.git
8 years agoanother fix for #97 (fixes #97)
David Schweikert [Tue, 1 Nov 2016 16:39:58 +0000 (17:39 +0100)]
another fix for #97 (fixes #97)

8 years agofirst attempt at fixing #97 (fixes #97)
David Schweikert [Tue, 1 Nov 2016 14:22:09 +0000 (15:22 +0100)]
first attempt at fixing #97 (fixes #97)

8 years agoremove unused code
David Schweikert [Tue, 1 Nov 2016 13:56:06 +0000 (14:56 +0100)]
remove unused code

8 years agofix again test
David Schweikert [Tue, 1 Nov 2016 12:34:02 +0000 (13:34 +0100)]
fix again test

8 years agotest fix
David Schweikert [Tue, 1 Nov 2016 12:19:31 +0000 (13:19 +0100)]
test fix

8 years agofix tests
David Schweikert [Tue, 1 Nov 2016 11:01:18 +0000 (12:01 +0100)]
fix tests

8 years ago- (bugfix) Lower -i limit to 1 instead of 10
David Schweikert [Tue, 1 Nov 2016 10:42:12 +0000 (11:42 +0100)]
- (bugfix) Lower -i limit to 1 instead of 10
- (bugfix) Improve interval preciseness of -Q reporting

8 years agoMerge branch 'ktsaou-develop' into develop
David Schweikert [Tue, 1 Nov 2016 08:21:15 +0000 (09:21 +0100)]
Merge branch 'ktsaou-develop' into develop

8 years agodocument new -N option in ChangeLog
David Schweikert [Tue, 1 Nov 2016 08:20:36 +0000 (09:20 +0100)]
document new -N option in ChangeLog

8 years agoadd test for new -N option
David Schweikert [Tue, 1 Nov 2016 08:18:18 +0000 (09:18 +0100)]
add test for new -N option

8 years agofix help test
David Schweikert [Tue, 1 Nov 2016 08:07:15 +0000 (09:07 +0100)]
fix help test

8 years agoadded help info
Costa Tsaousis (ktsaou) [Mon, 31 Oct 2016 22:02:22 +0000 (00:02 +0200)]
added help info

8 years agoremove dimension lost in favor of returned
Costa Tsaousis (ktsaou) [Mon, 31 Oct 2016 21:40:24 +0000 (23:40 +0200)]
remove dimension lost in favor of returned

8 years agoadded another dimension to track excess received packets
Costa Tsaousis (ktsaou) [Mon, 31 Oct 2016 21:06:25 +0000 (23:06 +0200)]
added another dimension to track excess received packets

8 years agore-order chart information
Costa Tsaousis (ktsaou) [Sun, 30 Oct 2016 18:05:49 +0000 (20:05 +0200)]
re-order chart information

8 years agoadded option -N to allow fping output statistics in the format expected by netdata
Costa Tsaousis (ktsaou) [Sat, 15 Oct 2016 23:38:56 +0000 (02:38 +0300)]
added option -N to allow fping output statistics in the format expected by netdata

8 years agoMerge branch 'jgerbeck-develop' into develop
David Schweikert [Thu, 29 Sep 2016 08:14:54 +0000 (10:14 +0200)]
Merge branch 'jgerbeck-develop' into develop

8 years agoAdd option -o for accumulated outage time (#90)
David Schweikert [Thu, 29 Sep 2016 08:14:27 +0000 (10:14 +0200)]
Add option -o for accumulated outage time (#90)

8 years agoNew option '-M' to set the 'Don't Fragment' flag (#91, Don Bowman)
David Schweikert [Thu, 29 Sep 2016 07:50:56 +0000 (09:50 +0200)]
New option '-M' to set the 'Don't Fragment' flag (#91, Don Bowman)

8 years agoMerge branch 'donbowman-develop' into develop
David Schweikert [Thu, 29 Sep 2016 07:39:28 +0000 (09:39 +0200)]
Merge branch 'donbowman-develop' into develop

8 years agoMerge branch 'develop' of https://github.com/donbowman/fping into donbowman-develop
David Schweikert [Thu, 29 Sep 2016 07:37:42 +0000 (09:37 +0200)]
Merge branch 'develop' of https://github.com/donbowman/fping into donbowman-develop

8 years agoupdate changelog, travis-ci test
David Schweikert [Thu, 29 Sep 2016 07:25:20 +0000 (09:25 +0200)]
update changelog, travis-ci test

8 years agoadd link to documentation
David Schweikert [Tue, 27 Sep 2016 15:45:12 +0000 (17:45 +0200)]
add link to documentation

8 years agofix license field in contrib/fping.spec to match the license of fping (BSD original...
David Schweikert [Wed, 14 Sep 2016 09:50:24 +0000 (11:50 +0200)]
fix license field in contrib/fping.spec to match the license of fping (BSD original old license with advertising clause)

8 years agoupdate ChangeLog
David Schweikert [Fri, 9 Sep 2016 09:54:28 +0000 (11:54 +0200)]
update ChangeLog

8 years agoMerge pull request #102 from martintopholm/long-prefixes
David Schweikert [Fri, 9 Sep 2016 09:52:19 +0000 (11:52 +0200)]
Merge pull request #102 from martintopholm/long-prefixes

Ignore network and broadcast for cidrs /31 and /32

8 years agoAdded tests -g for long prefixes
Martin Topholm [Sat, 3 Sep 2016 18:47:18 +0000 (20:47 +0200)]
Added tests -g for long prefixes

Expanded tests for -g option to hopefully cover both long prefixes and
too long prefixes.

8 years agoIgnore network and broadcast for cidrs /31 and /32
Martin Topholm [Thu, 1 Sep 2016 09:56:12 +0000 (11:56 +0200)]
Ignore network and broadcast for cidrs /31 and /32

fping has previously been strict about network address and broadcast
addreses. In the commit this is loosened a bit to permit fping to ping
cidrs with prefix length 31, which are commonly used for link ranges
(for newer equipment) and length 32 which denotes a single ip address.

For prefix lengths 31 and 32 fping will simply ignore network address
and broadcast addresses, and consider all addresses in range as a
target.

8 years agominor coveralls fix
David Schweikert [Wed, 24 Aug 2016 12:05:01 +0000 (14:05 +0200)]
minor coveralls fix

8 years agoattempt to fix coveralls
David Schweikert [Wed, 24 Aug 2016 11:55:54 +0000 (13:55 +0200)]
attempt to fix coveralls

8 years agotry to fix tests on travis-ci (no ipv6?)
David Schweikert [Wed, 24 Aug 2016 11:42:26 +0000 (13:42 +0200)]
try to fix tests on travis-ci (no ipv6?)

8 years agotry to fix tests on travis-ci (no ipv6?)
David Schweikert [Wed, 24 Aug 2016 11:33:32 +0000 (13:33 +0200)]
try to fix tests on travis-ci (no ipv6?)

8 years agotry to fix tests on travis-ci (no ipv6?)
David Schweikert [Wed, 24 Aug 2016 09:48:01 +0000 (11:48 +0200)]
try to fix tests on travis-ci (no ipv6?)

8 years agotry to fix tests on travis-ci (no ipv6?)
David Schweikert [Wed, 24 Aug 2016 09:45:10 +0000 (11:45 +0200)]
try to fix tests on travis-ci (no ipv6?)

8 years agotry to fix tests on travis-ci (no ipv6?)
David Schweikert [Wed, 24 Aug 2016 09:23:36 +0000 (11:23 +0200)]
try to fix tests on travis-ci (no ipv6?)

8 years agofix a couple of compiler warnings
David Schweikert [Fri, 5 Aug 2016 10:10:21 +0000 (12:10 +0200)]
fix a couple of compiler warnings

8 years agoExit code should be 2 when the hostname can't be resolved (fixes #98)
David Schweikert [Fri, 5 Aug 2016 10:02:37 +0000 (12:02 +0200)]
Exit code should be 2 when the hostname can't be resolved (fixes #98)

8 years agoadd path mtu discovert (MTU) AKA Don't Fragment support
Don Bowman [Thu, 18 Feb 2016 00:06:02 +0000 (00:06 +0000)]
add path mtu discovert (MTU) AKA Don't Fragment support

9 years agoAdded apt-get update to travis.yml
Jan [Wed, 20 Jan 2016 10:37:08 +0000 (11:37 +0100)]
Added apt-get update to travis.yml

9 years agoModified CI Test case for help
Jan [Wed, 20 Jan 2016 10:00:57 +0000 (11:00 +0100)]
Modified CI Test case for help

9 years agoadded changes for accumulated outage time
Jan Gerbecks [Tue, 8 Dec 2015 15:27:51 +0000 (16:27 +0100)]
added changes for accumulated outage time

9 years agoadd ./autogen.sh hint to README (suggestion by reinerotto, fixes #87)
David Schweikert [Sun, 1 Nov 2015 20:22:06 +0000 (21:22 +0100)]
add ./autogen.sh hint to README (suggestion by reinerotto, fixes #87)

9 years agoprepare release
David Schweikert [Wed, 21 Oct 2015 19:00:42 +0000 (21:00 +0200)]
prepare release

9 years agoMerge pull request #86 from bblough/issue_85_segfault
David Schweikert [Wed, 21 Oct 2015 18:46:10 +0000 (20:46 +0200)]
Merge pull request #86 from bblough/issue_85_segfault

Pass ICMP unreachable message string to print_warning instead of int.

9 years agoPass imcp unreachable message string to print_warning instead of int.
Bill Blough [Wed, 21 Oct 2015 05:59:12 +0000 (01:59 -0400)]
Pass imcp unreachable message string to print_warning instead of int.
This fixes the segfault reported in issue 85.

9 years agofix test
David Schweikert [Wed, 14 Oct 2015 18:52:50 +0000 (20:52 +0200)]
fix test

9 years agoprepare release
David Schweikert [Wed, 14 Oct 2015 18:47:08 +0000 (20:47 +0200)]
prepare release

9 years agoFix fping6 -R (fixes #84)
David Schweikert [Wed, 14 Oct 2015 18:46:56 +0000 (20:46 +0200)]
Fix fping6 -R (fixes #84)

9 years agoadd test for fping6 -R issue (#84)
David Schweikert [Wed, 14 Oct 2015 18:22:33 +0000 (11:22 -0700)]
add test for fping6 -R issue (#84)

9 years agoexperiment with markdown for readme
David Schweikert [Tue, 13 Oct 2015 19:38:52 +0000 (12:38 -0700)]
experiment with markdown for readme

9 years agoexperiment with markdown for readme
David Schweikert [Tue, 13 Oct 2015 19:35:33 +0000 (12:35 -0700)]
experiment with markdown for readme

9 years agoexperiment with markdown for readme
David Schweikert [Tue, 13 Oct 2015 19:30:27 +0000 (12:30 -0700)]
experiment with markdown for readme

9 years agoexperiment with markdown for readme
David Schweikert [Tue, 13 Oct 2015 19:26:51 +0000 (12:26 -0700)]
experiment with markdown for readme

9 years agoexperiment with markdown for readme
David Schweikert [Tue, 13 Oct 2015 19:16:22 +0000 (12:16 -0700)]
experiment with markdown for readme

9 years agoprepare release 3.11
David Schweikert [Tue, 13 Oct 2015 19:10:54 +0000 (12:10 -0700)]
prepare release 3.11

9 years agoMerge branch 'feature/unify' into develop
David Schweikert [Sat, 10 Oct 2015 10:59:15 +0000 (03:59 -0700)]
Merge branch 'feature/unify' into develop

9 years agoupdate Changelog
David Schweikert [Sat, 10 Oct 2015 10:55:30 +0000 (03:55 -0700)]
update Changelog

9 years agoAdd 1ms usage example
Ryan Underwood [Wed, 20 May 2015 22:55:47 +0000 (22:55 +0000)]
Add 1ms usage example

9 years agoRemove apparently dead code (Ryan C. Underwood)
David Schweikert [Sat, 10 Oct 2015 10:27:49 +0000 (03:27 -0700)]
Remove apparently dead code (Ryan C. Underwood)

9 years agoadd test for new option -R
David Schweikert [Sat, 10 Oct 2015 10:26:42 +0000 (03:26 -0700)]
add test for new option -R

9 years agoMerge pull request #82 from LynxChaus/feature/unify
David Schweikert [Fri, 9 Oct 2015 20:10:41 +0000 (13:10 -0700)]
Merge pull request #82 from LynxChaus/feature/unify

Feature/unify

9 years agoUse more readably cksum variant and move function into v4 sockets code.
Andrey Jr. Melnikov [Fri, 9 Oct 2015 10:05:05 +0000 (13:05 +0300)]
Use more readably cksum variant and move function into v4 sockets code.

9 years agoFix checksum generation
Andrey Jr. Melnikov [Fri, 9 Oct 2015 09:55:43 +0000 (12:55 +0300)]
Fix checksum generation

9 years agoNew option -R to use random bytes instead of NULLs (#72, Anthony DeRobertis)
Anthony DeRobertis [Wed, 17 Dec 2014 18:50:53 +0000 (13:50 -0500)]
New option -R to use random bytes instead of NULLs (#72, Anthony DeRobertis)

9 years agoFix failing help testcase.
Anthony DeRobertis [Wed, 17 Dec 2014 19:11:40 +0000 (14:11 -0500)]
Fix failing help testcase.

The testcase hardcodes the -h (help) output. Seems rather silly, but
easy enough to fix.

9 years agoremove unused variable
David Schweikert [Fri, 2 Oct 2015 18:42:01 +0000 (20:42 +0200)]
remove unused variable

9 years agominor fix for tests
David Schweikert [Fri, 2 Oct 2015 18:20:19 +0000 (20:20 +0200)]
minor fix for tests

9 years agoadd -Wall -Wextra, fix some errors
David Schweikert [Fri, 24 Jul 2015 21:26:28 +0000 (23:26 +0200)]
add -Wall -Wextra, fix some errors

9 years agofurther unification work
David Schweikert [Fri, 24 Jul 2015 20:57:37 +0000 (22:57 +0200)]
further unification work

9 years agofurther unification work
David Schweikert [Fri, 24 Jul 2015 20:33:43 +0000 (22:33 +0200)]
further unification work

9 years agoMerge pull request #77 from runderwo/unmalloc
David Schweikert [Wed, 27 May 2015 08:01:00 +0000 (10:01 +0200)]
Merge pull request #77 from runderwo/unmalloc

Remove heap manipulation from fast path.

9 years agoMerge remote-tracking branch 'upstream/develop' into unmalloc
Ryan Underwood [Tue, 26 May 2015 21:56:12 +0000 (14:56 -0700)]
Merge remote-tracking branch 'upstream/develop' into unmalloc

Conflicts:
src/fping.c

9 years agoDon't bother freeing ping buffer
Ryan Underwood [Mon, 25 May 2015 19:07:15 +0000 (12:07 -0700)]
Don't bother freeing ping buffer

9 years agoMerge pull request #72 from derobert/develop
David Schweikert [Mon, 25 May 2015 13:51:02 +0000 (15:51 +0200)]
Merge pull request #72 from derobert/develop

Add a mode to use random bytes instead of NULLs.

9 years agoMerge pull request #79 from runderwo/deadcode
David Schweikert [Mon, 25 May 2015 13:44:56 +0000 (15:44 +0200)]
Merge pull request #79 from runderwo/deadcode

Remove apparently dead code.

9 years agoMerge remote-tracking branch 'upstream/develop' into deadcode
Ryan C. Underwood [Fri, 22 May 2015 19:33:10 +0000 (19:33 +0000)]
Merge remote-tracking branch 'upstream/develop' into deadcode

9 years agoRemove apparently dead code
Ryan C. Underwood [Fri, 22 May 2015 19:03:14 +0000 (19:03 +0000)]
Remove apparently dead code

9 years agoMerge pull request #78 from runderwo/example2
David Schweikert [Fri, 22 May 2015 14:52:14 +0000 (16:52 +0200)]
Merge pull request #78 from runderwo/example2

Add 1ms usage example

9 years agoAdd 1ms usage example
Ryan Underwood [Wed, 20 May 2015 22:55:47 +0000 (22:55 +0000)]
Add 1ms usage example

9 years agoRemove heap allocation from fast path
Ryan Underwood [Wed, 20 May 2015 21:01:40 +0000 (21:01 +0000)]
Remove heap allocation from fast path

10 years agoFix failing help testcase.
Anthony DeRobertis [Wed, 17 Dec 2014 19:11:40 +0000 (14:11 -0500)]
Fix failing help testcase.

The testcase hardcodes the -h (help) output. Seems rather silly, but
easy enough to fix.

10 years agoAdd a mode to use random bytes instead of NULLs.
Anthony DeRobertis [Wed, 17 Dec 2014 18:50:53 +0000 (13:50 -0500)]
Add a mode to use random bytes instead of NULLs.

This helps defeat data compression on links.

10 years agorename tests
David Schweikert [Thu, 9 Oct 2014 09:21:13 +0000 (20:21 +1100)]
rename tests

10 years agoimprove tests for macos x and for when offline
David Schweikert [Thu, 9 Oct 2014 09:16:11 +0000 (20:16 +1100)]
improve tests for macos x and for when offline

10 years agotravis fix
David Schweikert [Tue, 30 Sep 2014 13:13:51 +0000 (23:13 +1000)]
travis fix

10 years agoRevert 'get all addresses' change for now
David Schweikert [Tue, 30 Sep 2014 13:07:44 +0000 (23:07 +1000)]
Revert 'get all addresses' change for now

10 years agoMerge branch 'develop' into feature/unify
David Schweikert [Tue, 30 Sep 2014 12:07:30 +0000 (22:07 +1000)]
Merge branch 'develop' into feature/unify

10 years agotravis fix
David Schweikert [Tue, 30 Sep 2014 12:01:38 +0000 (22:01 +1000)]
travis fix

10 years agotravis fix
David Schweikert [Tue, 30 Sep 2014 11:50:49 +0000 (21:50 +1000)]
travis fix

10 years agotravis fix
David Schweikert [Tue, 30 Sep 2014 11:38:54 +0000 (21:38 +1000)]
travis fix

10 years agotravis fix
David Schweikert [Tue, 30 Sep 2014 11:22:58 +0000 (21:22 +1000)]
travis fix

10 years agoUse sockaddr_storage and simplify code, so that we can one day support both IPv4...
David Schweikert [Tue, 30 Sep 2014 06:26:47 +0000 (16:26 +1000)]
Use sockaddr_storage and simplify code, so that we can one day support both IPv4 and IPv6 with the same binary

10 years agotravis debugging
David Schweikert [Thu, 18 Sep 2014 23:28:05 +0000 (09:28 +1000)]
travis debugging

10 years agotravis debugging
David Schweikert [Thu, 18 Sep 2014 23:21:33 +0000 (09:21 +1000)]
travis debugging

10 years agotravis debugging
David Schweikert [Thu, 18 Sep 2014 22:54:46 +0000 (08:54 +1000)]
travis debugging

10 years agoMerge pull request #67 from aseques/patch-1
David Schweikert [Wed, 17 Sep 2014 05:28:25 +0000 (15:28 +1000)]
Merge pull request #67 from aseques/patch-1

Update the docs to make the option visible

10 years agotravis debugging
David Schweikert [Tue, 16 Sep 2014 01:03:36 +0000 (11:03 +1000)]
travis debugging

10 years agotrigger travis rebuild
David Schweikert [Fri, 5 Sep 2014 11:50:18 +0000 (21:50 +1000)]
trigger travis rebuild

10 years agotrigger travis rebuild
David Schweikert [Fri, 5 Sep 2014 11:41:23 +0000 (21:41 +1000)]
trigger travis rebuild

10 years agotrigger travis rebuild
David Schweikert [Fri, 5 Sep 2014 11:32:51 +0000 (21:32 +1000)]
trigger travis rebuild