src/liboping.c: Remove dead code which broke strict aliasing rules.
[liboping.git] / src / liboping.c
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.
2006-05-19 octoReverse the ordering of the hosts.
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 octoocto@huhu:~/liboping $ svn merge -r7:9 branches/libopin...
2006-05-12 octoocto@huhu:~/liboping $ svn merge -r2:3 trunk branches...
2006-05-09 octoFixed that nasty bug in the `sequence' code: Comparing...
2006-05-08 octoCopied trunk/ to tags/liboping-0.1.0 liboping-0.1.0
2006-05-08 octoCreated standard subversion directories.