Commit Graph

508 Commits (6fd4f8bd91abc43f80078bdd0084cb6d2b1de7f1)
 

Author SHA1 Message Date
David Schweikert 2e316571bd try to fix tests on travis-ci (no ipv6?) 8 years ago
David Schweikert 458998ab5f try to fix tests on travis-ci (no ipv6?) 8 years ago
David Schweikert 9e1b32ba11 try to fix tests on travis-ci (no ipv6?) 8 years ago
David Schweikert 2273dc1c3f try to fix tests on travis-ci (no ipv6?) 8 years ago
David Schweikert b5b630bd3c fix a couple of compiler warnings 8 years ago
David Schweikert a37399ede9 Exit code should be 2 when the hostname can't be resolved (fixes #98) 8 years ago
Justin Backman f2e08d4a16 Issue compliling on RHEL/Centos 7
warning: compiling 'fping.c' with per-target flags requires 'AM_PROG_CC_C_O' in 'configure.ac'
9 years ago
Don Bowman 7c7448ab8c add path mtu discovert (MTU) AKA Don't Fragment support 9 years ago
Jan 74846e8f23 Added apt-get update to travis.yml 9 years ago
Jan db2a4edf2e Modified CI Test case for help 9 years ago
Jan Gerbecks 458c986d8b added changes for accumulated outage time 9 years ago
David Schweikert 925ef8fe12 add ./autogen.sh hint to README (suggestion by reinerotto, fixes #87) 9 years ago
David Schweikert 18df5bc539 Merge branch 'develop' 9 years ago
David Schweikert 4e7fcb423c prepare release 9 years ago
David Schweikert 3b34650fd3 Merge pull request #86 from bblough/issue_85_segfault
Pass ICMP unreachable message string to print_warning instead of int.
9 years ago
Bill Blough 4eb955ee85 Pass imcp unreachable message string to print_warning instead of int.
This fixes the segfault reported in issue 85.
9 years ago
David Schweikert 8694f1f891 Merge branch 'develop' 9 years ago
David Schweikert 51dbc97783 fix test 9 years ago
David Schweikert 8176041ad4 prepare release 9 years ago
David Schweikert c6c2a834ca Fix fping6 -R (fixes #84) 9 years ago
David Schweikert db1cc07877 add test for fping6 -R issue (#84) 9 years ago
David Schweikert f88053a431 experiment with markdown for readme 9 years ago
David Schweikert 033fd3d2d0 experiment with markdown for readme 9 years ago
David Schweikert 3a5ef5aa09 experiment with markdown for readme 9 years ago
David Schweikert 8f5bcc3048 experiment with markdown for readme 9 years ago
David Schweikert 3441920c53 experiment with markdown for readme 9 years ago
David Schweikert 588661da29 prepare release 3.11 9 years ago
David Schweikert ceaf45d2e1 Merge branch 'feature/unify' into develop 9 years ago
David Schweikert 895f8f0533 update Changelog 9 years ago
Ryan Underwood c89b1464be Add 1ms usage example 9 years ago
David Schweikert 42ceba6069 Remove apparently dead code (Ryan C. Underwood) 9 years ago
David Schweikert cb478d604e add test for new option -R 9 years ago
David Schweikert 938de63dca Merge pull request #82 from LynxChaus/feature/unify
Feature/unify
9 years ago
Andrey Jr. Melnikov 4e14f407aa Use more readably cksum variant and move function into v4 sockets code. 9 years ago
Andrey Jr. Melnikov 7885effce1 Fix checksum generation 9 years ago
Anthony DeRobertis 58fcce9547 New option -R to use random bytes instead of NULLs (#72, Anthony DeRobertis) 9 years ago
Anthony DeRobertis 6186065a57 Fix failing help testcase.
The testcase hardcodes the -h (help) output. Seems rather silly, but
easy enough to fix.
9 years ago
David Schweikert c628bfd090 remove unused variable 9 years ago
David Schweikert 0499ff1ae4 minor fix for tests 9 years ago
David Schweikert 07e719d8db add -Wall -Wextra, fix some errors 9 years ago
David Schweikert 2f4781214b further unification work 9 years ago
David Schweikert 22e4ad996f further unification work 9 years ago
David Schweikert 8fc9fa37c7 Merge pull request #77 from runderwo/unmalloc
Remove heap manipulation from fast path.
10 years ago
Ryan Underwood 3d74b33f4c Merge remote-tracking branch 'upstream/develop' into unmalloc
Conflicts:
	src/fping.c
10 years ago
Ryan Underwood 9949c92c2b Don't bother freeing ping buffer 10 years ago
David Schweikert 0706f68bdf Merge pull request #72 from derobert/develop
Add a mode to use random bytes instead of NULLs.
10 years ago
David Schweikert d01d280f84 Merge pull request #79 from runderwo/deadcode
Remove apparently dead code.
10 years ago
Ryan C. Underwood 625793935e Merge remote-tracking branch 'upstream/develop' into deadcode 10 years ago
Ryan C. Underwood c8c6e8db5d Remove apparently dead code 10 years ago
David Schweikert e2896d390f Merge pull request #78 from runderwo/example2
Add 1ms usage example
10 years ago