Code

Allow adding a new host after noping has started
[liboping.git] / src / oping.c
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-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...
2006-07-16 Florian ForsterMerge branch 'v022/net-unreach'
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 ForsterUpdated the oping library to understand the `-I' option...
2006-06-09 Florian ForsterMerge branch 'feature'
2006-06-03 Florian Forsteroping: Call `return' rather than `exit' in `main'.
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 ForsterCast (size_t) to (unsigned int).
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-12 octoImplemented `-h' option.
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-12 octoOnly display statistics in oping if packets have been...
2006-05-11 octoAdded the calculation of `mdev' to `oping'
2006-05-08 octoCreated standard subversion directories.