| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: Make crypt.c independent source file | Dimitri Staessens | 2023-10-25 | 1 | -1/+1 |
* | tools: Add raw_crypt spec to oping help message | Dimitri Staessens | 2023-03-18 | 1 | -23/+25 |
* | build: Update copyright to 2023 | Dimitri Staessens | 2023-02-13 | 3 | -3/+3 |
* | build: Update copyright to 2022 | Dimitri Staessens | 2022-04-03 | 3 | -3/+3 |
* | tools: Fix SEGV in oping with missing param values | Dimitri Staessens | 2022-03-30 | 1 | -12/+18 |
* | tools: Support --quiet option for oping server | Dimitri Staessens | 2022-03-30 | 2 | -2/+6 |
* | lib, ipcpd, irmd: Wrap pthread unlocks for cleanup | Dimitri Staessens | 2021-06-23 | 1 | -1/+1 |
* | build: Update email addresses | Dimitri Staessens | 2021-01-03 | 3 | -6/+6 |
* | build: Update copyright to 2021 | Dimitri Staessens | 2021-01-03 | 3 | -3/+3 |
* | tools: Fix error handling in oping write thread | Dimitri Staessens | 2020-10-11 | 1 | -3/+0 |
* | tools: Improve locking in oping server | Dimitri Staessens | 2020-09-25 | 1 | -9/+15 |
* | tools: Stop oping client cleanly on bad write | Dimitri Staessens | 2020-05-02 | 1 | -0/+1 |
* | lib: Return number of written bytes on flow_write0.17.0 | Dimitri Staessens | 2020-03-15 | 1 | -1/+1 |
* | lib, ipcpd: piggyback ECDHE on flow allocation | Dimitri Staessens | 2020-02-25 | 2 | -0/+4 |
* | build: Update copyright to 20200.16.0 | Dimitri Staessens | 2020-01-02 | 3 | -3/+3 |
* | build: Update copyright to 2019 | Dimitri Staessens | 2019-02-05 | 3 | -3/+3 |
* | tools: Fix server name argument in oping | Dimitri Staessens | 2018-11-30 | 1 | -1/+1 |
* | ipcpd, lib, irmd, tools: Change SDU to packet | Sander Vrijders | 2018-10-05 | 1 | -2/+2 |
* | tools: Add unidirectional test to operf | Sander Vrijders | 2018-06-25 | 1 | -4/+3 |
* | Merge branch 'testing' into be | Sander Vrijders | 2018-06-13 | 1 | -0/+1 |
|\ |
|
| * | lib: Use macros for all time utility functions0.11.9 | Dimitri Staessens | 2018-06-13 | 1 | -0/+1 |
* | | tools: Add newlines to printf statements in oping | Sander Vrijders | 2018-06-08 | 2 | -3/+3 |
* | | lib: Add a data qos cube | Dimitri Staessens | 2018-06-08 | 1 | -1/+4 |
|/ |
|
* | tools: Add quiet option to oping | Dimitri Staessens | 2018-06-06 | 2 | -18/+32 |
* | tools: Support qosspecs in oping | Dimitri Staessens | 2018-06-05 | 2 | -17/+39 |
* | tools: Allow specifying duration for oping | Dimitri Staessens | 2018-06-05 | 1 | -6/+39 |
* | tools: Add out-of-order statistics to oping | Dimitri Staessens | 2018-06-05 | 2 | -3/+16 |
* | tools: Add timestamp option to oping | Sander Vrijders | 2018-06-01 | 2 | -6/+22 |
* | tools: Fix memleaks as reported by cppcheck | Sander Vrijders | 2018-05-25 | 1 | -1/+3 |
* | tools: Disable partial reads in oping | Dimitri Staessens | 2018-05-07 | 2 | -3/+6 |
* | tools: Use non-blocking read in servers | Dimitri Staessens | 2018-03-16 | 1 | -1/+1 |
* | lib: Use PTHREAD_COND_CLOCK for blocking reads0.10.6 | Dimitri Staessens | 2018-03-10 | 1 | -2/+5 |
* | tools: Don't cancel reader thread in oping0.10.5 | Dimitri Staessens | 2018-03-05 | 1 | -2/+0 |
* | build: Allow out-of-tree build of tools | Dimitri Staessens | 2018-02-14 | 4 | -27/+25 |
* | build: Use GNUInstallDirs instead of hardcoded values0.9.9 | Sander Vrijders | 2018-02-06 | 1 | -1/+1 |
* | include, src: Update copyright to 2018 | Dimitri Staessens | 2018-01-09 | 3 | -3/+3 |
* | tools: Fix SEGV in oping client | Dimitri Staessens | 2017-11-22 | 1 | -4/+8 |
* | tools: Send time in oping packets | Dimitri Staessens | 2017-11-19 | 2 | -38/+23 |
* | tools: Change license to 3 clause BSD | Dimitri Staessens | 2017-10-24 | 3 | -30/+78 |
* | lib: Deprecate ouroboros_init and ourboros_fini | dimitri staessens | 2017-10-14 | 2 | -14/+1 |
* | lib: Add fccntl configuration command | dimitri staessens | 2017-08-31 | 2 | -3/+3 |
* | dev: Revise fqueue API and add man pages | dimitri staessens | 2017-08-29 | 2 | -12/+11 |
* | build: Revise the build system | dimitri staessens | 2017-08-21 | 4 | -8/+3 |
* | build: Replace fsf snail mail with contact URL | dimitri staessens | 2017-08-13 | 3 | -3/+3 |
* | include, lib: Rename ap_init/ap_fini | dimitri staessens | 2017-04-13 | 1 | -3/+3 |
* | tools: Fix oping client output | dimitri staessens | 2017-04-03 | 1 | -2/+2 |
* | tools: oping: Fix bad calculation | Sander Vrijders | 2017-04-01 | 1 | -1/+1 |
* | lib: Revise flow allocation API | dimitri staessens | 2017-03-31 | 2 | -19/+5 |
* | Change email addresses to ugent.be | Sander Vrijders | 2017-03-03 | 3 | -6/+6 |
* | build: Format CMakeLists.txt files | Sander Vrijders | 2017-03-03 | 1 | -3/+3 |