1. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  2. 9d24795 rtc::ZeroOnFreeBuffer: Don't forget to zero memory we free in operator= by Karl Wiberg · 6 years ago
  3. 4f3ce27 rtc::Buffer: Handle move self-assignment by Karl Wiberg · 6 years ago
  4. b3b0179 Fix backwards logic in rtc::Buffer::OnMovedFrom() by Karl Wiberg · 6 years ago
  5. 7d984ee Don't allocate an array of size 0, it causes a UBSan failure by Oleh Prypin · 6 years ago
  6. 5b32f23 Securely clear memory containing key information / passwords before freeing. by Joachim Bauch · 7 years ago
  7. 09819ec Improve the rtc::Buffer docs by Karl Wiberg · 7 years ago
  8. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  9. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/rtc_base/buffer.h]
  10. 529662a Move array_view.h to webrtc/api/ by kwiberg · 7 years ago
  11. e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 7 years ago
  12. 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 7 years ago
  13. f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 7 years ago
  14. c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago[Renamed (98%) from webrtc/base/buffer.h]
  15. ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago
  16. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 7 years ago
  17. 1330166 Add value_type alias to rtc::Buffer by Danil Chapovalov · 7 years ago
  18. 1ba21eb Add [c]begin() and [c]end() member functions to rtc::Buffer by kwiberg · 8 years ago
  19. 5377bc7 Test RTC_DCHECK_IS_ON instead of checking DCHECK_ALWAYS_ON everywhere by kwiberg · 8 years ago
  20. 8f90106 Revert of Test RTC_DCHECK_IS_ON instead of checking DCHECK_ALWAYS_ON everywhere (patchset #2 id:20001 of https://codereview.webrtc.org/2384693002/ ) by guidou · 8 years ago
  21. ab0b929 Test RTC_DCHECK_IS_ON instead of checking DCHECK_ALWAYS_ON everywhere by kwiberg · 8 years ago
  22. d313403 rtc::Buffer: Let SetData and AppendData accept anything with .data() and .size() by kwiberg · 8 years ago
  23. 5955e24 Added an empty() method to rtc::Buffer by ossu · 8 years ago
  24. c853597 rtc::Buffer: Grow capacity by at least 1.5x to prevent quadratic behavior by kwiberg · 8 years ago
  25. 1642620 Performance fix for H264 RBSP parsing. by Erik Språng · 8 years ago
  26. 52033d6 Add H264 bitstream rewriting to limit frame reordering marker in header by sprang · 8 years ago
  27. a4ac478 Define rtc::BufferT, like rtc::Buffer but for any trivial type by kwiberg · 9 years ago
  28. eec21bd Reland Use CopyOnWriteBuffer instead of Buffer to avoid unnecessary copies. by jbauch · 9 years ago
  29. 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
  30. 944c390 Use CopyOnWriteBuffer instead of Buffer to avoid unnecessary copies. by jbauch · 9 years ago
  31. 0149e75 Remove the (previosly deprecated) Pass methods by kwiberg · 9 years ago
  32. e3d9922 rtc::Buffer: Use RTC_DCHECK instead of assert by kwiberg · 9 years ago
  33. b9338ac Added an operator[] to Buffer, to make reading data easier. by ossu · 9 years ago
  34. b01c781 Added functional variants of Buffer::SetData and Buffer::AppendData. by ossu · 9 years ago
  35. 728012e Changed the semantics of Buffer::Clear to not alter the capacity by ossu · 9 years ago
  36. 8fb3557 rtc::Buffer: Replace an internal rtc::scoped_ptr with std::unique_ptr by kwiberg · 9 years ago
  37. 36220ae Slap deprecation notices on Pass methods by kwiberg · 9 years ago
  38. cea7c2f Replace manual casting to rvalue reference with calls to std::move by kwiberg · 9 years ago
  39. 0eb15ed Don't call the Pass methods of rtc::Buffer, rtc::scoped_ptr, and rtc::ScopedVector by kwiberg · 9 years ago
  40. 27dfe20 Remove final from rtc::Buffer. by noahric · 9 years ago
  41. c56ac1e rtc::Buffer: Remove backwards compatibility band-aids by Karl Wiberg · 9 years ago
  42. cbf0927 Revert "rtc::Buffer: Remove backwards compatibility band-aids" by Karl Wiberg · 10 years ago
  43. 9e1a6d7 rtc::Buffer: Remove backwards compatibility band-aids by Karl Wiberg · 10 years ago
  44. 011c00f rtc::Buffer: Accept void* in addition to the byte-sized types by Karl Wiberg · 10 years ago
  45. 9478437 rtc::Buffer improvements by Karl Wiberg · 10 years ago
  46. 61c2a6f Remove rtc::Buffer::length(), since no one uses it anymore by Karl Wiberg · 10 years ago
  47. 4d14592 rtc::Buffer: Restore length method for backwards compatibility by kwiberg@webrtc.org · 10 years ago
  48. eebcab5 rtc::Buffer: Rename length to size, for conformance with the STL by kwiberg@webrtc.org · 10 years ago
  49. 67186fe Fix clang style warnings in webrtc/base by kwiberg@webrtc.org · 10 years ago
  50. 11426dc Don't rely on webrtc/base/scoped_ptr.h to include stuff for you by kwiberg@webrtc.org · 10 years ago
  51. f048872 Adds a modified copy of talk/base to webrtc/base. It is the first step in by henrike@webrtc.org · 10 years ago
  52. e9a604a Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..." by perkj@webrtc.org · 10 years ago
  53. 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 · 10 years ago