[liboping-changes] octo's ping library: Changes to 'master'
Florian Forster
octo at verplant.org
Thu Mar 12 08:39:12 CET 2009
configure.ac | 2
src/liboping.c | 148 ++++++++++++++++++++++++++++++++---------------
src/mans/ping_setopt.pod | 6 +
src/oping.c | 23 ++++---
4 files changed, 122 insertions(+), 57 deletions(-)
New commits:
commit d8317db37713620112fdfb7c0a51f9c6be4a0cc2
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Thu Mar 12 08:39:07 2009 +0100
ping_setopt(3): Document the PING_VERSION define.
A typo if fixed, too.
commit a9899b23c6417b67dc034615ebd815bee0651da1
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Thu Mar 12 08:38:21 2009 +0100
src/oping.c: Allow shorter interval settings.
Previously, only 1/5s was allowed. Now everything down to 1/1000s is
accepted.
commit 7cb1f52886a7d4745a748bed310bc79932bef536
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Thu Mar 12 08:37:10 2009 +0100
src/oping.c: Use `context_destroy' to free the context.
commit 0e16bc3fde9c1edda3585eaf1b581d3eda1980c4
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Thu Mar 12 08:36:39 2009 +0100
src/oping.c: Make all functions (except `main') static.
commit 35bc474dbcb278905e5181d88f9ea78001b3380a
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Thu Mar 12 08:35:55 2009 +0100
src/liboping.c: Remove dead code which broke strict aliasing rules.
Thanks to Alan Pevec for the pointer.
commit cee84ecd1462a7756ca5a10568ce269775cbe84e
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Thu Mar 12 08:34:51 2009 +0100
src/liboping.c: Use thread-safe error handling.
I. e. move to `strerror_r'.
More information about the liboping-changes
mailing list