1. 2ef5b66 ice/turn transport: make sure PJSIP is initialized before it's used by François-Simon Fauteux-Chapleau · 6 months ago
  2. baa52d9 natpmp: fix build on windows (no natpmp, no poll.h) by Sébastien Blin · 6 months ago
  3. 024c46f lock_guard: remove explicit template by Adrien Béraud · 7 months ago
  4. 4cf587e natpmp: avoid crash due to FD_SET by Sébastien Blin · 7 months ago
  5. 45b5069 UPnP: workaround invalid action returned by some routers by Sébastien Blin · 7 months ago
  6. 18d344d MultiplexedSocket: use provided logger by Adrien Béraud · 7 months ago
  7. 28e2ca5 IdList: fix reversed boolean in treatedMessages_ by Adrien Béraud · 8 months ago
  8. 5aec410 maintain treated message list to avoid leak by Adrien Béraud · 8 months ago
  9. 738aedb add support for QoS by Adrien Béraud · 8 months ago
  10. 648907c UPnPContext: fix deadlock during shutdown by François-Simon Fauteux-Chapleau · 8 months ago
  11. ad16157 connectionmanager: avoid deadlock on cinfo->mtx_ by Sébastien Blin · 8 months ago
  12. 91cda3c upnp_context: check shutdown in dispatch by Sébastien Blin · 9 months ago
  13. 8b6e99f connectionmngr: prevent deadlock/crash by Andreas Traczyk · 9 months ago
  14. f6baf4b natpmp: avoid to post after context shutdown by Sébastien Blin · 9 months ago
  15. 036612b certstore: cleanup by Adrien Béraud · 10 months ago
  16. b23278d connectionmngr: prevent deadlock/crash by Andreas Traczyk · 10 months ago
  17. d8b6a40 ConnectionManager: allow to provide RNG through configuration by Adrien Béraud · 10 months ago
  18. d0c92c7 connectionmanager: add isConnected by Sébastien Blin · 10 months ago
  19. d8fb8d9 certstore: avoid accessing invalid iterator by Adrien Béraud · 10 months ago
  20. add101f fileutils: catch exceptions in removeAll by Adrien Béraud · 11 months ago
  21. a9ef2a5 ConnectionManager: remove pending callback after success by Adrien Béraud · 11 months ago
  22. c3777bb IceSocketEndpoint: use isTCPEnabled for isReliable by Adrien Béraud · 11 months ago
  23. 02d6dad IceTransport: make isTCPEnabled const by Adrien Béraud · 11 months ago
  24. d5ec7a8 ConnectionManager: allocate full buffer size by Adrien Béraud · 11 months ago
  25. 0e1bffa getDefaultRemoteAddress: return empty address if invalid by Adrien Béraud · 12 months ago
  26. 9cf66f1 IceTransport: don't catch creation exceptions by Adrien Béraud · 1 year ago
  27. 668b28c fileutils: use std::filesystem::remove_all, check for error by Adrien Béraud · 12 months ago
  28. 21cbcfe ice: do not crash if no upnpContext is passed by Sébastien Blin · 12 months ago
  29. 3cf0acc connectionmanager: remove connecton if TLS negotiation fails by Sébastien Blin · 12 months ago
  30. 51a5471 ConnectionManager: send beacon on io pool by Adrien Béraud · 12 months ago
  31. 1addf95 onPeerResponse: move request by Adrien Béraud · 1 year ago
  32. 5fd233f ChannelSocket: make some fields const by Adrien Béraud · 12 months ago
  33. cd7a7bd MultiplexedSocket: handleControlPacket on processing loop by Adrien Béraud · 12 months ago
  34. 4037179 MultiplexedSocket: consider unknown state as REFUSE by Adrien Béraud · 12 months ago
  35. 9a4e98b ConnectionManager: fail if max channel count is reached by Adrien Béraud · 12 months ago
  36. b941e92 ConnectionManager: avoid sending request twice by Adrien Béraud · 12 months ago
  37. 75754b2 ConnectionManager: refactor to reduce contention by Adrien Béraud · 12 months ago
  38. f4b34e8 MultiplexedSocket: refuse channel if id exists by Adrien Béraud · 12 months ago
  39. d14fc35 pupnp: fix hanging of UpnpDownloadXmlDoc in PUPnP by Sébastien Blin · 1 year ago
  40. 55133cc MultiplexedSocket: use incrementing channel number by Adrien Béraud · 12 months ago
  41. b650437 connectionmanager: pass weak to dht()->getPublicAddress() by Sébastien Blin · 12 months ago
  42. ef3e9fd IceTransport: move callback in setOnShutdown by Adrien Béraud · 1 year ago
  43. 986f0eb string utils: cleanup by Adrien Béraud · 1 year ago
  44. d8e666d MultiplexedSocket: lock in getChannelList by Adrien Béraud · 12 months ago
  45. 67a24fc certstore: handle errors in readCertificates by Adrien Béraud · 12 months ago
  46. 7cd813c add include asio.hpp by Amna · 1 year ago
  47. bb300a1 connection manager: load treated messages on start by Kateryna Kostiuk · 1 year ago
  48. afa8e28 ConnectionManager: use peer certificate from TLS in closeConnectionsWith by Adrien Béraud · 1 year ago
  49. 26365c9 ConnectionManager: avoid duplicate IDs by Adrien Béraud · 1 year ago
  50. 81221ad connectionManager: new API by Amna · 1 year, 1 month ago
  51. 1299a0d connection manager: cleanup by Adrien Béraud · 1 year, 1 month ago
  52. ce8390e misc: remove debug log by Sébastien Blin · 1 year, 1 month ago
  53. 5792825 certstore: follow chain for getCertificateStatus by Sébastien Blin · 1 year, 2 months ago
  54. c39f667 connection manager: load treated messages by Kateryna Kostiuk · 1 year, 1 month ago
  55. 5636f7c MultiplexedSocket: add logger argument by Adrien Béraud · 1 year, 1 month ago
  56. 6a529fb fileutils: use std::error_code with create_directory by Adrien Béraud · 1 year, 1 month ago
  57. 406c0f4 build: fix filesystem::path to string conversion by Aline Gondim Santos · 1 year, 1 month ago
  58. 85d738b file utils: use std::error_code with directory_iterator by Adrien Béraud · 1 year, 1 month ago
  59. f7abf97 natpmp: remove double definition by Sébastien Blin · 1 year, 1 month ago
  60. d1e018c natpmp: pass shared pointer to timer to avoid crash by Sébastien Blin · 1 year, 1 month ago
  61. 7a82bee pupnp: lock after dispatch by Adrien Béraud · 1 year, 1 month ago
  62. 91fd4b6 upnp: stop asio context out of the loop by Adrien Béraud · 1 year, 1 month ago
  63. 8294048 fileutils: cleanup by Adrien Béraud · 1 year, 1 month ago
  64. 668af23 ip_utils: cleanup by Adrien Béraud · 1 year, 1 month ago
  65. e0015b5 connectionmamager: update monitoring API by Amna · 1 year, 1 month ago
  66. b31c374 build: update fmt include by Amna · 1 year, 1 month ago
  67. 21d5f46 IceTransport: cleanup by Adrien Béraud · 1 year, 1 month ago
  68. d78d1ac fix various warnings by Adrien Béraud · 1 year, 1 month ago
  69. 2a4e73d fileutils: move API to std::filesystem, cleanup by Adrien Béraud · 1 year, 1 month ago
  70. 9efbd44 ConnectionManager: check that request owner matches TLS certificate by Adrien Béraud · 1 year, 1 month ago
  71. 24cc01e msvc: fix build by Andreas Traczyk · 1 year, 1 month ago
  72. 64bb00f ip utils: return proper structure on Linux by Adrien Beraud · 1 year, 1 month ago
  73. a0683d1 upnp: cleanup by Adrien Beraud · 1 year, 2 months ago
  74. a61adb5 pupnp: init on default ipv4 interface by Adrien Béraud · 1 year, 1 month ago
  75. 63a1fac ip utils: return interface name from getHostName by Adrien Béraud · 1 year, 1 month ago
  76. 5674031 mapping: cleanup by Adrien Béraud · 1 year, 1 month ago
  77. 17765bd nat_pmp: fix logs by Adrien Béraud · 1 year, 2 months ago
  78. 7b869d9 ConnectionManager: support disabled upnp by Adrien Béraud · 1 year, 2 months ago
  79. 9a67681 ice transport: remove noisy logs by Adrien Béraud · 1 year, 2 months ago
  80. 95219ef upnp: use proper context by Adrien Béraud · 1 year, 2 months ago
  81. c36965c upnp: debounce connectivityChanged by Adrien Béraud · 1 year, 2 months ago
  82. b04fbd7 upnp: use dedicated io_context if none provided by Adrien Béraud · 1 year, 2 months ago
  83. c161aaa upnp Controller: add upnpContext() by Adrien Beraud · 1 year, 2 months ago
  84. 753c819 upnp: set context in ConnectionManager by Adrien Beraud · 1 year, 2 months ago
  85. 3bd61c9 upnp: cleanup. fix logs by Adrien Beraud · 1 year, 2 months ago
  86. a8731ac upnp: cleanup. fix logs by Adrien Beraud · 1 year, 2 months ago
  87. 4f7e801 pupnp: fix logs by Adrien Béraud · 1 year, 2 months ago
  88. 370257c add upnp/natpmp support by Adrien Béraud · 1 year, 2 months ago
  89. 8242020 connectionmanager: fix device id by Amna · 1 year, 2 months ago
  90. 6c999d8 connectionmanager: add deviceId to getConnectionList by Amna · 1 year, 2 months ago
  91. 6b6a5d3 cmake/tests: add DHTNET_TESTABLE by Adrien Béraud · 1 year, 2 months ago
  92. 46d6286 tls: fix log by Adrien Béraud · 1 year, 2 months ago
  93. 31791e5 New API for connection monitoring by Amna · 1 year, 2 months ago
  94. e073c5e fileutils: remove sha3File, sha3sum by Adrien Béraud · 1 year, 2 months ago
  95. 4822fa0 ip utils: include headers with extern "C" by Adrien Béraud · 1 year, 2 months ago
  96. 9e0f84f include all pj headers in extern "C" by Adrien Béraud · 1 year, 2 months ago
  97. e854139 tests: use bootstrap.jami.net by Adrien Béraud · 1 year, 2 months ago
  98. cf56940 connectionmanager: fix random initialization by Sébastien Blin · 1 year, 2 months ago
  99. c631a83 Revert "ConnectionManager: allow self-signed certificate" and generate ca by Adrien Béraud · 1 year, 2 months ago
  100. 89933c1 ice, tls: add logs by Adrien Béraud · 1 year, 2 months ago