1. 944c390 Use CopyOnWriteBuffer instead of Buffer to avoid unnecessary copies. by jbauch · 9 years ago
  2. 0149e75 Remove the (previosly deprecated) Pass methods by kwiberg · 9 years ago
  3. e3d9922 rtc::Buffer: Use RTC_DCHECK instead of assert by kwiberg · 9 years ago
  4. b9338ac Added an operator[] to Buffer, to make reading data easier. by ossu · 9 years ago
  5. b01c781 Added functional variants of Buffer::SetData and Buffer::AppendData. by ossu · 9 years ago
  6. 728012e Changed the semantics of Buffer::Clear to not alter the capacity by ossu · 9 years ago
  7. 8fb3557 rtc::Buffer: Replace an internal rtc::scoped_ptr with std::unique_ptr by kwiberg · 9 years ago
  8. 36220ae Slap deprecation notices on Pass methods by kwiberg · 9 years ago
  9. cea7c2f Replace manual casting to rvalue reference with calls to std::move by kwiberg · 9 years ago
  10. 0eb15ed Don't call the Pass methods of rtc::Buffer, rtc::scoped_ptr, and rtc::ScopedVector by kwiberg · 9 years ago
  11. 27dfe20 Remove final from rtc::Buffer. by noahric · 9 years ago
  12. c56ac1e rtc::Buffer: Remove backwards compatibility band-aids by Karl Wiberg · 10 years ago
  13. cbf0927 Revert "rtc::Buffer: Remove backwards compatibility band-aids" by Karl Wiberg · 10 years ago
  14. 9e1a6d7 rtc::Buffer: Remove backwards compatibility band-aids by Karl Wiberg · 10 years ago
  15. 011c00f rtc::Buffer: Accept void* in addition to the byte-sized types by Karl Wiberg · 10 years ago
  16. 9478437 rtc::Buffer improvements by Karl Wiberg · 10 years ago
  17. 61c2a6f Remove rtc::Buffer::length(), since no one uses it anymore by Karl Wiberg · 10 years ago
  18. 4d14592 rtc::Buffer: Restore length method for backwards compatibility by kwiberg@webrtc.org · 10 years ago
  19. eebcab5 rtc::Buffer: Rename length to size, for conformance with the STL by kwiberg@webrtc.org · 10 years ago
  20. 67186fe Fix clang style warnings in webrtc/base by kwiberg@webrtc.org · 10 years ago
  21. 11426dc Don't rely on webrtc/base/scoped_ptr.h to include stuff for you by kwiberg@webrtc.org · 10 years ago
  22. f048872 Adds a modified copy of talk/base to webrtc/base. It is the first step in by henrike@webrtc.org · 11 years ago
  23. e9a604a Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..." by perkj@webrtc.org · 11 years ago
  24. 2c7d1b3 Adds a modified copy of talk/base to webrtc/base. It is the first step in migrating talk/base to webrtc/base. by henrike@webrtc.org · 11 years ago