1. 41f7736 am 434e21bf: am 3fdeb48e: Reduce emulator logspam by Andy McFadden · 12 years ago
  2. 3fdeb48 Reduce emulator logspam by Andy McFadden · 12 years ago
  3. 296cd1c am 04075569: Revert "Revert "put back the unused virtuals in Vector<>"" by Dave Burke · 12 years ago
  4. 0407556 Revert "Revert "put back the unused virtuals in Vector<>"" by Dave Burke · 12 years ago
  5. 3fe50ab am 125becee: am 7abbbc68: Merge "Add TEMP_FAILURE_RETRY to ZipUtils" by Kenny Root · 12 years ago
  6. d611117 Add TEMP_FAILURE_RETRY to ZipUtils by Kenny Root · 12 years ago
  7. e2e95c8 am 9bdaa60b: Merge "Add TEMP_FAILURE_RETRY around open and write calls" into jb-mr1-dev by Kenny Root · 12 years ago
  8. 3de9cd2 Add TEMP_FAILURE_RETRY around open and write calls by Kenny Root · 12 years ago
  9. 7011d5a am ee42072b: am 52f1edb3: Merge "Update tests for new build target" by Kenny Root · 12 years ago
  10. ed22c1c Update tests for new build target by Kenny Root · 12 years ago
  11. 971f7e9 Disable the use of clock_gettime for now. by Ben Cheng · 12 years ago
  12. 8dc7c6e Print warnings when backwards timestamps are detected. by Ben Cheng · 12 years ago
  13. 50f262f minor SharedBuffer clean-up by Mathias Agopian · 12 years ago
  14. 225c66a Revert "put back the unused virtuals in Vector<>" by Mathias Agopian · 12 years ago
  15. 1648d4c put back the unused virtuals in Vector<> by Mathias Agopian · 12 years ago
  16. 6f12d57 Add a very simple helper function to log slow functions. by Jeff Brown · 12 years ago
  17. 6997399 improve Vector<> safety checks by Mathias Agopian · 12 years ago
  18. 53095e2 libutils cleanup: remove unused or seldom used code from misc.{cpp|h} by Mathias Agopian · 12 years ago
  19. 074cd0c Add elapsedRealtimeNano(), and use CLOCK_BOOTTIME where possible. by Nick Pelly · 12 years ago
  20. ec44ed0 Utils: Fix a bug in the linear transformation code. by John Grossman · 12 years ago
  21. 9a6b4c7 am d5085da3: am 4467bba7: Merge "Support looper callbacks based on smart pointers." into jb-dev by Jeff Brown · 12 years ago
  22. ad7b376 am 80586761: am dad23789: Merge "Delete unused poll() code." into jb-dev by Jeff Brown · 12 years ago
  23. 27d9284 am dce1547d: am 9e2e781a: Merge "Remove unused statistics code." into jb-dev by Jeff Brown · 12 years ago
  24. af567f7 Support looper callbacks based on smart pointers. by Jeff Brown · 12 years ago
  25. 588d5c8 Delete unused poll() code. by Jeff Brown · 12 years ago
  26. 1ea51bf Remove unused statistics code. by Jeff Brown · 12 years ago
  27. 455961e am e0607f05: am 5aed6843: Merge "fix a corruption in Vector<> when adding new items" into jb-dev by Mathias Agopian · 12 years ago
  28. a9611c5 fix a corruption in Vector<> when adding new items by Mathias Agopian · 12 years ago
  29. 9121ece am f30fd014: Merge "Workaround for add_tid_to_cgroup failed to write" into jb-dev by Glenn Kasten · 12 years ago
  30. 10cbbd8 Workaround for add_tid_to_cgroup failed to write by Glenn Kasten · 12 years ago
  31. daee0dc am 555f89d8: Add callback hack to find out when to reload system properties. by Dianne Hackborn · 12 years ago
  32. 555f89d Add callback hack to find out when to reload system properties. by Dianne Hackborn · 12 years ago
  33. dad60f2 am 34c65888: Change name of system property for traces. by Dianne Hackborn · 12 years ago
  34. 34c6588 Change name of system property for traces. by Dianne Hackborn · 12 years ago
  35. 52016c1 Fixed 64-bit porting issues by Andrew Hsieh · 12 years ago
  36. a26e1cf Scheduling group cleanup by Glenn Kasten · 13 years ago
  37. a8be8fa Support tokenizing arbitrary content. by Jeff Brown · 12 years ago
  38. 84ed800 Add a log tag by Glenn Kasten · 12 years ago
  39. b7beba4 add Looper.cpp to build for linux host to use in CTS audio by Keun young Park · 12 years ago
  40. 1c6cd38 frameworks/native: link host libutils against external/zlib by Colin Cross · 12 years ago
  41. 163d5a9 frameworks/native: move Zip* from libandroidfw to libutils by Colin Cross · 12 years ago
  42. 0818b09 Add a simple work queue abstraction. by Jeff Brown · 13 years ago
  43. 93f283d Added rules to build f/n/libs/utils in 64-bit: lib64utils.a by Andrew Hsieh · 13 years ago
  44. 45b80c6 Expose the set of enabled tags. by Jeff Brown · 13 years ago
  45. 5b06718 Merge "Fixed several 64-bit porting issues" by Andrew Hsieh · 13 years ago
  46. 0ae8c14 Fixed several 64-bit porting issues by Andrew Hsieh · 13 years ago
  47. f64b1ca libutils: add a system-wide tracing utility by Jamie Gennis · 13 years ago
  48. 4f4c101 frameworks/base refactoring by Mathias Agopian · 13 years ago
  49. a3a3881 frameworks/base refactoring. by Mathias Agopian · 13 years ago
  50. 6032a77 libs/utils: replace malloc() + memset() to zero with calloc() by Iliyan Malchev · 13 years ago
  51. a1eee39 Merge "Thread::getTid returns pid_t gettid() after run" by Glenn Kasten · 13 years ago
  52. 60b133e aapt now sorts the strings in the resource string pool. by Dianne Hackborn · 13 years ago
  53. ba699cb Thread::getTid returns pid_t gettid() after run by Glenn Kasten · 13 years ago
  54. 6726347 Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGE by Steve Block · 13 years ago
  55. e6f43dd Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  56. 32397c1 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  57. a19954a Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  58. 9d45368 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  59. 66fbde3 Add a basic hashtable data structure, with tests! by Jeff Brown · 13 years ago
  60. 504f982 Use libcorkscrew to format the stack trace. by Jeff Brown · 13 years ago
  61. 343c59c Merge "Slight change to the unwinder API." by Jeff Brown · 13 years ago
  62. 2ab79e7 Slight change to the unwinder API. by Jeff Brown · 13 years ago
  63. 7fbb399 am 236aea35: Merge changes Ibc99cb1c,Ie1f4f6f8 into ics-mr1 by Jamie Gennis · 13 years ago
  64. 0e1bc17 BlobCache: implement cache serialization by Jamie Gennis · 13 years ago
  65. 93ca6fb BlobCache: remove the mutex locking by Jamie Gennis · 13 years ago
  66. 6807e59 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  67. 9f76015 Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE by Steve Block · 13 years ago
  68. e27d62b Use libcorkscrew for stack unwinding. by Jeff Brown · 13 years ago
  69. b5fe317 add -ldl to host executables by Iliyan Malchev · 13 years ago
  70. de27227 Fix regression in CursorWindow.copyStingToBuffer. Bug: 5332296 by Jeff Brown · 13 years ago
  71. 55b81b1 may fix the build by Mathias Agopian · 13 years ago
  72. 9dbb77d Fix androidGetThreadPriority for non-pthread configurations. by Andreas Huber · 13 years ago
  73. 1d60b96 A new API "androidGetThreadPriority" by Andreas Huber · 13 years ago
  74. aefc9cd Resurrect verbose binder logging by Andy McFadden · 13 years ago
  75. 940673f Merge "Add C++ thread API androidGetThreadSchedulingGroup" by Glenn Kasten · 13 years ago
  76. cbe5278 fix a memory leak and memory corruption in RefBase by Mathias Agopian · 13 years ago
  77. b313559 Merge "Move extract native libraries to JNI code" by Kenny Root · 13 years ago
  78. 49a65e5 Move extract native libraries to JNI code by Kenny Root · 13 years ago
  79. 395dcd0 am 64ed1059: am e612c881: am 4f3a8db6: am 3cf03987: Merge "Continue idmap generation even if name lookup fails." by Kenny Root · 13 years ago
  80. 66a2eec am e612c881: am 4f3a8db6: am 3cf03987: Merge "Continue idmap generation even if name lookup fails." by Kenny Root · 13 years ago
  81. 2cc4e53 am 3cf03987: Merge "Continue idmap generation even if name lookup fails." by Kenny Root · 13 years ago
  82. 585ef1e Remove unimplemented memory pool. by Jeff Brown · 13 years ago
  83. 3919950 Add a call to pthread_attr_destroy to avoid potential memory leaks. by Le-Chun Wu · 13 years ago
  84. c105333 Minor code cleanups in vector. by Jeff Brown · 13 years ago
  85. 686f62f Replace Vector _grow/_shrink checks with assert. by Jeff Brown · 13 years ago
  86. a100c02 Compress the backup output stream by Christopher Tate · 13 years ago
  87. 7175398 Merge "Remove the simulator target from all makefiles. Bug: 5010576" by Jeff Brown · 13 years ago
  88. baa44b8 Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 13 years ago
  89. f6f177f Fix typo in an assert's log by Mathias Agopian · 13 years ago
  90. 4fb2427 Add C++ thread API androidGetThreadSchedulingGroup by Glenn Kasten · 13 years ago
  91. be3c018 Merge "Add Thread::join" by Glenn Kasten · 13 years ago
  92. f44c896 Merge "Thread ID zero for androidSetThreadSchedulingGroup" by Glenn Kasten · 13 years ago
  93. c18d4da Add a linear transform library to libutils by Jason Simmons · 13 years ago
  94. cd604a1 Fix settings restore by Christopher Tate · 13 years ago
  95. 58e012d Add Thread::join by Glenn Kasten · 13 years ago
  96. ce63396 Thread ID zero for androidSetThreadSchedulingGroup by Glenn Kasten · 13 years ago
  97. 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
  98. dbe60dd am d5244e0a: am 52a43990: Revert "revert surfaceflinger leak fix as it uncovered a crasher on xoom" by Mathias Agopian · 13 years ago
  99. 111280a Use rand() for MinGW by Kenny Root · 13 years ago
  100. 1b2c2a9 revert surfaceflinger leak fix as it uncovered a crasher on xoom (DO NOT MERGE) by Mathias Agopian · 13 years ago