1. def8559 Resolve TURN hostname specific to network family behind field trial. by Sameer Vijaykar · 2 years, 4 months ago
  2. 7eea667 Fix bugs in discarding stun address by Kyutae Lee · 2 years, 4 months ago
  3. e844aad Convert StreamInterfaceChannel to new API by Harald Alvestrand · 2 years, 4 months ago
  4. dd4c406 Convert MemoryStream to use new StreamInterface by Harald Alvestrand · 2 years, 4 months ago
  5. 11840ce Deprecate void* forms of StreamInterface::Read and ::Write by Harald Alvestrand · 2 years, 5 months ago
  6. 3e7e15d Reland "move relay server priority assignment to port_allocator" by Jonas Oreland · 2 years, 5 months ago
  7. 0487c57 stats: implement candidate-pair lastPacket(Sent|Received)Timestamp by Philipp Hancke · 2 years, 5 months ago
  8. 936c1af Revert "move relay server priority assignment to port_allocator" by Artem Titov · 2 years, 5 months ago
  9. b395f5b move relay server priority assignment to port_allocator by Philipp Hancke · 2 years, 5 months ago
  10. fd91d02 ice: include tiebreaker in computation of foundation attribute (tests) by Philipp Hancke · 2 years, 5 months ago
  11. 08b882d ice: include tiebreaker in computation of foundation attribute by Philipp Hancke · 2 years, 5 months ago
  12. 666c333 Stop revalidating STUN packets with the wrong password by Harald Alvestrand · 2 years, 5 months ago
  13. d806705 [TurnPort] Bring back stricter assumptions after recent fixes. by Tommi · 2 years, 5 months ago
  14. 98a9efa [TurnPort] Keep track of connections in TurnEntry. by Tommi · 2 years, 5 months ago
  15. f0e65ba Accept ArrayView in ICE agent interface where feasible. by Sameer Vijaykar · 2 years, 5 months ago
  16. 44874d1 Remove TurnAddMultiMapping experiment. by Tommi · 2 years, 5 months ago
  17. 3c5a1bf [TurnPort] Update CreateOrRefreshEntry function, step 2. by Tommi · 2 years, 5 months ago
  18. a92ba28 [TurnPort] Fix error return value in TurnPort::SendTo by Tommi · 2 years, 5 months ago
  19. 9c60649 [TurnPort] Check if turn entry was found when deleting a connection. by Tommi · 2 years, 5 months ago
  20. ee0766f [TurnPort] Update CreateOrRefreshEntry function, step 1. by Tommi · 2 years, 5 months ago
  21. 4762762 STUN: Avoid ICE message revalidation wherever possible. by Harald Alvestrand · 2 years, 5 months ago
  22. 5c9b7da Add missing dependencies. by Mirko Bonadei · 2 years, 6 months ago
  23. 7b3d61c Add test coverage for P2PTransportChannel refactor (#8/8) by Sameer Vijaykar · 2 years, 6 months ago
  24. cbad8ad Delete rtc::Message and rtc::MessageHandler by Danil Chapovalov · 2 years, 6 months ago
  25. 52dd1a5 Reland "Add an active ICE controller that wraps a legacy controller (#7/n)" by Sameer Vijaykar · 2 years, 6 months ago
  26. 50a2a73 Revert "Add an active ICE controller that wraps a legacy controller (#7/n)" by Sameer Vijaykar · 2 years, 6 months ago
  27. 6326c9c Add an active ICE controller that wraps a legacy controller (#7/n) by Sameer Vijaykar · 2 years, 6 months ago
  28. 1adcde9 Use active ICE controller in P2PTransportChannel with an adapter (#6/n) by Sameer Vijaykar · 2 years, 6 months ago
  29. 282de03 Fix P2PTransportChannel unit tests to not rely on connections ordering by Sameer Vijaykar · 2 years, 6 months ago
  30. a01e727 Fix race at destruction in StunServerTests and reenable them on tsan by Danil Chapovalov · 2 years, 6 months ago
  31. 64edb15 Make P2PTransportChannel implement IceAgentInterface (#5/n) by Sameer Vijaykar · 2 years, 6 months ago
  32. 1840839 Keep state internally of connections added to P2PTransportChannel (#4/n) by Sameer Vijaykar · 2 years, 6 months ago
  33. 6fa8a75 Add an active ICE controller factory to IceTransportInit (#3/n) by Sameer Vijaykar · 2 years, 6 months ago
  34. 094ee30 Add an active ICE controller interface (#2/n) by Sameer Vijaykar · 2 years, 6 months ago
  35. b88c3b5 Add an ICE agent interface (#1/n) by Sameer Vijaykar · 2 years, 6 months ago
  36. 4bed30c Remove sigslot signals from TurnPort by Fredrik Solenberg · 2 years, 7 months ago
  37. 2e70294 Ship family-specific STUN hostname resolution behind field trial param. by Sameer Vijaykar · 2 years, 7 months ago
  38. a5d80a7 Add PreferGlobalIPv6Address param to IPv6NetworkResolutionFixes field trial string. by Diep Bui · 2 years, 7 months ago
  39. 9068f456 Improve IPv6 selection logic when gathering candidates. by Diep Bui · 2 years, 7 months ago
  40. b7da816 Replace RTCCertificateGeneratorCallback interface with an AnyInvocable by Danil Chapovalov · 2 years, 7 months ago
  41. 34f6d1c Migrate cricket::Port asynchronous calls to TaskQueueBase interface by Danil Chapovalov · 2 years, 7 months ago
  42. 4a3b5cc Reland "dtls: allow dtls role to change during DTLS restart" by Philipp Hancke · 2 years, 7 months ago
  43. 4d71538 Remove rtc::MessageHandler usage in pseudo tcp unittests by Danil Chapovalov · 2 years, 7 months ago
  44. fb5fc43 Revert "dtls: allow dtls role to change during DTLS restart" by Björn Terelius · 2 years, 7 months ago
  45. 02b5f3c dtls: allow dtls role to change during DTLS restart by Philipp Hancke · 2 years, 7 months ago
  46. e51918f Cleanup TurnServer by Danil Chapovalov · 2 years, 7 months ago
  47. cca884d Migrate away from rtc::MessageHandler in p2p unittests by Danil Chapovalov · 2 years, 7 months ago
  48. 2aaef45 Replace Invoke in tests with SendTask test helper by Danil Chapovalov · 2 years, 7 months ago
  49. 71434ae Rename PreferGlobalIPv6ToLinkLocal field trial to group IPv6 fixes. by Sameer Vijaykar · 2 years, 8 months ago
  50. a75eb43 Lookup STUN hostname using the network's IP family. by Sameer Vijaykar · 2 years, 8 months ago
  51. b787e26 Support DNS resolution matching a specified IP family. by Sameer Vijaykar · 2 years, 8 months ago
  52. 1e68861 Fix use after free in UdpPort by Sameer Vijaykar · 2 years, 8 months ago
  53. 50ece56 Add IPv6 unit tests for STUN port. by Sameer Vijaykar · 2 years, 8 months ago
  54. ab5876a Remove TURN port's duplicate pointer to field_trials. by Sameer Vijaykar · 2 years, 8 months ago
  55. a204ad2 clean up misc TimeDelta use by Philipp Hancke · 2 years, 8 months ago
  56. 1e589eb Modify GetBestIP to prefer global IPv6 addresses to the link local IPv6 addresses. by Diep Bui · 2 years, 8 months ago
  57. 6e7c268 Allow recursive check for RTC_DCHECK_RUN_ON macro by Danil Chapovalov · 2 years, 8 months ago
  58. 9095e0e [TCPConnection] Check for valid port_ in OnClose and OnConnect. by Tommi · 2 years, 8 months ago
  59. 7b19036 Migrate p2p/ to absl::AnyInvocable based TaskQueueBase interface by Danil Chapovalov · 2 years, 9 months ago
  60. f7b30e0 A few cleanup things for the port classes to clarify test code. by Tommi · 2 years, 9 months ago
  61. de2ac5a Adopt absl::string_view in p2p/ by Ali Tofigh · 2 years, 9 months ago
  62. 42b163f Remove unnecessary overloads by Ali Tofigh · 2 years, 9 months ago
  63. 58ecd42 Remove std::string version of some functions that are no longer needed. by Ali Tofigh · 2 years, 9 months ago
  64. d58f526 Always inject PacketSocketFactory in FakePortAllocator by Byoungchan Lee · 2 years, 9 months ago
  65. d151cc6 Remove the last build cycle in WebRTC by Mirko Bonadei · 2 years, 9 months ago
  66. c374d11 Move to_queued_task.h and pending_task_safety_flag.h into public API by Artem Titov · 2 years, 9 months ago
  67. 1b98421 Add absl::string_view version of PortAllocator::CreateSessionInternal() by Ali Tofigh · 2 years, 9 months ago
  68. 105711e Move rtc::make_ref_counted to api/ by Niels Möller · 2 years, 9 months ago
  69. 7ef4f51 [MessageHandler] Remove rtc::MessageHandler inheritance from StunRequest by Tommi · 2 years, 9 months ago
  70. ea5a944 Add absl::string_view version of PortInterface::SupportsProtocol() by Ali Tofigh · 2 years, 9 months ago
  71. 6fd77f3 Reland "Make deletion of Connection objects more deterministic." by Tommi · 2 years, 10 months ago
  72. f1d822b Delete variant of rtc::split that copies the output fields by Niels Möller · 2 years, 10 months ago
  73. d197e0b Reland "Don't create PacketSocketFactory inside BasicPortAllocatorSession" by Byoungchan Lee · 2 years, 10 months ago
  74. b5af6ee [StunMessage] Remove/deprecate StunMessage::SetType by Tommi · 2 years, 10 months ago
  75. 159f313 [StunRequest] Remove Construct and Prepare methods. by Tommi · 2 years, 10 months ago
  76. e83500e [Connection] Construct ping/connection requests in one step. by Tommi · 2 years, 10 months ago
  77. 9a91286 Land refactored IceControllerEvent as IceRecheckEvent 4/4 by Sameer Vijaykar · 2 years, 10 months ago
  78. 2a1accd Rename IceControllerEvent to IceRecheckEvent 3/n by Sameer Vijaykar · 2 years, 10 months ago
  79. 781c12e Reland "Refactor IceControllerEvent" 2/n by Sameer Vijaykar · 2 years, 10 months ago
  80. 3382c1c Reland "Refactor IceControllerEvent" 1/n by Sameer Vijaykar · 2 years, 10 months ago
  81. 25361a8 Revert "Reland "Don't create PacketSocketFactory inside BasicPortAllocatorSession"" by Christoffer Jansson · 2 years, 10 months ago
  82. a8be79c Reland "Don't create PacketSocketFactory inside BasicPortAllocatorSession" by Byoungchan Lee · 2 years, 10 months ago
  83. 408143d Refactor StunMessage a bit by Tommi · 2 years, 10 months ago
  84. 6ef0a38 Delete old StringToProto signature by Niels Möller · 2 years, 10 months ago
  85. 9453e5f Revert "Refactor IceControllerEvent" by Sameer Vijaykar · 2 years, 10 months ago
  86. 6b9e040 Revert "Don't create PacketSocketFactory inside BasicPortAllocatorSession" by Christoffer Jansson · 2 years, 10 months ago
  87. 794e68c Refactor IceControllerEvent by Sameer Vijaykar · 2 years, 10 months ago
  88. 7d4634c Don't create PacketSocketFactory inside BasicPortAllocatorSession by Byoungchan Lee · 2 years, 10 months ago
  89. c85e473 [Connection] Remove friend clause for ConnectionRequest by Tommi · 2 years, 10 months ago
  90. 2d13363 [Connection] Remove class friendship by Tommi · 2 years, 10 months ago
  91. 94ad387 [Connection] Replace local index with a copy of the candidate. by Tommi · 2 years, 10 months ago
  92. 1043fcd [TCPConnection] Avoid dereferencing port() in OnClose(). by Tommi · 2 years, 10 months ago
  93. 4662f53 Add string_view version of cricket::StringToProto by Niels Möller · 2 years, 10 months ago
  94. c80a182e Remove 'new_connection' attribute from ConnectionInfo by Tommi · 2 years, 10 months ago
  95. 83830f3 Delete TestListener and top-level thread wrapping. by Niels Möller · 2 years, 10 months ago
  96. 1f49157 stats: implement transport iceState by Philipp Hancke · 2 years, 11 months ago
  97. 95b1a34 stats: implement iceLocalUsernameFragment by Philipp Hancke · 2 years, 11 months ago
  98. cc1b9b0 stats: implement iceRole by Philipp Hancke · 2 years, 11 months ago
  99. 869c87a Revert "Make deletion of Connection objects more deterministic." by Tomas Gunnarsson · 2 years, 11 months ago
  100. edeeef2 Revert "Clear port_ before firing destroyed event." by Tomas Gunnarsson · 2 years, 11 months ago