- Oct 07, 2019
-
-
Change-Id: Ica87e58b8c731ab1b73cb74d73d66448ac182f9b
-
Sébastien Blin authored
Change-Id: I3a5601e1aff2f3ab228d1c1dc58d5400101c4fb9
-
- Oct 04, 2019
-
-
Change-Id: Ifad1bcc6c6747a448ff3e3d54e8cbfb87dab5be3
-
- Oct 03, 2019
-
-
Ming Rui Zhang authored
Change-Id: I3d8a69fdbe13ab060923672eab3d110d1d24841f
-
- Oct 02, 2019
-
-
Change-Id: Ie82f2adaa1976fc33bd1c6d016d7981ab3476893 Reviewed-by:
Sébastien Blin <sebastien.blin@savoirfairelinux.com>
-
- Oct 01, 2019
-
-
Sébastien Blin authored
Change-Id: Iaa3e9a88638b32b3f0b56f10256c67d81f0a5c19
-
- Sep 30, 2019
-
-
Fix debian 9 + ubuntu 16.04 pipelines Change-Id: I103cf010f53195ef9f951979b98c8c716396040b
-
- Sep 27, 2019
-
-
Adrien Béraud authored
Change-Id: I41f7f35a7325685321c7896988960a55675e5ad2
-
+ Also add timeout to cancel connections just in case Change-Id: I389bd62c3567158b4d73c0db2e2967fc9d3e71d1
-
- Sep 26, 2019
-
-
Sébastien Blin authored
PJ_EPENDING can be ignored for UDP. In fact, because it's a UDP packet we don't care. Change-Id: I84636730853bae2d43f39b16e638c6b7f57e276b Gitlab: #165
-
Participants were detached from conf1 and attached to conf2 one by one, the last participant was detached but not removed from conference object because manager didn't consider the call as conference anymore because there was only 1 participant left. Instead we detach and remove all participants from conf1 before add them to conf2. Change-Id: Iac8c4d52d775397b94029fbdf90abf86103bfca5 Gitlab: #164
-
- Sep 25, 2019
-
-
Sébastien Blin authored
Users should be able to search from other name servers Change-Id: I0c0d2adc637869f12b3e1e11a68a13d37031fac1 Gitlab: #163
-
- Sep 24, 2019
-
-
Adrien Béraud authored
Change-Id: I6f37b16f1ba897b337a30b4cac0e02904efc0556
-
Adrien Béraud authored
Change-Id: Ie50963b1be9b6608adbf4ac7c29ae034c63b788e
-
Change-Id: I41e4da64ea18a7ef7332a2010b86a02efab8ea0c
-
Change-Id: Icb0fca978b51b0b2520b14add3a89f3dbbcda842
-
1. Resolving the TURN server but receiving connection timeout are breaking the ICE init for now. This should not be the case. This patch only removes the candidate from the candidate's list if a conection timeout to the TURN occurs. 2. pj_getaddrinfo is very slow. Moreover, it's unecessary because we succeed to get correct hosts candidates. So, just disable this. Change-Id: Ic17628032c66ab1eeab43036bc340c81808aea5c
-
Change-Id: I9409c24fa51ba2dc000861f78a70e3843e50b810
-
Change-Id: Iaa5ab5b30421e60dcffeba7d1a37fe80b4689beb
-
Change-Id: Ia468c2f26ad20d445073fc49b6fffb29ad8c3292
-
Adrien Béraud authored
Change-Id: I3d8838edae5d830bc8dadb083aaaf3d83760015c
-
Andreas Traczyk authored
Change-Id: I5b0ae1e73c91444365ef0b638f8ae867cebb95a6
-
- Sep 23, 2019
-
-
Sébastien Blin authored
Change-Id: I9c0fbf2afe1fff0d3c5816203824dd7d004d85c6
-
Change-Id: I1e9502e54f78a839cd8e690afe74adcb7f4aac3b Reviewed-by:
Sébastien Blin <sebastien.blin@savoirfairelinux.com>
-
- Sep 20, 2019
-
-
Sébastien Blin authored
Change-Id: Ib86ac365eca1491390013af75ec6b928a289222e
-
Adrien Béraud authored
Avoids accidental loading of invalid/encrypted archive Change-Id: Ibeb425207998b0dfc49f7c3bf523619e412532f3
-
Adrien Béraud authored
Change-Id: I8350d662a295b6d478ec28e0c42e647a2565cf6e
-
Adrien Béraud authored
Change-Id: I32ebd28fca7c3f6cafcf1ab6e1523c5eb9d5510e
-
- #include <stdexcept> is added to this file to avoid complie error with "std::runtime_error" function for visual studio 2019 build Change-Id: Ib4eb409c396f32e30f708ddbf338463fcb41d2fc
-
Change-Id: I1c3cee4e69507fc686ea0006618ce87ef4f3ce00
-
Depending on the platform, libupnp sometimes fails to download the xml document provided by devices that answer the search request. re-enabling blocking the blocking tcp connections at compile time for libupnp seems to fix this issue. The function used by the libupnp api to download the xml documents is purely synchronous. To prevent the function from blocking the upnp thread in case it hangs in the api, we used the disable blocking tcp connection flag. Now that std::future is used to circumvent this problem, we can re-enable the blocking tcp connection. Change-Id: I6efa02521e25171fcbca8c58a2c93987f5414f29
-
- Sep 19, 2019
-
-
Adrien Béraud authored
Change-Id: I5543c986330af56dcb28829fe25d170fc6e5211a
-
Adrien Béraud authored
Change-Id: I0174da20ca3b60814c26168bdaa7d2b24d51cf3e
-
Adrien Béraud authored
Change-Id: I9321ffb6e409750609a7e7744bfe0f7437d5ffd3
-
Adrien Béraud authored
Change-Id: I3e13282b1004b50d8a842f1b5ed35fa01c7560a2
-
+ The export was incorrect, insert only add new values, but if the value is not present, it's not updated. We should use the [] operator. + The import should use ns uri, not username for nameServer_ Change-Id: I7d271f48ba4fb6392333fd19e0e0f364bf267b48
-
Sébastien Blin authored
+ Fix DHTLOGLEVEL + Fix proxy on android Change-Id: Icfe40c583333598b4528a4a05be8680242563b21
-
Sébastien Blin authored
Change-Id: I1ce80a3ed5404b5d2778bbd219bda9d94c1bdb12
-
Sébastien Blin authored
Change-Id: I86175668235a4c2c263dd677534e40663c62a54e Gitlab: #156
-
Sébastien Blin authored
Change-Id: I589acbff481bdd2f8ecef2d6a7c664564d46e876
-