]>
git.gsnw.org Git - fping.git/log
David Schweikert [Wed, 24 Aug 2016 09:23:36 +0000 (11:23 +0200)]
try to fix tests on travis-ci (no ipv6?)
David Schweikert [Fri, 5 Aug 2016 10:10:21 +0000 (12:10 +0200)]
fix a couple of compiler warnings
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)
David Schweikert [Sun, 1 Nov 2015 20:22:06 +0000 (21:22 +0100)]
add ./autogen.sh hint to README (suggestion by reinerotto, fixes #87)
David Schweikert [Wed, 21 Oct 2015 19:00:42 +0000 (21:00 +0200)]
prepare release
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.
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.
David Schweikert [Wed, 14 Oct 2015 18:52:50 +0000 (20:52 +0200)]
fix test
David Schweikert [Wed, 14 Oct 2015 18:47:08 +0000 (20:47 +0200)]
prepare release
David Schweikert [Wed, 14 Oct 2015 18:46:56 +0000 (20:46 +0200)]
Fix fping6 -R (fixes #84)
David Schweikert [Wed, 14 Oct 2015 18:22:33 +0000 (11:22 -0700)]
add test for fping6 -R issue (#84)
David Schweikert [Tue, 13 Oct 2015 19:38:52 +0000 (12:38 -0700)]
experiment with markdown for readme
David Schweikert [Tue, 13 Oct 2015 19:35:33 +0000 (12:35 -0700)]
experiment with markdown for readme
David Schweikert [Tue, 13 Oct 2015 19:30:27 +0000 (12:30 -0700)]
experiment with markdown for readme
David Schweikert [Tue, 13 Oct 2015 19:26:51 +0000 (12:26 -0700)]
experiment with markdown for readme
David Schweikert [Tue, 13 Oct 2015 19:16:22 +0000 (12:16 -0700)]
experiment with markdown for readme
David Schweikert [Tue, 13 Oct 2015 19:10:54 +0000 (12:10 -0700)]
prepare release 3.11
David Schweikert [Sat, 10 Oct 2015 10:59:15 +0000 (03:59 -0700)]
Merge branch 'feature/unify' into develop
David Schweikert [Sat, 10 Oct 2015 10:55:30 +0000 (03:55 -0700)]
update Changelog
Ryan Underwood [Wed, 20 May 2015 22:55:47 +0000 (22:55 +0000)]
Add 1ms usage example
David Schweikert [Sat, 10 Oct 2015 10:27:49 +0000 (03:27 -0700)]
Remove apparently dead code (Ryan C. Underwood)
David Schweikert [Sat, 10 Oct 2015 10:26:42 +0000 (03:26 -0700)]
add test for new option -R
David Schweikert [Fri, 9 Oct 2015 20:10:41 +0000 (13:10 -0700)]
Merge pull request #82 from LynxChaus/feature/unify
Feature/unify
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.
Andrey Jr. Melnikov [Fri, 9 Oct 2015 09:55:43 +0000 (12:55 +0300)]
Fix checksum generation
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)
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.
David Schweikert [Fri, 2 Oct 2015 18:42:01 +0000 (20:42 +0200)]
remove unused variable
David Schweikert [Fri, 2 Oct 2015 18:20:19 +0000 (20:20 +0200)]
minor fix for tests
David Schweikert [Fri, 24 Jul 2015 21:26:28 +0000 (23:26 +0200)]
add -Wall -Wextra, fix some errors
David Schweikert [Fri, 24 Jul 2015 20:57:37 +0000 (22:57 +0200)]
further unification work
David Schweikert [Fri, 24 Jul 2015 20:33:43 +0000 (22:33 +0200)]
further unification work
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.
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
Ryan Underwood [Mon, 25 May 2015 19:07:15 +0000 (12:07 -0700)]
Don't bother freeing ping buffer
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.
David Schweikert [Mon, 25 May 2015 13:44:56 +0000 (15:44 +0200)]
Merge pull request #79 from runderwo/deadcode
Remove apparently dead code.
Ryan C. Underwood [Fri, 22 May 2015 19:33:10 +0000 (19:33 +0000)]
Merge remote-tracking branch 'upstream/develop' into deadcode
Ryan C. Underwood [Fri, 22 May 2015 19:03:14 +0000 (19:03 +0000)]
Remove apparently dead code
David Schweikert [Fri, 22 May 2015 14:52:14 +0000 (16:52 +0200)]
Merge pull request #78 from runderwo/example2
Add 1ms usage example
Ryan Underwood [Wed, 20 May 2015 22:55:47 +0000 (22:55 +0000)]
Add 1ms usage example
Ryan Underwood [Wed, 20 May 2015 21:01:40 +0000 (21:01 +0000)]
Remove heap allocation from fast path
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.
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.
David Schweikert [Thu, 9 Oct 2014 09:21:13 +0000 (20:21 +1100)]
rename tests
David Schweikert [Thu, 9 Oct 2014 09:16:11 +0000 (20:16 +1100)]
improve tests for macos x and for when offline
David Schweikert [Tue, 30 Sep 2014 13:13:51 +0000 (23:13 +1000)]
travis fix
David Schweikert [Tue, 30 Sep 2014 13:07:44 +0000 (23:07 +1000)]
Revert 'get all addresses' change for now
David Schweikert [Tue, 30 Sep 2014 12:07:30 +0000 (22:07 +1000)]
Merge branch 'develop' into feature/unify
David Schweikert [Tue, 30 Sep 2014 12:01:38 +0000 (22:01 +1000)]
travis fix
David Schweikert [Tue, 30 Sep 2014 11:50:49 +0000 (21:50 +1000)]
travis fix
David Schweikert [Tue, 30 Sep 2014 11:38:54 +0000 (21:38 +1000)]
travis fix
David Schweikert [Tue, 30 Sep 2014 11:22:58 +0000 (21:22 +1000)]
travis fix
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
David Schweikert [Thu, 18 Sep 2014 23:28:05 +0000 (09:28 +1000)]
travis debugging
David Schweikert [Thu, 18 Sep 2014 23:21:33 +0000 (09:21 +1000)]
travis debugging
David Schweikert [Thu, 18 Sep 2014 22:54:46 +0000 (08:54 +1000)]
travis debugging
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
David Schweikert [Tue, 16 Sep 2014 01:03:36 +0000 (11:03 +1000)]
travis debugging
David Schweikert [Fri, 5 Sep 2014 11:50:18 +0000 (21:50 +1000)]
trigger travis rebuild
David Schweikert [Fri, 5 Sep 2014 11:41:23 +0000 (21:41 +1000)]
trigger travis rebuild
David Schweikert [Fri, 5 Sep 2014 11:32:51 +0000 (21:32 +1000)]
trigger travis rebuild
David Schweikert [Fri, 5 Sep 2014 11:32:31 +0000 (21:32 +1000)]
trigger travis rebuild
David Schweikert [Thu, 4 Sep 2014 04:19:31 +0000 (06:19 +0200)]
trigger travis rebuild
aseques [Mon, 18 Aug 2014 06:01:46 +0000 (08:01 +0200)]
Update the docs to make the option visible
David Schweikert [Fri, 13 Jun 2014 06:07:08 +0000 (08:07 +0200)]
Fix double entries with fping -u and unreachable hosts
David Schweikert [Wed, 11 Jun 2014 12:34:34 +0000 (14:34 +0200)]
test compatibility fix for osx
David Schweikert [Mon, 5 May 2014 07:55:52 +0000 (09:55 +0200)]
test robustness
David Schweikert [Sun, 4 May 2014 20:32:14 +0000 (22:32 +0200)]
really release 3.10
David Schweikert [Sun, 4 May 2014 20:25:15 +0000 (22:25 +0200)]
Release 3.10
David Schweikert [Sun, 4 May 2014 20:25:06 +0000 (22:25 +0200)]
prepare v3.10
David Schweikert [Sun, 4 May 2014 20:22:53 +0000 (22:22 +0200)]
Better document -B backoff-factor and when it can be used (#33, Oleksiy Zagorskyi), fixes #33
David Schweikert [Sun, 4 May 2014 20:09:48 +0000 (22:09 +0200)]
more tests
David Schweikert [Sun, 4 May 2014 20:04:10 +0000 (22:04 +0200)]
more tests
David Schweikert [Sun, 4 May 2014 19:54:59 +0000 (21:54 +0200)]
more tests
David Schweikert [Sun, 4 May 2014 19:41:31 +0000 (21:41 +0200)]
more tests
David Schweikert [Sun, 4 May 2014 19:36:37 +0000 (21:36 +0200)]
more tests
David Schweikert [Sun, 4 May 2014 19:22:28 +0000 (21:22 +0200)]
more tests
David Schweikert [Sun, 4 May 2014 19:16:11 +0000 (21:16 +0200)]
remove support for NIS groups, do not retry twice DNS lookup on DNS lookup problem
David Schweikert [Fri, 2 May 2014 22:06:07 +0000 (00:06 +0200)]
more tests
David Schweikert [Fri, 2 May 2014 21:51:49 +0000 (23:51 +0200)]
test fix
David Schweikert [Fri, 2 May 2014 21:41:54 +0000 (23:41 +0200)]
more tests
David Schweikert [Fri, 2 May 2014 21:39:39 +0000 (23:39 +0200)]
more tests
David Schweikert [Fri, 2 May 2014 21:26:16 +0000 (23:26 +0200)]
more tests
David Schweikert [Fri, 2 May 2014 21:19:09 +0000 (23:19 +0200)]
more tests
David Schweikert [Fri, 2 May 2014 21:10:46 +0000 (23:10 +0200)]
more tests
David Schweikert [Fri, 2 May 2014 21:02:01 +0000 (23:02 +0200)]
more tests
David Schweikert [Fri, 2 May 2014 12:43:42 +0000 (14:43 +0200)]
test fixes
David Schweikert [Fri, 2 May 2014 12:37:20 +0000 (14:37 +0200)]
test fixes
David Schweikert [Thu, 1 May 2014 13:22:21 +0000 (15:22 +0200)]
test fixes
David Schweikert [Thu, 1 May 2014 13:21:45 +0000 (15:21 +0200)]
re-order options in usage information
David Schweikert [Thu, 1 May 2014 13:21:35 +0000 (15:21 +0200)]
re-order options in usage information
David Schweikert [Thu, 1 May 2014 13:16:34 +0000 (15:16 +0200)]
more tests
David Schweikert [Thu, 1 May 2014 13:03:33 +0000 (15:03 +0200)]
more tests
David Schweikert [Wed, 30 Apr 2014 20:56:21 +0000 (22:56 +0200)]
more tests
David Schweikert [Mon, 28 Apr 2014 17:28:29 +0000 (19:28 +0200)]
Add test for -f option
David Schweikert [Mon, 28 Apr 2014 17:24:36 +0000 (19:24 +0200)]
Allow option '-f' also for non-root (since setuid privileges are dropped)
David Schweikert [Fri, 4 Apr 2014 20:29:33 +0000 (22:29 +0200)]
build all branches with travis-ci
David Schweikert [Fri, 4 Apr 2014 20:23:32 +0000 (22:23 +0200)]
Fix confusing error message with -g and IPv6 addresses (fixes #58)
David Schweikert [Fri, 4 Apr 2014 20:22:48 +0000 (22:22 +0200)]
More tests