1. 8f85a6a Patch for Solaris support, mostly ifdefs and header files, plus adds libevent configuration. by chromium@hybridsource.org · 13 years ago
  2. 22b86ac OpenBSD: make it possible to build libbase.a. by phajdan.jr@chromium.org · 13 years ago
  3. 8bfb85a Fix constness of StackTrace. by willchan@chromium.org · 13 years ago
  4. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 14 years ago
  5. 6d89907 Remove compat_execinfo since we no longer support Mac 10.4. by brettw@chromium.org · 14 years ago
  6. b33d254 scons: excise more scons references from the code base by evan@chromium.org · 14 years ago
  7. 2f49b12 Move debug-related stuff from base to the base/debug directory and use the by brettw@chromium.org · 14 years ago[Renamed (63%) from base/debug_util_posix.cc]
  8. e0e21d9 Revert 61269 (broke lots of browser and ui tests, like on your try run) - [GTK] delay reference count check in OwnedWidgetGtk by thakis@chromium.org · 14 years ago
  9. 91709d1 Revert 61272 - Fix windows build (missing include). by thakis@chromium.org · 14 years ago
  10. 0492975 Fix windows build (missing include). by estade@chromium.org · 14 years ago
  11. 4af8fe5 [GTK] delay reference count check in OwnedWidgetGtk by estade@chromium.org · 14 years ago
  12. 2bf1c98 symbolize: don't stringify errno if we're using google::Symbolize. by evan@chromium.org · 14 years ago
  13. 1326bd1 clang: don't build unused function by evan@chromium.org · 14 years ago
  14. facf7cd Cleanup some duplicated includes. by tfarina@chromium.org · 14 years ago
  15. 11f89b0 Header cleanup in base. by brettw@chromium.org · 14 years ago
  16. 0af671e In release mode, trigger a SIGABRT rather than a SIGTRAP for fatal log errors, i.e. CHECK(false). Also enable tests to make sure we assert/crash as expected. by thestig@chromium.org · 15 years ago
  17. 3669986 linux: check the return value passed through HANDLE_EINTR by evan@chromium.org · 15 years ago
  18. 9bd30ff Import google-glog's Symbolize() and use it in debug_util_posix.cc. by satorux@chromium.org · 15 years ago
  19. d2f76b6 Revert 36997 - Import googleglog's Symbolize() and use it in debug_util_posix.cc. by satorux@chromium.org · 15 years ago
  20. e2696a3 Import google-glog's Symbolize() and use it in debug_util_posix.cc. by satorux@chromium.org · 15 years ago
  21. 875bb6e Changes to base/ from a combination of FreeBSD and OpenBSD patches. by evan@chromium.org · 15 years ago
  22. 0b3a994 Demangle C++ symbols in stack traces for Linux. by evan@chromium.org · 15 years ago
  23. 90a3f8a Eliminate all uses of strerror() in code that uses src/base. strerror() is inherently unsafe in multi-threaded apps because it stores the string in a global buffer. It should never be used. If you want to log an error, use PLOG and friends, or if that's too high-level then use safe_strerror(). by tschmelcher@chromium.org · 15 years ago
  24. d68cdc4 Explicitly compare to NULL when looking for weak_import symbols. by craig.schlenter@chromium.org · 15 years ago
  25. f624877 A build fix for gcc 4.3 (and later). by craig.schlenter@chromium.org · 15 years ago
  26. 627f908 Revert r26431. by craig.schlenter@chromium.org · 15 years ago
  27. d5a2ae5 Squash warnings about backtrace et. al. not being NULL on Linux. by craig.schlenter@chromium.org · 15 years ago
  28. 0c0edbf Changes needed for MacOS X 10.4 support. by maf@google.com · 15 years ago
  29. b84e9bd Move StringPiece into the base namespace. It is colliding by tony@chromium.org · 15 years ago
  30. 6b77127 Print stack trace on exception in unit tests on Windows. by maruel@chromium.org · 15 years ago
  31. d340879 Implement BreakDebugger for ARM. by deanm@chromium.org · 15 years ago
  32. 113ec0d Lands http://codereview.chromium.org/99349 for Ryan. by sky@chromium.org · 15 years ago
  33. d263ad7 POSIX: Add a macro for handling EINTR. by agl@chromium.org · 15 years ago
  34. 24cb89e Print backtraces on FATAL log messages in debug mode. by ajwong@chromium.org · 15 years ago
  35. ebeaa63 Some fixes to ease debugging of the renderer process on OS X. by jeremy@chromium.org · 16 years ago
  36. 2fa8efb "Port" StackTrace to Mac Review URL: http://codereview.chromium.org/18173 by mark@chromium.org · 16 years ago
  37. f2fc7ce Mac build fix by agl@chromium.org · 16 years ago
  38. 7b2d00e Add StackTrace debugging utility class. by agl@chromium.org · 16 years ago
  39. 4cc8c09 Add Mac BeingDebugged implementation by mark@chromium.org · 16 years ago
  40. fa95b46 Move NOTIMPLEMENTED() macro from "base/notimplemented.h" into "base/logging.h". by ericroman@google.com · 16 years ago
  41. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  42. c2b652a Make debug_util cross platform, adding BeingDebugged and BreakDebugger. Linux by deanm@google.com · 16 years ago