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

Florian Forster octo at verplant.org
Tue Feb 17 13:17:59 CET 2009


 bindings/perl/Makefile.PL      |    5 +
 bindings/perl/Oping.xs         |   50 ++++++++++++++++++
 bindings/perl/lib/Net/Oping.pm |  108 ++++++++++++++++++++++++++++++++++++-----
 src/liboping.c                 |    6 +-
 4 files changed, 154 insertions(+), 15 deletions(-)

New commits:
commit 310851e96b05849a8d942ebac4378713806f4430
Author: Sebastian Harl <sh at tokkee.org>
Date:   Tue Feb 17 11:51:27 2009 +0100

    bindings/perl/Makefile.PL: Let the Perl module depend on liboping.la.
    
    When building the Perl module from the liboping sources (instead of e.g. a
    stand-alone Perl package), the module will now be rebuilt if the library has
    been changed.

commit 038430e5ac1c7d4f6aa0e8920b2b0373860fc46f
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Feb 17 13:16:02 2009 +0100

    src/liboping.c: Beautify two debugging messages.
    
    Signed-off-by: Florian Forster <octo at leeloo.lan.home.verplant.org>

commit 6ae241903b0605677e104e0a57a0c44df24939c7
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Feb 17 13:15:39 2009 +0100

    src/liboping.c: Fix a (too conservative) off-by-one error in ping_iterator_get_info()
    
    Signed-off-by: Florian Forster <octo at leeloo.lan.home.verplant.org>

commit 578ac00444a46b2159bace62c74e2b493ffdd9ed
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Feb 17 13:14:58 2009 +0100

    bindings/perl: Add support for the number of dropped packets.
    
    Signed-off-by: Florian Forster <octo at leeloo.lan.home.verplant.org>

commit ac4b351e41eff1e6854d72b96a9ac591ff161e3e
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Feb 17 13:14:30 2009 +0100

    bindings/perl: Update license information in the XS file.
    
    Signed-off-by: Florian Forster <octo at leeloo.lan.home.verplant.org>

commit f625dd45448c1ebe0a4fe1949124c09dcfd34df1
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Feb 17 13:14:02 2009 +0100

    bindings/perl: Fix error handling in Perl:ping() and XS:_ping_iterator_get_hostname().
    
    Signed-off-by: Florian Forster <octo at leeloo.lan.home.verplant.org>

commit eb221426906ba59aa3d797deff5204058d53c095
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Feb 17 13:12:12 2009 +0100

    bindings/perl: Improve license information and fix typos in the documentation.
    
    Signed-off-by: Florian Forster <octo at leeloo.lan.home.verplant.org>




More information about the liboping-changes mailing list