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

  1. 652c771 Move time_utils.h and crypto_random.h to webrtc namespace by Evan Shrubsole · 6 months ago
  2. 61090f1 Fix more shadow issues by Philipp Hancke · 6 months ago
  3. c8e422d Fix more shadowing issues by Philipp Hancke · 7 months ago
  4. de8429e Migrate absl variant to std in WebRTC by Danil Chapovalov · 7 months ago
  5. 64b076f4 Move socket_address.h to webrtc namespace by Evan Shrubsole · 7 months ago
  6. 0ebd67f Move string_builder.h to webrtc namespace by Evan Shrubsole · 7 months ago
  7. 418a8c2 Move string_format.h to webrtc namespace by Evan Shrubsole · 7 months ago
  8. b9f8636 dcsctp: Fix incorrect merge conflict from last CL by Victor Boivie · 8 months ago
  9. bcf588d dcsctp: Estimate rwnd by payload bytes by Victor Boivie · 8 months ago
  10. f6902af dcsctp: Set I-SACK bit when cwnd is low by Victor Boivie · 8 months ago
  11. 625884e dcsctp: Refactor rr_send_queue_test by Victor Boivie · 8 months ago
  12. 6b6ebf3 Format /net folder by Boris Tsirkin · 9 months ago
  13. b0acde3 dcsctp: Add handover test for interleaved streams by Victor Boivie · 10 months ago
  14. a79c709 dcsctp: Rename test module by Victor Boivie · 10 months ago
  15. 58562a8 dcsctp: Add handover state for received MIDs by Victor Boivie · 10 months ago
  16. da7b7ca Comment unused variables in implemented functions 15\n by Dor Hen · 11 months ago
  17. 7085a88 Avoid string duplication when returning StringBuilder strings by Tom Sepez · 11 months ago
  18. db54ea7 dcsctp: Add a fastpath for interleaved reassembly by Victor Boivie · 1 year ago
  19. 65b59a9 Prepend webrtc ns to StrJoin calls in dcsctp ns by Dor Hen · 1 year, 1 month ago
  20. 65b46da dcsctp: Don't send FORWARD-TSN in its own chunk by Victor Boivie · 1 year, 1 month ago
  21. 7929ef5 dcsctp: Add test for stream reset pending by Victor Boivie · 1 year, 1 month ago
  22. 8037fc6 Migrate absl::optional to std::optional by Florent Castelli · 1 year, 1 month ago
  23. 7348f82 dcsctp: Re-add lost validating in test case by Victor Boivie · 1 year, 1 month ago
  24. adb224b dcsctp: Simplify congestion control algorithm by Victor Boivie · 1 year, 1 month ago
  25. 1921fa5 Apply include-cleaner to api/test/[^/]* by Dor Hen · 1 year, 2 months ago
  26. 135f781 dcsctp: Pack state cookie by Victor Boivie · 1 year, 4 months ago
  27. b206ab1 dcsctp: Restart heartbeat timer when sending DATA by Victor Boivie · 1 year, 4 months ago
  28. 99c519b Mass removal of absl_deps in all BUILD.gn files by Florent Castelli · 1 year, 4 months ago
  29. 5566b91 Reland "Replace usage of link_capacity_kbps with DataRate link_capacity" by Per K · 1 year, 5 months ago
  30. ff2dd50 Revert "Replace usage of link_capacity_kbps with DataRate link_capacity" by Mirko Bonadei · 1 year, 5 months ago
  31. 6186c02 Replace usage of link_capacity_kbps with DataRate link_capacity by Per K · 1 year, 5 months ago
  32. 26a082c Introduce a mode that lets NetworkEmulationManager ignore DTLS handshake sizes. by Sergey Sukhanov · 1 year, 5 months ago
  33. 569849e Move call/simulated_network to test/network by Per K · 1 year, 5 months ago
  34. b5f2442 dcsctp: Remove dead code by Victor Boivie · 1 year, 5 months ago
  35. 28d07dd dcsctp: Compute RTO with higher precision by Victor Boivie · 1 year, 5 months ago
  36. de276cf dcsctp: Remove initial TSN from reassembly queue by Victor Boivie · 1 year, 6 months ago
  37. 0b83b2c dcsctp: Remove unreferenced reassembly_streams.cc by Victor Boivie · 1 year, 6 months ago
  38. 2fc097e Reapply "dcsctp: Add per-stream-limit, refactor limits." by Victor Boivie · 1 year, 7 months ago
  39. 47ce449 Revert "dcsctp: Add per-stream-limit, refactor limits." by Björn Terelius · 1 year, 7 months ago
  40. 4c990e2 dcsctp: Add per-stream-limit, refactor limits. by Victor Boivie · 1 year, 7 months ago
  41. 2bfb5db dcsctp: Update zero checksum option to v-06 draft by Victor Boivie · 1 year, 8 months ago
  42. e126e45 Fixing unspecified evaluation order of std:move(), to avoid future issues. by Tal Benesh · 1 year, 9 months ago
  43. 6791c9d dcsctp: Relax thread sequence checker by Victor Boivie · 1 year, 9 months ago
  44. c9d44b3 Add SendMany method to dcsctp socket by Daniel Collins · 1 year, 10 months ago
  45. d093d0d Change CallbackDeferrer to pre-reserve the deferred vector. by Daniel Collins · 1 year, 10 months ago
  46. 042e57d Add a fastpath for message reassembly that avoids map insertion by Daniel Collins · 1 year, 10 months ago
  47. 161d2c8 dcsctp: Fix not using iteraters after NackItem by Victor Boivie · 1 year, 10 months ago
  48. f418f48 Change CallbackDeferrer to use a variant and callback pointer instead of std::function by Daniel Collins · 1 year, 10 months ago
  49. 63e273a dcsctp: Persist all state in state cookie by Victor Boivie · 1 year, 10 months ago
  50. 9a2e32b dcsctp: Rename outstanding bytes to unacked bytes by Victor Boivie · 1 year, 10 months ago
  51. 9abc486 dcsctp: Use std::deque for outstanding_data by Victor Boivie · 1 year, 10 months ago
  52. 0328050 dcsctp: Calculate next_tsn by Victor Boivie · 1 year, 10 months ago
  53. b506d68 dcsctp: Remove deprecated delivery checks by Victor Boivie · 1 year, 10 months ago
  54. ebc4d3e Move StrJoin to rtc_base/strings by Sergey Silkin · 1 year, 11 months ago
  55. 82cbbcc dcsctp: Convert use of TimeMs to webrtc::Timestamp by Victor Boivie · 1 year, 11 months ago
  56. 2d43ab8 dcsctp: Add Now() callback by Victor Boivie · 1 year, 11 months ago
  57. 4397482 dcsctp: Convert timers to rtc::TimeDelta by Victor Boivie · 1 year, 11 months ago
  58. be04c98 dcsctp: Migrate non-Timer related to rtc::TimeDelta by Victor Boivie · 1 year, 11 months ago
  59. 37f5172 dcsctp: Use TimeDelta in RetransmissionTimeout by Victor Boivie · 1 year, 11 months ago
  60. 78f905e Move some users to use webrtc::RefCountInterface by Harald Alvestrand · 1 year, 11 months ago
  61. b78e6a9 dcsctp: Use TimeDelta in TX path by Victor Boivie · 1 year, 11 months ago
  62. 51b93a5 dcsctp: Simplify interface for unchanged timeout by Victor Boivie · 1 year, 11 months ago
  63. f3e9db9e dcsctp: Use InfiniteDuration for no max duration by Victor Boivie · 1 year, 11 months ago
  64. b847a43 dcsctp: Reset synchronously with incoming request by Victor Boivie · 2 years ago
  65. 9cf825d dcsctp: Abandon correct message on stream reset by Victor Boivie · 2 years ago
  66. ee0270b dcsctp: Rename message_id to mid by Victor Boivie · 2 years ago
  67. a557468 dcsctp: Only process meaningful FORWARD-TSN by Victor Boivie · 2 years ago
  68. a93f581 dcsctp: Don't generate FORWARD-TSN across stream resets by Victor Boivie · 2 years ago
  69. 06fbe63 dcsctp: Exit deferred stream reset on FORWARD-TSN by Victor Boivie · 2 years ago
  70. 77df7ff dcsctp: Cleanup use of matchers by Victor Boivie · 2 years ago
  71. 850296b Reapply "dcsctp: Negotiate zero checksum" by Victor Boivie · 2 years ago
  72. a7c6de9 dcsctp: Add retransmission counters to metrics by Victor Boivie · 2 years, 1 month ago
  73. bceec84 Format ^(api|call|common_audio|examples|media|net|p2p|pc)/ by Jared Siskin · 2 years, 5 months ago
  74. daaa6ab dcsctp: Add handover state for zero checksum by Victor Boivie · 2 years, 5 months ago
  75. 014cbed Revert "dcsctp: Negotiate zero checksum" by Victor Boivie · 2 years, 5 months ago
  76. a736f30 dcsctp: Negotiate zero checksum by Victor Boivie · 2 years, 5 months ago
  77. 3c6b46f Reland "dcsctp: Support zero checksum packets" by Victor Boivie · 2 years, 5 months ago
  78. 45eae34 Revert "dcsctp: Support zero checksum packets" by Victor Boivie · 2 years, 6 months ago
  79. 2a3942f dcsctp: Add transmission_control_block_test by Victor Boivie · 2 years, 6 months ago
  80. bd46bb7 dcsctp: Support zero checksum packets by Victor Boivie · 2 years, 6 months ago
  81. d7510fe dcsctp: add zero checksum acceptable chunk parameter by Victor Boivie · 2 years, 6 months ago
  82. 4fbf555 dcsctp: Make use of log_prefix consistent by Victor Boivie · 2 years, 7 months ago
  83. a1ceae2 Implement support for Chrome task origin tracing. #3.5/4 by Markus Handell · 2 years, 7 months ago
  84. a6b9924 Remove all usage of //rtc_base target by Florent Castelli · 2 years, 9 months ago
  85. 4387ad6 [Unwrap] Migrate dcsctp sequence numbers to SeqNumUnwrapper by Evan Shrubsole · 2 years, 9 months ago
  86. aa5897d Add conformance tests for integer unwrapping. by Evan Shrubsole · 2 years, 10 months ago
  87. 5c9b7da Add missing dependencies. by Mirko Bonadei · 3 years ago
  88. 8c725f3 Fix several UBsan issues with memcpy by Byoungchan Lee · 3 years, 1 month ago
  89. 871ad52 dcsctp: Only send packets if there is a TCB by Victor Boivie · 3 years, 1 month ago
  90. 9ce37cc dcsctp: Specify an initial RTT by Victor Boivie · 3 years, 1 month ago
  91. 5625a86 dcsctp: Handle re-received stream reset requests by Victor Boivie · 3 years, 1 month ago
  92. dd1eb2e dcsctp: Send buffered data directly on response by Victor Boivie · 3 years, 1 month ago
  93. 504198a dcsctp: Apply chunk before apply deferred reset by Victor Boivie · 3 years, 1 month ago
  94. e0b45c2 dcsctp: Expose negotiated stream counts by Victor Boivie · 3 years, 1 month ago
  95. 1b4d8ff dcsctp: Add handover state for stream counts by Victor Boivie · 3 years, 1 month ago
  96. 6ba4b63 Remove usage of rtc::MessageHandler in net/dcsctp by Danil Chapovalov · 3 years, 2 months ago
  97. 3b205da Increase precision of SimulatedTaskQueue (from ms to us). by Mirko Bonadei · 3 years, 2 months ago
  98. c05a1be Migrate remaining webrtc usage of TaskQueueBase to absl::AnyInvocable by Danil Chapovalov · 3 years, 2 months ago
  99. ecf88f4 Migrate net/dcsctp/ to absl::AnyInvocable based TaskQueueBase interface by Danil Chapovalov · 3 years, 3 months ago
  100. c8680c5 dcsctp: Generate lifecycle events by Victor Boivie · 3 years, 3 months ago