- 97a387d Make PeerConnection::session_id_ const and readable from any thread. by Tomas Gunnarsson · 4 years ago
- 3278a71 Delete unused method SdpOfferAnswerHandler::GetTransportName. by Tomas Gunnarsson · 4 years ago
- 5a40b37 Revert "Use the new DNS resolver API in PeerConnection" by Mirko Bonadei · 4 years ago
- acf8ccb Use the new DNS resolver API in PeerConnection by Harald Alvestrand · 4 years ago
- cd0373f peerconnection: add was-ever-connected boolean flag by Philipp Hancke · 4 years, 1 month ago
- e904161 Replace RTC_DEPRECATED with ABSL_DEPRECATED by Danil Chapovalov · 4 years, 1 month ago
- 8cb9706 AddRemoteCandidate on the network thread by Tomas Gunnarsson · 4 years, 1 month ago
- c3257d0 Reland "Remove thread hops from events provided by JsepTransportController." by Tommi · 4 years, 1 month ago
- d15a575 Use SequenceChecker from public API by Artem Titov · 4 years, 1 month ago
- 92eebef Reland "Fix unsynchronized access to mid_to_transport_ in JsepTransportController" by Tomas Gunnarsson · 4 years, 1 month ago
- 6b143c1 Revert "Fix unsynchronized access to mid_to_transport_ in JsepTransportController" by Guido Urdaneta · 4 years, 1 month ago
- 6e4fcac Revert "Remove thread hops from events provided by JsepTransportController." by Guido Urdaneta · 4 years, 1 month ago
- f554b3c Remove thread hops from events provided by JsepTransportController. by Tomas Gunnarsson · 4 years, 1 month ago
- 6cd4058 Fix unsynchronized access to mid_to_transport_ in JsepTransportController by Tomas Gunnarsson · 4 years, 1 month ago
- 54b925c add metrics for bundle usage by Philipp Hancke · 4 years, 2 months ago
- 70f9e24 Remove DtlsHandShakeError and replace it with a Function Pointer. by Lahiru Ginnaliya Gamathige · 4 years, 2 months ago
- 844c759 fix variable naming in ReportSdpFormatReceived by Philipp Hancke · 4 years, 2 months ago
- a3dd772 Add create function for PeerConnection that can return an error. by Harald Alvestrand · 4 years, 4 months ago
- 4da4a87 Move "options" from ConnectionContext to PeerConnectionFactory by Harald Alvestrand · 4 years, 4 months ago
- f598e49 tls_cert_verifier_ is now const and only network thread accessed by Harald Alvestrand · 4 years, 4 months ago
- 4efa9d0 Remove obsolete GetRemoteAudioSSL* functions. by Harald Alvestrand · 4 years, 5 months ago
- 9cd199d Make SdpOfferAnswerHandler be owned, not contained. by Harald Alvestrand · 4 years, 5 months ago
- fd9a8f8 Const-declare 3 more PC member variables by Harald Alvestrand · 4 years, 5 months ago
- 6216693 Change PeerConnection creation to use a static "Create" method by Harald Alvestrand · 4 years, 5 months ago
- 763f5a9 Move initialization of WebRtcSessionDescriptionFactory to SdpHandler by Harald Alvestrand · 4 years, 5 months ago
- 653429c Remove friendship between PeerConnection and SdpOfferAnswerHandler by Harald Alvestrand · 4 years, 5 months ago
- e15fb15 Separate RTP object handling (senders, receivers, transceivers) by Harald Alvestrand · 4 years, 5 months ago
- 1f7eab6 Remove superfluous #includes from peer_connection.cc, and add IWYU by Harald Alvestrand · 4 years, 5 months ago
- 88329b9 Deprecate GetRemoteAudioSSLCertificate by Harald Alvestrand · 4 years, 5 months ago
- a39689c Separate PC resources required at runtime from PCfactory by Harald Alvestrand · 4 years, 5 months ago
- 6f04b653 Move the streams concept into sdp_offer_answer by Harald Alvestrand · 4 years, 5 months ago
- 44d0dff Move the PeerConnection's usage pattern concept to its own file. by Harald Alvestrand · 4 years, 5 months ago
- bc9ca25 Move (phase 3) more functions called only in sdp_offer_answer by Harald Alvestrand · 4 years, 5 months ago
- 1090e44 Separate PeerConnection's self-message functions to a new file by Harald Alvestrand · 4 years, 5 months ago
- a474fbf Move more functions called only in sdp_offer_answer into that file. by Harald Alvestrand · 4 years, 5 months ago
- 75b9ab6 Move have_pending_rtp_data_channel_ to sdp_offer_answer by Harald Alvestrand · 4 years, 6 months ago
- c06e374 Move more functions from PeerConnection to SdpOfferAnswer by Harald Alvestrand · 4 years, 6 months ago
- 38b768c Factor out the transceiver list into a separate object. by Harald Alvestrand · 4 years, 6 months ago
- cdcfab0 Refactor webrtc::PeerConnection to split out offer/answer by Harald Alvestrand · 4 years, 6 months ago
- b2995a1 Delete dead signal code in pc/channel.* by Tomas Gunnarsson · 4 years, 6 months ago
- 1e40a0c Remove asyncinvoker from PeerConnection. by Tomas Gunnarsson · 4 years, 6 months ago
- 936f1af Reland "Remove stopped transceivers at both local and remote SetDescription" by Harald Alvestrand · 4 years, 6 months ago
- c253cb8 Revert "Remove stopped transceivers at both local and remote SetDescription" by Harald Alvestrand · 4 years, 6 months ago
- 6f4de80 Remove stopped transceivers at both local and remote SetDescription by Harald Alvestrand · 4 years, 6 months ago
- dd68063 rename "sdp" to description in a few places by Philipp Hancke · 4 years, 6 months ago
- c03a187 Default streams: don't block media even if on different transceiver. by Taylor Brandstetter · 4 years, 6 months ago
- 2bca008 Reland "Make cricket::SctpTransportInternalFactory injectable through PeerConnectionFactory Deps" by Per Kjellander · 4 years, 7 months ago
- 9e02f47 Fix destruction order of PortAllocator and PacketSocketFactory. by Taylor Brandstetter · 4 years, 7 months ago
- 1f580a9 Revert "Make cricket::SctpTransportInternalFactory injectable through PeerConnectionFactory Deps" by Björn Terelius · 4 years, 7 months ago
- 4c0a381 Make cricket::SctpTransportInternalFactory injectable through PeerConnectionFactory Deps by Per Kjellander · 4 years, 7 months ago
- e574a31 [Perfect Negotiation] Fire onnegotiationneeded when chain is empty. by Henrik Boström · 4 years, 7 months ago
- c88fe70 Make Android/iOS local/remote description accessors thread safe. by Taylor Brandstetter · 4 years, 7 months ago
- 831ae4e Reland "[Perfect Negotiation] Implement non-racy version of SetLocalDescription." by Henrik Boström · 4 years, 8 months ago
- 4c9c75a Revert "[Perfect Negotiation] Implement non-racy version of SetLocalDescription." by Henrik Boström · 4 years, 8 months ago
- d4089ca [Perfect Negotiation] Implement non-racy version of SetLocalDescription. by Henrik Boström · 4 years, 8 months ago
- 0800010 peerconnection: remove old helper function by Philipp Hancke · 4 years, 8 months ago
- 3a034e1 Split DataChannel into two separate classes for RTP and SCTP. by Taylor Brandstetter · 4 years, 8 months ago
- 2a70703 Delete MediaTransportInterface and DatagramTransportInterface by Niels Möller · 4 years, 9 months ago
- 2e94de5 Add GetSctpStats to PeerConnectionInternal, remove sctp_data_channels() by Tomas Gunnarsson · 4 years, 9 months ago
- 4c1e7cc [Adaptation] Add ability to inject resources on the PeerConnection. by Henrik Boström · 4 years, 9 months ago
- 00b46f7 PeerConnection owns the PacketSocketFactory dependency. by Jorge E. Moreira · 5 years ago
- d9ebe01 Improve rollback for rtp data channel by Eldar Rello · 5 years ago
- 61f74d9 Reland "Expose can_trickle_ice_candidates on PeerConnection" by Harald Alvestrand · 5 years ago
- cb8c401 Revert "Expose can_trickle_ice_candidates on PeerConnection" by Harald Alvestrand · 5 years ago
- c6a65c8 Expose can_trickle_ice_candidates on PeerConnection by Harald Alvestrand · 5 years ago
- 7a829a8 Sort threading for sctp_mid_ variable by Harald Alvestrand · 5 years ago
- 1cb929f Cleanup: remove unused sctp_content_name by Harald Alvestrand · 5 years ago
- 0095d37 Replace hostCandidate with address and port in RTCPeerConnectionIceErrorEvent by Eldar Rello · 5 years ago
- 246724b Move messaging -> PostTask for freeing datachannels by Harald Alvestrand · 5 years ago
- 05e4d08 Refactoring DataChannelController from PeerConnection part 4 by Harald Alvestrand · 5 years ago
- 00cf34c Refactor DataChannel control out of PeerConnection by Harald Alvestrand · 5 years ago
- 7a9a092 Delete media transport integration. by Bjorn A Mellem · 5 years ago
- 353a718 Address failing wpt test cases for the rollback feature by Eldar Rello · 5 years ago
- 408cb4b Make SCTPtransport enter "closed" state when DTLStransport does. by Harald Alvestrand · 5 years ago
- 25ec888 Make ICE transports injectable. by Qingsi Wang · 5 years ago
- ee6f4f6 [PeerConnection] Implement asynchronous version of AddIceCandidate(). by Henrik Boström · 5 years ago
- 4e19670 [PeerConnection] Implement parameterless SetLocalDescription(). by Henrik Boström · 5 years ago
- a3728d3 Reland "[PeerConnection] Use an OperationsChain in PeerConnection for async ops." by Henrik Boström · 5 years ago
- 49c0880 Revert "[PeerConnection] Use an OperationsChain in PeerConnection for async ops." by Henrik Boström · 5 years ago
- 1dddaa1 [PeerConnection] Use an OperationsChain in PeerConnection for async ops. by Henrik Boström · 5 years ago
- ead0ec9 Add firing of OnRemoveTrack and OnRenegotationNeeded during rollback by Eldar Rello · 5 years ago
- f8998cf Add a turn port prune policy to keep the first ready turn port. by Honghai Zhang · 5 years ago
- 5ab79e6 Reland "Implement rollback for setRemoteDescription" by Eldar Rello · 5 years ago
- 907f154 Revert "Implement rollback for setRemoteDescription" by Alex Loiko · 5 years ago
- 16d4c4d Implement rollback for setRemoteDescription by Eldar Rello · 5 years ago
- 7da4e56 Allow receive-only use of datagram transport for data channels. by Bjorn A Mellem · 5 years ago
- bc3eebc Reland "Reland "Refactor SCTP data channels to use DataChannelTransportInterface."" by Bjorn A Mellem · 5 years ago
- d702231 Cleanup deprecated monitoring of MediaTransport state. by Bjorn A Mellem · 5 years ago
- 1b83a9e Only handle each RTCP once. by Sebastian Jansson · 5 years ago
- 65f17ca Move MediaTransportInterface out of the libjingle_peerconnection_api target by Niels Möller · 6 years ago
- cc46b10c Add a usage pattern bit for host-host connections. by Qingsi Wang · 6 years ago
- 437077d Revert "Reland "Refactor SCTP data channels to use DataChannelTransportInterface."" by Qingsi Wang · 6 years ago
- 487f9a1 Reland "Refactor SCTP data channels to use DataChannelTransportInterface." by Bjorn A Mellem · 6 years ago
- 340e0c5 Delete old version of PeerConnection::SetConfiguration by Niels Möller · 6 years ago
- 8b14b0d Revert "Refactor SCTP data channels to use DataChannelTransportInterface." by Henrik Boström · 6 years ago
- 4c85828 Refactor SCTP data channels to use DataChannelTransportInterface. by Bjorn A Mellem · 6 years ago
- b689af4 Changes to enable use of DatagramTransport as a data channel transport. by Bjorn A Mellem · 6 years ago
- 2579f0c RTCError as return type for PeerConnectionInterface::SetConfiguration by Niels Möller · 6 years ago
- 1ba5dec Reland "Set the usage pattern bits for adding remote ICE candidates from SDP." by Qingsi Wang · 6 years ago
- 00c7ecf Surface CandidatePairChange event by Alex Drake · 6 years ago