1. 45a2cd2 Fixing documentation for CopyOnWriteBuffer. by Amit Hilbuch · 6 years ago
  2. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  3. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  4. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from rtc_base/copyonwritebuffer.h]
  5. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  6. 2e00abc Reland "[cleanup] Remove useless includes." by Yves Gerey · 6 years ago
  7. 96a0f61 Revert "[cleanup] Remove useless includes." by Oleh Prypin · 6 years ago
  8. be8b534 [cleanup] Remove useless includes. by Yves Gerey · 6 years ago
  9. 4f6d233 Added explicit EOR to sctp messages and coalesce messages on the receiving side. by Jeroen de Borst · 6 years ago
  10. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  11. 84255bb Add explicit includes of refcountedobject.h where it is used. by Niels Möller · 7 years ago
  12. fb26f85 Revert "Reland "Make rtc_base/refcount.h self contained, not including refcountedobject.h."" by Niels Moller · 7 years ago
  13. bf6937a Reland "Make rtc_base/refcount.h self contained, not including refcountedobject.h." by Niels Möller · 7 years ago
  14. d25fa78 Revert "Make rtc_base/refcount.h self contained, not including refcountedobject.h." by Niels Moller · 7 years ago
  15. b7239a9 Make rtc_base/refcount.h self contained, not including refcountedobject.h. by Niels Möller · 7 years ago
  16. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  17. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/rtc_base/copyonwritebuffer.h]
  18. e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 7 years ago
  19. 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 7 years ago
  20. f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 7 years ago
  21. c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago[Renamed (97%) from webrtc/base/copyonwritebuffer.h]
  22. ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago
  23. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 7 years ago
  24. 3626d7e Move CopyOnWriteBuffer functions definitions from .h to .cc by Danil Chapovalov · 8 years ago
  25. 2b2779f Make CopyOnWriteBuffer keep capacity for SetData and Clear functions too. by Danil Chapovalov · 8 years ago
  26. 291cd8f CopyOnWriteBuffer::SetSize to smaller size memcpy less. by Danil Chapovalov · 8 years ago
  27. 8a0b128 Fix CopyOnWriteBuffer::cdata to return const pointer by danilchap · 8 years ago
  28. d8a9c53 Implement CopyOnWriteBuffer move using scoped_refptr move by danilchap · 8 years ago
  29. a4ac478 Define rtc::BufferT, like rtc::Buffer but for any trivial type by kwiberg · 8 years ago
  30. eec21bd Reland Use CopyOnWriteBuffer instead of Buffer to avoid unnecessary copies. by jbauch · 9 years ago
  31. 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
  32. 944c390 Use CopyOnWriteBuffer instead of Buffer to avoid unnecessary copies. by jbauch · 9 years ago
  33. 13041cf Add CopyOnWriteBuffer class by jbauch · 9 years ago