1. e222ee0 Move stringpiece.h and stringprintf.h to base/. by Elliott Hughes · 12 years ago
  2. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  3. 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 12 years ago
  4. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 12 years ago
  5. af1b892 Prevent hang due to HandleUnexpectedSignal reentry by Brian Carlstrom · 12 years ago
  6. 81b8871 Broaden scope of gAborting. Fixes hang in HandleUnexpectedSignal. by Brian Carlstrom · 12 years ago
  7. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  8. 81d425b Pass self to lock methods. by Ian Rogers · 12 years ago
  9. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  10. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  11. 7484741 Fix a bunch of lint. by Elliott Hughes · 12 years ago
  12. 4909ba4 Run the verifier single-threaded. by Elliott Hughes · 12 years ago
  13. 289be85 Include the crashing thread's name in crash dumps. by Elliott Hughes · 12 years ago
  14. 98eedd8 Don't SEGV in the signal handler in a unit test. by Elliott Hughes · 12 years ago
  15. 6fc5e48 Help gdb(1) find its way to the right thread. by Elliott Hughes · 12 years ago
  16. 0d39c12 "InitGoogle"-style argv stashing. by Elliott Hughes · 12 years ago
  17. 058a6de Switch completely over to libcorkscrew for Mac OS. by Elliott Hughes · 12 years ago
  18. 46e251b Switch to libcorkscrew for native stack traces. by Elliott Hughes · 12 years ago
  19. d06a6c7 [DO NOT MERGE] Improve signal catching and native stack dumps. by Elliott Hughes · 12 years ago
  20. 833770b Fix a SIGSTKFLT typo. by Elliott Hughes · 12 years ago
  21. 6c1c69e Various crash diagnostic improvements. by Elliott Hughes · 12 years ago
  22. 8593fdb Clean up host aborts (and simplify the code). by Elliott Hughes · 12 years ago
  23. 2554cb9 Only wait for gdb to attach if debug_db_uid is in the environment. by Elliott Hughes · 12 years ago
  24. d8af159 Use an alternate signal stack for the unexpected signals on the host. by Elliott Hughes · 12 years ago
  25. ac8097f Fix Mac build. by Elliott Hughes · 12 years ago
  26. 457005c Add signal handlers for host builds to imitate debuggerd. by Elliott Hughes · 12 years ago
  27. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 12 years ago
  28. 9ee5f9c Make all FATAL-related output appear as 'F' log output. by Elliott Hughes · 12 years ago
  29. 2faa5f1 Fix copyright headers. by Elliott Hughes · 12 years ago
  30. ad6c9c3 Mac build fixes. by Elliott Hughes · 13 years ago
  31. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 13 years ago
  32. a095764 Add back the dalvik-style JNI logging and tracing. by Elliott Hughes · 13 years ago
  33. 3402380 Remove uses of scoped_ptr_malloc. by Elliott Hughes · 13 years ago
  34. 8287072 Demangle C++ names in backtraces. by Elliott Hughes · 13 years ago
  35. ad107ab Remove author attributions. by Carl Shapiro · 13 years ago
  36. 2ed144c Preliminary implementation of the JNI invocation interface. by Carl Shapiro · 13 years ago
  37. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 13 years ago
  38. ffe6736 Implement Runtime::Abort and switch LOG(FATAL) over to it. by Elliott Hughes · 13 years ago