[liboping-changes] octo's ping library: Changes to 'master'

Florian Forster octo at verplant.org
Mon Mar 23 09:45:20 CET 2009


 bindings/perl/lib/Net/Oping.pm |    4 ++--
 configure.ac                   |   26 ++++++++++++++++++++++++++
 src/Makefile.am                |    6 +++++-
 src/liboping.c                 |   37 +++++++++++++++++++++++++------------
 4 files changed, 58 insertions(+), 15 deletions(-)

New commits:
commit 29d946c79b6b5ea54fb5c493267ce15fbfe3d04a
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Mar 23 09:34:37 2009 +0100

    src/liboping.c: Use ph-addrfamily to determine the protocol type.

commit f5ff17460d82d64e4d4570f1c164ed7e4d21fd22
Author: Vladimir V. Melnikov <wlad.w.m at gmail.com>
Date:   Mon Mar 23 09:30:26 2009 +0100

    src/liboping.c: Be more fault-tolerant when checking for the TTL.
    
    If it's not included in the auxiliary data, fall back to the value
    included in the IPv4 header which is provided via the raw socket.

commit cf72bb2336b94054ed6cbceb70a7e117654e4571
Author: Vladimir V. Melnikov <wlad.w.m at gmail.com>
Date:   Mon Mar 23 09:29:31 2009 +0100

    src/liboping.c: Only include <stdint.h> if the configure script found it.

commit 6d3ab13f9431fb790a645be018aafe03d314c32c
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Mar 23 09:24:54 2009 +0100

    build system: Actually link with libxnet and use CPPFLAGS.
    
    (Instead of CFLAGS.)

commit 0e9d92782a382cd92bcc4c851ba2a540cf5c12e4
Author: Vladimir V. Melnikov <wlad.w.m at gmail.com>
Date:   Mon Mar 23 09:22:01 2009 +0100

    src/liboping.c: Added compatibility with old Solaris versions.
    
    Apparently the X/Open conforming `recvmsg' function is in the `xnet'
    library. Check for this library and use it if it exists.
    
    Also set the ominous MSG_XPG4_2 flag. Didn't find out what it does, but
    apparently it's a Solaris internal flag..

commit 078b9f7fb9f736ceda16ef3b57bb2145a2744839
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Mar 23 08:53:28 2009 +0100

    Net::Oping: Improve the POD a little.

commit 5cb8e484010e30cf02ba17cc560654478f469ce7
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Mar 23 08:53:15 2009 +0100

    build system: Define ABI and API versions in the configure script.




More information about the liboping-changes mailing list