German Service Network
118cdc5cc6
configure.ac check required function strftime
5 months ago
dwes
0d08321346
Prepare v5.2 release.
7 months ago
German Service Network
f71e40ab60
Extended configure.ac with --enable-debug and create debug output cpu time use
7 months ago
German Service Network
a3f4c573bf
Change obsolete macro from AC_CANONICAL_SYSTEM to AC_CANONICAL_TARGET
1 year ago
German Service Network
7351afdd89
Move the OS detection to configure.ac script to set the use of clock_realtime
1 year ago
German Service Network
b8e413f5ba
Checking obsolete macro AC_PROG_CC_STDC as of autoconf-2.70
1 year ago
German Service Network
88091f7c94
Checking obsolete macro AC_GNU_SOURCE as of autoconf-2.62
1 year ago
David Schweikert
cbe7a92c14
prepare 5.1 release
3 years ago
David Schweikert
f6e3d7194d
prepare 5.0 release
4 years ago
David van Leusen
254573f241
use sigaction when possible
4 years ago
David Schweikert
9731556633
prepare for version 5.x
4 years ago
David Schweikert
721af135db
Merge pull request #136 from tycho/high-resolution-clock-sources
...
Move to 1us resolution for latency measurements
4 years ago
David Schweikert
c27f37c91c
prepare release 4.3
4 years ago
David Schweikert
e38f2b221c
add missing files from tar.gz (ci, contrib, README.md) - fixes #178
4 years ago
Steven Noonan
754a21e2bd
move to 1us resolution for latency measurement
...
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
4 years ago
David Schweikert
aba04241c7
add _GNU_SOURCE to fix some warnings
5 years ago
David Schweikert
f47dc1948a
prepare release v4.2
6 years ago
German-Service-Network
d9acc8e5a7
Fix FreeBSD ipv6 build
...
Source: https://svnweb.freebsd.org/ports/head/net/fping/files/patch-configure.ac?revision=473606&view=markup
Fix build fping with ipv6 support on FreeBSD
6 years ago
David Schweikert
b4277e33a9
fix --help test, prepare 4.1 release
6 years ago
David Schweikert
8505f5c3be
release 4.0
8 years ago
David Schweikert
4c1d12c333
prepare 4.0-rc3
8 years ago
David Schweikert
cbfdcb40ff
-i/-p restrictions only enforced with ./configure --enable-safe-limits, change -i default from 25 to 10
8 years ago
David Schweikert
2850b7a32e
4.0-rc2
8 years ago
David Schweikert
d18ad321de
long options, better example
8 years ago
David Schweikert
e5c3839073
integrate optparse ( https://github.com/skeeto/optparse )
8 years ago
David Schweikert
9787dd0136
sync with develop
8 years ago
David Schweikert
6b99b7bb89
compatibility fixes and prepare rc2
8 years ago
David Schweikert
98269fb83e
unification work
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
194325e167
prepare v3.15
8 years ago
David Schweikert
61afaff31e
prepare v3.14
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
David Schweikert
4e7fcb423c
prepare release
9 years ago
David Schweikert
8176041ad4
prepare release
9 years ago
David Schweikert
588661da29
prepare release 3.11
9 years ago
David Schweikert
2f4781214b
further unification work
9 years ago
David Schweikert
0f36dddffd
really release 3.10
11 years ago
David Schweikert
c6f37022a4
Release 3.9
11 years ago
David Schweikert
63c73e0697
the next release should be 3.9-rc1
11 years ago
David Schweikert
5dd8c5de50
release 3.8-rc1
11 years ago
David Schweikert
3a714b275f
prepare release
11 years ago
David Schweikert
d862dd962b
release preparations
11 years ago
David Schweikert
741236e576
Release version 3.6
11 years ago
David Schweikert
9ee22bd46a
prepare 3.6-rc2
11 years ago
David Schweikert
3dee903b41
3.5 is released
11 years ago
David Schweikert
fd020977b5
Prepare 3.4
12 years ago
David Schweikert
aff259bbd0
release 3.3
12 years ago
David Schweikert
02ac0090e1
Call this 3.3-rc1, not 3.3rc1
12 years ago
Niclas Zeising
bdef483f4b
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 ago