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