- Mar 20, 2022
-
-
Florian Ernst authored
Only a few of them were actually exposed to end users, while the majority was just in code comments. Still, the latter would turn up in any future spellchecking attempts anyways, so fixing them now as well.
-
- Feb 17, 2022
-
-
Gijs Peskens authored
-
- Jan 28, 2022
-
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
TUN support is only available under linux for now Custom muxing allows the use TUN interfaces by transfering ipv4 data through OOB and/or regular rist channel Default mux mode on sender is RIST_MUX_MODE_RAW and default mux mode on receiver is RIST_MUX_MODE_AUTO
-
- Jan 26, 2022
-
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
- Jan 04, 2022
-
-
pkv authored
The condition should be >= instead of >. Fixes use of mbedtls 3.0 w/ librist.
-
- Nov 17, 2021
-
-
Gijs Peskens authored
we don't rely on overflow behavior where it's relevant.
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
- Nov 14, 2021
-
-
pkv authored
Librist currently builds with system-wide mbedtls by default. But its code assumes mbedtls 2 (embedded mbedtls is also v2). This creates compilation issues with mbedtls 3 due to the renaming of various functions [1]. The commit fixes the issue by including mbedtls compatibility layer. [1] https://github.com/ARMmbed/mbedtls/commit/26371e47939d02d5f1a5ad9012f49aff0c7f5bc4
-
- Nov 05, 2021
-
-
Tristan Matthews authored
-
- Oct 20, 2021
-
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
- Oct 19, 2021
-
-
Gijs Peskens authored
-
Gijs Peskens authored
The thread callback is called when defined and a thread is started and when the thread is exiting. Closes #130 & #131
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
- Sep 28, 2021
-
-
Gijs Peskens authored
-
Gijs Peskens authored
-
- Sep 21, 2021
-
-
Gijs Peskens authored
-
- Sep 16, 2021
-
-
Gijs Peskens authored
-Change check to actually check for disconn_cb instead of arg, to prevent null pointer derefence. -Change behaviour to only fire disconnect CB when a peer has a parent, to be in line with documentation.
-