1. ebc4d3e Move StrJoin to rtc_base/strings by Sergey Silkin · 1 year, 4 months ago
  2. 82cbbcc dcsctp: Convert use of TimeMs to webrtc::Timestamp by Victor Boivie · 1 year, 4 months ago
  3. 2d43ab8 dcsctp: Add Now() callback by Victor Boivie · 1 year, 4 months ago
  4. 4397482 dcsctp: Convert timers to rtc::TimeDelta by Victor Boivie · 1 year, 4 months ago
  5. be04c98 dcsctp: Migrate non-Timer related to rtc::TimeDelta by Victor Boivie · 1 year, 4 months ago
  6. 37f5172 dcsctp: Use TimeDelta in RetransmissionTimeout by Victor Boivie · 1 year, 4 months ago
  7. 78f905e Move some users to use webrtc::RefCountInterface by Harald Alvestrand · 1 year, 5 months ago
  8. b78e6a9 dcsctp: Use TimeDelta in TX path by Victor Boivie · 1 year, 5 months ago
  9. 51b93a5 dcsctp: Simplify interface for unchanged timeout by Victor Boivie · 1 year, 5 months ago
  10. f3e9db9e dcsctp: Use InfiniteDuration for no max duration by Victor Boivie · 1 year, 5 months ago
  11. b847a43 dcsctp: Reset synchronously with incoming request by Victor Boivie · 1 year, 5 months ago
  12. 9cf825d dcsctp: Abandon correct message on stream reset by Victor Boivie · 1 year, 5 months ago
  13. ee0270b dcsctp: Rename message_id to mid by Victor Boivie · 1 year, 5 months ago
  14. a557468 dcsctp: Only process meaningful FORWARD-TSN by Victor Boivie · 1 year, 6 months ago
  15. a93f581 dcsctp: Don't generate FORWARD-TSN across stream resets by Victor Boivie · 1 year, 6 months ago
  16. 06fbe63 dcsctp: Exit deferred stream reset on FORWARD-TSN by Victor Boivie · 1 year, 6 months ago
  17. 77df7ff dcsctp: Cleanup use of matchers by Victor Boivie · 1 year, 6 months ago
  18. 850296b Reapply "dcsctp: Negotiate zero checksum" by Victor Boivie · 1 year, 6 months ago
  19. a7c6de9 dcsctp: Add retransmission counters to metrics by Victor Boivie · 1 year, 6 months ago
  20. bceec84 Format ^(api|call|common_audio|examples|media|net|p2p|pc)/ by Jared Siskin · 1 year, 11 months ago
  21. daaa6ab dcsctp: Add handover state for zero checksum by Victor Boivie · 1 year, 11 months ago
  22. 014cbed Revert "dcsctp: Negotiate zero checksum" by Victor Boivie · 1 year, 11 months ago
  23. a736f30 dcsctp: Negotiate zero checksum by Victor Boivie · 1 year, 11 months ago
  24. 3c6b46f Reland "dcsctp: Support zero checksum packets" by Victor Boivie · 1 year, 11 months ago
  25. 45eae34 Revert "dcsctp: Support zero checksum packets" by Victor Boivie · 1 year, 11 months ago
  26. 2a3942f dcsctp: Add transmission_control_block_test by Victor Boivie · 1 year, 11 months ago
  27. bd46bb7 dcsctp: Support zero checksum packets by Victor Boivie · 2 years ago
  28. d7510fe dcsctp: add zero checksum acceptable chunk parameter by Victor Boivie · 2 years ago
  29. 4fbf555 dcsctp: Make use of log_prefix consistent by Victor Boivie · 2 years ago
  30. a1ceae2 Implement support for Chrome task origin tracing. #3.5/4 by Markus Handell · 2 years, 1 month ago
  31. a6b9924 Remove all usage of //rtc_base target by Florent Castelli · 2 years, 2 months ago
  32. 4387ad6 [Unwrap] Migrate dcsctp sequence numbers to SeqNumUnwrapper by Evan Shrubsole · 2 years, 2 months ago
  33. aa5897d Add conformance tests for integer unwrapping. by Evan Shrubsole · 2 years, 3 months ago
  34. 5c9b7da Add missing dependencies. by Mirko Bonadei · 2 years, 5 months ago
  35. 8c725f3 Fix several UBsan issues with memcpy by Byoungchan Lee · 2 years, 6 months ago
  36. 871ad52 dcsctp: Only send packets if there is a TCB by Victor Boivie · 2 years, 6 months ago
  37. 9ce37cc dcsctp: Specify an initial RTT by Victor Boivie · 2 years, 6 months ago
  38. 5625a86 dcsctp: Handle re-received stream reset requests by Victor Boivie · 2 years, 6 months ago
  39. dd1eb2e dcsctp: Send buffered data directly on response by Victor Boivie · 2 years, 6 months ago
  40. 504198a dcsctp: Apply chunk before apply deferred reset by Victor Boivie · 2 years, 7 months ago
  41. e0b45c2 dcsctp: Expose negotiated stream counts by Victor Boivie · 2 years, 7 months ago
  42. 1b4d8ff dcsctp: Add handover state for stream counts by Victor Boivie · 2 years, 7 months ago
  43. 6ba4b63 Remove usage of rtc::MessageHandler in net/dcsctp by Danil Chapovalov · 2 years, 7 months ago
  44. 3b205da Increase precision of SimulatedTaskQueue (from ms to us). by Mirko Bonadei · 2 years, 7 months ago
  45. c05a1be Migrate remaining webrtc usage of TaskQueueBase to absl::AnyInvocable by Danil Chapovalov · 2 years, 8 months ago
  46. ecf88f4 Migrate net/dcsctp/ to absl::AnyInvocable based TaskQueueBase interface by Danil Chapovalov · 2 years, 8 months ago
  47. c8680c5 dcsctp: Generate lifecycle events by Victor Boivie · 2 years, 8 months ago
  48. 4a93da3 dcsctp: Report acked/abandoned messages when acked by Victor Boivie · 2 years, 9 months ago
  49. 4f15246 dcsctp: Support lifecycle events in send queue by Victor Boivie · 2 years, 9 months ago
  50. b5754b0 dcsctp: Refactor OutstandingData by Victor Boivie · 2 years, 9 months ago
  51. 00c6142 dcsctp: Refactor send queue (2/2) by Victor Boivie · 2 years, 9 months ago
  52. 8967672 dcsctp: Refactor send queue (1/2) by Victor Boivie · 2 years, 9 months ago
  53. 5e21262 dcsctp: Add API for lifecycle events by Victor Boivie · 2 years, 9 months ago
  54. 5b2556e dcsctp: Add metric for using message interleaving by Victor Boivie · 2 years, 9 months ago
  55. 2cffde7 dcsctp: Restore from handover as separate methods by Victor Boivie · 2 years, 9 months ago
  56. a2476e3 dcsctp: Enable message interleaving by Victor Boivie · 2 years, 9 months ago
  57. e39f1b5 dcsctp: Add priority support to send queue by Victor Boivie · 2 years, 9 months ago
  58. 752436f Add dependencies on absl when they are used but undeclared by Oleh Prypin · 2 years, 9 months ago
  59. 3bd0f86 Reland "dcsctp: Use stream scheduler in send queue" by Victor Boivie · 2 years, 9 months ago
  60. c374d11 Move to_queued_task.h and pending_task_safety_flag.h into public API by Artem Titov · 2 years, 9 months ago
  61. 105711e Move rtc::make_ref_counted to api/ by Niels Möller · 2 years, 9 months ago
  62. c8e8e76 dcsctp: Restart T3-RTX on fast rtx of lowest TSN by Victor Boivie · 2 years, 9 months ago
  63. 5df960d Revert "dcsctp: Use stream scheduler in send queue" by Victor Boivie · 2 years, 9 months ago
  64. d729d12 dcsctp: Use stream scheduler in send queue by Victor Boivie · 2 years, 9 months ago
  65. d701863 dcsctp: Add virtual time stream scheduler by Victor Boivie · 2 years, 9 months ago
  66. 0e230fd dcsctp: Refactor Send Queue by Victor Boivie · 2 years, 9 months ago
  67. 2a9bed3 dcsctp: Add interleaved reassembly streams by Victor Boivie · 2 years, 9 months ago
  68. 71ff71b dcsctp: Reset send queue when recreating TCB by Victor Boivie · 2 years, 10 months ago
  69. 7726b7d dcsctp: Abandon chunks marked for fast retransmit by Victor Boivie · 2 years, 10 months ago
  70. 7e897ae dcsctp: Add public API for setting priorities by Victor Boivie · 2 years, 10 months ago
  71. 1533f09 dcsctp: Add priority to dcsctp handover state by Victor Boivie · 2 years, 10 months ago
  72. 51e5bac Revert "dcsctp: Add public API for setting priorities" by Björn Terelius · 2 years, 10 months ago
  73. 17a02a3 dcsctp: Add public API for setting priorities by Victor Boivie · 2 years, 10 months ago
  74. f7fc71d dcsctp: Cleanup Metrics by Victor Boivie · 2 years, 10 months ago
  75. 69c83cd dcsctp: Fix typo for handing I-FORWARD-TSN. by Victor Boivie · 2 years, 10 months ago
  76. 8c72cc1 dcsctp: Handle in-progress stream sequence numbers by Victor Boivie · 2 years, 11 months ago
  77. 7bd3bc1 Revert "dcsctp: Reset send queue when recreating TCB" by Björn Terelius · 2 years, 11 months ago
  78. 3180a5a dcsctp: Reset send queue when recreating TCB by Victor Boivie · 2 years, 11 months ago
  79. e3b74f8 sctp: Fix data channel closing sequence by Florent Castelli · 2 years, 11 months ago
  80. d7fd0f9 dcsctp: Handle rapid closing of streams by Victor Boivie · 2 years, 11 months ago
  81. 5e354d9 dcsctp: Improve fast retransmission support by Victor Boivie · 2 years, 11 months ago
  82. a5fecb3 dcsctp: Add proper fast retransmission support by Victor Boivie · 2 years, 11 months ago
  83. 8ec4a2e dcsctp: Refactor chunk lifecycle state flag by Victor Boivie · 2 years, 11 months ago
  84. 01a0db2 dcsctp: Don't re-nack a fragment until sent again by Victor Boivie · 2 years, 11 months ago
  85. c3e6e3a Remove dependency on rtc_base_approved from most targets by Florent Castelli · 2 years, 11 months ago
  86. ed4aadc Move copy_on_write_buffer out of rtc_base_approved by Florent Castelli · 2 years, 11 months ago
  87. f9c5984 Move buffer out of rtc_base_approved by Florent Castelli · 2 years, 11 months ago
  88. 7e11ea2 dcsctp: Correct safety tag for MaxRetransmits by Victor Boivie · 2 years, 11 months ago
  89. ddc2f33 Revert "dcsctp: Avoid bundling FORWARD-TSN and DATA chunks" by Victor Boivie · 2 years, 11 months ago
  90. a6c10e3 Move strong_alias out of rtc_base_approved by Florent Castelli · 2 years, 11 months ago
  91. 71337f3 Move random out of rtc_base_approved by Florent Castelli · 2 years, 11 months ago
  92. 8d4e9fb Remove //api:sequence_checker from public deps by Florent Castelli · 3 years ago
  93. dd837e2 Remove //rtc_base:timeutils from public deps by Florent Castelli · 3 years ago
  94. 57aa81b Remove //rtc_base:stringutils from public deps by Florent Castelli · 3 years ago
  95. f86f6f9 Remove //rtc_base:refcount from public deps by Florent Castelli · 3 years ago
  96. 0af55ba Remove //rtc_base:logging from public deps by Florent Castelli · 3 years ago
  97. e17d111 dcsctp: Remove dependency on //rtc_base by Florent Castelli · 3 years ago
  98. f9e116f dcsctp: Continue reset pending streams by Victor Boivie · 3 years ago
  99. 8beccd5 dcsctp: Remove limit of message fragmentation by Victor Boivie · 3 years ago
  100. fbf0ac0 dcsctp: Clarify current behavior of stream reset by Victor Boivie · 3 years ago