1. ec44ed0 Utils: Fix a bug in the linear transformation code. by John Grossman · 12 years ago
  2. 9a6b4c7 am d5085da3: am 4467bba7: Merge "Support looper callbacks based on smart pointers." into jb-dev by Jeff Brown · 12 years ago
  3. ad7b376 am 80586761: am dad23789: Merge "Delete unused poll() code." into jb-dev by Jeff Brown · 12 years ago
  4. 27d9284 am dce1547d: am 9e2e781a: Merge "Remove unused statistics code." into jb-dev by Jeff Brown · 12 years ago
  5. af567f7 Support looper callbacks based on smart pointers. by Jeff Brown · 12 years ago
  6. 588d5c8 Delete unused poll() code. by Jeff Brown · 12 years ago
  7. 1ea51bf Remove unused statistics code. by Jeff Brown · 12 years ago
  8. 455961e am e0607f05: am 5aed6843: Merge "fix a corruption in Vector<> when adding new items" into jb-dev by Mathias Agopian · 12 years ago
  9. a9611c5 fix a corruption in Vector<> when adding new items by Mathias Agopian · 12 years ago
  10. 9121ece am f30fd014: Merge "Workaround for add_tid_to_cgroup failed to write" into jb-dev by Glenn Kasten · 12 years ago
  11. 10cbbd8 Workaround for add_tid_to_cgroup failed to write by Glenn Kasten · 12 years ago
  12. daee0dc am 555f89d8: Add callback hack to find out when to reload system properties. by Dianne Hackborn · 12 years ago
  13. 555f89d Add callback hack to find out when to reload system properties. by Dianne Hackborn · 12 years ago
  14. dad60f2 am 34c65888: Change name of system property for traces. by Dianne Hackborn · 12 years ago
  15. 34c6588 Change name of system property for traces. by Dianne Hackborn · 12 years ago
  16. 52016c1 Fixed 64-bit porting issues by Andrew Hsieh · 12 years ago
  17. a26e1cf Scheduling group cleanup by Glenn Kasten · 13 years ago
  18. a8be8fa Support tokenizing arbitrary content. by Jeff Brown · 12 years ago
  19. 84ed800 Add a log tag by Glenn Kasten · 12 years ago
  20. b7beba4 add Looper.cpp to build for linux host to use in CTS audio by Keun young Park · 12 years ago
  21. 1c6cd38 frameworks/native: link host libutils against external/zlib by Colin Cross · 12 years ago
  22. 163d5a9 frameworks/native: move Zip* from libandroidfw to libutils by Colin Cross · 12 years ago
  23. 0818b09 Add a simple work queue abstraction. by Jeff Brown · 13 years ago
  24. 93f283d Added rules to build f/n/libs/utils in 64-bit: lib64utils.a by Andrew Hsieh · 13 years ago
  25. 45b80c6 Expose the set of enabled tags. by Jeff Brown · 13 years ago
  26. 5b06718 Merge "Fixed several 64-bit porting issues" by Andrew Hsieh · 13 years ago
  27. 0ae8c14 Fixed several 64-bit porting issues by Andrew Hsieh · 13 years ago
  28. f64b1ca libutils: add a system-wide tracing utility by Jamie Gennis · 13 years ago
  29. 4f4c101 frameworks/base refactoring by Mathias Agopian · 13 years ago
  30. a3a3881 frameworks/base refactoring. by Mathias Agopian · 13 years ago
  31. 6032a77 libs/utils: replace malloc() + memset() to zero with calloc() by Iliyan Malchev · 13 years ago
  32. a1eee39 Merge "Thread::getTid returns pid_t gettid() after run" by Glenn Kasten · 13 years ago
  33. 60b133e aapt now sorts the strings in the resource string pool. by Dianne Hackborn · 13 years ago
  34. ba699cb Thread::getTid returns pid_t gettid() after run by Glenn Kasten · 13 years ago
  35. 6726347 Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGE by Steve Block · 13 years ago
  36. e6f43dd Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  37. 32397c1 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  38. a19954a Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  39. 9d45368 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  40. 66fbde3 Add a basic hashtable data structure, with tests! by Jeff Brown · 13 years ago
  41. 504f982 Use libcorkscrew to format the stack trace. by Jeff Brown · 13 years ago
  42. 343c59c Merge "Slight change to the unwinder API." by Jeff Brown · 13 years ago
  43. 2ab79e7 Slight change to the unwinder API. by Jeff Brown · 13 years ago
  44. 7fbb399 am 236aea35: Merge changes Ibc99cb1c,Ie1f4f6f8 into ics-mr1 by Jamie Gennis · 13 years ago
  45. 0e1bc17 BlobCache: implement cache serialization by Jamie Gennis · 13 years ago
  46. 93ca6fb BlobCache: remove the mutex locking by Jamie Gennis · 13 years ago
  47. 6807e59 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  48. 9f76015 Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE by Steve Block · 13 years ago
  49. e27d62b Use libcorkscrew for stack unwinding. by Jeff Brown · 13 years ago
  50. b5fe317 add -ldl to host executables by Iliyan Malchev · 13 years ago
  51. de27227 Fix regression in CursorWindow.copyStingToBuffer. Bug: 5332296 by Jeff Brown · 13 years ago
  52. 55b81b1 may fix the build by Mathias Agopian · 13 years ago
  53. 9dbb77d Fix androidGetThreadPriority for non-pthread configurations. by Andreas Huber · 13 years ago
  54. 1d60b96 A new API "androidGetThreadPriority" by Andreas Huber · 13 years ago
  55. aefc9cd Resurrect verbose binder logging by Andy McFadden · 13 years ago
  56. 940673f Merge "Add C++ thread API androidGetThreadSchedulingGroup" by Glenn Kasten · 13 years ago
  57. cbe5278 fix a memory leak and memory corruption in RefBase by Mathias Agopian · 13 years ago
  58. b313559 Merge "Move extract native libraries to JNI code" by Kenny Root · 13 years ago
  59. 49a65e5 Move extract native libraries to JNI code by Kenny Root · 13 years ago
  60. 395dcd0 am 64ed1059: am e612c881: am 4f3a8db6: am 3cf03987: Merge "Continue idmap generation even if name lookup fails." by Kenny Root · 13 years ago
  61. 66a2eec am e612c881: am 4f3a8db6: am 3cf03987: Merge "Continue idmap generation even if name lookup fails." by Kenny Root · 13 years ago
  62. 2cc4e53 am 3cf03987: Merge "Continue idmap generation even if name lookup fails." by Kenny Root · 13 years ago
  63. 585ef1e Remove unimplemented memory pool. by Jeff Brown · 13 years ago
  64. 3919950 Add a call to pthread_attr_destroy to avoid potential memory leaks. by Le-Chun Wu · 13 years ago
  65. c105333 Minor code cleanups in vector. by Jeff Brown · 13 years ago
  66. 686f62f Replace Vector _grow/_shrink checks with assert. by Jeff Brown · 13 years ago
  67. a100c02 Compress the backup output stream by Christopher Tate · 13 years ago
  68. 7175398 Merge "Remove the simulator target from all makefiles. Bug: 5010576" by Jeff Brown · 13 years ago
  69. baa44b8 Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 13 years ago
  70. f6f177f Fix typo in an assert's log by Mathias Agopian · 13 years ago
  71. 4fb2427 Add C++ thread API androidGetThreadSchedulingGroup by Glenn Kasten · 13 years ago
  72. be3c018 Merge "Add Thread::join" by Glenn Kasten · 13 years ago
  73. f44c896 Merge "Thread ID zero for androidSetThreadSchedulingGroup" by Glenn Kasten · 13 years ago
  74. c18d4da Add a linear transform library to libutils by Jason Simmons · 13 years ago
  75. cd604a1 Fix settings restore by Christopher Tate · 13 years ago
  76. 58e012d Add Thread::join by Glenn Kasten · 13 years ago
  77. ce63396 Thread ID zero for androidSetThreadSchedulingGroup by Glenn Kasten · 13 years ago
  78. e397ce2 am 0887b8c2: am 8e18668d: revert surfaceflinger leak fix as it uncovered a crasher on xoom (DO NOT MERGE) by Mathias Agopian · 13 years ago
  79. dbe60dd am d5244e0a: am 52a43990: Revert "revert surfaceflinger leak fix as it uncovered a crasher on xoom" by Mathias Agopian · 13 years ago
  80. 111280a Use rand() for MinGW by Kenny Root · 13 years ago
  81. 1b2c2a9 revert surfaceflinger leak fix as it uncovered a crasher on xoom (DO NOT MERGE) by Mathias Agopian · 13 years ago
  82. 63ad28f Revert "revert surfaceflinger leak fix as it uncovered a crasher on xoom" by Mathias Agopian · 13 years ago
  83. e776586 am 7ecdeb6e: am d20d72d1: Merge "revert surfaceflinger leak fix as it uncovered a crasher on xoom" into honeycomb-mr2 by Mathias Agopian · 13 years ago
  84. 3790e79 revert surfaceflinger leak fix as it uncovered a crasher on xoom by Mathias Agopian · 13 years ago
  85. 35cc0fc am afffa8fa: fix RefBase so it retains binary-compatibility with gingerbread (DO NOT MERGE) by Mathias Agopian · 13 years ago
  86. 982a69f Merge "Bug 4608375" by Glenn Kasten · 13 years ago
  87. f0c4125 Bug 4608375 by Glenn Kasten · 13 years ago
  88. ddc31c3 fix RefBase so it retains binary-compatibility with gingerbread by Mathias Agopian · 13 years ago
  89. 7794b30 am 77079399: am a9c9a4ba: fix RefBase so it retains binary-compatibility with gingerbread (DO NOT MERGE) by Mathias Agopian · 13 years ago
  90. 76feee7 fix RefBase so it retains binary-compatibility with gingerbread (DO NOT MERGE) by Mathias Agopian · 13 years ago
  91. 867740d fix RefBase so it retains binary-compatibility with gingerbread (DO NOT MERGE) by Mathias Agopian · 13 years ago
  92. ac64234 Merge "libutils: add a binary blob cache implementation." by Jamie Gennis · 13 years ago
  93. c4a0fea Merge "Remove redundant memory barrier" by Glenn Kasten · 13 years ago
  94. d9e1bb7 Remove redundant memory barrier by Glenn Kasten · 13 years ago
  95. 66168d4 resolved conflicts for merge of f51ded0f to master by Dianne Hackborn · 13 years ago
  96. 5ea8834 resolved conflicts for merge of e2aa0490 to master by Dianne Hackborn · 13 years ago
  97. 1995124 am a8d7ea06: am 220cd77d: Merge "Enforce public resource restriction on bag parents." into honeycomb-mr2 by Dianne Hackborn · 13 years ago
  98. d4bfc93 Enforce public resource restriction on bag parents. by Dianne Hackborn · 13 years ago
  99. a1bb021 am 96fcb702: am b40e85f9: am 645434fb: Merge "Fix a leak in RefBase" into honeycomb-mr2 by Mathias Agopian · 13 years ago
  100. 61334a3 Fix handling of directory entries by Christopher Tate · 13 years ago