1. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  2. d4a37a6 Support absl::string_view in RTC_CHECK. by Mirko Bonadei · 6 years ago
  3. 5c3cf05 Remove std::stringstream from the RTC_CHECK implementation. by Jonas Olsson · 6 years ago
  4. d000b0a Move RTC_CHECK_OP error message construction out of header file. by Jonas Olsson · 6 years ago
  5. f8e5c11 Refactor checks to use a copy of the new logging backend. by Jonas Olsson · 6 years ago
  6. 500e75b Remove typedefs.h from webrtc/ root (part 1) by Fredrik Solenberg · 6 years ago
  7. 3b1df67 Add the missing header for `errno` variable in `checks.cc` by Jiawei Ou · 7 years ago
  8. 7c4deda Delete DumpBacktrace. by Niels Möller · 7 years ago
  9. 33fe1df Fix format string bug in RTC_CHECK facility. by Niels Möller · 7 years ago
  10. a8005cf Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  11. d37709b Revert "Fix circular dependencies between optional, array_view, and rtc_base." by Patrik Höglund · 7 years ago
  12. a9e0924 Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  13. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  14. 8ed8e56 Adding RTC_ prefixed LOG macros. by Mirko Bonadei · 7 years ago
  15. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  16. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/rtc_base/checks.cc]
  17. bdf3072 Revert of Remove typedefs.h from webrtc/ root (part 1) (patchset #3 id:40001 of https://codereview.webrtc.org/3007253002/ ) by kjellander · 7 years ago
  18. a895836 Remove typedefs.h from webrtc/ root (part 1) by solenberg · 7 years ago
  19. e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 7 years ago
  20. 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 7 years ago
  21. f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 7 years ago
  22. c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago[Renamed from webrtc/base/checks.cc]
  23. ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago[Renamed from webrtc/rtc_base/checks.cc]
  24. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 7 years ago[Renamed from webrtc/base/checks.cc]
  25. 37f5ecf Replace NULL with nullptr or null in webrtc/base/. by deadbeef · 8 years ago
  26. 2e48646 RTC_CHECK and RTC_DCHECK macros for C by kwiberg · 8 years ago
  27. e8be6ff Add last error to fatal error messages. by tommi · 8 years ago
  28. 91d6ede Add RTC_ prefix to (D)CHECKs and related macros. by henrikg · 9 years ago
  29. 4ca66d6 include cstdlib for free() and abort() by andrew@webrtc.org · 10 years ago
  30. 34a6764 Remove the checks.h dependence on logging.h in a standalone build. by andrew@webrtc.org · 10 years ago
  31. b0dc3d7 Precompile out our standalone CHECK macros in a Chromium build. by andrew@webrtc.org · 10 years ago
  32. a5b7869 Add CHECK and friends from Chromium. by andrew@webrtc.org · 10 years ago
  33. 324f63c rtc::Fatal output: Print space between # and message by kwiberg@webrtc.org · 10 years ago
  34. c50bf7c Added namespace rtc to some base classes and functions. It was causing linker error in the FYI bots: http://chromegw.corp.google.com/i/internal.chromium.webrtc.fyi/builders/Android%20Builder%20%28dbg%29/builds/1808/steps/compile/logs/stdio but also, not doing it pollutes the global namespace. by henrike@webrtc.org · 10 years ago
  35. f048872 Adds a modified copy of talk/base to webrtc/base. It is the first step in by henrike@webrtc.org · 10 years ago
  36. e9a604a Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..." by perkj@webrtc.org · 10 years ago
  37. 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