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