1. cf70776 Remove deprecated rtc::StreamInterface functions by Harald Alvestrand · 2 years, 3 months ago
  2. 11840ce Deprecate void* forms of StreamInterface::Read and ::Write by Harald Alvestrand · 2 years, 4 months ago
  3. 1f609c8 Add aliases for StreamInterface::Read/Write using ArrayView by Harald Alvestrand · 2 years, 4 months ago
  4. cbad8ad Delete rtc::Message and rtc::MessageHandler by Danil Chapovalov · 2 years, 6 months ago
  5. 14af762 Remove RTC_DISALLOW_COPY_AND_ASSIGN from rtc_base/ by Byoungchan Lee · 3 years, 2 months ago
  6. 0131a4d Delete StreamAdapterInterface by Niels Möller · 4 years ago
  7. 0448298 Revert "[Sheriff] Revert "Remove MessageHandler[AutoCleanup] dependency from StreamInterface."" by Tommi · 4 years, 5 months ago
  8. af05c83 [Sheriff] Revert "Remove MessageHandler[AutoCleanup] dependency from StreamInterface." by Marina Ciocea · 4 years, 5 months ago
  9. eb79dd9 Remove MessageHandler[AutoCleanup] dependency from StreamInterface. by Tomas Gunnarsson · 4 years, 5 months ago
  10. abdb470 Make MessageHandler cleanup optional. by Tomas Gunnarsson · 4 years, 6 months ago
  11. 3d22108 Remove unused critical section includes. by Markus Handell · 4 years, 8 months ago
  12. 4db28b5 Cleanup: Removes redundant includes on message_queue.h by Sebastian Jansson · 5 years ago
  13. 35214fc Add missing RTC_EXPORT for the component build. by Mirko Bonadei · 5 years ago
  14. 6cab98e Delete unused class FileStream by Niels Möller · 6 years ago
  15. 1333948 Move FifoBuffer to its own file and build target by Niels Möller · 6 years ago
  16. 39903df Delete unused method StreamInterface::ReadAll by Niels Möller · 6 years ago
  17. 23213d9 Refactor FileRotatingStream to use FileWrapper rather than FileStream by Niels Möller · 6 years ago
  18. 1a86b78 Delete StreamInterface methods GetPosition, SetPosition and Rewind by Niels Möller · 6 years ago
  19. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  20. 83953e4 Delete method StreamInterface::ReserveSize by Niels Möller · 6 years ago
  21. 0a7d56e Delete method StreamInterface::GetSize by Niels Möller · 6 years ago
  22. e7547d5 Move MemoryStream to separate source files, and to a test target. by Niels Möller · 6 years ago
  23. a8fa2d0 Move some methods from StreamInterface to FifoBuffer by Niels Möller · 6 years ago
  24. a2e133d Delete StreamInterface::ReadLine. by Niels Möller · 6 years ago
  25. 946179c Delete unused function rtc::Flow. by Niels Möller · 6 years ago
  26. 2e00abc Reland "[cleanup] Remove useless includes." by Yves Gerey · 6 years ago
  27. 96a0f61 Revert "[cleanup] Remove useless includes." by Oleh Prypin · 6 years ago
  28. be8b534 [cleanup] Remove useless includes. by Yves Gerey · 6 years ago
  29. e5aadba Delete unused HttpData methods. by Niels Möller · 6 years ago
  30. b4731ff Delete unused code in httpbase and httpcommon. by Niels Möller · 7 years ago
  31. e41c433 Move sigslot to proper third_party directory by Artem Titov · 7 years ago
  32. ff3dd0c Delete unused rtc::Stream subclasses. by Niels Möller · 7 years ago
  33. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  34. 7502a9e Delete ALIGNP macro, and use thereof in MemoryStream. by Niels Möller · 7 years ago
  35. 0614ed9 Remove calls to some POSIX APIs which Fuchsia does not implement. by Wez · 7 years ago
  36. 895d4cf Delete unused class LoggingAdapter. by Niels Möller · 7 years ago
  37. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  38. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/rtc_base/stream.h]
  39. 3c6abd2 Update thread annotiation macros in rtc_base to use RTC_ prefix by danilchap · 8 years ago
  40. eaea277 Delete deprecated static method FileStream::GetSize. by Niels Möller · 8 years ago
  41. e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 8 years ago
  42. 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 8 years ago
  43. f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 8 years ago
  44. c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 8 years ago[Renamed (99%) from webrtc/base/stream.h]
  45. ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 8 years ago
  46. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 8 years ago
  47. f137e97 Revert of Removing HTTPS and SOCKS proxy server code. (patchset #2 id:20001 of https://codereview.webrtc.org/2731673002/ ) by deadbeef · 8 years ago
  48. e9ad37c Delete unused classes from stream.cc by kthelgason · 8 years ago
  49. 37f5ecf Replace NULL with nullptr or null in webrtc/base/. by deadbeef · 8 years ago
  50. 9baddf2 Replace basictypes.h with stddef.h for size_t. by pbos · 8 years ago
  51. 4485ffb #include "webrtc/base/constructormagic.h" where appropriate by kwiberg · 9 years ago
  52. 555604a Replace scoped_ptr with unique_ptr in webrtc/base/ by jbauch · 9 years ago
  53. 097d549 Added thread annotations to FifoBuffer. by jbauch · 9 years ago
  54. 5ad935c Remove mutable from rtc::CriticalSection members. by pbos · 9 years ago
  55. 3c089d7 Add RTC_ prefix to contructormagic macros. by henrikg · 9 years ago
  56. 28bae02 Remove CircularFileStream / replace it with CallSessionFileRotatingStream. by tkchin · 10 years ago
  57. 2d3b7e2 AppRTCDemo file logging. by Zeke Chin · 10 years ago
  58. 00aac5a Some cleanup for base/logging and base/stream.h by Tommi · 10 years ago
  59. ae0f0ee Cleanup: Remove DISALLOW_EVIL_CONSTRUCTORS macro. by Thiago Farina · 10 years ago
  60. 67186fe Fix clang style warnings in webrtc/base by kwiberg@webrtc.org · 10 years ago
  61. f048872 Adds a modified copy of talk/base to webrtc/base. It is the first step in by henrike@webrtc.org · 11 years ago
  62. e9a604a Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..." by perkj@webrtc.org · 11 years ago
  63. 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