1. ca77407 logd: ASAN cleansing by Mark Salyzyn · 9 years ago
  2. e4f2733 libziparchive: fix mac os breakage by Adam Lesinski · 8 years ago
  3. 1e39666 Add heuristic data race detection to sp<> by Hans Boehm · 8 years ago
  4. 0639227 Enable more modules on linux_bionic builds by Dan Willemsen · 8 years ago
  5. 1838db5 libutils: String\d+ make std_string private by Steven Moreland · 8 years ago
  6. f49c455 Merge "Clarify that Condition::wait() can spuriously wake up" by Tom Cherry · 8 years ago
  7. 621a393 Clarify that Condition::wait() can spuriously wake up by Tom Cherry · 8 years ago
  8. dd027ff Add tests for multiton issue by Colin Cross · 8 years ago
  9. a201281 Make libutils test compile on the host by Colin Cross · 8 years ago
  10. 2b34650 Merge "Revert "Make libutils test compile on the host"" by Richard Uhler · 8 years ago
  11. ec453b2 Revert "Make libutils test compile on the host" by Richard Uhler · 8 years ago
  12. 8a2887a Merge changes Icd5f39ae,I2a4e956c by Treehugger Robot · 8 years ago
  13. 3e5c135 Make libutils test compile on the host by Colin Cross · 8 years ago
  14. 0ab8252 Fix ODR issue in StrongPointer_test.cpp by Colin Cross · 8 years ago
  15. 7ebba21 Merge "Fix multiton issue" by Treehugger Robot · 8 years ago
  16. 5e1389c Fix multiton issue by Colin Cross · 8 years ago
  17. 533a1e3 Make Condition use CLOCK_MONOTONIC by Tom Cherry · 8 years ago
  18. b8549fc Merge "Vector.h: remove unused import <new>" by Treehugger Robot · 8 years ago
  19. b2f92ca Vector.h: remove unused import <new> by Steven Moreland · 8 years ago
  20. 949eaf5 Remove unused primes.py python file. by Steven Moreland · 8 years ago
  21. efb0fba RefBase.cpp remove unused include typeinfo by Steven Moreland · 8 years ago
  22. c758312 Make __android_log_assert behave more like libc asserts. by Elliott Hughes · 8 years ago
  23. fcceacf Exporting C++ headers from system/core by Vijay Venkatraman · 8 years ago
  24. 1d6b610 liblog: use log/log.h when utilizing ALOG macros by Mark Salyzyn · 8 years ago
  25. 27993bc Enable libbase/libutils/libziparchive on host bionic by Dan Willemsen · 8 years ago
  26. 94abded system/core: preparation to pull back interfaces from android/log.h by Mark Salyzyn · 8 years ago
  27. f147cde Test for _WIN32 in instead of USE_MINGW. by Elliott Hughes · 9 years ago
  28. 51b1e55 system/core Replace log/log.h with android/log.h by Mark Salyzyn · 9 years ago
  29. 316adc3 system/core Replace cutils/log.h with android/log.h by Mark Salyzyn · 9 years ago
  30. 2124a09 Merge "Fix more system/core/include warnings" by Colin Cross · 9 years ago
  31. 7d19dbc Use readdir instead of readdir_r. by Elliott Hughes · 9 years ago
  32. b6c6144 Fix more system/core/include warnings by Colin Cross · 9 years ago
  33. 347220f Fix warnings in libutils headers by Colin Cross · 9 years ago
  34. 60a12d6 libutils/Unicode.cpp: Correct length computation and add checks for utf16->utf8 by Sergio Giro · 9 years ago
  35. f495efd Unicode: specify destination length in utf8_to_utf16 methods by Sergio Giro · 9 years ago
  36. d23af55 Merge "Make RefBase more robust and debuggable" by Hans Boehm · 9 years ago
  37. 7dd72ec Make RefBase more robust and debuggable by Hans Boehm · 9 years ago
  38. c2c378c Merge "Improve RefBase documentation, especially for clients." am: 0f39fe22ae by Hans Boehm · 9 years ago
  39. 60906f7 Merge "Improve RefBase documentation, especially for clients." by Hans Boehm · 9 years ago
  40. 09588d7 Improve RefBase documentation, especially for clients. by Hans Boehm · 9 years ago
  41. ef0ed8c Merge "SharedBuffer: Fix bug in return value of release()" am: c064db48f1 by Greg Kaiser · 9 years ago
  42. 7dce1ce SharedBuffer: Fix bug in return value of release() by Greg Kaiser · 9 years ago
  43. d43e1cb Merge "Fix race bug in attemptIncStrong" am: 077135b18c by Hans Boehm · 9 years ago
  44. 06fd899 Merge "Fix race bug in attemptIncStrong" by Hans Boehm · 9 years ago
  45. bdf685b Fix race bug in attemptIncStrong by Hans Boehm · 9 years ago
  46. 0c03087 Merge \"Fix google-explicit-constructor warnings in system/core.\" by Chih-Hung Hsieh · 9 years ago
  47. 5db7bc5 Fix google-explicit-constructor warnings in system/core. by Chih-Hung Hsieh · 9 years ago
  48. c4527ca Merge \"LruCache: avoid copying keys in lookup\" am: 896c6b14ae by Sergio Giro · 9 years ago
  49. 98986a7 LruCache: avoid copying keys in lookup by Sergio Giro · 9 years ago
  50. 2652dd8 Merge \"Add test for RefBase etc.\" am: dc9fbc3440 by Hans Boehm · 9 years ago
  51. cadc4bd Add test for RefBase etc. by Hans Boehm · 9 years ago
  52. f85f66b Merge \"libutils: Limit integer sanitize to target only\" am: fc36f6fab6 by Dan Willemsen · 9 years ago
  53. f36af52 libutils: Limit integer sanitize to target only by Dan Willemsen · 9 years ago
  54. 7c4c2e0 resolve merge conflicts of 41e82a3 to stage-aosp-master by Colin Cross · 9 years ago
  55. 0dd7332 Convert libbacktrace, libutils to Soong by Dan Willemsen · 9 years ago
  56. b52f44b Merge "Fix SharedBuffer. Remove aref." am: 069517574e am: 1e081a8c5f by Hans Boehm · 9 years ago
  57. a627d48 Fix SharedBuffer. Remove aref. by Hans Boehm · 9 years ago
  58. d640240 Merge "Fix memory order and race bugs in Refbase.h & RefBase.cpp" am: 62212954ef by Hans Boehm · 9 years ago
  59. ef1036d Merge "Fix memory order and race bugs in Refbase.h & RefBase.cpp" by Hans Boehm · 9 years ago
  60. c85e76d Fix memory order and race bugs in Refbase.h & RefBase.cpp by Hans Boehm · 9 years ago
  61. e179f5b Merge "Fix strstr16." into nyc-dev am: a34a383607 by Michael Wright · 9 years ago
  62. 60d6871 Fix strstr16. by Michael Wright · 9 years ago
  63. 82389a6 Merge "SystemClock: elapsedRealtimeNano() should use clock_gettime() on Linux" am: e3ff256228 by Greg Hackmann · 9 years ago
  64. 74df033 Merge "SystemClock: add test" am: 282e8fb037 am: a91a1a990f by Greg Hackmann · 9 years ago
  65. 27149e3 Merge "SystemClock: elapsedRealtimeNano() should use clock_gettime() on Linux" by Treehugger Robot · 9 years ago
  66. e476b62 Merge "SystemClock: add test" by Treehugger Robot · 9 years ago
  67. 22c6fff Merge commit '8b452b876b90dcfff1dab9012b65b5e67c4531a4' into manual_merge_8b452b8 by Michael Wright · 9 years ago
  68. f4f4501 Add String16#contains and strstr16 methods. by Michael Wright · 9 years ago
  69. 72ee9c9 SystemClock: elapsedRealtimeNano() should use clock_gettime() on Linux by Greg Hackmann · 9 years ago
  70. 67edfb5 SystemClock: add test by Greg Hackmann · 9 years ago
  71. d4ddcca Merge "Fix google-explicit-constructor warnings." am: 7bdd6a8b5a am: 427d8d840f by Chih-hung Hsieh · 9 years ago
  72. 5f9de97 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  73. 41e2bdc Merge "Remove debugging code for a fixed 3.6 kernel bug." am: af61acc by Elliott Hughes · 9 years ago
  74. 1f84d4e Remove debugging code for a fixed 3.6 kernel bug. by Elliott Hughes · 9 years ago
  75. c01a1da system/core: Make Thread::run threadName argument required am: e71b914775 by Brian Carlstrom · 9 years ago
  76. fd5ba87 system/core: Make Thread::run threadName argument required by Brian Carlstrom · 9 years ago
  77. 7c49bec Merge "Cleanup uses of sprintf so we can deprecate it." am: 2c5b89a64a by George Burgess IV · 9 years ago
  78. 522cf17 Cleanup uses of sprintf so we can deprecate it. by George Burgess IV · 9 years ago
  79. 4f08114 Merge "system/core/lib[c]utils: Fix signedness comparison warnings." am: bba2151b29 by James Hawkins · 9 years ago
  80. 126fc15 system/core/lib[c]utils: Fix signedness comparison warnings. by James Hawkins · 9 years ago
  81. efcd053 Fix windows 64-bit builds by Dan Willemsen · 9 years ago
  82. c2bb9d4 Merge "Make libutils symbols protected" into nyc-dev am: aa2cf3facf by Dimitry Ivanov · 9 years ago
  83. 47d263b Make libutils symbols protected by Dimitry Ivanov · 9 years ago
  84. 9aedada Make libutils symbols protected by Dimitry Ivanov · 9 years ago
  85. 69ee20e resolve merge conflicts of 0f5d443d0c to nyc-dev-plus-aosp by James Hawkins · 9 years ago
  86. 8a78db4 Merge "system/core: Cleanup direct calls to opendir by containing in a std::unique_ptr." by James Hawkins · 9 years ago
  87. a563a3e Merge "libutils: add String8 and String16 std_string utility methods" am: fb0670d650 by Samuel Tan · 9 years ago
  88. f93ce1e Merge "libutils: remove whitespace from String8 files" am: e771e846a8 by Samuel Tan · 9 years ago
  89. a181cb6 libutils: add String8 and String16 std_string utility methods by Samuel Tan · 9 years ago
  90. afb802d libutils: remove whitespace from String8 files by Samuel Tan · 9 years ago
  91. fb6bb0a system/core: Cleanup direct calls to opendir by containing in a std::unique_ptr. by James Hawkins · 9 years ago
  92. 4042696 Merge "libutils: remove whitespaces in String16.cpp and String16.h" by Samuel Tan · 9 years ago
  93. 1b5ed1a libutils: remove whitespaces in String16.cpp and String16.h by Samuel Tan · 9 years ago
  94. fa68f21 Merge "Fix windows 64-bit builds" am: 3f68ba4dc6 by Dan Willemsen · 9 years ago
  95. 14005d2 Fix windows 64-bit builds by Dan Willemsen · 9 years ago
  96. 7e73630 Merge "more O_CLOEXEC" am: 920d637d25 am: 890cd99709 by Nick Kralevich · 9 years ago
  97. 41b2a89 more O_CLOEXEC by Nick Kralevich · 9 years ago
  98. 4984287 Merge "libutils: fix cache removal when callback invalidates the key" am: b0df9dca7c am: e483305e47 by Sergio Giro · 9 years ago
  99. 6a36c12 libutils: fix cache removal when callback invalidates the key by Sergio Giro · 9 years ago
  100. d0ec876 Merge "Use std::unique_ptr instead of UniquePtr." am: 0f61f86870 am: 0c69e9f271 by Dan Albert · 9 years ago