1. b9f6902 Store logging streams in a manually linked list instead of std::list by Danil Chapovalov · 4 years, 11 months ago
  2. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  3. 171bd26 Delete unused MacOS code related to ERRCTX_OSSTATUS by Niels Möller · 5 years ago
  4. f4e085a Using absl traits for checks and logging. by Sebastian Jansson · 5 years ago
  5. b113862 Allow log print of data units. by Sebastian Jansson · 5 years ago
  6. 10c5a93 Relanding #128202 Adding support for enum class in RTC_CHECK and RTC_LOG. by Amit Hilbuch · 5 years ago
  7. ae88f39 Revert "Adding support for enum class in RTC_CHECK and RTC_LOG." by Steve Anton · 5 years ago
  8. 6b6f537 Adding support for enum class in RTC_CHECK and RTC_LOG. by Amit Hilbuch · 5 years ago
  9. dc71420 Remove deprecated code from logging. by Mirko Bonadei · 6 years ago
  10. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  11. 25aefd3 Delete log severity LS_SENSITIVE by Niels Möller · 6 years ago
  12. 388e4e9 Make RTC_LOG_FILE_LINE use its parameters by Jonas Olsson · 6 years ago
  13. 3ea1878 Add severity into RTC logging callbacks by Jiawei Ou · 6 years ago
  14. 99a70a2 Remove rtc_base_approved_objc and introduce rtc_base:logging_mac. by Mirko Bonadei · 6 years ago
  15. 2e00abc Reland "[cleanup] Remove useless includes." by Yves Gerey · 6 years ago
  16. 96a0f61 Revert "[cleanup] Remove useless includes." by Oleh Prypin · 6 years ago
  17. be8b534 [cleanup] Remove useless includes. by Yves Gerey · 6 years ago
  18. 941a07c Remove all remaining non-test uses of std::stringstream. by Jonas Olsson · 6 years ago
  19. f2ce37c Add support for logging absl::string_view. by Jonas Olsson · 6 years ago
  20. d8c5078 Reland "Consolidate loggability checks and replace streams." by Jonas Olsson · 6 years ago
  21. 8a7916b Add a LOG macro with customizable file name and line number. by Jonas Olsson · 6 years ago
  22. 46d65e2 Revert "Consolidate loggability checks and replace streams." by Jonas Olsson · 6 years ago
  23. 4092cd6 Consolidate loggability checks and replace streams. by Jonas Olsson · 6 years ago
  24. f1e3cb4 Add OnLogMessage(msg, sev, tag) to logsinks by Paulina Hensman · 6 years ago
  25. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  26. 5abd78b Revert "Reland "Injectable logging"" by Alex Glaznev · 6 years ago
  27. cefc465 RTC_LOG_* macros: Implement argument passing with a single variadic call by Karl Wiberg · 6 years ago
  28. 65ec0fc Delete unneeded includes of basictypes.h. by Niels Möller · 6 years ago
  29. 21219a0e Reland "Injectable logging" by Paulina Hensman · 6 years ago
  30. 4f81038 Revert "Injectable logging" by Alex Glaznev · 6 years ago
  31. 59216ec Injectable logging by Paulina Hensman · 6 years ago
  32. 1ffb374 RTC_LOG(): Internally, pass logging severity as template argument by Karl Wiberg · 6 years ago
  33. ee10ea8 RTC_LOG(): Internally, pass logging severity as template argument by Karl Wiberg · 6 years ago
  34. ab4f1c1 Be more clever when passing default arguments in log statements by Karl Wiberg · 6 years ago
  35. e51a0a8 Re-Reland "Some cleanup for the logging code:"" by Tommi · 7 years ago
  36. fef0500 Adding a new string utility class: SimpleStringBuilder. by Tommi · 7 years ago
  37. d81aac4 Revert "Reland "Some cleanup for the logging code:"" by Zhi Huang · 7 years ago
  38. 12dc184 Reland "Some cleanup for the logging code:" by Tommi · 7 years ago
  39. 278aa42 Revert "Some cleanup for the logging code:" by Philip Eliasson · 7 years ago
  40. 9ecdcdf Some cleanup for the logging code: by Tommi · 7 years ago
  41. 2b6f135 Un-inline LogMessage::Loggable by Jonas Olsson · 7 years ago
  42. 45cc890 Assorted logging pedantry by Jonas Olsson · 7 years ago
  43. 24ea822 Remove logging in audio/* from release builds. by Jonas Olsson · 7 years ago
  44. 86b893c Delete declaration of LogMultilineState and LogMultiline. by Niels Möller · 7 years ago
  45. 895d4cf Delete unused class LoggingAdapter. by Niels Möller · 7 years ago
  46. a8005cf Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  47. d37709b Revert "Fix circular dependencies between optional, array_view, and rtc_base." by Patrik Höglund · 7 years ago
  48. a9e0924 Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  49. b3d7cac Reland "Reland "Implement RTC_DLOG macro and use in a few places to test."" by Fredrik Solenberg · 7 years ago
  50. c296255 Revert "Reland "Implement RTC_DLOG macro and use in a few places to test."" by Patrik Höglund · 7 years ago
  51. d6fc82f Reland "Implement RTC_DLOG macro and use in a few places to test." by Fredrik Solenberg · 7 years ago
  52. 6dfb5a8 Revert "Implement RTC_DLOG macro and use in a few places to test." by Fredrik Solenberg · 7 years ago
  53. b18e868 Implement RTC_DLOG macro and use in a few places to test. by Fredrik Solenberg · 7 years ago
  54. 1a87a8f Removing backward compatible LOG macros. by Mirko Bonadei · 7 years ago
  55. 8ed8e56 Adding RTC_ prefixed LOG macros. by Mirko Bonadei · 7 years ago
  56. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  57. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/rtc_base/logging.h]
  58. e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 7 years ago
  59. 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 7 years ago
  60. f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 7 years ago
  61. c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago[Renamed (98%) from webrtc/base/logging.h]
  62. ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago
  63. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 7 years ago
  64. 37f5ecf Replace NULL with nullptr or null in webrtc/base/. by deadbeef · 8 years ago
  65. 77eab70 Enable the -Wundef warning for clang by kwiberg · 8 years ago
  66. e38e4f6 IWYU: errno.h in base/logging.h by mostynb · 8 years ago
  67. 82d7862 Change default timestamp to 64 bits in all webrtc directories. by Honghai Zhang · 8 years ago
  68. 09ca02e Replace use of GetMacOSStatusErrorString (deprecated) with use of NSOSStatusErrorDomain. by Tommi · 8 years ago
  69. b252856 Remove all uses of the HAVE_CONFIG_H define. by Henrik Kjellander · 8 years ago
  70. a41ab93 Switch usage of _DEBUG macro to NDEBUG. by tfarina · 9 years ago
  71. 225789d Move logging CriticalSection into implementation. by Peter Boström · 9 years ago
  72. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  73. 3c089d7 Add RTC_ prefix to contructormagic macros. by henrikg · 9 years ago
  74. ebed24d Do not print C++ line numbers for Java logging. by Alex Glaznev · 9 years ago
  75. 66f0da2 Log to webrtc logging stream from java code. by jiayl · 9 years ago
  76. 88703d7 Disable base/logging.h stderr logs by default for webrtc/ tests. by andrew · 9 years ago
  77. 00aac5a Some cleanup for base/logging and base/stream.h by Tommi · 9 years ago
  78. 0eefb4d Detach base/logging.* from base/stream.*. by Tommi · 9 years ago
  79. ae0f0ee Cleanup: Remove DISALLOW_EVIL_CONSTRUCTORS macro. by Thiago Farina · 9 years ago
  80. 92a9bac Rebase webrtc/base with r6682 version of talk/base: by henrike@webrtc.org · 10 years ago
  81. f048872 Adds a modified copy of talk/base to webrtc/base. It is the first step in by henrike@webrtc.org · 10 years ago
  82. e9a604a Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..." by perkj@webrtc.org · 10 years ago
  83. 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