liboping.git
2012-01-31 Florian ForsterBump ABI version; update ChangeLog. liboping-1.6.2
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-09-05 Florian Forsterconfigure.ac: autoconf 2.65 works just fine, too.
2011-09-02 Florian ForsterREADME: Add note about capabilities.
2011-09-02 Florian ForsterManual pages: Update the copyright information.
2011-09-02 Florian ForsterBump version to 1.6.2; Update ChangeLog.
2011-08-27 Florian Forsterconfigure.ac: autoconf 2.67 works just fine.
2011-08-27 Florian ForsterMerge pull request #1 from barak/master
2011-08-21 Barak A. Pearlmuttergit ignore more build debris
2011-08-21 Barak A. PearlmutterUpdate configure.ac and Makefile.am per autotools
2011-03-10 Florian Forstersrc/Makefile.am: Make setcap and chmod fault-tolerant.
2011-03-07 Florian Forstersrc/liboping.c: Fix a compiler warning
2011-03-06 Florian ForsterBump version to 1.6.1; Update ChangeLog. liboping-1.6.1
2011-03-06 Florian ForsterUpdate and unify copyright headers.
2011-03-06 Florian ForsterBuild system: Automatically set capabilities flag ...
2011-02-28 Gaetan Bissonnoping: Fix compatibility with ncurses 5.8.
2011-02-16 Florian Forstersrc/oping.c: Fix a compiler warning about uninitialized...
2011-01-26 Florian ForsterBump version to 1.6.0; Update ChangeLog. liboping-1.6.0
2011-01-26 Florian ForsterREADME: Remove whitespace.
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-27 Florian ForsterREADME: Document Linux capabilities and UNIX set-UID...
2010-11-17 Florian Forsteroping(8): Document the new SetUID behavior in connectio... liboping-1.5.1
2010-11-17 Florian ForsterBump version to 1.5.1; Update ChangeLog.
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-11-17 Florian Forstersrc/liboping.c: Always set the QoS member. Default...
2010-10-29 Florian Forsteroping: Add alias for the "Voice Admit" DSCP.
2010-10-27 Florian ForsterBump version to 1.5.0; Update ChangeLog. liboping-1.5.0
2010-10-27 Florian Forsterping_iterator_get_info(3): Document the "PING_INFO_RECV...
2010-10-27 Florian Forstersrc/oping.h: Change the default payload message.
2010-10-27 Florian ForsterMerge branch 'vm/qos'
2010-10-27 Florian Forsteroping(8): Document the displayed "qos=" field.
2010-10-27 Florian Forstersrc/oping.c: Only print QoS information if it's not...
2010-10-27 Florian ForsterAUTHORS: Add Vladimir Melnikov.
2010-10-27 Florian Forstersrc/oping.c: Add function for formatted printing of...
2010-10-27 Florian Forsteroping(8): Document the "be" and "cs<n>" DSCP abbreviations.
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 Forsteroping(8): Document the "-Q" option.
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 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 Forsterping_setopt(3): Document the new "PING_OPT_TOS" option.
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-07-13 Florian Forstersrc/Makefile.am: Use "LDADD" for applications, "LIBADD...
2010-06-27 Florian ForsterRelicense: Use the LGPL v2.1 (or later) for liboping.
2010-06-13 Florian Forsteroping(8): Document the colors used by noping. liboping-1.4.0
2010-06-13 Florian ForsterBumbed version to 1.4.0, updated ChangeLog.
2010-06-13 Florian Forsteroping(8): Document "noping", too.
2010-06-13 Florian ForsterREADME: Document "oping" and "noping".
2010-06-13 Florian ForsterREADME: Convert to Unicode.
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...
2010-01-26 Florian Forstercontrib/liboping.spec: Added "provided as is" header.
2010-01-26 Benjamin Petrincontrib/liboping.spec: Added example spec file.
2009-12-20 Vadim Zeitlinminor doc fixes for liboping
2009-12-20 Florian ForsterChangeLog: Oops, there were actually a couple more... liboping-1.3.4
2009-12-20 Florian ForsterBumped version to 1.3.4 and updated ChangeLog.
2009-12-10 Florian Forstersrc/liboping.c: ping_receive_all: Clear the timer when...
2009-10-01 Florian Forsterbindings/perl: Bumped version to 1.21 and updated Changes.
2009-10-01 Fredrik Soderblombindings/perl/Oping.xs: Fix an off-by-one error when...
2009-10-01 Florian Forsteroping: Temporarily drop privileges if supported by...
2009-09-29 Florian ForsterChangeLog: Updated the changelog to reflect the last... liboping-1.3.3
2009-09-29 Florian Forsteroping: Allow “-f -” even if uid and euid differ.
2009-09-29 Florian ForsterBumped version to 1.3.3; Updated ChangeLog.
2009-09-29 Florian Forsteroping: Disable the “-f” option when real and effective...
2009-07-27 Florian ForsterBumped version to 1.3.2; Updated ChangeLog. liboping-1.3.2
2009-07-22 Sebastian Harlsrc/oping.h: Do not check HAVE_*_H for system headers.
2009-07-20 Florian Forsterping_iterator_get_info(3): Document missing functionali... liboping-1.3.1
2009-07-20 Florian ForsterCOPYING: Add GPLv2.
2009-07-20 Florian ForsterBumped version to 1.3.1; Updated ChangeLog.
2009-07-20 Sebastian Harlsrc/liboping.c: Fixed argument verification.
2009-07-18 Florian ForsterNet::Oping: Set the $VERSION variable correctly. liboping-1.3.0
2009-07-18 Florian Forster.gitignore: Add tarballs.
2009-07-18 Florian ForsterChangeLog: Updated the date of the 1.3.0 entry.
2009-07-18 Florian ForsterNet::Oping: Bumped version to 1.20.
2009-07-18 Florian ForsterNet::Oping: Add the `device' method.
2009-07-18 Florian Forstersrc/oping.h: Update OPING_VERSION.
2009-07-17 Florian ForsterBumped version to 1.3.0; Updated ChangeLog.
2009-07-17 Florian ForsterMerge branch 'liboping-1.2'
2009-07-17 Sebastian Harlsrc/oping.c: Added -D <interface name> command line...
2009-07-17 Sebastian HarlAdded support for PING_OPT_DEVICE.
2009-07-17 Sebastian Harlsrc/liboping.c: Catch NULL pointers passed to public... liboping-1.2
next