1. a627d48 Fix SharedBuffer. Remove aref. by Hans Boehm · 9 years ago
  2. ef1036d Merge "Fix memory order and race bugs in Refbase.h & RefBase.cpp" by Hans Boehm · 9 years ago
  3. c85e76d Fix memory order and race bugs in Refbase.h & RefBase.cpp by Hans Boehm · 9 years ago
  4. 27149e3 Merge "SystemClock: elapsedRealtimeNano() should use clock_gettime() on Linux" by Treehugger Robot · 9 years ago
  5. e476b62 Merge "SystemClock: add test" by Treehugger Robot · 9 years ago
  6. 72ee9c9 SystemClock: elapsedRealtimeNano() should use clock_gettime() on Linux by Greg Hackmann · 9 years ago
  7. 67edfb5 SystemClock: add test by Greg Hackmann · 9 years ago
  8. 5f9de97 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  9. 1f84d4e Remove debugging code for a fixed 3.6 kernel bug. by Elliott Hughes · 9 years ago
  10. 522cf17 Cleanup uses of sprintf so we can deprecate it. by George Burgess IV · 9 years ago
  11. 126fc15 system/core/lib[c]utils: Fix signedness comparison warnings. by James Hawkins · 9 years ago
  12. 47d263b Make libutils symbols protected by Dimitry Ivanov · 9 years ago
  13. 8a78db4 Merge "system/core: Cleanup direct calls to opendir by containing in a std::unique_ptr." by James Hawkins · 9 years ago
  14. a181cb6 libutils: add String8 and String16 std_string utility methods by Samuel Tan · 9 years ago
  15. afb802d libutils: remove whitespace from String8 files by Samuel Tan · 9 years ago
  16. fb6bb0a system/core: Cleanup direct calls to opendir by containing in a std::unique_ptr. by James Hawkins · 9 years ago
  17. 1b5ed1a libutils: remove whitespaces in String16.cpp and String16.h by Samuel Tan · 9 years ago
  18. 14005d2 Fix windows 64-bit builds by Dan Willemsen · 9 years ago
  19. 41b2a89 more O_CLOEXEC by Nick Kralevich · 9 years ago
  20. 6a36c12 libutils: fix cache removal when callback invalidates the key by Sergio Giro · 9 years ago
  21. a60b1d5 Use std::unique_ptr instead of UniquePtr. by Dan Albert · 9 years ago
  22. d15efa1 Merge "Teach sp<> how to std::move" am: 518d043c86 by John Reck · 9 years ago
  23. 2377963 Teach sp<> how to std::move by John Reck · 9 years ago
  24. 2ffa4db Merge "Disable sanitization for LinearTransform" am: c52b3c08fa by Andy Hung · 9 years ago
  25. a587836 Disable sanitization for LinearTransform by Andy Hung · 9 years ago
  26. e693722 am f8376607: Merge "system/core: fix iterator for LruCache" by Sergio Giro · 9 years ago
  27. 5e036f3 system/core: fix iterator for LruCache by Sergio Giro · 10 years ago
  28. d201801 am bda375fa: am c6c6ab50: Merge "Implement C++11 move semantics for android::FileMap" by Adam Lesinski · 10 years ago
  29. efcc536 am c6c6ab50: Merge "Implement C++11 move semantics for android::FileMap" by Adam Lesinski · 10 years ago
  30. b771a83 Implement C++11 move semantics for android::FileMap by Adam Lesinski · 10 years ago
  31. 345c173 am bdae9bf2: resolved conflicts for 70808827 to stage-aosp-master by Sergio Giro · 10 years ago
  32. edb9739 resolved conflicts for 70808827 to stage-aosp-master by Sergio Giro · 10 years ago
  33. 08f3530 system/core: remove BasicHashtable by Sergio Giro · 10 years ago
  34. ee241ae am b5a00d6b: am e0453334: Merge "system/core: remove methods returning SharedBuffer in String8, String16" by Sergio Giro · 10 years ago
  35. 776afb2 am e0453334: Merge "system/core: remove methods returning SharedBuffer in String8, String16" by Sergio Giro · 10 years ago
  36. 849b7a9 libutils: fix compile error in SharedBufferTest by Sergio Giro · 10 years ago
  37. 509a40f Merge "system/core: remove methods returning SharedBuffer in String8, String16" by Sergio Giro · 10 years ago
  38. 2b66108 system/core: remove methods returning SharedBuffer in String8, String16 by Sergio Giro · 10 years ago
  39. 263b6e7 am 8e2c8208: am 730fdbb1: Merge "system/core: change LruCache to use unordered_set instead of BasicHashTable" by Sergio Giro · 10 years ago
  40. cf83fee am 730fdbb1: Merge "system/core: change LruCache to use unordered_set instead of BasicHashTable" by Sergio Giro · 10 years ago
  41. a6adfb3 system/core: change LruCache to use unordered_set instead of BasicHashTable by Sergio Giro · 10 years ago
  42. 0fc7a3a libutils: fix compile error in SharedBufferTest by Sergio Giro · 10 years ago
  43. e0efd8b am f777655d: resolved conflicts for 6ee734cf to stage-aosp-master by Sergio Giro · 10 years ago
  44. 32ee058 resolved conflicts for 6ee734cf to stage-aosp-master by Sergio Giro · 10 years ago
  45. dd8dcfa libutils: hide SharedBuffer by moving SharedBuffer.h to the implementation directory by Sergio Giro · 10 years ago
  46. 217cfb7 am 742d0173: am 661600dd: am 110f705e: resolved conflicts for 832a0d1c to mnc-dev by Brian Carlstrom · 10 years ago
  47. 96bee4f resolved conflicts for 832a0d1c to mnc-dev by Brian Carlstrom · 10 years ago
  48. cca75cc resolved conflicts for cf676a86 to lmp-mr1-ub-dev by Brian Carlstrom · 10 years ago
  49. 419e6c3 libutils: Fix integer overflows in VectorImpl. by Narayan Kamath · 10 years ago
  50. d8c400a resolved conflicts for 32d86587 to mnc-dr-dev-plus-aosp by Narayan Kamath · 10 years ago
  51. 0dc7319 am bfe32228: Merge "Remove USE_MINGW/CYGWIN; Whitelist windows modules" by Dan Willemsen · 10 years ago
  52. 70c31c8 Remove USE_MINGW/CYGWIN; Whitelist windows modules by Dan Willemsen · 10 years ago
  53. 7ba4331 libutils: Fix integer overflows in VectorImpl. by Narayan Kamath · 10 years ago
  54. 5806864 am 2c58af52: Merge "VectorImpl.cpp: fix benign multiplication overflow" by Nick Kralevich · 10 years ago
  55. 397fae3 VectorImpl.cpp: fix benign multiplication overflow by Nick Kralevich · 10 years ago
  56. d14331f am 5b33306d: Merge "libutils: fix overflow in SharedBuffer [DO NOT MERGE]" into mnc-dev by Abhishek Arya · 10 years ago
  57. 5ebdf2c resolved conflicts for merge of 7c327194 to lmp-mr1-ub-dev by Bart Sears · 10 years ago
  58. 18a3af7 libutils: fix overflow in SharedBuffer [DO NOT MERGE] by Sergio Giro · 10 years ago
  59. 0cc9a6e libutils: fix overflow in SharedBuffer [DO NOT MERGE] by Sergio Giro · 10 years ago
  60. 03ec1f5 am 7ec4c228: am e80ec0c5: Merge "libutils: Enable LOCAL_SANITIZE := integer" by Nick Kralevich · 10 years ago
  61. efdae93 libutils: Enable LOCAL_SANITIZE := integer by Nick Kralevich · 10 years ago
  62. 8a11de1 am 4f0a7cb8: am 786e5e26: Merge "libutils: cleanups for -fsanitize=integer" by Nick Kralevich · 10 years ago
  63. aa3531f libutils: cleanups for -fsanitize=integer by Nick Kralevich · 10 years ago
  64. 7fa2b01 am 219a006f: am fc5fdc85: am e45d96d6: am 19398a71: am d34846b7: am cd407a17: am e0dce90b: Fix compile failure after rIfe1dc0791040150132bea6884f1e6c8d31972d1b by Abhishek Arya · 10 years ago
  65. 7bde2c7 am fc5fdc85: am e45d96d6: am 19398a71: am d34846b7: am cd407a17: am e0dce90b: Fix compile failure after rIfe1dc0791040150132bea6884f1e6c8d31972d1b by Abhishek Arya · 10 years ago
  66. 3247362 am e45d96d6: am 19398a71: am d34846b7: am cd407a17: am e0dce90b: Fix compile failure after rIfe1dc0791040150132bea6884f1e6c8d31972d1b by Abhishek Arya · 10 years ago
  67. d34846b am cd407a17: am e0dce90b: Fix compile failure after rIfe1dc0791040150132bea6884f1e6c8d31972d1b by Abhishek Arya · 10 years ago
  68. cd407a1 am e0dce90b: Fix compile failure after rIfe1dc0791040150132bea6884f1e6c8d31972d1b by Abhishek Arya · 10 years ago
  69. e0dce90 Fix compile failure after rIfe1dc0791040150132bea6884f1e6c8d31972d1b by Abhishek Arya · 10 years ago
  70. bb7c979 am e97682be: am a1a22b57: am e67b5848: am 4956c0fe: am 5b85b1d4: libutils: fix overflow in String8::allocFromUTF8 by Sergio Giro · 10 years ago
  71. e67b584 am 4956c0fe: am 5b85b1d4: libutils: fix overflow in String8::allocFromUTF8 by Sergio Giro · 10 years ago
  72. 4956c0f am 5b85b1d4: libutils: fix overflow in String8::allocFromUTF8 by Sergio Giro · 10 years ago
  73. 5b85b1d libutils: fix overflow in String8::allocFromUTF8 by Sergio Giro · 10 years ago
  74. 28aebd3 am 29c12755: Merge "libutils: fix overflow in String8::allocFromUTF8" into mnc-dev by Sergio Giro · 10 years ago
  75. 1b2be66 libutils: fix overflow in String8::allocFromUTF8 by Sergio Giro · 10 years ago
  76. 503871a Merge "libutils: fix overflow in String8::allocFromUTF8" by Sergio Giro · 10 years ago
  77. 1389599 libutils: fix overflow in String8::allocFromUTF8 by Sergio Giro · 10 years ago
  78. 819c254 am 77b9868a: am 6d814037: Merge "libutils: fix signed/unsigned comparison warnings" by Nick Kralevich · 10 years ago
  79. 62e786e libutils: fix signed/unsigned comparison warnings by Nick Kralevich · 10 years ago
  80. f27bd49 am fb1ecbc5: am e6e71608: Merge "Use __ANDROID__ instead of HAVE_ANDROID_OS." by Elliott Hughes · 10 years ago
  81. 6a65e8f Merge "Use __ANDROID__ instead of HAVE_ANDROID_OS." by Elliott Hughes · 10 years ago
  82. 4d46be7 Use __ANDROID__ instead of HAVE_ANDROID_OS. by Elliott Hughes · 10 years ago
  83. 7570611 am 42dbc4b1: am 44443bea: Merge "Use _WIN32 rather than HAVE_WINSOCK." by Elliott Hughes · 10 years ago
  84. 4e4af61 Use _WIN32 rather than HAVE_WINSOCK. by Elliott Hughes · 10 years ago
  85. bea0c28 am 34c92f46: am fc2f1e61: Merge "Move libutils off AndroidConfig.h." by Elliott Hughes · 10 years ago
  86. 545c008 Move libutils off AndroidConfig.h. by Elliott Hughes · 10 years ago
  87. eb5b211 resolved conflicts for merge of b40ebc54 to mnc-dev-plus-aosp by Elliott Hughes · 10 years ago
  88. 3ad22ae Consistently use strerror in libutils. by Elliott Hughes · 10 years ago
  89. dd2e24b am 3c90808d: am c1c7f457: Merge "Add a space before :=." by Evgenii Stepanov · 10 years ago
  90. 815dcac Add a space before :=. by Evgenii Stepanov · 10 years ago
  91. 4004c3b Merge "Work around spurious epoll notifications." into mnc-dev by Jeff Brown · 10 years ago
  92. be00eaf Work around spurious epoll notifications. by Jeff Brown · 10 years ago
  93. 42298c7 Adding a build id check to blob cache. by Michael Lentine · 10 years ago
  94. 6ec4d68 Move LinearAlloc to libhwui by John Reck · 10 years ago
  95. 7602e4c am 8d2cd035: am 2ddb9cb1: am ed43be39: Merge "Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it\'s not needed." by Elliott Hughes · 10 years ago
  96. d72fe20 Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it's not needed. by Elliott Hughes · 10 years ago
  97. bc30d8a Use eventfd instead of pipe in Looper. by Tim Kilbourn · 10 years ago
  98. b1f87e7 Revert "Revert "Create libbase."" by Dan Albert · 10 years ago
  99. 0bb5b0a Revert "Revert "Create libbase."" by Dan Albert · 10 years ago
  100. 45d3f86 am 90a968f0: am dd581695: Merge "Revert "Create libbase."" by Nicolas Geoffray · 10 years ago