1. bde80e3 Deprecate Candidate::set_id(), offer generate_id() instead by Tommi · 1 year, 1 month ago
  2. 0ba663c Change a few uses of Candidate::type() to Candidate::type_name() by Tommi · 1 year, 1 month ago
  3. e3fb812 Reland "Let port allocator create ice tie breaker" by Philipp Hancke · 1 year, 1 month ago
  4. 407367d Revert "Let port allocator create ice tie breaker" by Mirko Bonadei · 1 year, 1 month ago
  5. 3f3f991 Let port allocator create ice tie breaker by Philipp Hancke · 1 year, 1 month ago
  6. 974044e Remove code for supporting SDES by Harald Alvestrand · 1 year, 1 month ago
  7. 3bddaed rtc_p2p: Split turn port and basic port allocator by Harald Alvestrand · 1 year, 1 month ago
  8. b5f2b17 Remove SOCKS5 support by Harald Alvestrand · 1 year, 1 month ago
  9. 2c169ae Rename kLocal to kHost and kStun to kSrflx by Tommi · 1 year, 1 month ago
  10. c4dd03d Remove kUnknown as a possible value for IceCandidateType. by Tommi · 1 year, 1 month ago
  11. 698b4e7 Update more Candidate type checkers to use Candidate::is_* by Tommi · 1 year, 2 months ago
  12. 9a953b2 Detangle p2p/connection.cc and port.cc by Harald Alvestrand · 1 year, 2 months ago
  13. a310d78 Refactor a lot of the p2p:rtc_p2p target by Harald Alvestrand · 1 year, 2 months ago
  14. 44e4453 Fix Port test and supply a legal value for the port type. by Tommi · 1 year, 2 months ago
  15. 0a7fc84 Use is_* getters when checking the Candidate type by Tommi · 1 year, 2 months ago
  16. 3b2b2af Move candidate types from port to candidate.h by Tommi · 1 year, 2 months ago
  17. f868b76 Fix empty hostname in getStats candidate url and show IPv6 in [] by Philipp Hancke · 1 year, 2 months ago
  18. e126e45 Fixing unspecified evaluation order of std:move(), to avoid future issues. by Tal Benesh · 1 year, 2 months ago
  19. b74a3e5 [CodeHealth][1/2] Remove expired histogram: WebRTC.PeerConnection.IceRegatheringReason by Taiyo Mizuhashi · 1 year, 3 months ago
  20. 4931512 [CodeHealth][1/2] Remove expired histogram: WebRTC.PeerConnection.IceRestartState by Taiyo Mizuhashi · 1 year, 3 months ago
  21. 5692649 Revert^2 "Remove deprecated ByteBufferReader and ByteBufferWriter functions" by Harald Alvestrand · 1 year, 3 months ago
  22. ca58f0e Revert "Remove deprecated ByteBufferReader and ByteBufferWriter functions" by Mirko Bonadei · 1 year, 3 months ago
  23. e0e03ba Remove deprecated ByteBufferReader and ByteBufferWriter functions by Harald Alvestrand · 1 year, 3 months ago
  24. f0ddae8 Convert ByteBufferWriter to be type uint8_t by Harald Alvestrand · 1 year, 3 months ago
  25. a8cd2ba Refactor NatServer to use rtc::ReceivedPackets by Per K · 1 year, 3 months ago
  26. e125a33 Add IceControllerInterface::GetConnections() and fix return type. by Daniel Cheng · 1 year, 3 months ago
  27. c925f50 Revert "Correctly const-qualify return value of IceControllerInterface::connections()." by Manashi Sarkar · 1 year, 3 months ago
  28. ad631f0 Correctly const-qualify return value of IceControllerInterface::connections(). by Daniel Cheng · 1 year, 3 months ago
  29. 24510d4 Delete deprecated AsyncResolver and related classes by Harald Alvestrand · 1 year, 3 months ago
  30. 13834cf Add callback-based interface to IceTransportInternal GatheringState by Harald Alvestrand · 1 year, 3 months ago
  31. 09b2fb6 Replace RTCTransportInternal::SignalCandidatePairChange sigslot by Harald Alvestrand · 1 year, 4 months ago
  32. 357947f Reapply "Refactor AsyncTcpSocket(s) to use rtc::ReceivedPackets" by Per K · 1 year, 4 months ago
  33. abc5066 Replace IcetransportInternal::SignalCandidatesRemoved sigslot by Harald Alvestrand · 1 year, 4 months ago
  34. 50a238f Replace IceTransportInternal::SignalCandidateError by Harald Alvestrand · 1 year, 4 months ago
  35. 264547d Revert "Refactor AsyncTcpSocket(s) to use rtc::ReceivedPackets" by Per Kjellander · 1 year, 4 months ago
  36. 211daad Refactor AsyncTcpSocket(s) to use rtc::ReceivedPackets by Per K · 1 year, 4 months ago
  37. 14630a7 Use rtc::ReceivedPacket in Stun and TurnServer by Per K · 1 year, 4 months ago
  38. 502afbf Change StunByteStringAttribute to have uint8_t* internal type by Harald Alvestrand · 1 year, 4 months ago
  39. 572502c Deprecate char* functions on ByteBufferReader by Harald Alvestrand · 1 year, 4 months ago
  40. c09cc4f rtc::Port use Socket::RegisterReceivedPacketCallback by Per K · 1 year, 4 months ago
  41. d07900c UDP socket and TCP socket use AsyncPacketSocket::NotifyPacketReceived by Per K · 1 year, 4 months ago
  42. 02ce588 Allow list the places which send STUN_REQUEST w/o password by Jonas Oreland · 1 year, 4 months ago
  43. 4ac3718 AsyncPacketSocket::RegisterReceivedPacketCallback by Per K · 1 year, 4 months ago
  44. 698e0be Add Connection::OnReadPacket(const rtc::PacketReceived&) by Per K · 1 year, 4 months ago
  45. 03457f6 Remove unused Connection::SignalReadPacket by Per K · 1 year, 4 months ago
  46. bcaaefd Export IceConfig by David Benjamin · 1 year, 5 months ago
  47. 25db2c6 Introduce Connection::RegisterReceivedPacketCallback by Per K · 1 year, 5 months ago
  48. aea49c9 Simplify PeerConnection::SetConfiguration by Tommi · 1 year, 5 months ago
  49. aa653c0 Reland "Deprecate all classes related to AsyncResolver" by Harald Alvestrand · 1 year, 5 months ago
  50. 08d431e Revert "Deprecate all classes related to AsyncResolver" by Harald Alvestrand · 1 year, 5 months ago
  51. 61a4428 Deprecate all classes related to AsyncResolver by Harald Alvestrand · 1 year, 5 months ago
  52. c4f3919f Add RTC_DCHECK that port_ is always valid in Connection. by Jonas Oreland · 1 year, 5 months ago
  53. 60362c1 Prepare to deprecate AsyncResolver class by Harald Alvestrand · 1 year, 5 months ago
  54. 36e4dd2 Add histogram for DTLS peer signature algorithm by Philipp Hancke · 1 year, 5 months ago
  55. 8e007ba Remove field trial WebRTC-Turn-AllowSystemPorts by Harald Alvestrand · 1 year, 5 months ago
  56. 6bf2d31 Change PortInterface::Type to string_view and make type_ member const by Tommi · 1 year, 6 months ago
  57. a8e3111 Obfuscate prflx raddr when using mdns by Philipp Hancke · 1 year, 6 months ago
  58. 2afd284 Rename [Un]SubscribeClose event subscription methods for clarity. by Tommi · 1 year, 6 months ago
  59. 59574ca Add absl::AnyInvocable to SSLStreamAdapter::Create by Tommi · 1 year, 6 months ago
  60. cbaf91b Disconnect signals when destroying socket Add thread checks to TcpPort code by Tommi · 1 year, 6 months ago
  61. 3756e29 Remove another ctor from BasicPortAllocator by Tommi · 1 year, 6 months ago
  62. 96e1882 Convert AsyncDnsResolver to use absl::AnyInvocable by Harald Alvestrand · 1 year, 7 months ago
  63. aa7d2f3 More unused sigslot includes by Harald Alvestrand · 1 year, 7 months ago
  64. 573ca2b Add thread guards for username/pwd by Tommi · 1 year, 7 months ago
  65. 4d25a77 Deprecate AsyncResolver config fields and remove internal usage. by Harald Alvestrand · 1 year, 7 months ago
  66. b8617d1 Use the AsyncDnsResolver in PeerConnection defaults by Harald Alvestrand · 1 year, 7 months ago
  67. 4f51b34 Add switch reason to verbose logging of SortAndSwitchConnection by Philipp Hancke · 1 year, 7 months ago
  68. fc92d33 Add StunDictionary - patch 2 by Jonas Oreland · 1 year, 7 months ago
  69. b17806a Add StunDictionary by Jonas Oreland · 1 year, 7 months ago
  70. 0d8b79e Reland "Extract HasIPv4Enabled/HasIPv6Enabled." by Mirko Bonadei · 1 year, 8 months ago
  71. 3d7889a Revert "Extract HasIPv4Enabled/HasIPv6Enabled." by Mirko Bonadei · 1 year, 8 months ago
  72. 86cfe50 Extract HasIPv4Enabled/HasIPv6Enabled. by Mirko Bonadei · 1 year, 8 months ago
  73. 17ec056 ICE: adjust priority of non-relay candidates by Philipp Hancke · 1 year, 9 months ago
  74. bceec84 Format ^(api|call|common_audio|examples|media|net|p2p|pc)/ by Jared Siskin · 1 year, 11 months ago
  75. df7df19 Clean up IPv6 fixes field trial artifacts. by Sameer Vijaykar · 1 year, 11 months ago
  76. b11caa3 Remove obsolete IceProtocolType enum and SetIceProtocolType by Philipp Hancke · 1 year, 11 months ago
  77. 6a7bf10 Replace "rcvd" with "received" for readability by Philipp Hancke · 1 year, 11 months ago
  78. 1f251dd Default enable WebRTC-IPv6NetworkResolutionFixes by Sameer Vijaykar · 1 year, 11 months ago
  79. 4665d60 Initialize a test helper class member by Harald Alvestrand · 1 year, 11 months ago
  80. 8c3c5a6 Replace use of test-only connections() with P2PTransportChannel member. by Sameer Vijaykar · 2 years, 1 month ago
  81. c8b2088 Remove unused parameterization from P2PTransportChannelTests. by Sameer Vijaykar · 2 years, 1 month ago
  82. 72b11a4 Remove adapter indirection for ICE controller interactions. by Sameer Vijaykar · 2 years, 1 month ago
  83. ef173f0 Default enable active ICE controller. by Sameer Vijaykar · 2 years, 1 month ago
  84. c7a0620 Add an ICE switch reason for a switch requested by an application. by Sameer Vijaykar · 2 years, 1 month ago
  85. a2653bc Export some more symbols for use in chromium tests. by Sameer Vijaykar · 2 years, 2 months ago
  86. 0793ee7 Remove FakePortAllocator's dependency on ScopedKeyValueConfig. by Sameer Vijaykar · 2 years, 2 months ago
  87. 62ba379 Add some RTC_EXPORT needed by Chromium. by Mirko Bonadei · 2 years, 2 months ago
  88. 41010f9 Log resolved & unresolved turn server address as sensitive string. by Yury Yarashevich · 2 years, 2 months ago
  89. 614da1b Cleanup Connection message integrity handling by Jonas Oreland · 2 years, 2 months ago
  90. 70d9e4e Don't log PW mismatch messages in production by Harald Alvestrand · 2 years, 3 months ago
  91. c61312a Improve logging of DTLS transport handshake by Philipp Hancke · 2 years, 3 months ago
  92. 29464b0 [TurnPort] Check if a matching connection exists before replying. by Tommi · 2 years, 3 months ago
  93. def8559 Resolve TURN hostname specific to network family behind field trial. by Sameer Vijaykar · 2 years, 3 months ago
  94. 7eea667 Fix bugs in discarding stun address by Kyutae Lee · 2 years, 3 months ago
  95. e844aad Convert StreamInterfaceChannel to new API by Harald Alvestrand · 2 years, 4 months ago
  96. dd4c406 Convert MemoryStream to use new StreamInterface by Harald Alvestrand · 2 years, 4 months ago
  97. 11840ce Deprecate void* forms of StreamInterface::Read and ::Write by Harald Alvestrand · 2 years, 4 months ago
  98. 3e7e15d Reland "move relay server priority assignment to port_allocator" by Jonas Oreland · 2 years, 4 months ago
  99. 0487c57 stats: implement candidate-pair lastPacket(Sent|Received)Timestamp by Philipp Hancke · 2 years, 4 months ago
  100. 936c1af Revert "move relay server priority assignment to port_allocator" by Artem Titov · 2 years, 4 months ago