Code

src/oping.h: Do not check HAVE_*_H for system headers.
[liboping.git] / src /
2009-07-22 Sebastian Harlsrc/oping.h: Do not check HAVE_*_H for system headers. sh/next
2009-07-20 Florian Forsterping_iterator_get_info(3): Document missing functionali... liboping-1.3.1
2009-07-20 Sebastian Harlsrc/liboping.c: Fixed argument verification.
2009-07-18 Florian Forstersrc/oping.h: Update OPING_VERSION.
2009-07-17 Florian ForsterMerge branch 'liboping-1.2'
2009-07-17 Sebastian Harlsrc/oping.c: Added -D <interface name> command line...
2009-07-17 Sebastian HarlAdded support for PING_OPT_DEVICE.
2009-07-17 Sebastian Harlsrc/liboping.c: Catch NULL pointers passed to public...
2009-07-17 Sebastian Harlsrc/liboping.c: Let ping_setopt() return -1 if 'value...
2009-07-17 Florian Forstersrc/liboping.c: Fix some format strings.
2009-07-17 Sebastian Harlsrc/liboping.c: Fixed the handling of multiple hosts.
2009-07-17 Sebastian Harlsrc/liboping.c: Do not reset recv_ttl in ping_receive_o...
2009-07-16 Sebastian HarlMinor documentation fixes.
2009-07-16 Sebastian Harlsrc/oping.c: Exit successfully when using the -h option.
2009-07-16 Sebastian Harlsrc/oping.c: Improved the help output.
2009-07-16 Sebastian Harlsrc/oping.c: Improved and unified error messages when...
2009-07-15 Florian ForsterBumped version to 1.2.0; Updated ChangeLog. liboping-1.2.0
2009-07-15 Florian Forsteroping(8): Document the new `-f' option.
2009-07-15 Florian Forstersrc/oping.c: Change some codig style.
2009-07-15 Florian Forstersrc/oping.c: Only treat "-" as STDIN, not all strings...
2009-07-15 Dan SullyAllow reading of files containing hostnames.
2009-07-15 Florian Forstersrc/liboping.c: Check if IPPROTO_IPV6 and IPV6_RECVHOPL...
2009-06-06 Sebastian Harlsrc/liboping.c: Made sstrerror() static.
2009-04-05 Florian ForsterBumped version to 1.1.2; Updated ChangeLog. liboping-1.1.2
2009-04-03 Florian Forstersrc/liboping.c: Check if pointer is NULL before derefer...
2009-03-23 Florian Forstersrc/oping.h: Bump the OPING_VERSION, too. liboping-1.1.1
2009-03-23 Florian Forstersrc/liboping.c: Use ph-addrfamily to determine the...
2009-03-23 Vladimir V. Melnikovsrc/liboping.c: Be more fault-tolerant when checking...
2009-03-23 Vladimir V. Melnikovsrc/liboping.c: Only include <stdint.h> if the configur...
2009-03-23 Florian Forsterbuild system: Actually link with libxnet and use CPPFLAGS.
2009-03-23 Vladimir V. Melnikovsrc/liboping.c: Added compatibility with old Solaris...
2009-03-23 Florian Forsterbuild system: Define ABI and API versions in the config...
2009-03-15 Florian ForsterBumped version to 1.1.0; Updated ChangeLog. liboping-1.1.0
2009-03-15 Florian Forstersrc/oping.c: Allow setting of the TTL using `-t'.
2009-03-15 Florian Forstersrc/liboping.c: When setting the TTL, update all existi...
2009-03-15 Florian Forstermanual pages: Fix some more typos.
2009-03-15 Florian Forstersrc/oping.c: Print the received TTL, too.
2009-03-15 Florian Forstersrc/liboping.c: Add debugging output to the TTL setting...
2009-03-15 Florian Forstermanual pages: Fix some minor issues and typos.
2009-03-15 Florian Forstersrc/liboping.c: Provide the TTL on received packets.
2009-03-12 Florian Forstersrc/liboping.c: Make -Wextra happy.
2009-03-12 Florian Forsterping_setopt(3): Document the PING_VERSION define.
2009-03-12 Florian Forstersrc/oping.c: Allow shorter interval settings.
2009-03-12 Florian Forstersrc/oping.c: Use `context_destroy' to free the context.
2009-03-12 Florian Forstersrc/oping.c: Make all functions (except `main') static.
2009-03-12 Florian Forstersrc/liboping.c: Remove dead code which broke strict...
2009-03-12 Florian Forstersrc/liboping.c: Use thread-safe error handling.
2009-02-17 Florian Forstersrc/{lib,}oping.c: Fix a few problems -Wextra has found. liboping-1.0.0
2009-02-17 Florian Forstersrc/{lib,}oping.c: Don't cast `size_t' to `unsigned...
2009-02-17 Florian Forstersrc/mans/*.pod: Updated copyright information.
2009-02-17 Florian ForsterBumped version to 1.0.0.
2009-02-17 Florian Forstersrc/liboping.c: Beautify two debugging messages.
2009-02-17 Florian Forstersrc/liboping.c: Fix a (too conservative) off-by-one...
2009-02-17 Florian Forstersrc/liboping.c: Fix an incorrect assertion in `ping_tim...
2008-08-22 Florian Forsterping_iterator_get_info: Provide the number of timed...
2008-01-30 Florian Forstersrc/liboping.c: Use \#ifdef's around `EAI_SYSTEM'.
2008-01-26 Florian Forstersrc/liboping.c: Return the number of bytes actually...
2008-01-26 Florian ForsterMerge branch 'liboping-0.3'
2008-01-26 Florian ForsterMerge branch 'pull/liboping-0.3' into liboping-0.3
2008-01-26 Florian Forstersrc/liboping.c: Return the number of bytes actually...
2008-01-26 Florian ForsterMerge branch 'origin'
2008-01-26 Florian Forstersrc/liboping.c: Added the `username' field which holds...
2007-08-29 Doug MacEachernProvide a fallback if `ICMP6_ECHO_REQUEST' or `ICMP6_EC...
2007-03-27 Florian ForsterMerge branch 'es/close'
2007-03-27 Alex Brooksoping.h: Use `extern "C"' if `__cplusplus' is defined.
2007-03-27 Alex Brooksoping.h: #include <sys/types.h> so that `size_t' is...
2007-03-27 Esteban SanchezClose the filedescriptor in `ping_free', not `ping_host...
2006-12-16 Florian Forsterping_iterator_get(3): Added the `AUTHOR' section.
2006-12-01 WojtekFix usage of `strcasecmp' in `ping_host_remove'.
2006-07-16 Florian ForsterMerge branch 'v022/net-unreach'
2006-07-16 Florian Forsterliboping.c: Catch `EHOSTUNREACH' and `ENETUNREACH'
2006-07-12 Florian ForsterRemoved unneccesary comments.
2006-07-12 Florian ForsterFixed the build system to version the generated shared...
2006-07-12 Florian Forsteroping: Drop root privileges as soon as possible.
2006-07-07 Florian ForsterMerge branch 'origin'
2006-07-07 Florian ForsterUpdated the license information in the .c and .h files...
2006-06-16 Florian Forsteroping: Print the error message if ping_send failes.
2006-06-12 Florian ForsterUpdate the manpages: Added information about setting...
2006-06-12 Florian ForsterUpdated the oping library to understand the `-I' option...
2006-06-12 Florian ForsterActually bind to the configured address.
2006-06-12 Florian ForsterReset the address-family to `AF_UNSPEC' before setting...
2006-06-12 Florian ForsterAdded the ability to set the source address in the...
2006-06-09 Florian ForsterMerge branch 'feature'
2006-06-03 Florian Forsteroping: Call `return' rather than `exit' in `main'.
2006-06-03 Florian ForsterUse `AI_CANONNAME' if it's defined.
2006-06-02 Florian Forsteroping: Improved the error message is a destination...
2006-06-02 Florian Forsteroping: Exit if no hosts could be added.
2006-06-01 Florian ForsterDon't call bind when opening a socket.
2006-06-01 Florian ForsterCast `size_t' to `unsigned int'. Needed by Mac OS X.
2006-06-01 Florian ForsterMerge branch 'debug-flag' into liboping-0.2
2006-06-01 Florian ForsterAdded `--enable-debug' to the configure script.
2006-06-01 Florian ForsterCast (size_t) to (unsigned int).
2006-05-19 octoReverse the ordering of the hosts.
2006-05-19 octoDisplay a line of the following form when starting...
2006-05-18 octoImproved oping: Save the sequence in an `unsigned int...
2006-05-16 octoCorrect the calculation of the standard deviation.
2006-05-15 octoImplemented better handling of the DATA stuff.. Needs...
2006-05-14 octoImplemented the possibility to set the buffer being...
2006-05-14 octoMake iterator_get_info return the sequence as an unsign...
2006-05-12 octoImplemented `-h' option.
next