- Apr 30, 2024
-
-
Andreas Traczyk authored
On Windows using MSC, unsigned long is 32 bits even on 64-bit systems, while unsigned long long is 64 bits. This commit replaces the call to std::stoul with std::stoull which should be portable. This will address the following Jami-client issue: jami-client-qt#1419 Change-Id: I9f7998573f493f479b9f97bf5d56ef65b8b58f57
-
François-Simon Fauteux-Chapleau authored
DHTNet currently doesn't compile on some platforms (including Debian 12, Ubuntu 23.10 and openSUSE Leap 15.5) because the version of msgpack available via their package manager doesn't support (un)packing data of type std::chrono::time_point. Change-Id: I3166edf3992325bb7ce88030b5cc09f31cba4ead
-
- Apr 26, 2024
-
-
François-Simon Fauteux-Chapleau authored
The PUPnP::clearIgds function is called when the UPnP context is stopped. We don't want to keep receiving and processing IGD events after that point, so we need to unregister our libupnp "client handle". GitLab: #29 Change-Id: I017e6ec8aea1423d63381c9e5b3952cff7dfeb2e
-
François-Simon Fauteux-Chapleau authored
GitLab: #21 GitLab: #28 Change-Id: I1c8e0ba00139b516ab964f8e0be76b571bd47534
-
- Apr 22, 2024
-
-
François-Simon Fauteux-Chapleau authored
Change-Id: I82dc9505c17771e8ee7ce42e7dc74d33e8732313
-
François-Simon Fauteux-Chapleau authored
Change-Id: I621871a7ecfe61e8cd6c1661f8b73b1e319699a1
-
- Apr 15, 2024
-
-
François-Simon Fauteux-Chapleau authored
We do need to wait for the DHT's public address to become available after bootstrapping it before we can start the tests, but 5 seconds is much longer than typically necessary. Change-Id: I1c1094eafbe9c81767439009ba751b69cae24d08
-
- 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
-