1. d2529f2 libutils: hide SharedBuffer by moving SharedBuffer.h to the implementation directory by Sergio Giro · 9 years ago
  2. 1f28698 libutils: cleanups for -fsanitize=integer by Nick Kralevich · 9 years ago
  3. 27507d8 Remove a HAVE_MS_C_RUNTIME I missed. by Elliott Hughes · 9 years ago
  4. cd4ef75 Replace HAVE_MS_C_RUNTIME with _WIN32 in system/core. by Elliott Hughes · 9 years ago
  5. 5be6b37 Stop being silly. by Elliott Hughes · 9 years ago
  6. e6e7160 Merge "Use __ANDROID__ instead of HAVE_ANDROID_OS." by Elliott Hughes · 9 years ago
  7. 9b828ad Use __ANDROID__ instead of HAVE_ANDROID_OS. by Elliott Hughes · 9 years ago
  8. adbf442 Use _WIN32 rather than HAVE_WINSOCK. by Elliott Hughes · 9 years ago
  9. 1f8bc86 Move libutils off AndroidConfig.h. by Elliott Hughes · 9 years ago
  10. 58bf572 TypeHelpers.h: Don't underflow unsigned int by Nick Kralevich · 9 years ago
  11. 65e93c3 Mark time conversion functions as constexpr by Michael Wright · 9 years ago
  12. 146c244 Only Windows doesn't have %zd. by Elliott Hughes · 9 years ago
  13. c6b30f3 O_CLOEXEC is O_NOINHERIT on Windows. by Dan Albert · 9 years ago
  14. c007bc3 Revert "Revert "Create libbase."" by Dan Albert · 9 years ago
  15. a7870d8 Revert "Create libbase." by Nicolas Geoffray · 9 years ago
  16. 98ff772 Create libbase. by Dan Albert · 9 years ago
  17. 6832a7a Remove useless refCounting from FileMap. by Narayan Kamath · 10 years ago
  18. f682b47 Clean up reading and writing in init. by Elliott Hughes · 10 years ago
  19. d79801d Fix Windows build. by Elliott Hughes · 10 years ago
  20. 202f024 Add a WriteStringToFile overload that cares about permissions. by Elliott Hughes · 10 years ago
  21. e44d25d Merge "Add Google-style StringPrintf." by Elliott Hughes · 10 years ago
  22. 6b3be29 Add Google-style StringPrintf. by Elliott Hughes · 10 years ago
  23. 714196d Extra Win32 compatibility. by Elliott Hughes · 10 years ago
  24. dec12b2 Add Google-style ReadFileToString and WriteStringToFile. by Elliott Hughes · 10 years ago
  25. 4a6e5a3 Kill HAVE_PTHREADS. by Yabin Cui · 10 years ago
  26. ba8cdf9 Add required casts for clang/llvm -Wc++11-narrowing by Chih-Hung Hsieh · 10 years ago
  27. 76f0a84 Linux always has POSIX clocks available. by Elliott Hughes · 10 years ago
  28. 601424a Mutex: add timedLock() method by Jesse Hall · 10 years ago
  29. da4f30c Merge "Remove incompatible Unicode compatibility types." by Dan Albert · 10 years ago
  30. c777f21 Use full qualified name in macros. by Chih-Hung Hsieh · 10 years ago
  31. 8c275ff Fix Mac build. by Elliott Hughes · 10 years ago
  32. 97ac0e1 Kill HAVE_BIG_ENDIAN, HAVE_ENDIAN_H, and HAVE_LITTLE_ENDIAN. by Elliott Hughes · 10 years ago
  33. c59932f Remove incompatible Unicode compatibility types. by Dan Albert · 10 years ago
  34. e4c649c Add a pre-C++11 constexpr compatibility macro. by Dan Albert · 10 years ago
  35. 266092c kill HAVE_POSIX_FILEMAP by Yabin Cui · 10 years ago
  36. f02c797 Merge "Move winsock2.h in front of a potential windows.h include." by Stephen Hines · 10 years ago
  37. 7e34121 Move winsock2.h in front of a potential windows.h include. by Stephen Hines · 10 years ago
  38. 2f5ad5f Make Unicode.h use types that match libc++. by Dan Albert · 10 years ago
  39. 830b77b am fbb4188c: am d559d6c7: Merge "defined(HAVE_OFF_T) is really just !defined(__APPLE__)." by Elliott Hughes · 10 years ago
  40. cb3d653 defined(HAVE_OFF_T) is really just !defined(__APPLE__). by Elliott Hughes · 10 years ago
  41. 10cce72 am 3859029a: am 7fb0ee0c: Merge "Remove androidGetTid." by Elliott Hughes · 10 years ago
  42. b765961 Remove androidGetTid. by Elliott Hughes · 10 years ago
  43. aab3b34 am 4c818dc8: am 56b28f6b: Merge "RefBase: make Renamer destructor virtual" by Elliott Hughes · 10 years ago
  44. 00e56a2 RefBase: make Renamer destructor virtual by Ukri Niemimuukko · 10 years ago
  45. 5ee915a Add a couple of useful string functions. by Jeff Brown · 10 years ago
  46. 881c89c am 7aa8cdfb: am 21157abc: am 8814bd1d: Merge "include: cleanup for -Wsystem-header" by Mark Salyzyn · 10 years ago
  47. 7aa8cdf am 21157abc: am 8814bd1d: Merge "include: cleanup for -Wsystem-header" by Mark Salyzyn · 10 years ago
  48. 4887842 include: cleanup for -Wsystem-header by Mark Salyzyn · 10 years ago
  49. d83186c Add VirtualLightRefBase by John Reck · 10 years ago
  50. 8481765 Merge "libutils: Clarify Condition::signal wakes up exactly one thread" by Igor Murashkin · 10 years ago
  51. db41938 libutils: Clarify Condition::signal wakes up exactly one thread by Igor Murashkin · 10 years ago
  52. 8af196c Merge "Add a peekOldestValue" by John Reck · 10 years ago
  53. 02c9460 BitSet32 64b compatibility fix by Andreas Gampe · 10 years ago
  54. 9d8707c Add a peekOldestValue by John Reck · 10 years ago
  55. 4854a36 am 1f87d3ab: am 83fd6375: am 31631861: Merge "Add guards to prevent typedefs when C++11 is available." by Tim Murray · 10 years ago
  56. 1f87d3a am 83fd6375: am 31631861: Merge "Add guards to prevent typedefs when C++11 is available." by Tim Murray · 10 years ago
  57. ae83f84 Add guards to prevent typedefs when C++11 is available. by Tim Murray · 10 years ago
  58. a45ff0f am df33e8b5: Add BitSet64. DO NOT MERGE by Michael Wright · 10 years ago
  59. df33e8b Add BitSet64. DO NOT MERGE by Michael Wright · 10 years ago
  60. c4cc584 Clarify ownership for NativeHandle::mHandle by Wonsik Kim · 10 years ago
  61. 2ec0645 Add static methods to BitSet. by Michael Wright · 10 years ago
  62. 74e2538 Add traits to BitSet64, not 32. by Michael Wright · 10 years ago
  63. bab6ea0 Add BitSet64 by Michael Wright · 10 years ago
  64. 29cc9ce Add NativeHandle, a refcounted C++ wrapper around a native_handle_t* by Jesse Hall · 10 years ago
  65. 665b0bb am bfed1360: am 1ed1d341: am 26fa5cd3: Merge "AArch64: Use negative values in error enumeration" by Narayan Kamath · 10 years ago
  66. 1ee7570 AArch64: Use negative values in error enumeration by Ashok Bhat · 11 years ago
  67. 5c40200 Revert "Move to the canonical UniquePtr.h." by Elliott Hughes · 11 years ago
  68. 2a72c57 Move to the canonical UniquePtr.h. by Elliott Hughes · 11 years ago
  69. 6c625f6 resolved conflicts for merge of 47fa9064 to master by Christopher Ferris · 11 years ago
  70. 4675682 Rewrite libbacktrace to be all C++. by Christopher Ferris · 11 years ago
  71. bc12d63 Move BACKTRACE_NO_TID to BACKTRACE_CURRENT_THREAD. by Christopher Ferris · 11 years ago
  72. 038ac69 Move CallStack to libbacktrace. by Christopher Ferris · 11 years ago
  73. 0e90bb9 am 137ab19a: am b37b53bf: am 87942c9a: am b3bfe881: Merge "Make libutils Looper independent of frameworks/native" by Brian Carlstrom · 11 years ago
  74. 1693d7e Make libutils Looper independent of frameworks/native by Brian Carlstrom · 11 years ago
  75. 242b1a8 Move BACKTRACE_NO_TID to BACKTRACE_CURRENT_THREAD. by Christopher Ferris · 11 years ago
  76. 9b0e074 Move CallStack to libbacktrace. by Christopher Ferris · 11 years ago
  77. de2eae3 am 39f18c9e: am 1b84e0a3: Merge "utils: Add ProcessCallStack to collect stack traces for all threads in a process" into klp-dev by Igor Murashkin · 11 years ago
  78. ec79ef2 utils: Add ProcessCallStack to collect stack traces for all threads in a process by Igor Murashkin · 11 years ago
  79. d975f37 Remove UniquePtr.h copy by Kenny Root · 11 years ago
  80. 0ddfe11 Use canonical UniquePtr.h file by Kenny Root · 11 years ago
  81. ddff623 minor tweaks to FlattenableUtils by Mathias Agopian · 11 years ago
  82. 0f10d0a Add a new utf8-to-utf16 conversion function. by Dianne Hackborn · 11 years ago
  83. 6d611a8 Make Flattenable not virtual (libutils) by Mathias Agopian · 11 years ago
  84. 0d8f3d6 libutils: give BasicHashtableImpl a virtual destructor by Alex Ray · 11 years ago
  85. 567ea47 utils: move thread enums to system/core by Alex Ray · 11 years ago
  86. d614ee4 Added bitwise-or and bitwise-and to BitSet by Michael Wright · 11 years ago
  87. 214c701 Make trace macros slightly more robust by Tim Murray · 11 years ago
  88. 8db925f remove unused declarations and reformat by Mathias Agopian · 11 years ago
  89. d3d3fce remove reserved virtual slots by Mathias Agopian · 11 years ago
  90. 4485d0d new String8, String16 ctors to initialize empty static strings with static linkage by Mathias Agopian · 11 years ago
  91. 9eb2a3b libutils clean-up by Mathias Agopian · 11 years ago
  92. 19159f9 Add new Looper API to check whether the looper is idle. by Dianne Hackborn · 11 years ago
  93. d34a8ca improved CallStack a bit by Mathias Agopian · 11 years ago
  94. 6cd548c Fix a crasher with RefBase debugging and vectors of wp<> by Mathias Agopian · 11 years ago
  95. b73559d Add Vector::resize() by Jesse Hall · 11 years ago
  96. 31ba37f Add Thread::isRunning and Condition::signal(WakeUpType) by Romain Guy · 11 years ago
  97. 6090df8 rename binder services main thread to Binder_* by Mathias Agopian · 11 years ago
  98. ca3e2a2 utils: Allow non android namespaces to use ALOGD_IF_SLOW by Naseer Ahmed · 12 years ago
  99. 551fcf4 Add LinearAllocator by Chris Craik · 12 years ago
  100. a27c1e0 utils: fix warnings for unused parameters by Igor Murashkin · 12 years ago