1. 4f51b34 Add switch reason to verbose logging of SortAndSwitchConnection by Philipp Hancke · 1 year, 9 months ago
  2. fc92d33 Add StunDictionary - patch 2 by Jonas Oreland · 1 year, 9 months ago
  3. b17806a Add StunDictionary by Jonas Oreland · 1 year, 9 months ago
  4. 0d8b79e Reland "Extract HasIPv4Enabled/HasIPv6Enabled." by Mirko Bonadei · 1 year, 9 months ago
  5. 3d7889a Revert "Extract HasIPv4Enabled/HasIPv6Enabled." by Mirko Bonadei · 1 year, 9 months ago
  6. 86cfe50 Extract HasIPv4Enabled/HasIPv6Enabled. by Mirko Bonadei · 1 year, 9 months ago
  7. 17ec056 ICE: adjust priority of non-relay candidates by Philipp Hancke · 1 year, 10 months ago
  8. bceec84 Format ^(api|call|common_audio|examples|media|net|p2p|pc)/ by Jared Siskin · 2 years ago
  9. df7df19 Clean up IPv6 fixes field trial artifacts. by Sameer Vijaykar · 2 years ago
  10. b11caa3 Remove obsolete IceProtocolType enum and SetIceProtocolType by Philipp Hancke · 2 years ago
  11. 6a7bf10 Replace "rcvd" with "received" for readability by Philipp Hancke · 2 years ago
  12. 1f251dd Default enable WebRTC-IPv6NetworkResolutionFixes by Sameer Vijaykar · 2 years ago
  13. 4665d60 Initialize a test helper class member by Harald Alvestrand · 2 years ago
  14. 46849fc Print discovered network interfaces for debugging ICE_NEVER_CONNECTED endcause. by Diep Bui · 2 years, 1 month ago
  15. 8c3c5a6 Replace use of test-only connections() with P2PTransportChannel member. by Sameer Vijaykar · 2 years, 2 months ago
  16. c8b2088 Remove unused parameterization from P2PTransportChannelTests. by Sameer Vijaykar · 2 years, 2 months ago
  17. 72b11a4 Remove adapter indirection for ICE controller interactions. by Sameer Vijaykar · 2 years, 2 months ago
  18. ef173f0 Default enable active ICE controller. by Sameer Vijaykar · 2 years, 2 months ago
  19. c7a0620 Add an ICE switch reason for a switch requested by an application. by Sameer Vijaykar · 2 years, 3 months ago
  20. a617867 Reland "Migrate WebRTC documentation to new renderer" by Artem Titov · 2 years, 3 months ago
  21. a2653bc Export some more symbols for use in chromium tests. by Sameer Vijaykar · 2 years, 3 months ago
  22. 0f2ce5c Revert "Migrate WebRTC documentation to new renderer" by Artem Titov · 2 years, 3 months ago
  23. 3eceaf4 Migrate WebRTC documentation to new renderer by Artem Titov · 2 years, 3 months ago
  24. 0793ee7 Remove FakePortAllocator's dependency on ScopedKeyValueConfig. by Sameer Vijaykar · 2 years, 3 months ago
  25. 62ba379 Add some RTC_EXPORT needed by Chromium. by Mirko Bonadei · 2 years, 3 months ago
  26. 41010f9 Log resolved & unresolved turn server address as sensitive string. by Yury Yarashevich · 2 years, 3 months ago
  27. a6b9924 Remove all usage of //rtc_base target by Florent Castelli · 2 years, 3 months ago
  28. a138c6c Split rtc_base into multiple targets by Florent Castelli · 2 years, 4 months ago
  29. 614da1b Cleanup Connection message integrity handling by Jonas Oreland · 2 years, 4 months ago
  30. 70d9e4e Don't log PW mismatch messages in production by Harald Alvestrand · 2 years, 4 months ago
  31. c61312a Improve logging of DTLS transport handshake by Philipp Hancke · 2 years, 4 months ago
  32. 29464b0 [TurnPort] Check if a matching connection exists before replying. by Tommi · 2 years, 4 months ago
  33. def8559 Resolve TURN hostname specific to network family behind field trial. by Sameer Vijaykar · 2 years, 5 months ago
  34. 7eea667 Fix bugs in discarding stun address by Kyutae Lee · 2 years, 5 months ago
  35. e844aad Convert StreamInterfaceChannel to new API by Harald Alvestrand · 2 years, 5 months ago
  36. dd4c406 Convert MemoryStream to use new StreamInterface by Harald Alvestrand · 2 years, 5 months ago
  37. 11840ce Deprecate void* forms of StreamInterface::Read and ::Write by Harald Alvestrand · 2 years, 6 months ago
  38. 3e7e15d Reland "move relay server priority assignment to port_allocator" by Jonas Oreland · 2 years, 6 months ago
  39. 0487c57 stats: implement candidate-pair lastPacket(Sent|Received)Timestamp by Philipp Hancke · 2 years, 6 months ago
  40. 936c1af Revert "move relay server priority assignment to port_allocator" by Artem Titov · 2 years, 6 months ago
  41. b395f5b move relay server priority assignment to port_allocator by Philipp Hancke · 2 years, 6 months ago
  42. fd91d02 ice: include tiebreaker in computation of foundation attribute (tests) by Philipp Hancke · 2 years, 6 months ago
  43. 08b882d ice: include tiebreaker in computation of foundation attribute by Philipp Hancke · 2 years, 6 months ago
  44. 666c333 Stop revalidating STUN packets with the wrong password by Harald Alvestrand · 2 years, 6 months ago
  45. d806705 [TurnPort] Bring back stricter assumptions after recent fixes. by Tommi · 2 years, 6 months ago
  46. 98a9efa [TurnPort] Keep track of connections in TurnEntry. by Tommi · 2 years, 6 months ago
  47. f0e65ba Accept ArrayView in ICE agent interface where feasible. by Sameer Vijaykar · 2 years, 6 months ago
  48. 44874d1 Remove TurnAddMultiMapping experiment. by Tommi · 2 years, 6 months ago
  49. 3c5a1bf [TurnPort] Update CreateOrRefreshEntry function, step 2. by Tommi · 2 years, 6 months ago
  50. a92ba28 [TurnPort] Fix error return value in TurnPort::SendTo by Tommi · 2 years, 6 months ago
  51. 9c60649 [TurnPort] Check if turn entry was found when deleting a connection. by Tommi · 2 years, 6 months ago
  52. ee0766f [TurnPort] Update CreateOrRefreshEntry function, step 1. by Tommi · 2 years, 6 months ago
  53. 4762762 STUN: Avoid ICE message revalidation wherever possible. by Harald Alvestrand · 2 years, 6 months ago
  54. 5c9b7da Add missing dependencies. by Mirko Bonadei · 2 years, 7 months ago
  55. 7b3d61c Add test coverage for P2PTransportChannel refactor (#8/8) by Sameer Vijaykar · 2 years, 7 months ago
  56. cbad8ad Delete rtc::Message and rtc::MessageHandler by Danil Chapovalov · 2 years, 7 months ago
  57. 52dd1a5 Reland "Add an active ICE controller that wraps a legacy controller (#7/n)" by Sameer Vijaykar · 2 years, 7 months ago
  58. 50a2a73 Revert "Add an active ICE controller that wraps a legacy controller (#7/n)" by Sameer Vijaykar · 2 years, 7 months ago
  59. 6326c9c Add an active ICE controller that wraps a legacy controller (#7/n) by Sameer Vijaykar · 2 years, 7 months ago
  60. 1adcde9 Use active ICE controller in P2PTransportChannel with an adapter (#6/n) by Sameer Vijaykar · 2 years, 7 months ago
  61. 282de03 Fix P2PTransportChannel unit tests to not rely on connections ordering by Sameer Vijaykar · 2 years, 7 months ago
  62. a01e727 Fix race at destruction in StunServerTests and reenable them on tsan by Danil Chapovalov · 2 years, 7 months ago
  63. 64edb15 Make P2PTransportChannel implement IceAgentInterface (#5/n) by Sameer Vijaykar · 2 years, 7 months ago
  64. 1840839 Keep state internally of connections added to P2PTransportChannel (#4/n) by Sameer Vijaykar · 2 years, 7 months ago
  65. 6fa8a75 Add an active ICE controller factory to IceTransportInit (#3/n) by Sameer Vijaykar · 2 years, 7 months ago
  66. 094ee30 Add an active ICE controller interface (#2/n) by Sameer Vijaykar · 2 years, 7 months ago
  67. b88c3b5 Add an ICE agent interface (#1/n) by Sameer Vijaykar · 2 years, 8 months ago
  68. 4bed30c Remove sigslot signals from TurnPort by Fredrik Solenberg · 2 years, 8 months ago
  69. 2e70294 Ship family-specific STUN hostname resolution behind field trial param. by Sameer Vijaykar · 2 years, 8 months ago
  70. a5d80a7 Add PreferGlobalIPv6Address param to IPv6NetworkResolutionFixes field trial string. by Diep Bui · 2 years, 8 months ago
  71. 9068f456 Improve IPv6 selection logic when gathering candidates. by Diep Bui · 2 years, 8 months ago
  72. b7da816 Replace RTCCertificateGeneratorCallback interface with an AnyInvocable by Danil Chapovalov · 2 years, 8 months ago
  73. 34f6d1c Migrate cricket::Port asynchronous calls to TaskQueueBase interface by Danil Chapovalov · 2 years, 8 months ago
  74. 4a3b5cc Reland "dtls: allow dtls role to change during DTLS restart" by Philipp Hancke · 2 years, 8 months ago
  75. 4d71538 Remove rtc::MessageHandler usage in pseudo tcp unittests by Danil Chapovalov · 2 years, 8 months ago
  76. fb5fc43 Revert "dtls: allow dtls role to change during DTLS restart" by Björn Terelius · 2 years, 8 months ago
  77. 02b5f3c dtls: allow dtls role to change during DTLS restart by Philipp Hancke · 2 years, 8 months ago
  78. e51918f Cleanup TurnServer by Danil Chapovalov · 2 years, 8 months ago
  79. cca884d Migrate away from rtc::MessageHandler in p2p unittests by Danil Chapovalov · 2 years, 8 months ago
  80. 2aaef45 Replace Invoke in tests with SendTask test helper by Danil Chapovalov · 2 years, 9 months ago
  81. 71434ae Rename PreferGlobalIPv6ToLinkLocal field trial to group IPv6 fixes. by Sameer Vijaykar · 2 years, 9 months ago
  82. a75eb43 Lookup STUN hostname using the network's IP family. by Sameer Vijaykar · 2 years, 9 months ago
  83. b787e26 Support DNS resolution matching a specified IP family. by Sameer Vijaykar · 2 years, 9 months ago
  84. 1e68861 Fix use after free in UdpPort by Sameer Vijaykar · 2 years, 9 months ago
  85. 50ece56 Add IPv6 unit tests for STUN port. by Sameer Vijaykar · 2 years, 9 months ago
  86. ab5876a Remove TURN port's duplicate pointer to field_trials. by Sameer Vijaykar · 2 years, 9 months ago
  87. a204ad2 clean up misc TimeDelta use by Philipp Hancke · 2 years, 9 months ago
  88. 1e589eb Modify GetBestIP to prefer global IPv6 addresses to the link local IPv6 addresses. by Diep Bui · 2 years, 9 months ago
  89. 6e7c268 Allow recursive check for RTC_DCHECK_RUN_ON macro by Danil Chapovalov · 2 years, 9 months ago
  90. 9095e0e [TCPConnection] Check for valid port_ in OnClose and OnConnect. by Tommi · 2 years, 9 months ago
  91. 7b19036 Migrate p2p/ to absl::AnyInvocable based TaskQueueBase interface by Danil Chapovalov · 2 years, 10 months ago
  92. f7b30e0 A few cleanup things for the port classes to clarify test code. by Tommi · 2 years, 10 months ago
  93. de2ac5a Adopt absl::string_view in p2p/ by Ali Tofigh · 2 years, 10 months ago
  94. 42b163f Remove unnecessary overloads by Ali Tofigh · 2 years, 10 months ago
  95. 58ecd42 Remove std::string version of some functions that are no longer needed. by Ali Tofigh · 2 years, 10 months ago
  96. d58f526 Always inject PacketSocketFactory in FakePortAllocator by Byoungchan Lee · 2 years, 10 months ago
  97. d151cc6 Remove the last build cycle in WebRTC by Mirko Bonadei · 2 years, 10 months ago
  98. c374d11 Move to_queued_task.h and pending_task_safety_flag.h into public API by Artem Titov · 2 years, 10 months ago
  99. 1b98421 Add absl::string_view version of PortAllocator::CreateSessionInternal() by Ali Tofigh · 2 years, 10 months ago
  100. 105711e Move rtc::make_ref_counted to api/ by Niels Möller · 2 years, 10 months ago