1. b6f459a Allow disabling callstack by Tomasz Wasilczyk · 1 year, 9 months ago
  2. c738370 libutils_binder: isolate headers by Steven Moreland · 1 year, 10 months ago
  3. 7a1ca59 libutils: split out libutils_binder by Steven Moreland · 1 year, 10 months ago[Renamed (98%) from libutils/RefBase.cpp]
  4. 18b7461 Migrate String8/16 from .string() to c_str() by Tomasz Wasilczyk · 2 years ago
  5. b7412c8 libutils: RefBase DEBUG_REF love by Steven Moreland · 2 years, 10 months ago
  6. 377adea libutils: DEBUG_* modes compile forever by Steven Moreland · 2 years, 10 months ago
  7. 5daa3bb Merge "RefBase: test for stack check" by Steven Moreland · 3 years ago
  8. cd4ef87 RefBase: test for stack check by Steven Moreland · 3 years ago
  9. ea25b4b Merge "libutils: disallow extending lifetime on stack" by Steven Moreland · 3 years ago
  10. 51e98b8 Merge "libutils: RefBase always disallow on stack" by Steven Moreland · 3 years ago
  11. d086fe5 libutils: disallow extending lifetime on stack by Steven Moreland · 3 years ago
  12. c340a08 libutils: RefBase always disallow on stack by Steven Moreland · 3 years ago
  13. 483a2de libutils: RefBase: extra check for double own by Steven Moreland · 3 years ago
  14. 5c15de2 Disable call stacks on every OS except Linux/Android by Andrei Homescu · 3 years, 8 months ago
  15. f164de8 libutils: ~RefBase more logs by Steven Moreland · 3 years, 5 months ago
  16. 0cbef72 RefBase: Unknown mFlag meaning by 陈冠有 · 4 years ago
  17. da75cef ANDROID_UTILS_REF_BASE_DISABLE_IMPLICIT_CONSTRUCTION by Steven Moreland · 4 years, 4 months ago
  18. 8377b10 Disable callstack for mac too. by Christopher Ferris · 4 years, 10 months ago
  19. 0e69160 Remove include/backtrace symlink. by Christopher Ferris · 4 years, 10 months ago
  20. 502f486 Suppress implicit-fallthrough warnings. by Chih-Hung Hsieh · 7 years ago
  21. 2a019ec Revert^2 "Prepare to fail in RefBase destructor if count is untouched" by Hans Boehm · 7 years ago
  22. b9d0753 Revert "Prepare to fail in RefBase destructor if count is untouched" by Hans Boehm · 7 years ago
  23. 9d3146a Prepare to fail in RefBase destructor if count is untouched by Hans Boehm · 7 years ago
  24. e1731a4 [libutils] Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  25. 122352d Use -Werror in system/core by Chih-Hung Hsieh · 8 years ago
  26. 6753bc4 Silence a use-after-free warning from the analyzer by George Burgess IV · 8 years ago
  27. 44cee05 split LightRefBase out of RefBase by Mathias Agopian · 8 years ago
  28. 22dbf39 clean-up libutils includes by Mathias Agopian · 8 years ago
  29. 1a055a8 RefBase.cpp remove unused include typeinfo by Steven Moreland · 8 years ago
  30. 1811d15 Fix more system/core/include warnings by Colin Cross · 9 years ago
  31. 17b5b82 Fix warnings in libutils headers by Colin Cross · 9 years ago
  32. 23c857e Make RefBase more robust and debuggable by Hans Boehm · 9 years ago
  33. 9ba7192 Improve RefBase documentation, especially for clients. by Hans Boehm · 9 years ago
  34. 7f27cbc Fix race bug in attemptIncStrong by Hans Boehm · 9 years ago
  35. e263e6c Fix memory order and race bugs in Refbase.h & RefBase.cpp by Hans Boehm · 9 years ago
  36. 1c563d9 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  37. e7aa2b2 Cleanup uses of sprintf so we can deprecate it. by George Burgess IV · 9 years ago
  38. 5bed803 libutils: turn on -Werror by Mark Salyzyn · 11 years ago
  39. 55e0f1c Fix stack trace logging in RefBase. by Ian McKellar · 11 years ago
  40. d98e07f move libs/utils to libutils by Alex Ray · 12 years ago[Renamed from libs/utils/RefBase.cpp]
  41. 9eb2a3b libutils clean-up by Mathias Agopian · 12 years ago
  42. d34a8ca improved CallStack a bit by Mathias Agopian · 12 years ago
  43. da8ec4b disable RefBase consistency checks (NDEBUG) by Mathias Agopian · 12 years ago
  44. 6cd548c Fix a crasher with RefBase debugging and vectors of wp<> by Mathias Agopian · 12 years ago
  45. 6d4419d A few tweaks to RefBase debugging by Mathias Agopian · 12 years ago
  46. a729ab1 fix a couple race-conditions in RefBase::promote() by Dianne Hackborn · 12 years ago
  47. 8a4cdbc temporary: enable ASSERTs in RefBase by Mathias Agopian · 12 years ago
  48. 769828d Fix RefBase debugging. O_CREAT must specify the mode. by Mathias Agopian · 12 years ago
  49. ae07445 Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGE by Steve Block · 14 years ago
  50. 1b781ab Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 14 years ago
  51. eb09533 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 14 years ago
  52. b37fbe9 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 14 years ago
  53. ad09965 fix a memory leak and memory corruption in RefBase by Mathias Agopian · 14 years ago
  54. 9c8fa9e revert surfaceflinger leak fix as it uncovered a crasher on xoom (DO NOT MERGE) by Mathias Agopian · 14 years ago
  55. 267ba69 Revert "revert surfaceflinger leak fix as it uncovered a crasher on xoom" by Mathias Agopian · 14 years ago
  56. dace0b4 revert surfaceflinger leak fix as it uncovered a crasher on xoom by Mathias Agopian · 14 years ago
  57. 9b6259a fix RefBase so it retains binary-compatibility with gingerbread (DO NOT MERGE) by Mathias Agopian · 14 years ago
  58. 4571143 Fix a leak in RefBase (DO NOT MERGE) by Mathias Agopian · 14 years ago
  59. 2be848d Call RefBase::destroy() when OBJECT_LIFETIME_* is not the default by Mathias Agopian · 14 years ago
  60. d781137 RefBase subclasses can now decide how they want to be destroyed. by Mathias Agopian · 14 years ago
  61. 8bb2795 libutils: Fix an improper const-cast in RefBase by Josh Stone · 14 years ago
  62. 7332f80 Fix sp<> conversion operator / constructor by Mathias Agopian · 14 years ago
  63. b26ea8b Fix some issues with RefBase debugging. by Mathias Agopian · 14 years ago
  64. 84a23fa Remove RefBase.h dependency on TextOutput.h by Mathias Agopian · 14 years ago
  65. cbb1011 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  66. cf59fa8 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  67. d245d1d Initial Contribution by The Android Open Source Project · 17 years ago