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

  1. 5efb280 Reland "Mark deprecated features with [[deprecated]]" by Harald Alvestrand · 9 weeks ago
  2. 7e1a12d Revert "Mark deprecated features with [[deprecated]]" by Harald Alvestrand · 9 weeks ago
  3. 3cf5dc1 Mark deprecated features with [[deprecated]] by Harald Alvestrand · 9 weeks ago
  4. 921ba4c clang-tidy: apply modernize-use-designated-initializer to api/ pc/ by Philipp Hancke · 3 months ago
  5. 213119e Apply clang-tidy readability-redundant-smartptr-get by Philipp Hancke · 4 months ago
  6. 2eca959 clang-tidy: llvm-namespace-comment,readability-static-definition-in-anonymous-namespace by Philipp Hancke · 5 months ago
  7. e6a1f70 Use webrtc name specifier instead of rtc/cricket in pc by Evan Shrubsole · 7 months ago
  8. 945e517 Move cricket namespace to webrtc by Evan Shrubsole · 7 months ago
  9. f0d5caf IWYU pc/ by Harald Alvestrand · 7 months ago
  10. 6a9a1ae Move thread.h to webrtc namespace by Evan Shrubsole · 8 months ago
  11. cc5db7a Remove deprecated non-Optional datachannel parameters by Harald Alvestrand · 8 months ago
  12. eb835d0 Move ssl_stream_adapter.h to webrtc namespace by Evan Shrubsole · 8 months ago
  13. d01d07d Move weak_ptr.h to webrtc namespace by Evan Shrubsole · 9 months ago
  14. 1f9e604 Start deprecation process for non-Optional datachannel parameters by Harald Alvestrand · 10 months ago
  15. 8037fc6 Migrate absl::optional to std::optional by Florent Castelli · 1 year, 2 months ago
  16. 0012bfa Change DataChannelInit::priority to integer and forward to SCTP transport by Florent Castelli · 1 year, 4 months ago
  17. 5928e35 pc: Close the data channel association after sending messages in closing state by Florent Castelli · 1 year, 8 months ago
  18. 2c1cfd0 pc: Remove additional buffering in SctpDataChannel by Victor Boivie · 1 year, 8 months ago
  19. cdecc4e Expose bufferedAmountLowThreshold by Victor Boivie · 1 year, 8 months ago
  20. fea41f5 pc: Include SCTP queued bytes in buffered_amount by Victor Boivie · 1 year, 8 months ago
  21. cd3d29b pc: Simplify StreamId class by Victor Boivie · 1 year, 8 months ago
  22. 70cea9b [SctpDataChannel] Don't use PostTask for observer registration. by Tommi · 2 years, 3 months ago
  23. 2083894 Fix bug of messages being delivered before data channel is open by Yuwei Huang · 2 years, 6 months ago
  24. efb361c Register datachannel observer without blocking. by Tommi · 2 years, 6 months ago
  25. aa3c9f2 Reland "Add param to DCC::SetupDataChannelTransport_n, simplify DCC* setup code." by Tommi · 2 years, 7 months ago
  26. 2983135 Revert "Add param to DCC::SetupDataChannelTransport_n, simplify DCC* setup code." by Mirko Bonadei · 2 years, 7 months ago
  27. 2ec6a6c Add param to DCC::SetupDataChannelTransport_n, simplify DCC* setup code. by Tommi · 2 years, 7 months ago
  28. a50a81a [DataChannelInterface] Introduce DataChannelInterface::SendAsync() by Tommi · 2 years, 7 months ago
  29. e25c122 [SctpDataChannel] Populate the error() field on Send() by Tommi · 2 years, 7 months ago
  30. 56577cc Stash away a pointer to the signaling thread. by Tommi · 2 years, 7 months ago
  31. f9e13f8 Reland "[DataChannel] Send and receive packets on the network thread." by Tommi · 2 years, 7 months ago
  32. 7f16fcd Revert "[DataChannel] Send and receive packets on the network thread." by Andrey Logvin · 2 years, 8 months ago
  33. d091037 Revert "Handle corner case in SctpDataChannel::ObserverAdapter" by Tomas Gunnarsson · 2 years, 8 months ago
  34. 1b3c898 Handle corner case in SctpDataChannel::ObserverAdapter by Tommi · 2 years, 8 months ago
  35. fe53fec [DataChannel] Send and receive packets on the network thread. by Tommi · 2 years, 8 months ago
  36. 1158bde [SctpDataChannel] Add a copy of the sid for the network thread. by Tommi · 2 years, 8 months ago
  37. 4f7ade5 Create SctpDataChannel objects on the network thread. by Tommi · 2 years, 8 months ago
  38. e08f9a9 Remove SctpDataChannel::writable_ by Tommi · 2 years, 8 months ago
  39. 55f7280 [DataChannelController] Associate two methods with the network thread by Tommi · 2 years, 8 months ago
  40. 8efaec6 Add thread checker to SctpSidAllocator by Tommi · 2 years, 8 months ago
  41. 9296a16 Remove SctpDataChannel::Init() by Tommi · 2 years, 8 months ago
  42. 1fabbac Update SctpTransportInternal to use RTCError. by Tommi · 2 years, 8 months ago
  43. 4c84222 Adopt StreamId in SctpDataChannelControllerInterface by Tommi · 2 years, 8 months ago
  44. e9aa867 Remove SctpDataChannelControllerInterface::ConnectDataChannel by Tommi · 2 years, 8 months ago
  45. 934a88a Make verbose log statements in sctp_data_channel DLOGs by Tommi · 2 years, 8 months ago
  46. faf3387 Always require a valid controller when constructing an SctpDataChannel by Tommi · 2 years, 8 months ago
  47. df3e4ca Remove SctpDataChannelControllerInterface::DisconnectDataChannel by Tommi · 2 years, 8 months ago
  48. 4e1c957 Remove cricket::ReceiveDataParams by Tommi · 2 years, 8 months ago
  49. 00264ca Remove remaining sigslots from DataChannelController by Tommi · 2 years, 8 months ago
  50. 51edb56 Remove SignalDataChannelTransportChannelClosed_s by Tommi · 2 years, 8 months ago
  51. 492296c Remove the `SctpDataChannel::config_` member variable. by Tommi · 2 years, 8 months ago
  52. f21354c Transition data channnel to kClosed when not connected to a transport. by Tommi · 2 years, 8 months ago
  53. c2429a0 Simplify SctpDataChannel construction a bit. by Tommi · 2 years, 9 months ago
  54. 1c0d91f Use WeakPtr in SctpDataChannel. by Tommi · 2 years, 9 months ago
  55. d2afbaf Remove sigslot from PeerConnectionInternal and RTCStatsCollector. by Tommi · 2 years, 9 months ago
  56. 9e09a1f Replace Thread::Invoke with Thread::BlockingCall by Danil Chapovalov · 3 years, 2 months ago
  57. a30439b Migrate pc/ to absl::AnyInvocable based TaskQueueBase interface by Danil Chapovalov · 3 years, 4 months ago
  58. c374d11 Move to_queued_task.h and pending_task_safety_flag.h into public API by Artem Titov · 3 years, 5 months ago
  59. 105711e Move rtc::make_ref_counted to api/ by Niels Möller · 3 years, 5 months ago
  60. 9e5aeb9 Safeguard SctpDataChannel against detached controller by Harald Alvestrand · 3 years, 6 months ago
  61. 8f04c7c sctp: Handle concurrent data channel reset in transport by Florent Castelli · 3 years, 6 months ago
  62. 0d5ce62 Make RtpTransceiver not inherit from RefCountedObject. by Tomas Gunnarsson · 3 years, 8 months ago
  63. 0134303 datachannel: Don't close a data channel when the queue is full by Florent Castelli · 4 years ago
  64. 6595685 datachannel: Remove buffered_amount_ variable by Florent Castelli · 4 years, 1 month ago
  65. a563a2a datachannel: Add a MaxSendQueueSize() accessor in the API by Florent Castelli · 4 years, 1 month ago
  66. dcb9ffc DataChannel: Propagate SCTP transport errors to the channels by Florent Castelli · 4 years, 5 months ago
  67. 3d46d0b Proxy: solve event tracing with compile time strings. by Markus Handell · 4 years, 6 months ago
  68. a1b8201 Move proxies into pc/. by Markus Handell · 4 years, 6 months ago
  69. d95b149 datachannel: Merge SendDataParams and DMT types with webrtc equivalent by Florent Castelli · 4 years, 6 months ago
  70. 5183f00 datachannel: Make SendDataParams reliability fields optional<int> by Florent Castelli · 4 years, 6 months ago
  71. 87f7090 Replace more instances of rtc::RefCountedObject with make_ref_counted. by Tommi · 4 years, 7 months ago
  72. 88f4b33 usrsctp: Support sending and receiving empty messages by Florent Castelli · 4 years, 7 months ago
  73. 9d9b8de Reland "Rename SIGNALING and WORKER to PRIMARY and SECONDARY" by Mirko Bonadei · 4 years, 9 months ago
  74. 07a01d0 Revert "Rename SIGNALING and WORKER to PRIMARY and SECONDARY" by Mirko Bonadei · 4 years, 9 months ago
  75. a37f2bd Rename SIGNALING and WORKER to PRIMARY and SECONDARY by Harald Alvestrand · 4 years, 9 months ago
  76. b774d38 Remove use of AsyncInvoker from SctpDataChannel by Tomas Gunnarsson · 5 years ago
  77. 3a034e1 Split DataChannel into two separate classes for RTP and SCTP. by Taylor Brandstetter · 5 years ago