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