1. 2e00abc Reland "[cleanup] Remove useless includes." by Yves Gerey · 6 years ago
  2. 96a0f61 Revert "[cleanup] Remove useless includes." by Oleh Prypin · 6 years ago
  3. be8b534 [cleanup] Remove useless includes. by Yves Gerey · 6 years ago
  4. 941a07c Remove all remaining non-test uses of std::stringstream. by Jonas Olsson · 6 years ago
  5. f2ce37c Add support for logging absl::string_view. by Jonas Olsson · 6 years ago
  6. d8c5078 Reland "Consolidate loggability checks and replace streams." by Jonas Olsson · 6 years ago
  7. 46d65e2 Revert "Consolidate loggability checks and replace streams." by Jonas Olsson · 6 years ago
  8. 4092cd6 Consolidate loggability checks and replace streams. by Jonas Olsson · 6 years ago
  9. 3e8cb47 Delegate WIN32_LEAN_AND_MEAN definition to the toolchain. by Mirko Bonadei · 6 years ago
  10. f1e3cb4 Add OnLogMessage(msg, sev, tag) to logsinks by Paulina Hensman · 6 years ago
  11. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  12. d294c85 LogMessage::UpdateMinLogSeverity: Don't ignore all but the last stream by Karl Wiberg · 6 years ago
  13. 5abd78b Revert "Reland "Injectable logging"" by Alex Glaznev · 6 years ago
  14. cefc465 RTC_LOG_* macros: Implement argument passing with a single variadic call by Karl Wiberg · 6 years ago
  15. 21219a0e Reland "Injectable logging" by Paulina Hensman · 6 years ago
  16. 4f81038 Revert "Injectable logging" by Alex Glaznev · 6 years ago
  17. 59216ec Injectable logging by Paulina Hensman · 6 years ago
  18. ab4f1c1 Be more clever when passing default arguments in log statements by Karl Wiberg · 6 years ago
  19. 881f168 Make SimpleStringBuilder into a non-template by Karl Wiberg · 7 years ago
  20. e51a0a8 Re-Reland "Some cleanup for the logging code:"" by Tommi · 7 years ago
  21. fef0500 Adding a new string utility class: SimpleStringBuilder. by Tommi · 7 years ago
  22. d81aac4 Revert "Reland "Some cleanup for the logging code:"" by Zhi Huang · 7 years ago
  23. 12dc184 Reland "Some cleanup for the logging code:" by Tommi · 7 years ago
  24. 278aa42 Revert "Some cleanup for the logging code:" by Philip Eliasson · 7 years ago
  25. 9ecdcdf Some cleanup for the logging code: by Tommi · 7 years ago
  26. 2b6f135 Un-inline LogMessage::Loggable by Jonas Olsson · 7 years ago
  27. 895d4cf Delete unused class LoggingAdapter. by Niels Möller · 7 years ago
  28. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  29. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  30. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/rtc_base/logging.cc]
  31. 3c6abd2 Update thread annotiation macros in rtc_base to use RTC_ prefix by danilchap · 7 years ago
  32. e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 7 years ago
  33. 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 7 years ago
  34. f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 7 years ago
  35. c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago[Renamed from webrtc/base/logging.cc]
  36. ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago[Renamed from webrtc/rtc_base/logging.cc]
  37. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 7 years ago[Renamed from webrtc/base/logging.cc]
  38. 37f5ecf Replace NULL with nullptr or null in webrtc/base/. by deadbeef · 8 years ago
  39. 77eab70 Enable the -Wundef warning for clang by kwiberg · 8 years ago
  40. 4f0dfbd Change initial DTLS retransmission timer from 1 second to 50ms. by Taylor Brandstetter · 8 years ago
  41. 82d7862 Change default timestamp to 64 bits in all webrtc directories. by Honghai Zhang · 8 years ago
  42. 555604a Replace scoped_ptr with unique_ptr in webrtc/base/ by jbauch · 8 years ago
  43. 09ca02e Replace use of GetMacOSStatusErrorString (deprecated) with use of NSOSStatusErrorDomain. by Tommi · 8 years ago
  44. 3f70562 Fix WebRtc ninja x86 build using Visual Studio 2015 (set GYP_MSVS_VERSION=2015). by conceptgenesis · 9 years ago
  45. a41ab93 Switch usage of _DEBUG macro to NDEBUG. by tfarina · 9 years ago
  46. 225789d Move logging CriticalSection into implementation. by Peter Boström · 9 years ago
  47. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  48. 59e72ab Enable logging for Mac by default on debug builds. by deadbeef · 9 years ago
  49. e4ba6ce Log the tag in native log stream. by Jiayang Liu · 9 years ago
  50. 3841943 Consolidate constructormagic macros with Chromium version and remove Chromium override. by henrikg · 9 years ago
  51. ebed24d Do not print C++ line numbers for Java logging. by Alex Glaznev · 9 years ago
  52. 66f0da2 Log to webrtc logging stream from java code. by jiayl · 9 years ago
  53. 9a78d22 Revert of Consolidate constructormagic macros with Chromium version and remove Chromium override. (patchset #4 id:60001 of https://codereview.webrtc.org/1316363005/ ) by tommi · 9 years ago
  54. 0de8ff4 Consolidate constructormagic macros with Chromium version and remove Chromium override. by henrikg · 9 years ago
  55. 88703d7 Disable base/logging.h stderr logs by default for webrtc/ tests. by andrew · 9 years ago
  56. ba35d05 Cleanup of iOS AudioDevice implementation by henrika · 9 years ago
  57. 00aac5a Some cleanup for base/logging and base/stream.h by Tommi · 9 years ago
  58. 23edcff Move base/logging.* to rtc_base_approved. by Tommi · 9 years ago
  59. 0eefb4d Detach base/logging.* from base/stream.*. by Tommi · 9 years ago
  60. ff689be Use std::min and std::max instead of self-defined functions such as rtc::_min/_max. by andresp@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 · 10 years ago
  62. e9a604a Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..." by perkj@webrtc.org · 10 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 · 10 years ago