1. 8037fc6 Migrate absl::optional to std::optional by Florent Castelli · 7 months ago
  2. 99c519b Mass removal of absl_deps in all BUILD.gn files by Florent Castelli · 10 months ago
  3. b5f2442 dcsctp: Remove dead code by Victor Boivie · 11 months ago
  4. de276cf dcsctp: Remove initial TSN from reassembly queue by Victor Boivie · 12 months ago
  5. 0b83b2c dcsctp: Remove unreferenced reassembly_streams.cc by Victor Boivie · 12 months ago
  6. 042e57d Add a fastpath for message reassembly that avoids map insertion by Daniel Collins · 1 year, 4 months ago
  7. b506d68 dcsctp: Remove deprecated delivery checks by Victor Boivie · 1 year, 4 months ago
  8. ebc4d3e Move StrJoin to rtc_base/strings by Sergey Silkin · 1 year, 5 months ago
  9. 82cbbcc dcsctp: Convert use of TimeMs to webrtc::Timestamp by Victor Boivie · 1 year, 5 months ago
  10. 4397482 dcsctp: Convert timers to rtc::TimeDelta by Victor Boivie · 1 year, 5 months ago
  11. 51b93a5 dcsctp: Simplify interface for unchanged timeout by Victor Boivie · 1 year, 5 months ago
  12. b847a43 dcsctp: Reset synchronously with incoming request by Victor Boivie · 1 year, 6 months ago
  13. ee0270b dcsctp: Rename message_id to mid by Victor Boivie · 1 year, 6 months ago
  14. a557468 dcsctp: Only process meaningful FORWARD-TSN by Victor Boivie · 1 year, 6 months ago
  15. 4fbf555 dcsctp: Make use of log_prefix consistent by Victor Boivie · 2 years, 1 month ago
  16. a6b9924 Remove all usage of //rtc_base target by Florent Castelli · 2 years, 3 months ago
  17. 2cffde7 dcsctp: Restore from handover as separate methods by Victor Boivie · 2 years, 9 months ago
  18. 2a9bed3 dcsctp: Add interleaved reassembly streams by Victor Boivie · 2 years, 10 months ago
  19. c3e6e3a Remove dependency on rtc_base_approved from most targets by Florent Castelli · 3 years ago
  20. 57aa81b Remove //rtc_base:stringutils from public deps by Florent Castelli · 3 years ago
  21. 0af55ba Remove //rtc_base:logging from public deps by Florent Castelli · 3 years ago
  22. e17d111 dcsctp: Remove dependency on //rtc_base by Florent Castelli · 3 years ago
  23. 568bc23 dcsctp: Don't reassemble already received chunks by Victor Boivie · 3 years ago
  24. 584b4df dcsctp: Don't deliver skipped messages by Victor Boivie · 3 years, 1 month ago
  25. a04b8b5 dcsctp: Handle losing first DATA on ordered stream by Victor Boivie · 3 years, 1 month ago
  26. b951dc6 Allow specifying delayed task precision of dcsctp::Timer. by Henrik Boström · 3 years, 2 months ago
  27. 6223809 Remove top-level const from parameters in function declarations. by Ali Tofigh · 3 years, 2 months ago
  28. 29159ca dcsctp: Use c++17 structured bindings by Victor Boivie · 3 years, 2 months ago
  29. 4b7024b Revert "dcsctp: Use rtc::CopyOnWriteBuffer" by Victor Boivie · 3 years, 4 months ago
  30. 2db59a6 dcsctp: Use rtc::CopyOnWriteBuffer by Victor Boivie · 3 years, 4 months ago
  31. ab9ed5c dcsctp: Fixed minor typo by Victor Boivie · 3 years, 6 months ago
  32. 3852698 dcsctp: support handover state serialization testing by Sergey Sukhanov · 3 years, 6 months ago
  33. fed091e dcsctp: Move last_assembled_tsn_watermark further by Victor Boivie · 3 years, 7 months ago
  34. 9c1657c dcsctp: support socket handover in ReassemblyQueue by Sergey Sukhanov · 3 years, 7 months ago
  35. 225cd47 dcsctp: implement handover in DataTracker by Sergey Sukhanov · 3 years, 7 months ago
  36. ad6b7a7 dcsctp: introduce handover API types and implement it for streams by Sergey Sukhanov · 3 years, 7 months ago
  37. 3ec9e03 dcsctp: Removing all references to unordered_map by Victor Boivie · 3 years, 8 months ago
  38. 27d2be3 dcsctp: Optimize SACK generation by Victor Boivie · 3 years, 10 months ago
  39. 261eec5 dcsctp: Allow more outstanding fragments by Victor Boivie · 3 years, 10 months ago
  40. 8267724 dcsctp: Announce send buffer watermark as a_rwnd by Victor Boivie · 3 years, 10 months ago
  41. 5d4c3c5 dcsctp: Add more unit tests for DataTracker by Victor Boivie · 3 years, 10 months ago
  42. c09c581 dcsctp: Limit the size of generated SACK chunks by Victor Boivie · 3 years, 10 months ago
  43. 3a45d32 dcsctp: Report duplicate TSNs by Victor Boivie · 3 years, 11 months ago
  44. b7854e4 Enable GN check on //net. by Mirko Bonadei · 4 years ago
  45. 6072275 dcsctp: Add missing target dependencies by Florent Castelli · 4 years ago
  46. c54f672 dcsctp: Fix post-review comments for DataTracker by Victor Boivie · 4 years ago
  47. 250fbb3 dcsctp: Make Sequence Number API more consistent by Victor Boivie · 4 years ago
  48. cb70aa7 dcsctp: Add Reassembly Queue by Victor Boivie · 4 years ago
  49. 8a13d2c dcsctp: Add Traditional Reassembly Streams by Victor Boivie · 4 years ago
  50. b2d539b dcsctp: Add Data Tracker by Victor Boivie · 4 years ago