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