1. d8fb8d9 certstore: avoid accessing invalid iterator by Adrien Béraud · 10 months ago
  2. add101f fileutils: catch exceptions in removeAll by Adrien Béraud · 10 months ago
  3. a9ef2a5 ConnectionManager: remove pending callback after success by Adrien Béraud · 11 months ago
  4. c3777bb IceSocketEndpoint: use isTCPEnabled for isReliable by Adrien Béraud · 11 months ago
  5. 02d6dad IceTransport: make isTCPEnabled const by Adrien Béraud · 11 months ago
  6. d5ec7a8 ConnectionManager: allocate full buffer size by Adrien Béraud · 11 months ago
  7. 0e1bffa getDefaultRemoteAddress: return empty address if invalid by Adrien Béraud · 11 months ago
  8. 9cf66f1 IceTransport: don't catch creation exceptions by Adrien Béraud · 12 months ago
  9. 668b28c fileutils: use std::filesystem::remove_all, check for error by Adrien Béraud · 11 months ago
  10. 21cbcfe ice: do not crash if no upnpContext is passed by Sébastien Blin · 11 months ago
  11. 3cf0acc connectionmanager: remove connecton if TLS negotiation fails by Sébastien Blin · 11 months ago
  12. 51a5471 ConnectionManager: send beacon on io pool by Adrien Béraud · 11 months ago
  13. 1addf95 onPeerResponse: move request by Adrien Béraud · 12 months ago
  14. 5fd233f ChannelSocket: make some fields const by Adrien Béraud · 11 months ago
  15. cd7a7bd MultiplexedSocket: handleControlPacket on processing loop by Adrien Béraud · 11 months ago
  16. 4037179 MultiplexedSocket: consider unknown state as REFUSE by Adrien Béraud · 11 months ago
  17. 9a4e98b ConnectionManager: fail if max channel count is reached by Adrien Béraud · 11 months ago
  18. b941e92 ConnectionManager: avoid sending request twice by Adrien Béraud · 11 months ago
  19. 75754b2 ConnectionManager: refactor to reduce contention by Adrien Béraud · 11 months ago
  20. f4b34e8 MultiplexedSocket: refuse channel if id exists by Adrien Béraud · 11 months ago
  21. d14fc35 pupnp: fix hanging of UpnpDownloadXmlDoc in PUPnP by Sébastien Blin · 12 months ago
  22. 55133cc MultiplexedSocket: use incrementing channel number by Adrien Béraud · 11 months ago
  23. b650437 connectionmanager: pass weak to dht()->getPublicAddress() by Sébastien Blin · 11 months ago
  24. ef3e9fd IceTransport: move callback in setOnShutdown by Adrien Béraud · 12 months ago
  25. 986f0eb string utils: cleanup by Adrien Béraud · 12 months ago
  26. d8e666d MultiplexedSocket: lock in getChannelList by Adrien Béraud · 11 months ago
  27. 67a24fc certstore: handle errors in readCertificates by Adrien Béraud · 11 months ago
  28. 7cd813c add include asio.hpp by Amna · 12 months ago
  29. bb300a1 connection manager: load treated messages on start by Kateryna Kostiuk · 12 months ago
  30. afa8e28 ConnectionManager: use peer certificate from TLS in closeConnectionsWith by Adrien Béraud · 12 months ago
  31. 26365c9 ConnectionManager: avoid duplicate IDs by Adrien Béraud · 12 months ago
  32. 81221ad connectionManager: new API by Amna · 1 year ago
  33. 1299a0d connection manager: cleanup by Adrien Béraud · 1 year ago
  34. ce8390e misc: remove debug log by Sébastien Blin · 1 year ago
  35. 5792825 certstore: follow chain for getCertificateStatus by Sébastien Blin · 1 year, 1 month ago
  36. c39f667 connection manager: load treated messages by Kateryna Kostiuk · 1 year ago
  37. 5636f7c MultiplexedSocket: add logger argument by Adrien Béraud · 1 year ago
  38. 6a529fb fileutils: use std::error_code with create_directory by Adrien Béraud · 1 year ago
  39. 406c0f4 build: fix filesystem::path to string conversion by Aline Gondim Santos · 1 year ago
  40. 85d738b file utils: use std::error_code with directory_iterator by Adrien Béraud · 1 year ago
  41. f7abf97 natpmp: remove double definition by Sébastien Blin · 1 year, 1 month ago
  42. d1e018c natpmp: pass shared pointer to timer to avoid crash by Sébastien Blin · 1 year, 1 month ago
  43. 7a82bee pupnp: lock after dispatch by Adrien Béraud · 1 year, 1 month ago
  44. 91fd4b6 upnp: stop asio context out of the loop by Adrien Béraud · 1 year, 1 month ago
  45. 8294048 fileutils: cleanup by Adrien Béraud · 1 year, 1 month ago
  46. 668af23 ip_utils: cleanup by Adrien Béraud · 1 year, 1 month ago
  47. e0015b5 connectionmamager: update monitoring API by Amna · 1 year, 1 month ago
  48. b31c374 build: update fmt include by Amna · 1 year, 1 month ago
  49. 21d5f46 IceTransport: cleanup by Adrien Béraud · 1 year, 1 month ago
  50. d78d1ac fix various warnings by Adrien Béraud · 1 year, 1 month ago
  51. 2a4e73d fileutils: move API to std::filesystem, cleanup by Adrien Béraud · 1 year, 1 month ago
  52. 9efbd44 ConnectionManager: check that request owner matches TLS certificate by Adrien Béraud · 1 year, 1 month ago
  53. 24cc01e msvc: fix build by Andreas Traczyk · 1 year, 1 month ago
  54. 64bb00f ip utils: return proper structure on Linux by Adrien Beraud · 1 year, 1 month ago
  55. a0683d1 upnp: cleanup by Adrien Beraud · 1 year, 1 month ago
  56. a61adb5 pupnp: init on default ipv4 interface by Adrien Béraud · 1 year, 1 month ago
  57. 63a1fac ip utils: return interface name from getHostName by Adrien Béraud · 1 year, 1 month ago
  58. 5674031 mapping: cleanup by Adrien Béraud · 1 year, 1 month ago
  59. 17765bd nat_pmp: fix logs by Adrien Béraud · 1 year, 1 month ago
  60. 7b869d9 ConnectionManager: support disabled upnp by Adrien Béraud · 1 year, 1 month ago
  61. 9a67681 ice transport: remove noisy logs by Adrien Béraud · 1 year, 1 month ago
  62. 95219ef upnp: use proper context by Adrien Béraud · 1 year, 1 month ago
  63. c36965c upnp: debounce connectivityChanged by Adrien Béraud · 1 year, 1 month ago
  64. b04fbd7 upnp: use dedicated io_context if none provided by Adrien Béraud · 1 year, 1 month ago
  65. c161aaa upnp Controller: add upnpContext() by Adrien Beraud · 1 year, 1 month ago
  66. 753c819 upnp: set context in ConnectionManager by Adrien Beraud · 1 year, 1 month ago
  67. 3bd61c9 upnp: cleanup. fix logs by Adrien Beraud · 1 year, 1 month ago
  68. a8731ac upnp: cleanup. fix logs by Adrien Beraud · 1 year, 1 month ago
  69. 4f7e801 pupnp: fix logs by Adrien Béraud · 1 year, 1 month ago
  70. 370257c add upnp/natpmp support by Adrien Béraud · 1 year, 1 month ago
  71. 8242020 connectionmanager: fix device id by Amna · 1 year, 1 month ago
  72. 6c999d8 connectionmanager: add deviceId to getConnectionList by Amna · 1 year, 1 month ago
  73. 6b6a5d3 cmake/tests: add DHTNET_TESTABLE by Adrien Béraud · 1 year, 1 month ago
  74. 46d6286 tls: fix log by Adrien Béraud · 1 year, 1 month ago
  75. 31791e5 New API for connection monitoring by Amna · 1 year, 2 months ago
  76. e073c5e fileutils: remove sha3File, sha3sum by Adrien Béraud · 1 year, 2 months ago
  77. 4822fa0 ip utils: include headers with extern "C" by Adrien Béraud · 1 year, 2 months ago
  78. 9e0f84f include all pj headers in extern "C" by Adrien Béraud · 1 year, 2 months ago
  79. e854139 tests: use bootstrap.jami.net by Adrien Béraud · 1 year, 2 months ago
  80. cf56940 connectionmanager: fix random initialization by Sébastien Blin · 1 year, 2 months ago
  81. c631a83 Revert "ConnectionManager: allow self-signed certificate" and generate ca by Adrien Béraud · 1 year, 2 months ago
  82. 89933c1 ice, tls: add logs by Adrien Béraud · 1 year, 2 months ago
  83. 62b657d ConnectionManager: allow self-signed certificate by Adrien Béraud · 1 year, 2 months ago
  84. aec46fc connectionmanager: fix logger by Sébastien Blin · 1 year, 2 months ago
  85. 0cf544d ConnectionManager: add connectDevice(InfoHash) by Amna · 1 year, 2 months ago
  86. e5f2506 connectionmanager: fix log by Adrien Béraud · 1 year, 2 months ago
  87. 3408651 connectionmanager: fix certificate pinning and factory lifecycle by Sébastien Blin · 1 year, 2 months ago
  88. 2385246 connectionmanager: unify log format by Adrien Béraud · 1 year, 2 months ago
  89. 3f93ddf peer connection: pass ioContext, logger by Adrien Béraud · 1 year, 2 months ago
  90. 8b831a8 certstore: catch exceptions loading certificates by Adrien Béraud · 1 year, 2 months ago
  91. 84bf418 connectionmanager: pass turn_cache to config by Sébastien Blin · 1 year, 2 months ago
  92. 9132a81 use struct Logger by Adrien Béraud · 1 year, 2 months ago
  93. f7081d3 ConnectionManager: set factory in getIceOptions by Adrien Béraud · 1 year, 2 months ago
  94. 9fab990 sip utils: cleanup by Adrien Béraud · 1 year, 2 months ago
  95. 55abf07 upnp: fix constructor by Sébastien Blin · 1 year, 2 months ago
  96. 464bdff misc: rename namespace jami to namespace dhtnet by Sébastien Blin · 1 year, 2 months ago
  97. ac35e66 MultiplexedSocket: getLocalAddress is always enabled by Adrien Béraud · 1 year, 2 months ago
  98. 9ed4dd9 ip_utils: place sip_strerror in sip_utils by Adrien Béraud · 1 year, 2 months ago
  99. 45dfac9 build diffie-hellman.cpp by Adrien Béraud · 1 year, 2 months ago
  100. e48fd6d sip utils: include memory by Adrien Béraud · 1 year, 2 months ago