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

  1. e6a1f70 Use webrtc name specifier instead of rtc/cricket in pc by Evan Shrubsole · 7 months ago
  2. 17ddd31 Add a DataChannelEventOutput interface to listen to DataChannel by Philip Eliasson · 7 months ago
  3. f0d5caf IWYU pc/ by Harald Alvestrand · 7 months ago
  4. 6a9a1ae Move thread.h to webrtc namespace by Evan Shrubsole · 8 months ago
  5. eb835d0 Move ssl_stream_adapter.h to webrtc namespace by Evan Shrubsole · 8 months ago
  6. d01d07d Move weak_ptr.h to webrtc namespace by Evan Shrubsole · 9 months ago
  7. 8037fc6 Migrate absl::optional to std::optional by Florent Castelli · 1 year, 2 months ago
  8. 0012bfa Change DataChannelInit::priority to integer and forward to SCTP transport by Florent Castelli · 1 year, 4 months ago
  9. cdecc4e Expose bufferedAmountLowThreshold by Victor Boivie · 1 year, 8 months ago
  10. fea41f5 pc: Include SCTP queued bytes in buffered_amount by Victor Boivie · 1 year, 8 months ago
  11. cd3d29b pc: Simplify StreamId class by Victor Boivie · 1 year, 8 months ago
  12. 44ebe2a Refactor HasDataChannels by Tommi · 2 years, 6 months ago
  13. 522380f Attempt to recycle a stopped data m-line before creating a new one by Philipp Hancke · 2 years, 6 months ago
  14. aa3c9f2 Reland "Add param to DCC::SetupDataChannelTransport_n, simplify DCC* setup code." by Tommi · 2 years, 7 months ago
  15. 2983135 Revert "Add param to DCC::SetupDataChannelTransport_n, simplify DCC* setup code." by Mirko Bonadei · 2 years, 7 months ago
  16. 2ec6a6c Add param to DCC::SetupDataChannelTransport_n, simplify DCC* setup code. by Tommi · 2 years, 7 months ago
  17. b00d63c Merge TeardownDataChannelTransport_n and OnTransportChannelClosed. by Tommi · 2 years, 7 months ago
  18. add7ac0 Remove calls to data_channel_transport() from the wrong thread. by Tommi · 2 years, 7 months ago
  19. f9e13f8 Reland "[DataChannel] Send and receive packets on the network thread." by Tommi · 2 years, 7 months ago
  20. 7f16fcd Revert "[DataChannel] Send and receive packets on the network thread." by Andrey Logvin · 2 years, 8 months ago
  21. fe53fec [DataChannel] Send and receive packets on the network thread. by Tommi · 2 years, 8 months ago
  22. 5271965 Update DataChannelControllerTests to exercise teardown path. by Tommi · 2 years, 8 months ago
  23. 1f708ef Cancel pending operations for the DCC during Pc::Close() by Tommi · 2 years, 8 months ago
  24. 77158ac DataChannelController: Rename HasDataChannels->HasDataChannelsForTest by Tommi · 2 years, 8 months ago
  25. 4f7ade5 Create SctpDataChannel objects on the network thread. by Tommi · 2 years, 8 months ago
  26. 335d084 Remove GetSctpSslRole, only use GetSctpSslRole_n by Tommi · 2 years, 8 months ago
  27. 9a2938b Remove HasSctpDataChannels() and just use HasDataChannels() by Tommi · 2 years, 8 months ago
  28. 8efaec6 Add thread checker to SctpSidAllocator by Tommi · 2 years, 8 months ago
  29. 1fabbac Update SctpTransportInternal to use RTCError. by Tommi · 2 years, 8 months ago
  30. 4c84222 Adopt StreamId in SctpDataChannelControllerInterface by Tommi · 2 years, 8 months ago
  31. e9aa867 Remove SctpDataChannelControllerInterface::ConnectDataChannel by Tommi · 2 years, 8 months ago
  32. dc90a9c [DataChannelController] Don't fire events from within a loop by Tommi · 2 years, 8 months ago
  33. 5da3eb0 Always ask for an SCTP m-section if datachannels have been used by Harald Alvestrand · 2 years, 8 months ago
  34. df3e4ca Remove SctpDataChannelControllerInterface::DisconnectDataChannel by Tommi · 2 years, 8 months ago
  35. 4e1c957 Remove cricket::ReceiveDataParams by Tommi · 2 years, 8 months ago
  36. 00264ca Remove remaining sigslots from DataChannelController by Tommi · 2 years, 8 months ago
  37. 51edb56 Remove SignalDataChannelTransportChannelClosed_s by Tommi · 2 years, 8 months ago
  38. 2a44872 Remove DataChannelController::sctp_data_channels_to_free_ by Tommi · 2 years, 8 months ago
  39. 13759ba Add safety flag to DataChannelController for PostTask. by Tommi · 2 years, 9 months ago
  40. 5bbfb00 Check for sctp open messages on the network thread. by Tommi · 2 years, 9 months ago
  41. d2afbaf Remove sigslot from PeerConnectionInternal and RTCStatsCollector. by Tommi · 2 years, 9 months ago
  42. 9e5aeb9 Safeguard SctpDataChannel against detached controller by Harald Alvestrand · 3 years, 6 months ago
  43. 22b5c3e Delete unused method FindDataChannelBySid by Niels Möller · 3 years, 7 months ago
  44. 09bdd95 Remove some dependencies that aren't needed by Harald Alvestrand · 3 years, 8 months ago
  45. c24a218 Update IWYU tool with a mapping file by Harald Alvestrand · 3 years, 9 months ago
  46. 5b84f38 Break out data_channel_controller from peerconnection target by Harald Alvestrand · 3 years, 9 months ago
  47. e0bc8d2 Revert "Replace use of sigslot with CallbackList in data_channel_controller" by Mirko Bonadei · 3 years, 9 months ago
  48. 8efc914 Replace use of sigslot with CallbackList in data_channel_controller by Harald Alvestrand · 3 years, 9 months ago
  49. 880fa81 Reland "Use backticks not vertical bars to denote variables in comments for /pc" by Artem Titov · 4 years, 4 months ago
  50. fd05d6f Revert "Use backticks not vertical bars to denote variables in comments for /pc" by Björn Terelius · 4 years, 4 months ago
  51. 37ee0f5 Use backticks not vertical bars to denote variables in comments for /pc by Artem Titov · 4 years, 4 months ago
  52. dcb9ffc DataChannel: Propagate SCTP transport errors to the channels by Florent Castelli · 4 years, 5 months ago
  53. d95b149 datachannel: Merge SendDataParams and DMT types with webrtc equivalent by Florent Castelli · 4 years, 6 months ago
  54. 516e284 Remove DataChannelType and deprecated option disable_sctp_data_channels by Florent Castelli · 4 years, 7 months ago
  55. 7af57c6 Remove RTP data implementation by Harald Alvestrand · 4 years, 7 months ago
  56. 572f50f Delete left-over references to AsyncInvoker by Niels Möller · 4 years, 7 months ago
  57. d69e070 Set/clear the data channel pointers on the network thread by Tomas Gunnarsson · 4 years, 7 months ago
  58. 236e36c Delete AsyncInvoker usage in DataChannelController by Niels Möller · 4 years, 8 months ago
  59. d15a575 Use SequenceChecker from public API by Artem Titov · 4 years, 9 months ago
  60. 5761e7b Running apply-iwyu on ~all files in pc/ by Harald Alvestrand · 4 years, 10 months ago
  61. 6da2718 Avoid deallocating the async invoker when clearing the transport. by Tomas Gunnarsson · 5 years ago
  62. 3a034e1 Split DataChannel into two separate classes for RTP and SCTP. by Taylor Brandstetter · 5 years ago
  63. 2e94de5 Add GetSctpStats to PeerConnectionInternal, remove sctp_data_channels() by Tomas Gunnarsson · 5 years ago
  64. 7d3cfbf Inject signaling and network threads to DataChannel. by Tomas Gunnarsson · 5 years ago
  65. ab81316 Housekeeping: Declare DataChannelController immovable by Harald Alvestrand · 6 years ago
  66. 2697ac1 Stop an SCTP connection when the DTLS transport closes. by Harald Alvestrand · 6 years ago
  67. 246724b Move messaging -> PostTask for freeing datachannels by Harald Alvestrand · 6 years ago
  68. 05e4d08 Refactoring DataChannelController from PeerConnection part 4 by Harald Alvestrand · 6 years ago