David Schweikert
98269fb83e
unification work
8 years ago
David Schweikert
12971e5409
ipv4/ipv6 unification fixes
8 years ago
David Schweikert
3c53d9be3f
first version of fping that can do ipv4 and ipv6 at the same time
8 years ago
David Schweikert
8d4c69998d
unification work
8 years ago
David Schweikert
b35f60af8c
fix test
8 years ago
David Schweikert
4262e74ff9
more cleanup
8 years ago
David Schweikert
e827b6719a
another attempt at fixing coverity warning
8 years ago
David Schweikert
3781fbe9bd
Add Coverity link
8 years ago
David Schweikert
81c8002798
coverity scan fixes
8 years ago
David Schweikert
64d41f6295
coverity scan fixes
8 years ago
David Schweikert
989877829e
coverity fix
8 years ago
David Schweikert
9ae26b603f
add automated coverity
8 years ago
David Schweikert
23d4a021fc
fix warnings
8 years ago
David Schweikert
324242b144
space / formatting fixes and remove unused code
8 years ago
David Schweikert
d017390cbc
remove trailing whitespace, fix mixed whitespace
8 years ago
David Schweikert
9d2daa77c8
remove trailing whitespace
8 years ago
David Schweikert
9adb9a8480
Merge branch 'develop' into unify
8 years ago
David Schweikert
b5046cfa78
Fix -M expecting an argument, when it shouldn't
8 years ago
David Schweikert
c090cd770d
work on ipv4/ipv6 unification
8 years ago
David Schweikert
e71164de22
restart work on ipv4/ipv6 unification
8 years ago
David Schweikert
8481d7432a
simplify restrictions, fixes #29 , #32
8 years ago
David Schweikert
2cf801fdfb
Support kernel-timestamping of received packet, fixes #46
8 years ago
David Schweikert
926c104e90
Fix -q not suppressing some ICMP error messages, fixes #83
8 years ago
David Schweikert
099d873253
AIX compatibility, fixes #69
8 years ago
David Schweikert
34d2fa4f63
Merge branch 'develop'
8 years ago
David Schweikert
194325e167
prepare v3.15
8 years ago
David Schweikert
f9579bda3f
prepare v3.15
8 years ago
David Schweikert
178d07ddc0
document -N in documentation and implement small fixes in test suite for macOS
8 years ago
David Schweikert
356e7b3a69
fix compatibility issue with MacOS in release 3.14 ( fixes #109 )
8 years ago
David Schweikert
672a51cf96
fix bintray upload
8 years ago
David Schweikert
61afaff31e
prepare v3.14
8 years ago
David Schweikert
40c44d57dd
Merge branch 'master' into develop
8 years ago
David Schweikert
95c5dd201b
Merge branch 'master' into develop
8 years ago
David Schweikert
89987c4464
update changelog
8 years ago
David Schweikert
1a31681fd2
fix test
8 years ago
David Schweikert
9811dffc07
Merge pull request #107 from illumino/develop
...
Portability Fixes discovered on Solaris 10, but should be generally applicable
8 years ago
Peter Bray
1400fc29a5
Set the variable "prog" before the first call to any routine using error reporting
...
Error reporting uses the variable "prog" which is null prior to obtaining a
reference to argv[0]. The call to open_ping_socket() uses this on an error,
such as the executable not being SUID or otherwise privileged invocation.
Solaris 10 printf(3C) of "%s" on a null pointer causes a core dump.
8 years ago
Peter Bray
79ba8c9ae7
Portability Fix: <netinet/ip_icmp.h> requires n_time definition from <netinet/in_systm.h>
...
The include file <netinet/in_systm.h> is already used in src/fping.c,
so hopefully it should not be problem on other systems to include it here.
Discovered on Solaris 10 Update 8, tested on Solaris 10 Update 11 and Solaris 11.2
8 years ago
David Schweikert
dde37baac2
fix average when discarding reply in interval counting
8 years ago
David Schweikert
2cb0860ec6
Merge pull request #106 from ktsaou/develop
...
minor netdata improvements
8 years ago
Costa Tsaousis (ktsaou)
498acc6853
removed fix for 100% cpu time
8 years ago
David Schweikert
36f0b76645
fix interval reporting
8 years ago
Costa Tsaousis (ktsaou)
2f25e1ff8b
fix for 100% CPU time when -l -Q are given
8 years ago
Costa Tsaousis (ktsaou)
4897b015b4
converted netdata charts to area charts; added netdata to trace_flag; fixed compiler warning about setuid
8 years ago
David Schweikert
64af251a33
safer -i option parsing
8 years ago
David Schweikert
32ab06bdd1
port last fix also to netdata
8 years ago
David Schweikert
ea37408c77
another fix for #97 ( fixes #97 )
8 years ago
David Schweikert
1e67616388
first attempt at fixing #97 ( fixes #97 )
8 years ago
David Schweikert
502cd3b0f7
remove unused code
8 years ago
David Schweikert
68e3f6d692
fix again test
8 years ago