| Commit message (Expand) | Author | Age | Files | Lines |
* | irmd: Move registry objects to their own sources | Dimitri Staessens | 2023-03-21 | 1 | -2/+1 |
* | irmd: Use buffer_t for piggybacked data | Dimitri Staessens | 2023-03-18 | 1 | -0/+4 |
* | irmd: Add configuration file support | Dimitri Staessens | 2023-03-08 | 5 | -33/+226 |
* | lib: Refactor hash internals | Dimitri Staessens | 2023-02-23 | 2 | -18/+7 |
* | ipcpd: refactor IPCP configuration | Dimitri Staessens | 2023-02-13 | 2 | -27/+38 |
* | build: Update copyright to 2023 | Dimitri Staessens | 2023-02-13 | 37 | -37/+37 |
* | lib: Fix prototypes missing 'void' | Dimitri Staessens | 2023-02-13 | 1 | -1/+1 |
* | build: Update copyright to 2022 | Dimitri Staessens | 2022-04-03 | 37 | -37/+37 |
* | lib: Use struct portevent internally | Dimitri Staessens | 2022-03-30 | 1 | -1/+6 |
* | lib: Add np1_flow_read and np1_flow_write calls | Dimitri Staessens | 2022-03-30 | 2 | -4/+21 |
* | lib: Add rbuff support for FLOWPEER state | Dimitri Staessens | 2022-03-30 | 1 | -0/+1 |
* | lib: Refactor reading packet from rbuff | Dimitri Staessens | 2022-03-30 | 1 | -0/+2 |
* | lib: Don't log prefix in syslog | Dimitri Staessens | 2022-03-30 | 1 | -2/+1 |
* | ipdpd: Pass MPL to application at flow_allocation | Dimitri Staessens | 2022-03-08 | 1 | -1/+3 |
* | lib: Make flow liveness timeout configurable | Dimitri Staessens | 2022-03-03 | 3 | -22/+38 |
* | ipcpd: Fix waiting for FRCP to time out | Dimitri Staessens | 2021-12-22 | 1 | -1/+2 |
* | lib: Pass full path for RIB entries | Dimitri Staessens | 2021-06-29 | 1 | -1/+2 |
* | lib: Remove struct stat from RIB API | Dimitri Staessens | 2021-06-28 | 1 | -3/+7 |
* | lib, ipcpd, irmd: Wrap pthread unlocks for cleanup | Dimitri Staessens | 2021-06-23 | 2 | -0/+42 |
* | build: Remove raptor IPCP | Dimitri Staessens | 2021-03-28 | 1 | -1/+0 |
* | ipcpd: Single UDP port for the ipcpd-udp0.18.0 | Dimitri Staessens | 2021-01-03 | 1 | -2/+1 |
* | build: Update email addresses | Dimitri Staessens | 2021-01-03 | 36 | -72/+72 |
* | build: Update copyright to 2021 | Dimitri Staessens | 2021-01-03 | 36 | -36/+36 |
* | ipcpd: Add congestion avoidance policies | Dimitri Staessens | 2020-12-02 | 2 | -33/+41 |
* | lib: Send and receive window updates | Dimitri Staessens | 2020-10-11 | 1 | -3/+3 |
* | lib: Complete retransmission logic | Dimitri Staessens | 2020-09-25 | 1 | -1/+3 |
* | lib: Return number of written bytes on flow_write0.17.0 | Dimitri Staessens | 2020-03-15 | 1 | -9/+10 |
* | lib: Change return type of fevent to ssize_t | Dimitri Staessens | 2020-03-15 | 1 | -1/+1 |
* | irm: Revise naming API | Dimitri Staessens | 2020-03-15 | 3 | -5/+25 |
* | lib, ipcpd: piggyback ECDHE on flow allocation | Dimitri Staessens | 2020-02-25 | 1 | -4/+8 |
* | Add equal-cost multipath routing policy | Dimitri Staessens | 2020-02-16 | 1 | -1/+2 |
* | ipcpd: Configure PFF from routing policy | Dimitri Staessens | 2020-02-16 | 1 | -6/+0 |
* | lib: Move hashtable from lib to unicast | Dimitri Staessens | 2020-02-16 | 1 | -55/+0 |
* | ipcpd: Filter fqueue events in packet handlers | Dimitri Staessens | 2020-01-25 | 1 | -5/+5 |
* | build: Update copyright to 20200.16.0 | Dimitri Staessens | 2020-01-02 | 37 | -37/+37 |
* | build: Remove support for SWIG | Dimitri Staessens | 2019-12-08 | 3 | -126/+0 |
* | Disable SWIG support by default | Sander Vrijders | 2019-09-29 | 1 | -2/+2 |
* | ipcpd: Fix length mismatch of encryption cypher | Dimitri Staessens | 2019-08-09 | 1 | -1/+1 |
* | lib: Add per-message encryption with OpenSSL | Dimitri Staessens | 2019-08-03 | 3 | -12/+75 |
* | build: Refactor normal to unicast | Dimitri Staessens | 2019-07-29 | 2 | -4/+4 |
* | build: Fix CMake 3.0 syntax in wrapper | Dimitri Staessens | 2019-04-08 | 1 | -2/+1 |
* | lib: Set independent size for rbuff | Dimitri Staessens | 2019-04-06 | 1 | -0/+4 |
* | build: Set specific compiler flags for SWIG target0.15.2 | Dimitri Staessens | 2019-03-21 | 1 | -9/+14 |
* | build: Fix build error with swig | Dimitri Staessens | 2019-03-18 | 1 | -3/+4 |
* | ipcpd: Revise UDP IPCP | Dimitri Staessens | 2019-03-18 | 1 | -0/+2 |
* | ipcpd: Refactor create_r and flow_req_arr | Dimitri Staessens | 2019-03-04 | 1 | -4/+2 |
* | lib: Add initial rtt estimator to FRCT | Dimitri Staessens | 2019-02-08 | 1 | -0/+1 |
* | build: Update copyright to 2019 | Dimitri Staessens | 2019-02-05 | 38 | -38/+38 |
* | lib: Fix deallocating non-initialized np1 flows | Dimitri Staessens | 2018-12-29 | 1 | -1/+1 |
* | include: Add a flow_join operation for broadcast | Dimitri Staessens | 2018-12-27 | 1 | -0/+5 |