| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: Stabilize FRCP under packet loss conditions0.17.3 | Dimitri Staessens | 2020-04-30 | 3 | -60/+69 |
* | irmd: Don't always send pub key in alloc response0.17.2 | Dimitri Staessens | 2020-03-30 | 2 | -1/+6 |
* | irmd: Fix cleanup of shm_flow_set0.17.1 | Dimitri Staessens | 2020-03-20 | 3 | -2/+9 |
* | lib: Fix thread management in thread pool manager | Dimitri Staessens | 2020-03-20 | 1 | -1/+1 |
* | lib: Return number of written bytes on flow_write0.17.0 | Dimitri Staessens | 2020-03-15 | 13 | -41/+47 |
* | lib: Change return type of fevent to ssize_t | Dimitri Staessens | 2020-03-15 | 3 | -5/+5 |
* | irm: Revise naming API | Dimitri Staessens | 2020-03-15 | 19 | -109/+821 |
* | ouroboros: Rename service to ouroboros | Dimitri Staessens | 2020-03-14 | 3 | -5/+5 |
* | ipcpd: Fix locking in link_state policy | Dimitri Staessens | 2020-03-14 | 1 | -7/+6 |
* | lib: Fix deadlock in threadpool manager | Dimitri Staessens | 2020-03-14 | 1 | -9/+23 |
* | lib, ipcpd: piggyback ECDHE on flow allocation | Dimitri Staessens | 2020-02-25 | 21 | -374/+563 |
* | ipcpd: Add unit tests for LFA and ECMP algorithms | Dimitri Staessens | 2020-02-23 | 1 | -49/+100 |
* | ipcpd: Fix infinite recursion in LFA | Dimitri Staessens | 2020-02-23 | 2 | -2/+3 |
* | ipcpd: Use int instead of enum pol_pff | Sander Vrijders | 2020-02-16 | 1 | -1/+1 |
* | ipcpd: Fix double free, memleak and malloc check | Dimitri Staessens | 2020-02-16 | 2 | -6/+7 |
* | Add equal-cost multipath routing policy | Dimitri Staessens | 2020-02-16 | 14 | -17/+409 |
* | ipcpd: Fix uninitialized variable in graph | Dimitri Staessens | 2020-02-16 | 1 | -1/+1 |
* | ipcpd: Rename hashtable to pft | Dimitri Staessens | 2020-02-16 | 8 | -352/+347 |
* | lib: Fix shm_rbuff test | Dimitri Staessens | 2020-02-16 | 1 | -0/+8 |
* | ipcpd: Fix bad newline in eth.c | Dimitri Staessens | 2020-02-16 | 1 | -2/+2 |
* | ipcpd: Fix minor things in graph and link_state | Dimitri Staessens | 2020-02-16 | 2 | -23/+74 |
* | doc: Remove pff option from irm man page | Dimitri Staessens | 2020-02-16 | 1 | -6/+0 |
* | ipcpd: Configure PFF from routing policy | Dimitri Staessens | 2020-02-16 | 11 | -39/+26 |
* | lib: Move hashtable from lib to unicast | Dimitri Staessens | 2020-02-16 | 9 | -24/+25 |
* | ipcpd: Refactor graph to self-contain LFA | Dimitri Staessens | 2020-02-16 | 1 | -72/+86 |
* | ipcpd: Filter fqueue events in packet handlers | Dimitri Staessens | 2020-01-25 | 4 | -5/+15 |
* | doc: Update manpage for binding | Dimitri Staessens | 2020-01-18 | 1 | -1/+2 |
* | build: Update copyright to 20200.16.0 | Dimitri Staessens | 2020-01-02 | 194 | -195/+195 |
* | build: Add BSD license to the main directory | Dimitri Staessens | 2020-01-02 | 2 | -1/+40 |
* | build: Fix systemd service installation | Dimitri Staessens | 2020-01-02 | 1 | -6/+18 |
* | build: Remove support for SWIG | Dimitri Staessens | 2019-12-08 | 3 | -126/+0 |
* | lib: Clean up fail path in constructors | Dimitri Staessens | 2019-10-28 | 1 | -15/+17 |
* | irmd: Check if entry actually exists | Sander Vrijders | 2019-10-06 | 1 | -0/+5 |
* | lib: Add check that flow_id is valid | Sander Vrijders | 2019-10-06 | 1 | -0/+5 |
* | build: Allow older OpenSSL versions for random | Dimitri Staessens | 2019-10-05 | 3 | -4/+6 |
* | Add support for appveyor CI | Sander Vrijders | 2019-09-29 | 1 | -0/+34 |
* | Disable SWIG support by default | Sander Vrijders | 2019-09-29 | 1 | -2/+2 |
* | build: Check OpenSSL version >= 1.1.0 | Dimitri Staessens | 2019-09-29 | 1 | -10/+15 |
* | tools: Fix name option in ovpn | Dimitri Staessens | 2019-09-15 | 1 | -1/+1 |
* | ipcpd: Remove duplicate ip address in udp data | Dimitri Staessens | 2019-08-31 | 1 | -3/+1 |
* | tools: Add encryption option to ovpn | Dimitri Staessens | 2019-08-31 | 1 | -7/+15 |
* | tools: Use time_utils from tools | Dimitri Staessens | 2019-08-31 | 4 | -2/+7 |
* | lib: Fix swapped ECDH crypt calls | Dimitri Staessens | 2019-08-09 | 1 | -2/+2 |
* | lib: Fix free in key derivation | Dimitri Staessens | 2019-08-09 | 1 | -1/+1 |
* | ipcpd: Fix length mismatch of encryption cypher | Dimitri Staessens | 2019-08-09 | 3 | -4/+4 |
* | lib: Add per-message encryption with OpenSSL | Dimitri Staessens | 2019-08-03 | 12 | -29/+693 |
* | irmd, lib: Improve libgcrypt init | Dimitri Staessens | 2019-07-29 | 2 | -6/+20 |
* | build: Refactor normal to unicast | Dimitri Staessens | 2019-07-29 | 56 | -117/+117 |
* | ipcpd: Fix use after free and uninitalized value | Sander Vrijders | 2019-06-21 | 2 | -3/+3 |
* | lib: Add tests for the shm_rbuff | Dimitri Staessens | 2019-06-21 | 2 | -0/+106 |