[liboping-changes] octo's ping library: Changes to 'master'
Florian Forster
octo at verplant.org
Mon Jul 18 13:07:46 CEST 2016
ChangeLog | 10 ++++++
configure.ac | 12 +++----
src/Makefile.am | 6 ---
src/liboping.c | 2 -
src/mans/liboping.pod | 2 -
src/mans/oping.pod | 10 +++++-
src/mans/ping_construct.pod | 2 -
src/mans/ping_get_error.pod | 2 -
src/mans/ping_host_add.pod | 2 -
src/mans/ping_iterator_get.pod | 2 -
src/mans/ping_iterator_get_context.pod | 2 -
src/mans/ping_iterator_get_info.pod | 2 -
src/mans/ping_send.pod | 2 -
src/mans/ping_setopt.pod | 2 -
src/oping.c | 50 ++++++++++++++++++++++++++++++---
src/oping.h | 4 +-
16 files changed, 81 insertions(+), 31 deletions(-)
New commits:
commit 6e83f8b261a05afe7bf9fdb9005c4c1aa3e97fed
Author: Yann E. MORIN <yann.morin.1998 at free.fr>
Date: Tue Jul 5 15:31:28 2016 +0200
configure: also check for clockgettime()
clock_gettime() is also in -lrt so we also need to
check for it.
Use AC_SEARCH_LIBS() instead of our canned combo of
AC_CHECK_FUNC() + AC_CHECK_LIB(). AC_SEARCH_LIBS()
will automatically add the necessary -l flags to the
LIBS variable, so we don't need out AM_CONDITIONAL()
construct either, now.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
commit 831914ee662ca3858337f217da510c7fe1147972
Author: Florian Forster <ff at octo.it>
Date: Fri Jul 1 16:23:56 2016 +0200
src/oping.c: Add missing "break" in handling of the "O" option.
commit 48acd61a5c6257cae2df205467caa0a91c2b0d1c
Author: Florian Forster <ff at octo.it>
Date: Mon Jun 27 12:49:52 2016 +0200
src/oping.c: Actually _comma_ separate output lines.
commit 1171a886929f8aaae2c598c35334a6301e8f0e0e
Author: Florian Forster <ff at octo.it>
Date: Mon Jun 27 12:49:32 2016 +0200
src/oping.c: Fix calculation of fractional time.
It's "ns", not "us", stoopid!
commit 9b1a6a7f0439e77c90f40b8877d825e1849f6512
Author: Florian Forster <ff at octo.it>
Date: Mon Jun 27 08:48:35 2016 +0200
Update copyright notices.
commit bab14c6669673eb6931a8217aa7b3457b180ef3c
Author: Florian Forster <ff at octo.it>
Date: Mon Jun 27 08:43:44 2016 +0200
Bump version to 1.9.0; Update ChangeLog.
commit dbfc310d1305d1c6a6e3d6eaa9091ab7d4145c26
Author: Florian Forster <ff at octo.it>
Date: Mon Jun 27 08:42:12 2016 +0200
src/oping.c: Implement the "-O" option.
This new option allows to write RTT measurements to a CSV file for later
reporting.
More information about the liboping-changes
mailing list