2014-09-25 |
Florian Forster | configure.ac: Change homepage and bug report address. liboping-1.7.0 |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Florian Forster | liboping.pc: Let configure create the pkg-config file. |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Florian Forster | Bump version to 1.7.0; Update ChangeLog. |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Florian Forster | Merge pull request #4 from barak/upstream |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Florian Forster | Merge branch 'bp/exit' |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Florian Forster | Merge branch 'ab/prettyping' |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Florian Forster | Make the prettyping output work with and without colors. |
commit | commitdiff | tree | snapshot |
2014-05-22 |
Barak A. Pearlmutter | simplify autogen.sh |
commit | commitdiff | tree | snapshot |
2014-05-22 |
Barak A. Pearlmutter | generate and install oping.pc file, for pkg-config... |
commit | commitdiff | tree | snapshot |
2014-05-22 |
Barak A. Pearlmutter | add bug email and project url to configure.ac AC_INIT |
commit | commitdiff | tree | snapshot |
2014-01-14 |
Florian Forster | ping_receive_all(): Return immediately when select... |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Florian Forster | Add support for both, ncurses and ncursesw. |
commit | commitdiff | tree | snapshot |
2013-12-06 |
Florian Forster | Add documentation for the "-u" and "-U" options. |
commit | commitdiff | tree | snapshot |
2013-12-06 |
Florian Forster | src/oping.h: Don't use the ncurses internal _nc_unicode... |
commit | commitdiff | tree | snapshot |
2013-12-06 |
Antoine Beaupré | add commandline flag for forcing or disabling unicode |
commit | commitdiff | tree | snapshot |
2013-12-06 |
Antoine Beaupré | move unicode detection to a separate function |
commit | commitdiff | tree | snapshot |
2013-12-06 |
Antoine Beaupré | autodetect unicode, and fallback to ACS scancodes on... |
commit | commitdiff | tree | snapshot |
2013-12-05 |
Florian Forster | Refactor the graph printing into its own function. |
commit | commitdiff | tree | snapshot |
2013-12-04 |
Antoine Beaupré | switch to ncursesw in the build chain |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Florian Forster | Merge remote-tracking branch 'anarcat/autogen' |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Antoine Beaupré | ignore generated file |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Antoine Beaupré | better wrapping: add a cursor and respect inner borders |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Antoine Beaupré | rework scaling algorithm so it covers the whole range |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Antoine Beaupré | cleanup safety checks |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Antoine Beaupré | wrap around the window once the histogram grows too big |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Antoine Beaupré | remove a little quirk i introduced by mistake |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Antoine Beaupré | make histogram colors with a nicer background |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Antoine Beaupré | restore usual ping display, now that histograms are... |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Antoine Beaupré | put histograms into the independent window, to eventual... |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Antoine Beaupré | add autogen script for clueless people like me |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Antoine Beaupré | implement some prettyping-inspired display instead... |
commit | commitdiff | tree | snapshot |
2012-09-05 |
Scott Severtson | Solaris 10 compatibility patch |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Florian Forster | Bump ABI version; update ChangeLog. liboping-1.6.2 |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Clayton O'Neill | Mac OX S 10.7 compile fixes. |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Florian Forster | oping: Make the exit status the number of hosts failed. |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Barak A. Pearlmutter | fiddle with failure threshold messages and comments |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Florian Forster | oping: Implement the "-Z" option. |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Barak A. Pearlmutter | non-zero process exit status when too many packets... |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Barak A. Pearlmutter | guard use of IP_RECVTOS which is unavailable on kfreebsd |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Florian Forster | configure.ac: autoconf 2.65 works just fine, too. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Florian Forster | README: Add note about capabilities. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Florian Forster | Manual pages: Update the copyright information. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Florian Forster | Bump version to 1.6.2; Update ChangeLog. |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Florian Forster | configure.ac: autoconf 2.67 works just fine. |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Florian Forster | Merge pull request #1 from barak/master |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Barak A. Pearlmutter | git ignore more build debris |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Barak A. Pearlmutter | Update configure.ac and Makefile.am per autotools |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Florian Forster | src/Makefile.am: Make setcap and chmod fault-tolerant. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Florian Forster | src/liboping.c: Fix a compiler warning |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Florian Forster | Bump version to 1.6.1; Update ChangeLog. liboping-1.6.1 |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Florian Forster | Update and unify copyright headers. |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Florian Forster | Build system: Automatically set capabilities flag ... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Gaetan Bisson | noping: Fix compatibility with ncurses 5.8. |
commit | commitdiff | tree | snapshot |
2011-02-16 |
Florian Forster | src/oping.c: Fix a compiler warning about uninitialized... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Florian Forster | Bump version to 1.6.0; Update ChangeLog. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Florian Forster | README: Remove whitespace. |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Florian Forster | src/liboping.c: Change coding style a bit. |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Bruno Prémont | liboping: use SO_TIMESTAMP when available |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Florian Forster | README: Document Linux capabilities and UNIX set-UID... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Florian Forster | oping(8): Document the new SetUID behavior in connectio... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Florian Forster | Bump version to 1.5.1; Update ChangeLog. liboping-1.5.1 |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Florian Forster | src/oping.c: Mark unused argument to avoid compiler... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Florian Forster | src/oping.c: Remove __attribute__ flags when using... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Florian Forster | src/liboping.c: Always set the QoS member. Default... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Florian Forster | oping: Add alias for the "Voice Admit" DSCP. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Florian Forster | Bump version to 1.5.0; Update ChangeLog. liboping-1.5.0 |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Florian Forster | ping_iterator_get_info(3): Document the "PING_INFO_RECV... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Florian Forster | src/oping.h: Change the default payload message. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Florian Forster | Merge branch 'vm/qos' |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Florian Forster | oping(8): Document the displayed "qos=" field. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Florian Forster | src/oping.c: Only print QoS information if it's not... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Florian Forster | AUTHORS: Add Vladimir Melnikov. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Florian Forster | src/oping.c: Add function for formatted printing of... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Florian Forster | oping(8): Document the "be" and "cs<n>" DSCP abbreviations. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Florian Forster | Rename "ToS" to "QoS" everywhere, to account for DSCP... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Florian Forster | src/oping.c: Remove useless "strlen". |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Florian Forster | src/oping.c: Add the "be" and "cs[0-7]" DSCPs. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Florian Forster | oping(8): Document the "-Q" option. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Florian Forster | src/oping.c: Implement named arguments for DiffServ... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Florian Forster | oping: Improve parsing of the "-z" argument. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Florian Forster | Fix printing the ToS value. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Florian Forster | ping_set_tos: Improve error handling. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Florian Forster | ping_receive_one: Fix a typo. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Florian Forster | src/liboping.c: Fix building with debugging enabled. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Florian Forster | Rename "PING_INFO_TOS" → "PING_INFO_RECV_TOS". |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Florian Forster | ping_setopt(3): Document the new "PING_OPT_TOS" option. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Florian Forster | src/liboping.c: Set the "IP_RECVTOS" and "IPV6_RECVTCLA... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Florian Forster | src/liboping.c: Use an uint8_t for storing the ToS. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Vladimir Melnikov | Implement support for QoS / ToS fields. |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Florian Forster | src/Makefile.am: Use "LDADD" for applications, "LIBADD... |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Florian Forster | Relicense: Use the LGPL v2.1 (or later) for liboping. |
commit | commitdiff | tree | snapshot |
2010-06-13 |
Florian Forster | oping(8): Document the colors used by noping. liboping-1.4.0 |
commit | commitdiff | tree | snapshot |
2010-06-13 |
Florian Forster | Bumbed version to 1.4.0, updated ChangeLog. |
commit | commitdiff | tree | snapshot |
2010-06-13 |
Florian Forster | oping(8): Document "noping", too. |
commit | commitdiff | tree | snapshot |
2010-06-13 |
Florian Forster | README: Document "oping" and "noping". |
commit | commitdiff | tree | snapshot |
2010-06-13 |
Florian Forster | README: Convert to Unicode. |
commit | commitdiff | tree | snapshot |
2010-06-13 |
Florian Forster | src/oping.c: Define NCURSES_OPAQUE. |
commit | commitdiff | tree | snapshot |
2010-06-12 |
Florian Forster | src/oping.c: Resizing the scrolling region seems to... |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Florian Forster | noping: Further cleanup of the curses stuff. |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Florian Forster | noping: Use colors to highlight "unusual" response... |
commit | commitdiff | tree | snapshot |
next |