Code

src/liboping.c: Declare a variable at the shortest possible scope.
[liboping.git] / src / liboping.c
2017-05-09 Florian Forstersrc/liboping.c: Declare a variable at the shortest...
2017-05-09 Florian Forstersrc/liboping.c: Use sizeof(*ptr) instead of sizeof...
2017-05-09 Florian Forstersrc/liboping.c: Use composite literals when calling...
2017-05-09 Florian Forstersrc/liboping.c: Don't check for NULL when calling free().
2017-05-09 Florian ForsterMerge remote-tracking branch 'github/pr/11'
2017-05-09 Hamish ColemanFix up code style
2017-05-09 Hamish ColemanAdd a helper to count the size of an iterator
2017-05-08 Florian ForsterMerge remote-tracking branch 'github/pr/20'
2017-05-05 Florian Forstersrc/liboping.c: Ensure ping_send() returns non-zero...
2017-05-05 Florian Forstersrc/liboping.c: Fix debugging statement.
2017-05-05 Florian Forstersrc/liboping.c: Refactor ping_send() further.
2017-05-05 Florian Forstersrc/liboping.c: Start refactoring ping_send().
2017-05-05 Florian Forstersrc/liboping.c: Document ping_open_socket().
2017-05-05 Florian Forstersrc/liboping.c: Improve coding style.
2017-05-05 Florian Forstersrc/liboping.c: Clean up untidy whitespace.
2017-05-05 Florian ForsterMerge remote-tracking branch 'github/master' into lh...
2017-05-04 Florian ForsterAssure that no large file descriptors are passed to...
2016-08-18 Florian ForsterMerge branch 'pr/6'
2016-08-09 Florian Forstersrc/liboping.c: Simplify packet creation and parsing.
2016-08-09 Florian Forstersrc/liboping.c: Replace sizeof(struct icmphdr) with...
2016-08-06 Luke Heberlingsrc/liboping.c: Performance improvements.
2016-08-02 Kyle ZhouFixed wrong icmp header length (20 extra zeros incorrec...
2016-06-27 Florian ForsterUpdate copyright notices.
2015-02-13 Florian ForsterMerge branches 'mark' and 'timeout'
2015-02-13 Daniel Collinsliboping: Add support for SO_MARK.
2014-09-25 Florian ForsterMerge branch 'bp/exit'
2014-09-24 Florian ForsterMerge branch 'ab/prettyping'
2014-01-14 Florian Forsterping_receive_all(): Return immediately when select...
2012-01-31 Clayton O'NeillMac OX S 10.7 compile fixes.
2011-09-05 Barak A. Pearlmutterguard use of IP_RECVTOS which is unavailable on kfreebsd
2011-08-27 Florian ForsterMerge pull request #1 from barak/master
2011-03-07 Florian Forstersrc/liboping.c: Fix a compiler warning
2011-03-06 Florian ForsterUpdate and unify copyright headers.
2011-01-15 Florian Forstersrc/liboping.c: Change coding style a bit.
2011-01-15 Bruno Prémontliboping: use SO_TIMESTAMP when available
2010-11-17 Florian Forstersrc/liboping.c: Always set the QoS member. Default...
2010-10-27 Florian ForsterMerge branch 'vm/qos'
2010-10-27 Florian ForsterRename "ToS" to "QoS" everywhere, to account for DSCP...
2010-10-26 Florian ForsterFix printing the ToS value.
2010-10-26 Florian Forsterping_set_tos: Improve error handling.
2010-10-26 Florian Forsterping_receive_one: Fix a typo.
2010-10-26 Florian Forstersrc/liboping.c: Fix building with debugging enabled.
2010-10-26 Florian ForsterRename "PING_INFO_TOS" → "PING_INFO_RECV_TOS".
2010-10-26 Florian Forstersrc/liboping.c: Set the "IP_RECVTOS" and "IPV6_RECVTCLA...
2010-10-26 Florian Forstersrc/liboping.c: Use an uint8_t for storing the ToS.
2010-10-26 Vladimir MelnikovImplement support for QoS / ToS fields.
2010-06-27 Florian ForsterRelicense: Use the LGPL v2.1 (or later) for liboping.
2009-12-10 Florian Forstersrc/liboping.c: ping_receive_all: Clear the timer when...
2009-07-20 Sebastian Harlsrc/liboping.c: Fixed argument verification.
2009-07-17 Florian ForsterMerge branch 'liboping-1.2'
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-15 Florian Forstersrc/liboping.c: Check if IPPROTO_IPV6 and IPV6_RECVHOPL...
2009-06-06 Sebastian Harlsrc/liboping.c: Made sstrerror() static.
2009-04-03 Florian Forstersrc/liboping.c: Check if pointer is NULL before derefer...
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 Vladimir V. Melnikovsrc/liboping.c: Added compatibility with old Solaris...
2009-03-15 Florian Forstersrc/liboping.c: When setting the TTL, update all existi...
2009-03-15 Florian Forstersrc/liboping.c: Add debugging output to the TTL setting...
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 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 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 Esteban SanchezClose the filedescriptor in `ping_free', not `ping_host...
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-07 Florian ForsterMerge branch 'origin'
2006-07-07 Florian ForsterUpdated the license information in the .c and .h files...
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 ForsterUse `AI_CANONNAME' if it's defined.
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.
next