- 335d084 Remove GetSctpSslRole, only use GetSctpSslRole_n by Tommi · 2 years ago
- c61eee2 Split up GetSctpSslRole to include an _n variant. by Tommi · 2 years ago
- 999fff45 Delete ChannelManager class declaration. by Yaowen Guo · 2 years, 4 months ago
- 41263fa Delete UMA histograms relating to Plan B vs Unified Plan. by Henrik Boström · 2 years, 6 months ago
- 6189207 Delete some unused sigslot dependencies by Niels Möller · 2 years, 9 months ago
- 8101e7b Reland "Don't create channel_manager++ when media_engine is not set" by Harald Alvestrand · 2 years, 10 months ago
- 35f4b4c Remove more trampoline functions from ChannelManager by Harald Alvestrand · 2 years, 10 months ago
- c6c02ef Revert "Don't create channel_manager when media_engine is not set" by Artem Titov · 2 years, 10 months ago
- c48ad73 Don't create channel_manager when media_engine is not set by Harald Alvestrand · 2 years, 10 months ago
- 9e334b7 Remove channel_manager.h from most .h files by Harald Alvestrand · 2 years, 10 months ago
- 8f42992 Move channel creation functions into RtpTransceiver by Harald Alvestrand · 2 years, 10 months ago
- 3af79d1 Move ownership of the Channel class to RTCRtpTransceiver by Harald Alvestrand · 2 years, 11 months ago
- 65685a6 Move pc/channel.h to only be used in .cc files by Harald Alvestrand · 2 years, 11 months ago
- 09bdd95 Remove some dependencies that aren't needed by Harald Alvestrand · 3 years ago
- be74b80 Fix spelling of receiver and transceiver. by Niels Möller · 3 years ago
- ed99dae WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 1 by Jonas Oreland · 3 years ago
- c24a218 Update IWYU tool with a mapping file by Harald Alvestrand · 3 years, 1 month ago
- 981c572 Updated apply-iwyu to autogenerate compile_commands.json by Harald Alvestrand · 3 years, 1 month ago
- bc32c56 Move pc.transport_controller_ to be network thread only by Harald Alvestrand · 3 years, 1 month ago
- 8e34419 Break out sdp_offer_answer from peerconnection by Harald Alvestrand · 3 years, 1 month ago
- 66c4036 Access threads from SdpOfferAnswerHandler via ConnectionContext by Harald Alvestrand · 3 years, 1 month ago
- 5b66130 Refactor PeerConnectionInternal to break SdpOfferAnswer dependency by Harald Alvestrand · 3 years, 2 months ago
- 16de216 Delete channel objects asynchronously from the transceiver. by Tomas Gunnarsson · 3 years, 2 months ago
- 5411b17 Add a channel factory interface. by Tomas Gunnarsson · 3 years, 2 months ago
- 0dd7539 Split ApplyRemoteDescription up into smaller functions. by Tomas Gunnarsson · 3 years, 2 months ago
- 1c7c09b Introduce SdpOfferAnswerHandler::RemoteDescriptionOperation. by Tomas Gunnarsson · 3 years, 2 months ago
- 651586c Move a part of ApplyRemoteDescription() into a separate function. by Tomas Gunnarsson · 3 years, 2 months ago
- b625edf Move one part of ApplyRemoteDescription out to a separate function. by Tomas Gunnarsson · 3 years, 2 months ago
- 42b983a Add some RTC_GUARDED_BY statements by Harald Alvestrand · 3 years, 5 months ago
- 880fa81 Reland "Use backticks not vertical bars to denote variables in comments for /pc" by Artem Titov · 3 years, 8 months ago
- fd05d6f Revert "Use backticks not vertical bars to denote variables in comments for /pc" by Björn Terelius · 3 years, 8 months ago
- 37ee0f5 Use backticks not vertical bars to denote variables in comments for /pc by Artem Titov · 3 years, 8 months ago
- dcb9ffc DataChannel: Propagate SCTP transport errors to the channels by Florent Castelli · 3 years, 9 months ago
- 4ea80f3 Disable PT based demuxing if MID header extension is present. by Henrik Boström · 3 years, 9 months ago
- f8187e0 [Unified Plan] Support multiple BUNDLE groups. by Henrik Boström · 3 years, 11 months ago
- 48171ec Remove more mentions of RTP datachannels by Harald Alvestrand · 3 years, 11 months ago
- 8546666 Add threading assertions to TransceiverList by Harald Alvestrand · 3 years, 11 months ago
- 7af57c6 Remove RTP data implementation by Harald Alvestrand · 4 years ago
- 64099bc Add locking to UniqueRandomIdGenerator. by Tomas Gunnarsson · 4 years ago
- 2efb8a5 Invalidate weak pointers in SdpOfferAnswerHandler::Close(). by Tomas Gunnarsson · 4 years ago
- 3278a71 Delete unused method SdpOfferAnswerHandler::GetTransportName. by Tomas Gunnarsson · 4 years ago
- 8cb9706 AddRemoteCandidate on the network thread by Tomas Gunnarsson · 4 years, 1 month ago
- d15a575 Use SequenceChecker from public API by Artem Titov · 4 years, 1 month ago
- d0acbd8 Revert "Do all BaseChannel operations within a single Thread::Invoke." by Taylor Brandstetter · 4 years, 1 month ago
- c1ad1ff Do all BaseChannel operations within a single Thread::Invoke. by Taylor Brandstetter · 4 years, 3 months ago
- a094787 Remove one use of sigslot from webrtc_session_description_factory by Harald Alvestrand · 4 years, 4 months ago
- 9cd199d Make SdpOfferAnswerHandler be owned, not contained. by Harald Alvestrand · 4 years, 5 months ago
- f01bd6c Break circular dependency on WebRtcSessionDescriptionFactory by Harald Alvestrand · 4 years, 5 months ago
- 763f5a9 Move initialization of WebRtcSessionDescriptionFactory to SdpHandler by Harald Alvestrand · 4 years, 5 months ago
- d89ce53 Make WebRtcSessionDescriptionFactory depend on 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
- d3ef499 Enable payload type based demuxing with multiple tracks when applicable. by Taylor Brandstetter · 4 years, 5 months ago
- 6f04b653 Move the streams concept into sdp_offer_answer 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
- 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, 5 months ago
- c06e374 Move more functions from PeerConnection to SdpOfferAnswer by Harald Alvestrand · 4 years, 5 months ago
- cdcfab0 Refactor webrtc::PeerConnection to split out offer/answer by Harald Alvestrand · 4 years, 6 months ago