aboutsummaryrefslogtreecommitdiff
path: root/p2p/base
AgeCommit message (Expand)Author
2022-12-05Resolve TURN hostname specific to network family behind field trial.Sameer Vijaykar
2022-11-30Fix bugs in discarding stun addressKyutae Lee
2022-11-16Convert StreamInterfaceChannel to new APIHarald Alvestrand
2022-11-16Convert MemoryStream to use new StreamInterfaceHarald Alvestrand
2022-11-10Deprecate void* forms of StreamInterface::Read and ::WriteHarald Alvestrand
2022-11-03Reland "move relay server priority assignment to port_allocator"Jonas Oreland
2022-11-02stats: implement candidate-pair lastPacket(Sent|Received)TimestampPhilipp Hancke
2022-11-01Revert "move relay server priority assignment to port_allocator"Artem Titov
2022-11-01move relay server priority assignment to port_allocatorPhilipp Hancke
2022-11-01ice: include tiebreaker in computation of foundation attribute (tests)Philipp Hancke
2022-10-27ice: include tiebreaker in computation of foundation attributePhilipp Hancke
2022-10-19Stop revalidating STUN packets with the wrong passwordHarald Alvestrand
2022-10-18[TurnPort] Bring back stricter assumptions after recent fixes.Tommi
2022-10-18[TurnPort] Keep track of connections in TurnEntry.Tommi
2022-10-17Accept ArrayView in ICE agent interface where feasible.Sameer Vijaykar
2022-10-17Remove TurnAddMultiMapping experiment.Tommi
2022-10-17[TurnPort] Update CreateOrRefreshEntry function, step 2.Tommi
2022-10-17[TurnPort] Fix error return value in TurnPort::SendToTommi
2022-10-16[TurnPort] Check if turn entry was found when deleting a connection.Tommi
2022-10-16[TurnPort] Update CreateOrRefreshEntry function, step 1.Tommi
2022-10-13STUN: Avoid ICE message revalidation wherever possible.Harald Alvestrand
2022-09-21Add test coverage for P2PTransportChannel refactor (#8/8)Sameer Vijaykar
2022-09-21Delete rtc::Message and rtc::MessageHandlerDanil Chapovalov
2022-09-21Reland "Add an active ICE controller that wraps a legacy controller (#7/n)"Sameer Vijaykar
2022-09-20Revert "Add an active ICE controller that wraps a legacy controller (#7/n)"Sameer Vijaykar
2022-09-20Add an active ICE controller that wraps a legacy controller (#7/n)Sameer Vijaykar
2022-09-19Use active ICE controller in P2PTransportChannel with an adapter (#6/n)Sameer Vijaykar
2022-09-15Fix P2PTransportChannel unit tests to not rely on connections orderingSameer Vijaykar
2022-09-15Fix race at destruction in StunServerTests and reenable them on tsanDanil Chapovalov
2022-09-14Make P2PTransportChannel implement IceAgentInterface (#5/n)Sameer Vijaykar
2022-09-14Keep state internally of connections added to P2PTransportChannel (#4/n)Sameer Vijaykar
2022-09-14Add an active ICE controller factory to IceTransportInit (#3/n)Sameer Vijaykar
2022-09-13Add an active ICE controller interface (#2/n)Sameer Vijaykar
2022-09-12Add an ICE agent interface (#1/n)Sameer Vijaykar
2022-09-02Remove sigslot signals from TurnPortFredrik Solenberg
2022-09-02Ship family-specific STUN hostname resolution behind field trial param.Sameer Vijaykar
2022-09-02Add PreferGlobalIPv6Address param to IPv6NetworkResolutionFixes field trial s...Diep Bui
2022-08-22Replace RTCCertificateGeneratorCallback interface with an AnyInvocableDanil Chapovalov
2022-08-19Migrate cricket::Port asynchronous calls to TaskQueueBase interfaceDanil Chapovalov
2022-08-19Reland "dtls: allow dtls role to change during DTLS restart"Philipp Hancke
2022-08-19Remove rtc::MessageHandler usage in pseudo tcp unittestsDanil Chapovalov
2022-08-18Revert "dtls: allow dtls role to change during DTLS restart"Björn Terelius
2022-08-18dtls: allow dtls role to change during DTLS restartPhilipp Hancke
2022-08-17Cleanup TurnServerDanil Chapovalov
2022-08-16Migrate away from rtc::MessageHandler in p2p unittestsDanil Chapovalov
2022-08-12Replace Invoke in tests with SendTask test helperDanil Chapovalov
2022-08-11Rename PreferGlobalIPv6ToLinkLocal field trial to group IPv6 fixes.Sameer Vijaykar
2022-08-11Lookup STUN hostname using the network's IP family.Sameer Vijaykar
2022-08-11Support DNS resolution matching a specified IP family.Sameer Vijaykar
2022-08-11Fix use after free in UdpPortSameer Vijaykar