aboutsummaryrefslogtreecommitdiff
path: root/pc/peer_connection.cc
AgeCommit message (Expand)Author
2021-06-11count webrtc pranswer usagePhilipp Hancke
2021-06-07Add more trace events to interesting places.Markus Handell
2021-05-31Move PostTask for DeliverRtcp from PeerConnection to Call.Tommi
2021-05-26Introduce CreateDataChannelOrErrorHarald Alvestrand
2021-04-30simulcast: Limit audio transceivers to single streamFlorent Castelli
2021-04-27Change the first-packet-received notification in Channel.Tommi
2021-04-27Replace more instances of rtc::RefCountedObject with make_ref_counted.Tommi
2021-04-27[Unified Plan] Support multiple BUNDLE groups.Henrik Boström
2021-04-21Remove more mentions of RTP datachannelsHarald Alvestrand
2021-04-20Add threading assertions to TransceiverListHarald Alvestrand
2021-04-19Remove DataChannelType and deprecated option disable_sctp_data_channelsFlorent Castelli
2021-04-19Handle OnPacketSent on the network thread via MediaChannel.Tomas Gunnarsson
2021-04-19Fix unsafe variable access in RTCStatsCollectorTomas Gunnarsson
2021-04-16Remove RTP data implementationHarald Alvestrand
2021-04-16Add Stable Writable Connection Ping Interval parameter to RTCConfiguration.Derek Bailey
2021-04-15Remove enable_rtp_data_channelHarald Alvestrand
2021-04-08Reduce thread hops in StatsCollector and fix incorrect variable access.Tomas Gunnarsson
2021-04-08Reland "Use the new DNS resolver API in PeerConnection"Harald Alvestrand
2021-04-07Set/clear the data channel pointers on the network threadTomas Gunnarsson
2021-04-07Remove unnecessary thread hop for reporting transport statsTomas Gunnarsson
2021-04-07Add utility to count the number of blocking thread invokes.Tommi
2021-04-01Invalidate weak pointers in SdpOfferAnswerHandler::Close().Tomas Gunnarsson
2021-04-01Make PeerConnection::session_id_ const and readable from any thread.Tomas Gunnarsson
2021-04-01Delete unused method SdpOfferAnswerHandler::GetTransportName.Tomas Gunnarsson
2021-03-30Revert "Use the new DNS resolver API in PeerConnection"Mirko Bonadei
2021-03-25Use the new DNS resolver API in PeerConnectionHarald Alvestrand
2021-03-11measure ice candidate poolsize setting for different bundle policysPhilipp Hancke
2021-02-25Make the PC proxy invoke LookupDtlsTransportByMid on the network threadTomas Gunnarsson
2021-02-24peerconnection: add was-ever-connected boolean flagPhilipp Hancke
2021-02-11AddRemoteCandidate on the network threadTomas Gunnarsson
2021-02-11Reland "Remove thread hops from events provided by JsepTransportController."Tommi
2021-02-10Reland "Fix unsynchronized access to mid_to_transport_ in JsepTransportContro...Tomas Gunnarsson
2021-02-09peerconnection: measure bundle policy usagePhilipp Hancke
2021-02-09Revert "Fix unsynchronized access to mid_to_transport_ in JsepTransportContro...Guido Urdaneta
2021-02-09Revert "Remove thread hops from events provided by JsepTransportController."Guido Urdaneta
2021-02-08Remove thread hops from events provided by JsepTransportController.Tomas Gunnarsson
2021-02-08Fix unsynchronized access to mid_to_transport_ in JsepTransportControllerTomas Gunnarsson
2021-02-04Fix unsynchronized access to jsep_transports_by_name_.Tomas Gunnarsson
2021-01-29Running apply-iwyu on ~all files in pc/Harald Alvestrand
2021-01-28add metrics for bundle usagePhilipp Hancke
2021-01-28Remove DtlsHandShakeError and replace it with a Function Pointer.Lahiru Ginnaliya Gamathige
2021-01-19Replace sigslot usages with callback list library.Lahiru Ginnaliya Gamathige
2021-01-18fix variable naming in ReportSdpFormatReceivedPhilipp Hancke
2021-01-18Update pc/ to use C++ lambdas instead of rtc::BindNiels Möller
2020-11-27Add create function for PeerConnection that can return an error.Harald Alvestrand
2020-11-09Introduce RTC_CHECK_NOTREACHED(), an always-checking RTC_NOTREACHED()Karl Wiberg
2020-11-04Move "options" from ConnectionContext to PeerConnectionFactoryHarald Alvestrand
2020-11-04tls_cert_verifier_ is now const and only network thread accessedHarald Alvestrand
2020-10-30Remove obsolete GetRemoteAudioSSL* functions.Harald Alvestrand
2020-10-27Make SdpOfferAnswerHandler be owned, not contained.Harald Alvestrand