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

Florian Forster octo at verplant.org
Sat Jan 26 14:01:35 CET 2008


 bindings/perl/Changes          |    9 +
 bindings/perl/MANIFEST         |   10 +
 bindings/perl/META.yml         |   10 +
 bindings/perl/Makefile.PL      |   15 ++
 bindings/perl/Oping.xs         |  149 +++++++++++++++++++++
 bindings/perl/README           |   41 ++++++
 bindings/perl/lib/Net/Oping.pm |  278 +++++++++++++++++++++++++++++++++++++++++
 bindings/perl/t/Oping.t        |   17 ++
 bindings/perl/typemap          |    3 
 src/liboping.c                 |    4 
 10 files changed, 534 insertions(+), 2 deletions(-)

New commits:
commit 6a80978c319f04a73f3aa8303f697705cf753898
Author: Florian Forster <octo at verplant.org>
Date:   Sat Jan 26 14:00:02 2008 +0100

    src/liboping.c: Return the number of bytes actually required to store the username
    
    Including the terminating NULL-byte.

commit 684d3fd2cf4f025a4661405f2fc4aa5b57310824
Merge: e195217e2f501521019316d609df7fed4c62131d dfbb70da843d92b3d8935ab5d264554e1f12abf2
Author: Florian Forster <octo at verplant.org>
Date:   Sat Jan 26 13:59:23 2008 +0100

    Merge branch 'liboping-0.3'

commit dfbb70da843d92b3d8935ab5d264554e1f12abf2
Merge: 6d35f0cbf1cb30913020be3b78028ae8299332f0 fe3b4647c8bb2a1d26be40f181f2355233f2729f
Author: Florian Forster <octo at verplant.org>
Date:   Sat Jan 26 13:59:07 2008 +0100

    Merge branch 'pull/liboping-0.3' into liboping-0.3

commit 6d35f0cbf1cb30913020be3b78028ae8299332f0
Author: Florian Forster <octo at verplant.org>
Date:   Sat Jan 26 13:58:30 2008 +0100

    src/liboping.c: Return the number of bytes actually required to store the hostname
    
    Including the terminating NULL-byte.

commit e195217e2f501521019316d609df7fed4c62131d
Author: Florian Forster <octo at verplant.org>
Date:   Sat Jan 26 13:57:05 2008 +0100

    bindings/perl: Added an improved version of the Perl bindings created by Olivier Fredj.




More information about the liboping-changes mailing list