- Apr 12, 2024
-
-
François-Simon Fauteux-Chapleau authored
GitLab: #27 Change-Id: Id3b73839951ef40e99a424148290252a99879a8b
-
- Apr 04, 2024
-
-
Andreas Traczyk authored
Change-Id: I7b4ee7d3bd2b409ad098515c2a9c61eb67ce0833
-
- Mar 29, 2024
-
-
François-Simon Fauteux-Chapleau authored
Using PJSIP functions without calling pj_init first can lead to subtle non-deterministic bugs. GitLab: #18 Change-Id: I9364fd247165c0ce19a8d0d42575fb66651b54a3
-
- Mar 28, 2024
-
-
Change-Id: I04083e87c281634d0109df6836bd336f30d0fd37
-
- add missing dependencies - remove redundant "Install dependencies" section Change-Id: I930e73f2d4aa3c2c4e94b09ba71889cbe2b3d2ac
-
- Mar 27, 2024
-
-
François-Simon Fauteux-Chapleau authored
Change-Id: I9a2ceb1bab75a87c0bf4af24c414a2819899729f
-
- Mar 25, 2024
-
-
Sébastien Blin authored
Change-Id: I57afba75c41a4f46ec6f97d3ebd2b0a33151cddb
-
- Mar 22, 2024
-
-
François-Simon Fauteux-Chapleau authored
The build.py script was not using the intended build directories for RESTinio and OpenDHT, and as a result many of the files created during the build process were not ignored by Git even though they should have been. Change-Id: Iba1d2447cf35dd3a7de7cd1de81955440cf83dfd
-
- Mar 17, 2024
-
-
Adrien Béraud authored
Change-Id: Iec6d57d6a66557a66096c7a8f67e025c6ca5a64c
-
- Mar 11, 2024
-
-
Sébastien Blin authored
GitLab: #23 Change-Id: Ife39db96ee554adf547606c5e3a14fc53c13cda9
-
- Mar 06, 2024
-
-
Sébastien Blin authored
Change-Id: I5db532611b48916b599d81515a37664a61830d20
-
- Mar 03, 2024
-
-
Adrien Béraud authored
Change-Id: I9e6f9cf83d4460bdfefbeb49f91ef162000c1915
-
- Mar 02, 2024
-
-
Adrien Béraud authored
Change-Id: I7027a8678919d4aae98c88b49800dac912c08ae3
-
Adrien Béraud authored
Change-Id: Ib46f62f0b2729011e5ed07f77129dd86227f8ca1
-
- Feb 29, 2024
-
-
Christophe Imbaud authored
Change-Id: I892a64860a5c7948d665d72c1de043344480ee91
-
- Feb 23, 2024
-
-
Adrien Béraud authored
Change-Id: I7b69bd74a401aac644ad42a521cfe8a17f455974
-
Adrien Béraud authored
this piece of code could run on a spacecraft Change-Id: I7f47ed35b5d03dc449bd8d9459682f2101c25518
-
- Feb 18, 2024
-
-
Adrien Béraud authored
Change-Id: Ic75d07dd85a09af8255e24d5993920d8bf1ed005
-
- Feb 13, 2024
-
-
Amna Snene authored
Currently, ice tests are located in the daemon. It should be in dhtnet project. Change-Id: Ic9037acd978a978a4d8570755a7c1dffac96bcf3
-
Amna Snene authored
Change-Id: I1009cfd1ed1230e19eee9462200b5d179b6ef5fa
-
Amna Snene authored
Change-Id: I7d6099ceeb031f3edd7d393c67cbf57957832d92
-
- Feb 12, 2024
-
-
Sébastien Blin authored
GitLab: #3 Change-Id: I94bea5fd9cec166d92ad8323d2888355ae106cc7
-
Sébastien Blin authored
+ Add CODE_COVERAGE option to be able to generate coverage reports via gcov/lcov + CMake now fails if run build.py with an error status + Dockerfile now uses dependencies from contrib as specified in the documentation + Add Jenkinsfile to run tests + Fix tests_fileUtils (removeAll return 0 if directory doesn't exists) + Disable test with sporadic failures, this needs to be fixed. GitLab: #3 Change-Id: I7e6dd20c69ffa5900de56a1586f57603040bba73
-
- Feb 08, 2024
-
-
Amna Snene authored
Change-Id: I787246c59ce79e020f7078eba9a7ef5845b225ef
-
Amna Snene authored
Change-Id: Ib68a89204a061afbc0e90aa7cfc0b969f55a00e5
-
Amna Snene authored
Change-Id: I65a0fe1fa4495fac8954ea966583cca7cdcc6504
-
Amna Snene authored
Modify the tools to take the certificate and private key directly as arguments, rather than the path to the directory that contains them. Change-Id: I18010c27379d8e985b596bed0159155343265112
-
Amna Snene authored
build dnc.service only if DNC_SYSTEMD AND BUILD_TOOLS are both enabled Change-Id: Ie9c8ae855c801d5bf5856cb09a41342d3f71d077
-
- Feb 06, 2024
-
-
Amna Snene authored
Change-Id: I6cbf939f35ddbd4b72d30e2bf43ad59f5e6a6658
-
GitLab: #19 Change-Id: Id8adf0faca9e575ce035d7e9a1cc5744d92ef635
-
Amna Snene authored
Certificate manager: generate and load certificate/identity Change-Id: I920834133b5f78985833ee4043b5aa4562211197
-
If the server disable the anonymous connection option, it accept a client only if the CA of the client matches the CA of the server. Else (anonymous connection option enabled), the server accept any request. Change-Id: I6ff6ec72d6f6452ce50fd8aa35896ff7117be6c0
-
- Jan 31, 2024
-
-
Sébastien Blin authored
cinfo->mtx_ MUST be locked before socketsMutex, so it SHOULD never be locked in a callback. Retrigger the lock in its own thread avoid a deadlock there. GitLab: #20 Change-Id: If17af7db81d8ca2b990629446b5d78dc11a785b1
-
- Jan 22, 2024
-
-
Amna Snene authored
Change-Id: Ib9466e7b7a8f093620949ad4557817c26e52566e
-
Amna Snene authored
Each tool must create its own iceFactory. Change-Id: I9a6ba240a06dd1c344097a99ebebc6464cafd018
-
Amna Snene authored
Change-Id: I6c252a9f9d6de1c4f6d85043d3ed238eec747244
-
- Jan 15, 2024
-
-
Amna Snene authored
Change-Id: I4c0d5cd67ea41f3285ccc1e203942222c1cf15fd
-
dvpn tool is a VPN based on the DHTNET stack. The tool creates a TUN interface to efficiently route traffic to the destination. For the client side, upon establishing a connection, the tool creates a TUN interface and sets it as the default route in the routing table, excluding traffic destined for the peer. On the server side, a TUN interface is created, and NAT configuration is used to respond to client requests. Change-Id: I43ff43982930d97502a64d15aeb2c8df283bdda9 GitLab: #13
-
Change-Id: If1dbbe6ae8a7a9b6abc740507645a04da1adba7e
-
- Jan 10, 2024
-
-
Sébastien Blin authored
If we're joining and already shutdown, no need to perform complex code. GitLab: #19 Change-Id: Ie8bc24361c9e1ab71b26f19711cce928a2b64077
-