liboping.git
2008-01-26 Florian Forstersrc/liboping.c: Return the number of bytes actually...
2008-01-26 Florian Forsterbindings/perl: Added an improved version of the Perl...
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 ForsterBumped version to 0.3.5; Updated ChangeLog and debian... liboping-0.3.5
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 Florian ForsterBumped version to 0.3.4; Updated ChangeLog and debian... liboping-0.3.4
2006-12-01 WojtekFix usage of `strcasecmp' in `ping_host_remove'.
2006-07-16 Florian ForsterBumped version to 0.3.3; Updated ChangeLog and debian... liboping-0.3.3
2006-07-16 Florian ForsterMerge branch 'v022/net-unreach'
2006-07-16 Florian ForsterChangeLog: Added note about the E{HOST,NET}UNREACH...
2006-07-16 Florian Forsterliboping.c: Catch `EHOSTUNREACH' and `ENETUNREACH'
2006-07-13 Florian ForsterBumped version to 0.3.2, updated ChangeLog(s). liboping-0.3.2
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-09 Florian ForsterBumped version to 0.3.1 liboping-0.3.1
2006-07-09 Florian Forsterconfigure.ac: There's no configure-script in src/.
2006-07-09 Florian ForsterRemove more libltdl.
2006-07-09 Florian ForsterRemove libltdl.
2006-07-09 Florian ForsterMakefile.am: Don't include debian/ in the distribution... liboping-0.3.0
2006-07-09 Florian ForsterBumped version to 0.3.0; Updated ChangeLog.
2006-07-09 Florian ForsterAUTHORS: Document the only author so far ;)
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-05 Florian ForsterBumped version to 0.2.2; Updated ChangeLog liboping-0.2.2
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 ForsterBumped version to 0.2.1 liboping-0.2.1
2006-06-01 Florian ForsterUpdated ChangeLog: Added entry about the removal of...
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 ForsterAdded a ChangeLog entry about changes in the build...
2006-06-01 Florian ForsterFix the configure-script for FreeBSD.
2006-06-01 Florian ForsterCast (size_t) to (unsigned int).
2006-05-29 Florian ForsterBumped the version to 0.2.0. Completed the ChangeLog... liboping-0.2.0
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 octoUpdated changelog: Added the post version-0.1 changes..
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.
2006-05-12 octoocto@huhu:~/liboping $ svn merge -r7:9 branches/libopin...
2006-05-12 octoBumped version to 0.1.1 liboping-0.1.1
2006-05-12 octoAdded note about 0.1.1 to ChangeLog
2006-05-12 octoocto@huhu:~/liboping $ svn merge -r2:3 trunk branches...
2006-05-12 octoocto@huhu:~/liboping $ svn cp tags/liboping-0.1.0 branc...
2006-05-12 octoOnly display statistics in oping if packets have been...
2006-05-11 octoAdded the calculation of `mdev' to `oping'
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.