| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | icpdp: Fix layer information for ipcpd-udp | Dimitri Staessens | 2023-03-24 | 3 | -5/+5 |
* | ipcpd: Fix condvar initialization in ipcpd-udp | Dimitri Staessens | 2023-03-24 | 1 | -2/+13 |
* | irmd: Move registry objects to their own sources | Dimitri Staessens | 2023-03-21 | 22 | -1767/+1826 |
* | tools: Add raw_crypt spec to oping help message | Dimitri Staessens | 2023-03-18 | 1 | -23/+25 |
* | irmd: Use buffer_t for piggybacked data | Dimitri Staessens | 2023-03-18 | 6 | -157/+138 |
* | irmd: Use deadline instead of timeout in mainloop | Dimitri Staessens | 2023-03-18 | 3 | -33/+25 |
* | irmd: Remove unused function reg_entry_wait_state | Dimitri Staessens | 2023-03-18 | 2 | -43/+0 |
* | ipcpd: Fix long log line in enrollment | Dimitri Staessens | 2023-03-18 | 1 | -1/+2 |
* | lib: Remove while loop around frcti_window_wait | Dimitri Staessens | 2023-03-18 | 1 | -4/+3 |
* | lib: Split flow_alloc from flow_join | Dimitri Staessens | 2023-03-18 | 3 | -57/+183 |
* | lib: Remove semicolon after protobuf messages | Dimitri Staessens | 2023-03-18 | 4 | -9/+9 |
* | build: Fix TOML library variable | Dimitri Staessens | 2023-03-08 | 1 | -5/+6 |
* | irmd: Add configuration file support | Dimitri Staessens | 2023-03-08 | 36 | -465/+2212 |
* | irmd: Fix cleanup of failed flows | Dimitri Staessens | 2023-03-08 | 3 | -3/+7 |
* | ipcpd: Fix address conversion in ipcpd-udp | Dimitri Staessens | 2023-03-01 | 1 | -2/+2 |
* | lib: Refactor hash internals | Dimitri Staessens | 2023-02-23 | 5 | -62/+42 |
* | ipcpd: refactor IPCP configuration | Dimitri Staessens | 2023-02-13 | 15 | -504/+537 |
* | build: Update copyright to 2023 | Dimitri Staessens | 2023-02-13 | 202 | -202/+202 |
* | lib: Fix prototypes missing 'void' | Dimitri Staessens | 2023-02-13 | 6 | -14/+16 |
* | build: Add version and symlinks to shared objects0.19.3 | Marco Casaroli | 2022-08-06 | 2 | -1/+11 |
* | irmd: Refactor main function | Dimitri Staessens | 2022-07-13 | 1 | -162/+192 |
* | ipcpd: Refactor main functions | Dimitri Staessens | 2022-07-13 | 7 | -92/+78 |
* | lib: Fix dealloc with unread keepalives | Dimitri Staessens | 2022-05-25 | 1 | -12/+20 |
* | ipcpd: Fix deadlock on exit in udp, local, eth | Dimitri Staessens | 2022-05-22 | 3 | -6/+6 |
* | lib: Rename timerwheel_ack timerwheel_delayed_ack0.19.2 | Dimitri Staessens | 2022-04-13 | 3 | -8/+6 |
* | lib: Fix RTO update on timeout | Dimitri Staessens | 2022-04-03 | 3 | -12/+9 |
* | lib: Remove timerwheel from instance | Dimitri Staessens | 2022-04-03 | 1 | -2/+0 |
* | build: Update copyright to 2022 | Dimitri Staessens | 2022-04-03 | 202 | -202/+202 |
* | lib: Fix delayed ACK under high load | Dimitri Staessens | 2022-04-03 | 1 | -3/+9 |
* | lib: Add support for Linux RTT estimator | Dimitri Staessens | 2022-04-03 | 3 | -2/+13 |
* | lib: Fix fqueue_next handling of deallocated flows | Dimitri Staessens | 2022-04-01 | 2 | -3/+8 |
* | lib: Fix timing of delayed ACKs | Dimitri Staessens | 2022-04-01 | 2 | -7/+26 |
* | lib: Use struct portevent internally | Dimitri Staessens | 2022-03-30 | 3 | -23/+32 |
* | lib: Fix use-after-free of recv_msg | Dimitri Staessens | 2022-03-30 | 1 | -10/+7 |
* | tools: Fix SEGV in oping with missing param values | Dimitri Staessens | 2022-03-30 | 1 | -12/+18 |
* | lib: Fix unidirectional FRCT traffic handling | Dimitri Staessens | 2022-03-30 | 2 | -9/+9 |
* | lib: Move incoming FRCT handling to own thread | Dimitri Staessens | 2022-03-30 | 1 | -24/+67 |
* | lib: Iterate over monitored flows | Dimitri Staessens | 2022-03-30 | 1 | -49/+49 |
* | lib: Remove flows list from fset | Dimitri Staessens | 2022-03-30 | 1 | -62/+2 |
* | lib: Fix filtering encrypted packets | Dimitri Staessens | 2022-03-30 | 2 | -54/+54 |
* | lib: Move flow monitoring to its own thread | Dimitri Staessens | 2022-03-30 | 1 | -174/+130 |
* | lib: Add np1_flow_read and np1_flow_write calls | Dimitri Staessens | 2022-03-30 | 10 | -34/+140 |
* | lib: Add rbuff support for FLOWPEER state | Dimitri Staessens | 2022-03-30 | 3 | -15/+33 |
* | lib: Move timerwheel processing to its own thread | Dimitri Staessens | 2022-03-30 | 3 | -27/+34 |
* | lib: Create FRCT instance when initializing flow | Dimitri Staessens | 2022-03-30 | 1 | -59/+46 |
* | lib: Refactor writing to rbuff | Dimitri Staessens | 2022-03-30 | 1 | -69/+57 |
* | lib: Remove prog name and pid from instance | Dimitri Staessens | 2022-03-30 | 1 | -25/+10 |
* | lib: Refactor reading packet from rbuff | Dimitri Staessens | 2022-03-30 | 12 | -80/+99 |
* | lib: Notify once for packets in new fset | Dimitri Staessens | 2022-03-30 | 1 | -4/+1 |
* | tools: Support --quiet option for oping server | Dimitri Staessens | 2022-03-30 | 2 | -2/+6 |