Thanks to visit codestin.com
Credit goes to webrtc.googlesource.com

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