1. e0ec125 Add CopyOnWriteBuffer::empty accessor by Danil Chapovalov · 1 year, 4 months ago
  2. 26f7290 Mark rtc::CopyOnWriteBuffer move constructor noexcept by Danil Chapovalov · 1 year, 9 months ago
  3. afc2377 Allow CopyOnWriteBuffer to accept vector-like types. by philipel · 3 years, 6 months ago
  4. e4fd1ba Delete mutable rtc::CopyOnWriteBuffer::data by Danil Chapovalov · 4 years, 2 months ago
  5. 82e1875 Introduce CopyOnWriteBuffer::MutableData() function by Danil Chapovalov · 4 years, 2 months ago
  6. 741bab0 Add Slice method to CopyOnWriteBuffer and use it in FEC code. by Ilya Nikolaevskiy · 5 years ago
  7. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  8. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from rtc_base/copyonwritebuffer_unittest.cc]
  9. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  10. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  11. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/rtc_base/copyonwritebuffer_unittest.cc]
  12. e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 8 years ago
  13. 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 8 years ago
  14. f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 8 years ago
  15. c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 8 years ago[Renamed from webrtc/base/copyonwritebuffer_unittest.cc]
  16. ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 8 years ago[Renamed from webrtc/rtc_base/copyonwritebuffer_unittest.cc]
  17. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 8 years ago[Renamed from webrtc/base/copyonwritebuffer_unittest.cc]
  18. 2b2779f Make CopyOnWriteBuffer keep capacity for SetData and Clear functions too. by Danil Chapovalov · 9 years ago
  19. eec21bd Reland Use CopyOnWriteBuffer instead of Buffer to avoid unnecessary copies. by jbauch · 9 years ago
  20. 194e3bc Revert of Use CopyOnWriteBuffer instead of Buffer to avoid unnecessary copies. (patchset #4 id:60001 of https://codereview.webrtc.org/1785713005/ ) by kjellander · 9 years ago
  21. 944c390 Use CopyOnWriteBuffer instead of Buffer to avoid unnecessary copies. by jbauch · 9 years ago
  22. 13041cf Add CopyOnWriteBuffer class by jbauch · 9 years ago