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