- 8cd50cb Delete PacketTransportInternal::SignalReadPacket by Per K · 1 year ago
- f4aadf3 Change RtpTransport and DsctTransport to receives packets through ReceivedPacketCallback by Per K · 1 year, 1 month ago
- 8e137d0 Replace use of SignalReadPacket in DtlsTransport by Per K · 1 year, 1 month ago
- 7098d11 Revert "p2p: separate ICE tie breaker and foundation seed" by Christoffer Dewerin · 1 year, 1 month ago
- d99499a p2p: separate ICE tie breaker and foundation seed by Philipp Hancke · 1 year, 1 month ago
- c7a4b2a Change internal candidate type to enum by Tommi · 1 year, 1 month ago
- a021d99 Move implementation of PacketTransportInternal::RegisterReceivedPacketCallback by Per K · 1 year, 1 month ago
- ff0c960 Introduce PacketTransportInternal::NotifyPacketReceived by Per K · 1 year, 1 month ago
- f2431a9 Move ComputeFoundation to Candidate. by Tommi · 1 year, 1 month ago
- bde80e3 Deprecate Candidate::set_id(), offer generate_id() instead by Tommi · 1 year, 1 month ago
- 0ba663c Change a few uses of Candidate::type() to Candidate::type_name() by Tommi · 1 year, 1 month ago
- e3fb812 Reland "Let port allocator create ice tie breaker" by Philipp Hancke · 1 year, 1 month ago
- 407367d Revert "Let port allocator create ice tie breaker" by Mirko Bonadei · 1 year, 1 month ago
- 3f3f991 Let port allocator create ice tie breaker by Philipp Hancke · 1 year, 1 month ago
- 974044e Remove code for supporting SDES by Harald Alvestrand · 1 year, 1 month ago
- 3bddaed rtc_p2p: Split turn port and basic port allocator by Harald Alvestrand · 1 year, 1 month ago
- 8bb54c1 Penultimate split-up of rtc_p2p build target by Harald Alvestrand · 1 year, 1 month ago
- b5f2b17 Remove SOCKS5 support by Harald Alvestrand · 1 year, 1 month ago
- 2c169ae Rename kLocal to kHost and kStun to kSrflx by Tommi · 1 year, 1 month ago
- c4dd03d Remove kUnknown as a possible value for IceCandidateType. by Tommi · 1 year, 1 month ago
- 698b4e7 Update more Candidate type checkers to use Candidate::is_* by Tommi · 1 year, 2 months ago
- 9a953b2 Detangle p2p/connection.cc and port.cc by Harald Alvestrand · 1 year, 2 months ago
- a310d78 Refactor a lot of the p2p:rtc_p2p target by Harald Alvestrand · 1 year, 2 months ago
- 44e4453 Fix Port test and supply a legal value for the port type. by Tommi · 1 year, 2 months ago
- 0a7fc84 Use is_* getters when checking the Candidate type by Tommi · 1 year, 2 months ago
- 3b2b2af Move candidate types from port to candidate.h by Tommi · 1 year, 2 months ago
- f868b76 Fix empty hostname in getStats candidate url and show IPv6 in [] by Philipp Hancke · 1 year, 2 months ago
- e126e45 Fixing unspecified evaluation order of std:move(), to avoid future issues. by Tal Benesh · 1 year, 2 months ago
- b74a3e5 [CodeHealth][1/2] Remove expired histogram: WebRTC.PeerConnection.IceRegatheringReason by Taiyo Mizuhashi · 1 year, 3 months ago
- 4931512 [CodeHealth][1/2] Remove expired histogram: WebRTC.PeerConnection.IceRestartState by Taiyo Mizuhashi · 1 year, 3 months ago
- 5692649 Revert^2 "Remove deprecated ByteBufferReader and ByteBufferWriter functions" by Harald Alvestrand · 1 year, 3 months ago
- ca58f0e Revert "Remove deprecated ByteBufferReader and ByteBufferWriter functions" by Mirko Bonadei · 1 year, 3 months ago
- e0e03ba Remove deprecated ByteBufferReader and ByteBufferWriter functions by Harald Alvestrand · 1 year, 3 months ago
- f0ddae8 Convert ByteBufferWriter to be type uint8_t by Harald Alvestrand · 1 year, 3 months ago
- a8cd2ba Refactor NatServer to use rtc::ReceivedPackets by Per K · 1 year, 3 months ago
- e125a33 Add IceControllerInterface::GetConnections() and fix return type. by Daniel Cheng · 1 year, 3 months ago
- c925f50 Revert "Correctly const-qualify return value of IceControllerInterface::connections()." by Manashi Sarkar · 1 year, 3 months ago
- ad631f0 Correctly const-qualify return value of IceControllerInterface::connections(). by Daniel Cheng · 1 year, 3 months ago
- 24510d4 Delete deprecated AsyncResolver and related classes by Harald Alvestrand · 1 year, 3 months ago
- 13834cf Add callback-based interface to IceTransportInternal GatheringState by Harald Alvestrand · 1 year, 3 months ago
- 09b2fb6 Replace RTCTransportInternal::SignalCandidatePairChange sigslot by Harald Alvestrand · 1 year, 4 months ago
- 357947f Reapply "Refactor AsyncTcpSocket(s) to use rtc::ReceivedPackets" by Per K · 1 year, 4 months ago
- abc5066 Replace IcetransportInternal::SignalCandidatesRemoved sigslot by Harald Alvestrand · 1 year, 4 months ago
- 50a238f Replace IceTransportInternal::SignalCandidateError by Harald Alvestrand · 1 year, 4 months ago
- 264547d Revert "Refactor AsyncTcpSocket(s) to use rtc::ReceivedPackets" by Per Kjellander · 1 year, 4 months ago
- 211daad Refactor AsyncTcpSocket(s) to use rtc::ReceivedPackets by Per K · 1 year, 4 months ago
- b803e85 Use AsyncPacketSocket::RegisterReceivedPacketCallback in StunProber by Per K · 1 year, 4 months ago
- 14630a7 Use rtc::ReceivedPacket in Stun and TurnServer by Per K · 1 year, 4 months ago
- 502afbf Change StunByteStringAttribute to have uint8_t* internal type by Harald Alvestrand · 1 year, 4 months ago
- 572502c Deprecate char* functions on ByteBufferReader by Harald Alvestrand · 1 year, 4 months ago
- c09cc4f rtc::Port use Socket::RegisterReceivedPacketCallback by Per K · 1 year, 4 months ago
- d07900c UDP socket and TCP socket use AsyncPacketSocket::NotifyPacketReceived by Per K · 1 year, 4 months ago
- 02ce588 Allow list the places which send STUN_REQUEST w/o password by Jonas Oreland · 1 year, 4 months ago
- 4ac3718 AsyncPacketSocket::RegisterReceivedPacketCallback by Per K · 1 year, 4 months ago
- 698e0be Add Connection::OnReadPacket(const rtc::PacketReceived&) by Per K · 1 year, 4 months ago
- 03457f6 Remove unused Connection::SignalReadPacket by Per K · 1 year, 4 months ago
- bcaaefd Export IceConfig by David Benjamin · 1 year, 5 months ago
- 25db2c6 Introduce Connection::RegisterReceivedPacketCallback by Per K · 1 year, 5 months ago
- aea49c9 Simplify PeerConnection::SetConfiguration by Tommi · 1 year, 5 months ago
- aa653c0 Reland "Deprecate all classes related to AsyncResolver" by Harald Alvestrand · 1 year, 5 months ago
- 08d431e Revert "Deprecate all classes related to AsyncResolver" by Harald Alvestrand · 1 year, 5 months ago
- 61a4428 Deprecate all classes related to AsyncResolver by Harald Alvestrand · 1 year, 5 months ago
- c4f3919f Add RTC_DCHECK that port_ is always valid in Connection. by Jonas Oreland · 1 year, 5 months ago
- 60362c1 Prepare to deprecate AsyncResolver class by Harald Alvestrand · 1 year, 5 months ago
- 36e4dd2 Add histogram for DTLS peer signature algorithm by Philipp Hancke · 1 year, 5 months ago
- 8e007ba Remove field trial WebRTC-Turn-AllowSystemPorts by Harald Alvestrand · 1 year, 5 months ago
- 6bf2d31 Change PortInterface::Type to string_view and make type_ member const by Tommi · 1 year, 6 months ago
- a8e3111 Obfuscate prflx raddr when using mdns by Philipp Hancke · 1 year, 6 months ago
- 2afd284 Rename [Un]SubscribeClose event subscription methods for clarity. by Tommi · 1 year, 6 months ago
- 59574ca Add absl::AnyInvocable to SSLStreamAdapter::Create by Tommi · 1 year, 6 months ago
- cbaf91b Disconnect signals when destroying socket Add thread checks to TcpPort code by Tommi · 1 year, 6 months ago
- 3756e29 Remove another ctor from BasicPortAllocator by Tommi · 1 year, 6 months ago
- fe57cec Remove BasicPortAllocator ctor that's not used in production by Tommi · 1 year, 7 months ago
- 96e1882 Convert AsyncDnsResolver to use absl::AnyInvocable by Harald Alvestrand · 1 year, 7 months ago
- aa7d2f3 More unused sigslot includes by Harald Alvestrand · 1 year, 7 months ago
- 573ca2b Add thread guards for username/pwd by Tommi · 1 year, 7 months ago
- 4d25a77 Deprecate AsyncResolver config fields and remove internal usage. by Harald Alvestrand · 1 year, 7 months ago
- b8617d1 Use the AsyncDnsResolver in PeerConnection defaults by Harald Alvestrand · 1 year, 7 months ago
- 4f51b34 Add switch reason to verbose logging of SortAndSwitchConnection by Philipp Hancke · 1 year, 7 months ago
- fc92d33 Add StunDictionary - patch 2 by Jonas Oreland · 1 year, 7 months ago
- b17806a Add StunDictionary by Jonas Oreland · 1 year, 7 months ago
- 0d8b79e Reland "Extract HasIPv4Enabled/HasIPv6Enabled." by Mirko Bonadei · 1 year, 8 months ago
- 3d7889a Revert "Extract HasIPv4Enabled/HasIPv6Enabled." by Mirko Bonadei · 1 year, 8 months ago
- 86cfe50 Extract HasIPv4Enabled/HasIPv6Enabled. by Mirko Bonadei · 1 year, 8 months ago
- 17ec056 ICE: adjust priority of non-relay candidates by Philipp Hancke · 1 year, 9 months ago
- bceec84 Format ^(api|call|common_audio|examples|media|net|p2p|pc)/ by Jared Siskin · 1 year, 11 months ago
- df7df19 Clean up IPv6 fixes field trial artifacts. by Sameer Vijaykar · 1 year, 11 months ago
- b11caa3 Remove obsolete IceProtocolType enum and SetIceProtocolType by Philipp Hancke · 1 year, 11 months ago
- 6a7bf10 Replace "rcvd" with "received" for readability by Philipp Hancke · 1 year, 11 months ago
- 1f251dd Default enable WebRTC-IPv6NetworkResolutionFixes by Sameer Vijaykar · 1 year, 11 months ago
- 4665d60 Initialize a test helper class member by Harald Alvestrand · 1 year, 11 months ago
- 46849fc Print discovered network interfaces for debugging ICE_NEVER_CONNECTED endcause. by Diep Bui · 2 years ago
- 8c3c5a6 Replace use of test-only connections() with P2PTransportChannel member. by Sameer Vijaykar · 2 years, 1 month ago
- c8b2088 Remove unused parameterization from P2PTransportChannelTests. by Sameer Vijaykar · 2 years, 1 month ago
- 72b11a4 Remove adapter indirection for ICE controller interactions. by Sameer Vijaykar · 2 years, 1 month ago
- ef173f0 Default enable active ICE controller. by Sameer Vijaykar · 2 years, 1 month ago
- c7a0620 Add an ICE switch reason for a switch requested by an application. by Sameer Vijaykar · 2 years, 1 month ago
- a617867 Reland "Migrate WebRTC documentation to new renderer" by Artem Titov · 2 years, 1 month ago
- a2653bc Export some more symbols for use in chromium tests. by Sameer Vijaykar · 2 years, 2 months ago
- 0f2ce5c Revert "Migrate WebRTC documentation to new renderer" by Artem Titov · 2 years, 2 months ago