ping_receive_all(): Return immediately when select(2) is interrupted.
[liboping.git] / src / oping.c
2014-01-14 Florian Forsterping_receive_all(): Return immediately when select...
2013-12-03 Florian ForsterMerge remote-tracking branch 'anarcat/autogen'
2012-09-05 Scott SevertsonSolaris 10 compatibility patch
2011-08-27 Florian ForsterMerge pull request #1 from barak/master
2011-03-06 Florian ForsterUpdate and unify copyright headers.
2011-02-28 Gaetan Bissonnoping: Fix compatibility with ncurses 5.8.
2011-02-16 Florian Forstersrc/oping.c: Fix a compiler warning about uninitialized...
2010-11-17 Florian Forstersrc/oping.c: Mark unused argument to avoid compiler...
2010-11-17 Florian Forstersrc/oping.c: Remove __attribute__ flags when using...
2010-10-29 Florian Forsteroping: Add alias for the "Voice Admit" DSCP.
2010-10-27 Florian ForsterMerge branch 'vm/qos'
2010-10-27 Florian Forstersrc/oping.c: Only print QoS information if it's not...
2010-10-27 Florian Forstersrc/oping.c: Add function for formatted printing of...
2010-10-27 Florian ForsterRename "ToS" to "QoS" everywhere, to account for DSCP...
2010-10-27 Florian Forstersrc/oping.c: Remove useless "strlen".
2010-10-27 Florian Forstersrc/oping.c: Add the "be" and "cs[0-7]" DSCPs.
2010-10-26 Florian Forstersrc/oping.c: Implement named arguments for DiffServ...
2010-10-26 Florian Forsteroping: Improve parsing of the "-z" argument.
2010-10-26 Florian ForsterFix printing the ToS value.
2010-10-26 Florian ForsterRename "PING_INFO_TOS" → "PING_INFO_RECV_TOS".
2010-10-26 Vladimir MelnikovImplement support for QoS / ToS fields.
2010-06-13 Florian Forstersrc/oping.c: Define NCURSES_OPAQUE.
2010-06-12 Florian Forstersrc/oping.c: Resizing the scrolling region seems to...
2010-06-11 Florian Forsternoping: Further cleanup of the curses stuff.
2010-06-08 Florian Forsternoping: Use colors to highlight "unusual" response...
2010-06-08 Florian Forsternoping: Print host name in bold.
2010-06-08 Florian Forsternoping: Handle resizing of X windows gracefully.
2010-06-08 Florian Forstersrc/oping.c: Move "context_get_packet_loss" into a...
2010-06-08 Florian Forstersrc/oping.c: Move calculation of average and stddev...
2010-06-08 Florian Forstersrc/oping.c: Add ncurses based front-end.
2010-06-08 Florian Forstersrc/oping.c: Move printing header and footer into separ...
2009-10-01 Florian Forsteroping: Temporarily drop privileges if supported by...
2009-09-29 Florian Forsteroping: Allow “-f -” even if uid and euid differ.
2009-09-29 Florian Forsteroping: Disable the “-f” option when real and effective...
2009-07-17 Florian ForsterMerge branch 'liboping-1.2'
2009-07-17 Sebastian Harlsrc/oping.c: Added -D <interface name> command line...
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 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-03-15 Florian Forstersrc/oping.c: Allow setting of the TTL using `-t'.
2009-03-15 Florian Forstersrc/oping.c: Print the received TTL, too.
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.