1. eec1810 Avoid touching channel after OnSctpDataChannelClosed by Tommi · 1 year, 9 months ago
  2. 44ebe2a Refactor HasDataChannels by Tommi · 1 year, 11 months ago
  3. 522380f Attempt to recycle a stopped data m-line before creating a new one by Philipp Hancke · 1 year, 11 months ago
  4. aa3c9f2 Reland "Add param to DCC::SetupDataChannelTransport_n, simplify DCC* setup code." by Tommi · 2 years ago
  5. 2983135 Revert "Add param to DCC::SetupDataChannelTransport_n, simplify DCC* setup code." by Mirko Bonadei · 2 years ago
  6. 2ec6a6c Add param to DCC::SetupDataChannelTransport_n, simplify DCC* setup code. by Tommi · 2 years ago
  7. b00d63c Merge TeardownDataChannelTransport_n and OnTransportChannelClosed. by Tommi · 2 years ago
  8. add7ac0 Remove calls to data_channel_transport() from the wrong thread. by Tommi · 2 years ago
  9. f9e13f8 Reland "[DataChannel] Send and receive packets on the network thread." by Tommi · 2 years ago
  10. 7f16fcd Revert "[DataChannel] Send and receive packets on the network thread." by Andrey Logvin · 2 years ago
  11. fe53fec [DataChannel] Send and receive packets on the network thread. by Tommi · 2 years ago
  12. 5271965 Update DataChannelControllerTests to exercise teardown path. by Tommi · 2 years ago
  13. 1f708ef Cancel pending operations for the DCC during Pc::Close() by Tommi · 2 years ago
  14. 1158bde [SctpDataChannel] Add a copy of the sid for the network thread. by Tommi · 2 years ago
  15. 77158ac DataChannelController: Rename HasDataChannels->HasDataChannelsForTest by Tommi · 2 years ago
  16. 4f7ade5 Create SctpDataChannel objects on the network thread. by Tommi · 2 years ago
  17. 5654898 Switch from pointer to ID for OnSctpDataChannelStateChanged by Tommi · 2 years ago
  18. 55f7280 [DataChannelController] Associate two methods with the network thread by Tommi · 2 years ago
  19. 335d084 Remove GetSctpSslRole, only use GetSctpSslRole_n by Tommi · 2 years ago
  20. c61eee2 Split up GetSctpSslRole to include an _n variant. by Tommi · 2 years ago
  21. 8efaec6 Add thread checker to SctpSidAllocator by Tommi · 2 years ago
  22. 9296a16 Remove SctpDataChannel::Init() by Tommi · 2 years ago
  23. 1fabbac Update SctpTransportInternal to use RTCError. by Tommi · 2 years ago
  24. 4c84222 Adopt StreamId in SctpDataChannelControllerInterface by Tommi · 2 years ago
  25. e9aa867 Remove SctpDataChannelControllerInterface::ConnectDataChannel by Tommi · 2 years ago
  26. dc90a9c [DataChannelController] Don't fire events from within a loop by Tommi · 2 years ago
  27. ac87c8d Temporary fix to guard against sctp_data_channels_ being modified. by Tommi · 2 years ago
  28. 5da3eb0 Always ask for an SCTP m-section if datachannels have been used by Harald Alvestrand · 2 years, 1 month ago
  29. df3e4ca Remove SctpDataChannelControllerInterface::DisconnectDataChannel by Tommi · 2 years, 1 month ago
  30. 4e1c957 Remove cricket::ReceiveDataParams by Tommi · 2 years, 1 month ago
  31. 00264ca Remove remaining sigslots from DataChannelController by Tommi · 2 years, 1 month ago
  32. 51edb56 Remove SignalDataChannelTransportChannelClosed_s by Tommi · 2 years, 1 month ago
  33. 492296c Remove the `SctpDataChannel::config_` member variable. by Tommi · 2 years, 1 month ago
  34. 2a44872 Remove DataChannelController::sctp_data_channels_to_free_ by Tommi · 2 years, 1 month ago
  35. 13759ba Add safety flag to DataChannelController for PostTask. by Tommi · 2 years, 1 month ago
  36. 5bbfb00 Check for sctp open messages on the network thread. by Tommi · 2 years, 1 month ago
  37. 1c0d91f Use WeakPtr in SctpDataChannel. by Tommi · 2 years, 1 month ago
  38. d2afbaf Remove sigslot from PeerConnectionInternal and RTCStatsCollector. by Tommi · 2 years, 1 month ago
  39. 9e09a1f Replace Thread::Invoke with Thread::BlockingCall by Danil Chapovalov · 2 years, 7 months ago
  40. a30439b Migrate pc/ to absl::AnyInvocable based TaskQueueBase interface by Danil Chapovalov · 2 years, 9 months ago
  41. c374d11 Move to_queued_task.h and pending_task_safety_flag.h into public API by Artem Titov · 2 years, 10 months ago
  42. 9e5aeb9 Safeguard SctpDataChannel against detached controller by Harald Alvestrand · 2 years, 11 months ago
  43. 22b5c3e Delete unused method FindDataChannelBySid by Niels Möller · 3 years ago
  44. c24a218 Update IWYU tool with a mapping file by Harald Alvestrand · 3 years, 1 month ago
  45. 5b84f38 Break out data_channel_controller from peerconnection target by Harald Alvestrand · 3 years, 2 months ago
  46. e0bc8d2 Revert "Replace use of sigslot with CallbackList in data_channel_controller" by Mirko Bonadei · 3 years, 2 months ago
  47. 8efc914 Replace use of sigslot with CallbackList in data_channel_controller by Harald Alvestrand · 3 years, 2 months ago
  48. 880fa81 Reland "Use backticks not vertical bars to denote variables in comments for /pc" by Artem Titov · 3 years, 8 months ago
  49. fd05d6f Revert "Use backticks not vertical bars to denote variables in comments for /pc" by Björn Terelius · 3 years, 8 months ago
  50. 37ee0f5 Use backticks not vertical bars to denote variables in comments for /pc by Artem Titov · 3 years, 8 months ago
  51. 6832ee2 Delete unneeded references to string_encode.h by Niels Möller · 3 years, 9 months ago
  52. dcb9ffc DataChannel: Propagate SCTP transport errors to the channels by Florent Castelli · 3 years, 9 months ago
  53. d95b149 datachannel: Merge SendDataParams and DMT types with webrtc equivalent by Florent Castelli · 3 years, 11 months ago
  54. 5183f00 datachannel: Make SendDataParams reliability fields optional<int> by Florent Castelli · 3 years, 11 months ago
  55. 516e284 Remove DataChannelType and deprecated option disable_sctp_data_channels by Florent Castelli · 4 years ago
  56. 7af57c6 Remove RTP data implementation by Harald Alvestrand · 4 years ago
  57. d69e070 Set/clear the data channel pointers on the network thread by Tomas Gunnarsson · 4 years ago
  58. 236e36c Delete AsyncInvoker usage in DataChannelController by Niels Möller · 4 years ago
  59. 5761e7b Running apply-iwyu on ~all files in pc/ by Harald Alvestrand · 4 years, 2 months ago
  60. 6da2718 Avoid deallocating the async invoker when clearing the transport. by Tomas Gunnarsson · 4 years, 7 months ago
  61. 3a034e1 Split DataChannel into two separate classes for RTP and SCTP. by Taylor Brandstetter · 4 years, 9 months ago
  62. 6476d0b Consolidate creation of DataChannel proxy to a single place by Tomas Gunnarsson · 4 years, 10 months ago
  63. 2e94de5 Add GetSctpStats to PeerConnectionInternal, remove sctp_data_channels() by Tomas Gunnarsson · 4 years, 10 months ago
  64. 7d3cfbf Inject signaling and network threads to DataChannel. by Tomas Gunnarsson · 4 years, 10 months ago
  65. 16d0d37 Apply performance-for-range-copy fixes. by Mirko Bonadei · 5 years ago
  66. f0a34f2 Revert "remove mslabel and mslabel ssrc-specific attributes" by Artem Titov · 5 years ago
  67. e3f257c remove mslabel and mslabel ssrc-specific attributes by Philipp Hancke · 5 years ago
  68. 2697ac1 Stop an SCTP connection when the DTLS transport closes. by Harald Alvestrand · 5 years ago
  69. dfbfb46 Return an error when datachannel closes due to network error by Harald Alvestrand · 5 years ago
  70. 246724b Move messaging -> PostTask for freeing datachannels by Harald Alvestrand · 5 years ago
  71. 05e4d08 Refactoring DataChannelController from PeerConnection part 4 by Harald Alvestrand · 5 years ago
  72. 00cf34c Refactor DataChannel control out of PeerConnection by Harald Alvestrand · 5 years ago