1. ed56179 am fbb4188c: am d559d6c7: Merge "defined(HAVE_OFF_T) is really just !defined(__APPLE__)." by Elliott Hughes · 10 years ago
  2. cb3d653 defined(HAVE_OFF_T) is really just !defined(__APPLE__). by Elliott Hughes · 10 years ago
  3. 10cce72 am 3859029a: am 7fb0ee0c: Merge "Remove androidGetTid." by Elliott Hughes · 10 years ago
  4. b765961 Remove androidGetTid. by Elliott Hughes · 10 years ago
  5. aab3b34 am 4c818dc8: am 56b28f6b: Merge "RefBase: make Renamer destructor virtual" by Elliott Hughes · 10 years ago
  6. 00e56a2 RefBase: make Renamer destructor virtual by Ukri Niemimuukko · 10 years ago
  7. 5ee915a Add a couple of useful string functions. by Jeff Brown · 10 years ago
  8. 881c89c am 7aa8cdfb: am 21157abc: am 8814bd1d: Merge "include: cleanup for -Wsystem-header" by Mark Salyzyn · 10 years ago
  9. 7aa8cdf am 21157abc: am 8814bd1d: Merge "include: cleanup for -Wsystem-header" by Mark Salyzyn · 10 years ago
  10. 4887842 include: cleanup for -Wsystem-header by Mark Salyzyn · 10 years ago
  11. d83186c Add VirtualLightRefBase by John Reck · 10 years ago
  12. 8481765 Merge "libutils: Clarify Condition::signal wakes up exactly one thread" by Igor Murashkin · 10 years ago
  13. db41938 libutils: Clarify Condition::signal wakes up exactly one thread by Igor Murashkin · 10 years ago
  14. 8af196c Merge "Add a peekOldestValue" by John Reck · 10 years ago
  15. 02c9460 BitSet32 64b compatibility fix by Andreas Gampe · 10 years ago
  16. 9d8707c Add a peekOldestValue by John Reck · 10 years ago
  17. 4854a36 am 1f87d3ab: am 83fd6375: am 31631861: Merge "Add guards to prevent typedefs when C++11 is available." by Tim Murray · 10 years ago
  18. 1f87d3a am 83fd6375: am 31631861: Merge "Add guards to prevent typedefs when C++11 is available." by Tim Murray · 10 years ago
  19. ae83f84 Add guards to prevent typedefs when C++11 is available. by Tim Murray · 10 years ago
  20. a45ff0f am df33e8b5: Add BitSet64. DO NOT MERGE by Michael Wright · 10 years ago
  21. df33e8b Add BitSet64. DO NOT MERGE by Michael Wright · 11 years ago
  22. c4cc584 Clarify ownership for NativeHandle::mHandle by Wonsik Kim · 11 years ago
  23. 2ec0645 Add static methods to BitSet. by Michael Wright · 11 years ago
  24. 74e2538 Add traits to BitSet64, not 32. by Michael Wright · 11 years ago
  25. bab6ea0 Add BitSet64 by Michael Wright · 11 years ago
  26. 29cc9ce Add NativeHandle, a refcounted C++ wrapper around a native_handle_t* by Jesse Hall · 11 years ago
  27. 665b0bb am bfed1360: am 1ed1d341: am 26fa5cd3: Merge "AArch64: Use negative values in error enumeration" by Narayan Kamath · 11 years ago
  28. 1ee7570 AArch64: Use negative values in error enumeration by Ashok Bhat · 11 years ago
  29. 5c40200 Revert "Move to the canonical UniquePtr.h." by Elliott Hughes · 11 years ago
  30. 2a72c57 Move to the canonical UniquePtr.h. by Elliott Hughes · 11 years ago
  31. 6c625f6 resolved conflicts for merge of 47fa9064 to master by Christopher Ferris · 11 years ago
  32. 4675682 Rewrite libbacktrace to be all C++. by Christopher Ferris · 11 years ago
  33. bc12d63 Move BACKTRACE_NO_TID to BACKTRACE_CURRENT_THREAD. by Christopher Ferris · 11 years ago
  34. 038ac69 Move CallStack to libbacktrace. by Christopher Ferris · 11 years ago
  35. 0e90bb9 am 137ab19a: am b37b53bf: am 87942c9a: am b3bfe881: Merge "Make libutils Looper independent of frameworks/native" by Brian Carlstrom · 11 years ago
  36. 1693d7e Make libutils Looper independent of frameworks/native by Brian Carlstrom · 11 years ago
  37. 242b1a8 Move BACKTRACE_NO_TID to BACKTRACE_CURRENT_THREAD. by Christopher Ferris · 11 years ago
  38. 9b0e074 Move CallStack to libbacktrace. by Christopher Ferris · 11 years ago
  39. 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
  40. ec79ef2 utils: Add ProcessCallStack to collect stack traces for all threads in a process by Igor Murashkin · 11 years ago
  41. d975f37 Remove UniquePtr.h copy by Kenny Root · 11 years ago
  42. 0ddfe11 Use canonical UniquePtr.h file by Kenny Root · 11 years ago
  43. ddff623 minor tweaks to FlattenableUtils by Mathias Agopian · 11 years ago
  44. 0f10d0a Add a new utf8-to-utf16 conversion function. by Dianne Hackborn · 11 years ago
  45. 6d611a8 Make Flattenable not virtual (libutils) by Mathias Agopian · 11 years ago
  46. 0d8f3d6 libutils: give BasicHashtableImpl a virtual destructor by Alex Ray · 11 years ago
  47. 567ea47 utils: move thread enums to system/core by Alex Ray · 11 years ago
  48. d614ee4 Added bitwise-or and bitwise-and to BitSet by Michael Wright · 11 years ago
  49. 214c701 Make trace macros slightly more robust by Tim Murray · 11 years ago
  50. 8db925f remove unused declarations and reformat by Mathias Agopian · 11 years ago
  51. d3d3fce remove reserved virtual slots by Mathias Agopian · 11 years ago
  52. 4485d0d new String8, String16 ctors to initialize empty static strings with static linkage by Mathias Agopian · 11 years ago
  53. 9eb2a3b libutils clean-up by Mathias Agopian · 11 years ago
  54. 19159f9 Add new Looper API to check whether the looper is idle. by Dianne Hackborn · 11 years ago
  55. d34a8ca improved CallStack a bit by Mathias Agopian · 11 years ago
  56. 6cd548c Fix a crasher with RefBase debugging and vectors of wp<> by Mathias Agopian · 12 years ago
  57. b73559d Add Vector::resize() by Jesse Hall · 12 years ago
  58. 31ba37f Add Thread::isRunning and Condition::signal(WakeUpType) by Romain Guy · 12 years ago
  59. 6090df8 rename binder services main thread to Binder_* by Mathias Agopian · 12 years ago
  60. ca3e2a2 utils: Allow non android namespaces to use ALOGD_IF_SLOW by Naseer Ahmed · 12 years ago
  61. 551fcf4 Add LinearAllocator by Chris Craik · 12 years ago
  62. a27c1e0 utils: fix warnings for unused parameters by Igor Murashkin · 12 years ago
  63. fcb349f utils: clarify scoped tracing functionality by Alex Ray · 12 years ago
  64. 5b2d36e utils: Use cutils tracing functionality. by Alex Ray · 12 years ago
  65. 5ca402a Add LruCache::Iterator by Romain Guy · 12 years ago
  66. bdce9ba Add another ifndef and a couple of methods to LruCache by Romain Guy · 12 years ago
  67. b3176ac Add #ifndef to prevent multiple definitions by Romain Guy · 12 years ago
  68. 45ad8f4 Reduce emulator logspam by Andy McFadden · 12 years ago
  69. b6ea175 Add an LRU cache plus hashing primitives by Raph Levien · 12 years ago
  70. 61db166 Ensure that Vector::erase() returns a valid iterator by Jason Simmons · 12 years ago
  71. d495552 Revert "Revert "put back the unused virtuals in Vector<>"" by Dave Burke · 12 years ago
  72. 3fc49ad Add runtime debugging capabilities to OpenGL by Romain Guy · 12 years ago
  73. b9fd6f9 Add TEMP_FAILURE_RETRY to ZipUtils by Kenny Root · 12 years ago
  74. e79aadd minor SharedBuffer clean-up by Mathias Agopian · 12 years ago
  75. 919fa29 Add a way to retrieve a Region as a SharedBuffer by Mathias Agopian · 12 years ago
  76. 11b9acf Revert "put back the unused virtuals in Vector<>" by Mathias Agopian · 12 years ago
  77. cacf429 Fixed clang build error for libgui by Tareq A. Siraj · 12 years ago
  78. 8d0c1a0 put back the unused virtuals in Vector<> by Mathias Agopian · 12 years ago
  79. 156eb98 get rid of mirrorItemAt() which isn't used anywhere by Mathias Agopian · 12 years ago
  80. 2497a15 improve [un]marshalling of non-binder objects by Mathias Agopian · 12 years ago
  81. 6454f46 Add a very simple helper function to log slow functions. by Jeff Brown · 12 years ago
  82. bdf73c7 improve Vector<> safety checks by Mathias Agopian · 12 years ago
  83. 5363183 libutils cleanup: remove unused or seldom used code from misc.{cpp|h} by Mathias Agopian · 12 years ago
  84. 67b5851 We now have a real list of displays. by Mathias Agopian · 12 years ago
  85. af1e7b7 Add elapsedRealtimeNano(), and use CLOCK_BOOTTIME where possible. by Nick Pelly · 12 years ago
  86. e6bee12 one more step towards multiple display support by Mathias Agopian · 12 years ago
  87. dd1b037 Support looper callbacks based on smart pointers. by Jeff Brown · 12 years ago
  88. 970701f Add camera as an ATRACE tag by Eino-Ville Talvala · 12 years ago
  89. 5705e69 Delete unused poll() code. by Jeff Brown · 12 years ago
  90. 55195d7 Remove unused statistics code. by Jeff Brown · 12 years ago
  91. 69fc3d4 libutils: add a tracing tag for video by Jamie Gennis · 12 years ago
  92. c1309d7 Add callback hack to find out when to reload system properties. by Dianne Hackborn · 12 years ago
  93. 7e6e7e0 Add audio tag to systrace by Glenn Kasten · 12 years ago
  94. 90dd9e1 Add System Tracing capability to Sync Manager by Andy Stadler · 12 years ago
  95. 265743a Add traces for window manager and activity manager. by Dianne Hackborn · 12 years ago
  96. 77ed15a Scheduling group cleanup by Glenn Kasten · 13 years ago
  97. 2c1627d Support tokenizing arbitrary content. by Jeff Brown · 12 years ago
  98. 52d59e2 Add webview tracing bit by Chris Craik · 12 years ago
  99. 3abdea9 frameworks/native: move Zip* from libandroidfw to libutils by Colin Cross · 12 years ago
  100. cd19987 Add UniquePtr.h to frameworks/native by Kenny Root · 12 years ago