- eec1810 Avoid touching channel after OnSctpDataChannelClosed by Tommi · 1 year, 9 months ago
- 44ebe2a Refactor HasDataChannels by Tommi · 1 year, 11 months ago
- 522380f Attempt to recycle a stopped data m-line before creating a new one by Philipp Hancke · 1 year, 11 months ago
- aa3c9f2 Reland "Add param to DCC::SetupDataChannelTransport_n, simplify DCC* setup code." by Tommi · 2 years ago
- 2983135 Revert "Add param to DCC::SetupDataChannelTransport_n, simplify DCC* setup code." by Mirko Bonadei · 2 years ago
- 2ec6a6c Add param to DCC::SetupDataChannelTransport_n, simplify DCC* setup code. by Tommi · 2 years ago
- b00d63c Merge TeardownDataChannelTransport_n and OnTransportChannelClosed. by Tommi · 2 years ago
- add7ac0 Remove calls to data_channel_transport() from the wrong thread. by Tommi · 2 years ago
- f9e13f8 Reland "[DataChannel] Send and receive packets on the network thread." by Tommi · 2 years ago
- 7f16fcd Revert "[DataChannel] Send and receive packets on the network thread." by Andrey Logvin · 2 years ago
- fe53fec [DataChannel] Send and receive packets on the network thread. by Tommi · 2 years ago
- 5271965 Update DataChannelControllerTests to exercise teardown path. by Tommi · 2 years ago
- 1f708ef Cancel pending operations for the DCC during Pc::Close() by Tommi · 2 years ago
- 1158bde [SctpDataChannel] Add a copy of the sid for the network thread. by Tommi · 2 years ago
- 77158ac DataChannelController: Rename HasDataChannels->HasDataChannelsForTest by Tommi · 2 years ago
- 4f7ade5 Create SctpDataChannel objects on the network thread. by Tommi · 2 years ago
- 5654898 Switch from pointer to ID for OnSctpDataChannelStateChanged by Tommi · 2 years ago
- 55f7280 [DataChannelController] Associate two methods with the network thread by Tommi · 2 years ago
- 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
- 8efaec6 Add thread checker to SctpSidAllocator by Tommi · 2 years ago
- 9296a16 Remove SctpDataChannel::Init() by Tommi · 2 years ago
- 1fabbac Update SctpTransportInternal to use RTCError. by Tommi · 2 years ago
- 4c84222 Adopt StreamId in SctpDataChannelControllerInterface by Tommi · 2 years ago
- e9aa867 Remove SctpDataChannelControllerInterface::ConnectDataChannel by Tommi · 2 years ago
- dc90a9c [DataChannelController] Don't fire events from within a loop by Tommi · 2 years ago
- ac87c8d Temporary fix to guard against sctp_data_channels_ being modified. by Tommi · 2 years ago
- 5da3eb0 Always ask for an SCTP m-section if datachannels have been used by Harald Alvestrand · 2 years, 1 month ago
- df3e4ca Remove SctpDataChannelControllerInterface::DisconnectDataChannel by Tommi · 2 years, 1 month ago
- 4e1c957 Remove cricket::ReceiveDataParams by Tommi · 2 years, 1 month ago
- 00264ca Remove remaining sigslots from DataChannelController by Tommi · 2 years, 1 month ago
- 51edb56 Remove SignalDataChannelTransportChannelClosed_s by Tommi · 2 years, 1 month ago
- 492296c Remove the `SctpDataChannel::config_` member variable. by Tommi · 2 years, 1 month ago
- 2a44872 Remove DataChannelController::sctp_data_channels_to_free_ by Tommi · 2 years, 1 month ago
- 13759ba Add safety flag to DataChannelController for PostTask. by Tommi · 2 years, 1 month ago
- 5bbfb00 Check for sctp open messages on the network thread. by Tommi · 2 years, 1 month ago
- 1c0d91f Use WeakPtr in SctpDataChannel. by Tommi · 2 years, 1 month ago
- d2afbaf Remove sigslot from PeerConnectionInternal and RTCStatsCollector. by Tommi · 2 years, 1 month ago
- 9e09a1f Replace Thread::Invoke with Thread::BlockingCall by Danil Chapovalov · 2 years, 7 months ago
- a30439b Migrate pc/ to absl::AnyInvocable based TaskQueueBase interface by Danil Chapovalov · 2 years, 9 months ago
- c374d11 Move to_queued_task.h and pending_task_safety_flag.h into public API by Artem Titov · 2 years, 10 months ago
- 9e5aeb9 Safeguard SctpDataChannel against detached controller by Harald Alvestrand · 2 years, 11 months ago
- 22b5c3e Delete unused method FindDataChannelBySid by Niels Möller · 3 years ago
- c24a218 Update IWYU tool with a mapping file by Harald Alvestrand · 3 years, 1 month ago
- 5b84f38 Break out data_channel_controller from peerconnection target by Harald Alvestrand · 3 years, 2 months ago
- e0bc8d2 Revert "Replace use of sigslot with CallbackList in data_channel_controller" by Mirko Bonadei · 3 years, 2 months ago
- 8efc914 Replace use of sigslot with CallbackList in data_channel_controller by Harald Alvestrand · 3 years, 2 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
- 6832ee2 Delete unneeded references to string_encode.h by Niels Möller · 3 years, 9 months ago
- dcb9ffc DataChannel: Propagate SCTP transport errors to the channels by Florent Castelli · 3 years, 9 months ago
- d95b149 datachannel: Merge SendDataParams and DMT types with webrtc equivalent by Florent Castelli · 3 years, 11 months ago
- 5183f00 datachannel: Make SendDataParams reliability fields optional<int> by Florent Castelli · 3 years, 11 months ago
- 516e284 Remove DataChannelType and deprecated option disable_sctp_data_channels by Florent Castelli · 4 years ago
- 7af57c6 Remove RTP data implementation by Harald Alvestrand · 4 years ago
- d69e070 Set/clear the data channel pointers on the network thread by Tomas Gunnarsson · 4 years ago
- 236e36c Delete AsyncInvoker usage in DataChannelController by Niels Möller · 4 years ago
- 5761e7b Running apply-iwyu on ~all files in pc/ by Harald Alvestrand · 4 years, 2 months ago
- 6da2718 Avoid deallocating the async invoker when clearing the transport. by Tomas Gunnarsson · 4 years, 7 months ago
- 3a034e1 Split DataChannel into two separate classes for RTP and SCTP. by Taylor Brandstetter · 4 years, 9 months ago
- 6476d0b Consolidate creation of DataChannel proxy to a single place by Tomas Gunnarsson · 4 years, 10 months ago
- 2e94de5 Add GetSctpStats to PeerConnectionInternal, remove sctp_data_channels() by Tomas Gunnarsson · 4 years, 10 months ago
- 7d3cfbf Inject signaling and network threads to DataChannel. by Tomas Gunnarsson · 4 years, 10 months ago
- 16d0d37 Apply performance-for-range-copy fixes. by Mirko Bonadei · 5 years ago
- f0a34f2 Revert "remove mslabel and mslabel ssrc-specific attributes" by Artem Titov · 5 years ago
- e3f257c remove mslabel and mslabel ssrc-specific attributes by Philipp Hancke · 5 years ago
- 2697ac1 Stop an SCTP connection when the DTLS transport closes. by Harald Alvestrand · 5 years ago
- dfbfb46 Return an error when datachannel closes due to network error by Harald Alvestrand · 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