| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: Move hashtable from lib to unicast | Dimitri Staessens | 2020-02-16 | 1 | -1/+0 |
* | build: Allow older OpenSSL versions for random | Dimitri Staessens | 2019-10-05 | 1 | -2/+3 |
* | build: Check OpenSSL version >= 1.1.0 | Dimitri Staessens | 2019-09-29 | 1 | -10/+15 |
* | lib: Set independent size for rbuff | Dimitri Staessens | 2019-04-06 | 1 | -0/+2 |
* | build: Set specific compiler flags for SWIG target0.15.2 | Dimitri Staessens | 2019-03-21 | 1 | -1/+0 |
* | lib: Revise du buff API towards a memory allocator | Dimitri Staessens | 2018-10-26 | 1 | -2/+2 |
* | Merge branch 'testing' into be | Sander Vrijders | 2018-10-11 | 1 | -1/+1 |
|\ |
|
| * | lib: Disable CRC by default | Dimitri Staessens | 2018-10-11 | 1 | -1/+1 |
* | | Merge branch 'testing' into be | Dimitri Staessens | 2018-10-09 | 1 | -1/+0 |
|\| |
|
| * | lib: Define QoS specs inside header file0.12.1 | Sander Vrijders | 2018-10-09 | 1 | -1/+0 |
* | | Merge branch 'testing' into be | Dimitri Staessens | 2018-10-06 | 1 | -4/+8 |
|\| |
|
| * | lib: Split error checking from FRCT | Dimitri Staessens | 2018-10-05 | 1 | -0/+2 |
| * | ipcpd, lib, irmd, tools: Change SDU to packet | Sander Vrijders | 2018-10-05 | 1 | -3/+3 |
| * | lib: Pass qosspec at flow allocation | Dimitri Staessens | 2018-10-05 | 1 | -1/+3 |
* | | lib: Support for rudimentary retransmission | Dimitri Staessens | 2018-07-27 | 1 | -1/+0 |
|/ |
|
* | lib: Use macros for all time utility functions0.11.9 | Dimitri Staessens | 2018-06-13 | 1 | -1/+0 |
* | lib: Revise FRCT reordering | Dimitri Staessens | 2018-06-04 | 1 | -1/+0 |
* | build: Reduce default buffer size to 4096 blocks | Dimitri Staessens | 2018-02-26 | 1 | -2/+1 |
* | ipcpd: Revise Data Transfer component0.10.0 | Dimitri Staessens | 2018-02-13 | 1 | -2/+2 |
* | build: Use GNUInstallDirs instead of hardcoded values0.9.9 | Sander Vrijders | 2018-02-06 | 1 | -3/+3 |
* | lib, tools: Rename application process and instance | Dimitri Staessens | 2017-12-02 | 1 | -3/+3 |
* | build: Fix setting configuration definitions | Dimitri Staessens | 2017-11-18 | 1 | -0/+5 |
* | build: Add options for debug builds with sanitizer | Dimitri Staessens | 2017-11-14 | 1 | -2/+2 |
* | build: Set libraries for OpenSSL when not found | Dimitri Staessens | 2017-11-14 | 1 | -0/+1 |
* | build: Avoid duplicate definitions in libraries | Dimitri Staessens | 2017-11-13 | 1 | -4/+2 |
* | lib: Use packed struct for FRCT header access | Dimitri Staessens | 2017-11-08 | 1 | -1/+0 |
* | Merged in dstaesse/ouroboros/be-deprecate-ouroboros-init-fini (pull request #... | dimitri staessens | 2017-10-14 | 1 | -19/+45 |
|\ |
|
| * | lib: Deprecate ouroboros_init and ourboros_fini | dimitri staessens | 2017-10-14 | 1 | -19/+45 |
* | | lib: Re-enable multi-block support | dimitri staessens | 2017-10-13 | 1 | -0/+2 |
|/ |
|
* | lib: Disable lockless rbuff by default | Sander Vrijders | 2017-09-22 | 1 | -2/+2 |
* | irmd: Init libgcrypt before using it | dimitri staessens | 2017-09-20 | 1 | -1/+1 |
* | build: Notify if FUSE is not installed | dimitri staessens | 2017-09-19 | 1 | -0/+2 |
* | ipcpd, lib: Add flow down events | Sander Vrijders | 2017-09-19 | 1 | -0/+2 |
* | lib: Provide RIB API to export internals via fuse | dimitri staessens | 2017-09-18 | 1 | -2/+23 |
* | lib: Add reordering queue to FRCT | Sander Vrijders | 2017-09-15 | 1 | -0/+1 |
* | build: Fix DDNS tool detection for shim-udp | dimitri staessens | 2017-09-13 | 1 | -6/+5 |
* | ipcpd: Revise internals of normal IPCP | dimitri staessens | 2017-09-12 | 1 | -9/+2 |
* | build: Add systemd unit on install | Sander Vrijders | 2017-09-05 | 1 | -1/+1 |
* | lib: Fix CRC check and add frct_clear | Sander Vrijders | 2017-08-22 | 1 | -1/+1 |
* | build: Revise the build system | dimitri staessens | 2017-08-21 | 1 | -15/+89 |
* | lib: Add basic FRCT mechanisms | Sander Vrijders | 2017-08-17 | 1 | -0/+2 |
* | build: Fix compilation on OS X Sierra | dimitri staessens | 2017-08-11 | 1 | -14/+21 |
* | build: Reset LIBGCRYPT_LIBRARIES when not found | dimitri staessens | 2017-08-10 | 1 | -0/+2 |
* | build, lib, ipcpd, irmd: Add support for libgcrypt | dimitri staessens | 2017-08-09 | 1 | -23/+44 |
* | build: Add check for robust mutexes | Sander Vrijders | 2017-08-03 | 1 | -2/+1 |
* | lib: Simplify initializing flows | Sander Vrijders | 2017-08-01 | 1 | -2/+1 |
* | lib: Add threadpool manager | dimitri staessens | 2017-07-26 | 1 | -0/+1 |
* | lib: Add secure random generator | dimitri staessens | 2017-07-09 | 1 | -5/+30 |
* | lib, ipcpd, irmd: Add full-fledged QoS | Sander Vrijders | 2017-06-21 | 1 | -1/+4 |
* | lib: Add implementation for MD5 hashes | dimitri staessens | 2017-04-16 | 1 | -0/+1 |