1. 6726347 Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGE by Steve Block · 14 years ago
  2. e6f43dd Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 14 years ago
  3. 32397c1 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 14 years ago
  4. a19954a Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 14 years ago
  5. 9d45368 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 14 years ago
  6. 66fbde3 Add a basic hashtable data structure, with tests! by Jeff Brown · 14 years ago
  7. 504f982 Use libcorkscrew to format the stack trace. by Jeff Brown · 14 years ago
  8. 343c59c Merge "Slight change to the unwinder API." by Jeff Brown · 14 years ago
  9. 2ab79e7 Slight change to the unwinder API. by Jeff Brown · 14 years ago
  10. 7fbb399 am 236aea35: Merge changes Ibc99cb1c,Ie1f4f6f8 into ics-mr1 by Jamie Gennis · 14 years ago
  11. 0e1bc17 BlobCache: implement cache serialization by Jamie Gennis · 14 years ago
  12. 93ca6fb BlobCache: remove the mutex locking by Jamie Gennis · 14 years ago
  13. 6807e59 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 14 years ago
  14. 9f76015 Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE by Steve Block · 14 years ago
  15. e27d62b Use libcorkscrew for stack unwinding. by Jeff Brown · 14 years ago
  16. b5fe317 add -ldl to host executables by Iliyan Malchev · 14 years ago
  17. de27227 Fix regression in CursorWindow.copyStingToBuffer. Bug: 5332296 by Jeff Brown · 14 years ago
  18. 55b81b1 may fix the build by Mathias Agopian · 14 years ago
  19. 9dbb77d Fix androidGetThreadPriority for non-pthread configurations. by Andreas Huber · 14 years ago
  20. 1d60b96 A new API "androidGetThreadPriority" by Andreas Huber · 14 years ago
  21. aefc9cd Resurrect verbose binder logging by Andy McFadden · 14 years ago
  22. 940673f Merge "Add C++ thread API androidGetThreadSchedulingGroup" by Glenn Kasten · 14 years ago
  23. cbe5278 fix a memory leak and memory corruption in RefBase by Mathias Agopian · 14 years ago
  24. b313559 Merge "Move extract native libraries to JNI code" by Kenny Root · 14 years ago
  25. 49a65e5 Move extract native libraries to JNI code by Kenny Root · 14 years ago
  26. 395dcd0 am 64ed1059: am e612c881: am 4f3a8db6: am 3cf03987: Merge "Continue idmap generation even if name lookup fails." by Kenny Root · 14 years ago
  27. 66a2eec am e612c881: am 4f3a8db6: am 3cf03987: Merge "Continue idmap generation even if name lookup fails." by Kenny Root · 14 years ago
  28. 2cc4e53 am 3cf03987: Merge "Continue idmap generation even if name lookup fails." by Kenny Root · 14 years ago
  29. 585ef1e Remove unimplemented memory pool. by Jeff Brown · 14 years ago
  30. 3919950 Add a call to pthread_attr_destroy to avoid potential memory leaks. by Le-Chun Wu · 14 years ago
  31. c105333 Minor code cleanups in vector. by Jeff Brown · 14 years ago
  32. 686f62f Replace Vector _grow/_shrink checks with assert. by Jeff Brown · 14 years ago
  33. a100c02 Compress the backup output stream by Christopher Tate · 14 years ago
  34. 7175398 Merge "Remove the simulator target from all makefiles. Bug: 5010576" by Jeff Brown · 14 years ago
  35. baa44b8 Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 14 years ago
  36. f6f177f Fix typo in an assert's log by Mathias Agopian · 14 years ago
  37. 4fb2427 Add C++ thread API androidGetThreadSchedulingGroup by Glenn Kasten · 14 years ago
  38. be3c018 Merge "Add Thread::join" by Glenn Kasten · 14 years ago
  39. f44c896 Merge "Thread ID zero for androidSetThreadSchedulingGroup" by Glenn Kasten · 14 years ago
  40. c18d4da Add a linear transform library to libutils by Jason Simmons · 14 years ago
  41. cd604a1 Fix settings restore by Christopher Tate · 14 years ago
  42. 58e012d Add Thread::join by Glenn Kasten · 14 years ago
  43. ce63396 Thread ID zero for androidSetThreadSchedulingGroup by Glenn Kasten · 14 years ago
  44. e397ce2 am 0887b8c2: am 8e18668d: revert surfaceflinger leak fix as it uncovered a crasher on xoom (DO NOT MERGE) by Mathias Agopian · 14 years ago
  45. dbe60dd am d5244e0a: am 52a43990: Revert "revert surfaceflinger leak fix as it uncovered a crasher on xoom" by Mathias Agopian · 14 years ago
  46. 111280a Use rand() for MinGW by Kenny Root · 14 years ago
  47. 1b2c2a9 revert surfaceflinger leak fix as it uncovered a crasher on xoom (DO NOT MERGE) by Mathias Agopian · 14 years ago
  48. 63ad28f Revert "revert surfaceflinger leak fix as it uncovered a crasher on xoom" by Mathias Agopian · 14 years ago
  49. e776586 am 7ecdeb6e: am d20d72d1: Merge "revert surfaceflinger leak fix as it uncovered a crasher on xoom" into honeycomb-mr2 by Mathias Agopian · 14 years ago
  50. 3790e79 revert surfaceflinger leak fix as it uncovered a crasher on xoom by Mathias Agopian · 14 years ago
  51. 35cc0fc am afffa8fa: fix RefBase so it retains binary-compatibility with gingerbread (DO NOT MERGE) by Mathias Agopian · 14 years ago
  52. 982a69f Merge "Bug 4608375" by Glenn Kasten · 14 years ago
  53. f0c4125 Bug 4608375 by Glenn Kasten · 14 years ago
  54. ddc31c3 fix RefBase so it retains binary-compatibility with gingerbread by Mathias Agopian · 14 years ago
  55. 7794b30 am 77079399: am a9c9a4ba: fix RefBase so it retains binary-compatibility with gingerbread (DO NOT MERGE) by Mathias Agopian · 14 years ago
  56. 76feee7 fix RefBase so it retains binary-compatibility with gingerbread (DO NOT MERGE) by Mathias Agopian · 14 years ago
  57. 867740d fix RefBase so it retains binary-compatibility with gingerbread (DO NOT MERGE) by Mathias Agopian · 14 years ago
  58. ac64234 Merge "libutils: add a binary blob cache implementation." by Jamie Gennis · 14 years ago
  59. c4a0fea Merge "Remove redundant memory barrier" by Glenn Kasten · 14 years ago
  60. d9e1bb7 Remove redundant memory barrier by Glenn Kasten · 14 years ago
  61. 66168d4 resolved conflicts for merge of f51ded0f to master by Dianne Hackborn · 14 years ago
  62. 5ea8834 resolved conflicts for merge of e2aa0490 to master by Dianne Hackborn · 14 years ago
  63. 1995124 am a8d7ea06: am 220cd77d: Merge "Enforce public resource restriction on bag parents." into honeycomb-mr2 by Dianne Hackborn · 14 years ago
  64. d4bfc93 Enforce public resource restriction on bag parents. by Dianne Hackborn · 14 years ago
  65. a1bb021 am 96fcb702: am b40e85f9: am 645434fb: Merge "Fix a leak in RefBase" into honeycomb-mr2 by Mathias Agopian · 14 years ago
  66. 61334a3 Fix handling of directory entries by Christopher Tate · 14 years ago
  67. b0cc4a8 am a1396dfe: am 02140891: Merge "Work on issue #4518815: Compatibility mode introduces compatibility regression..." into honeycomb-mr2 by Dianne Hackborn · 14 years ago
  68. ab6bf75 Merge "Work on issue #4518815: Compatibility mode introduces compatibility regression..." into honeycomb-mr2 by Dianne Hackborn · 14 years ago
  69. ef1e16f am 19974ecc: Fix a leak in RefBase (DO NOT MERGE) by Mathias Agopian · 14 years ago
  70. c2db91c am b40e85f9: am 645434fb: Merge "Fix a leak in RefBase" into honeycomb-mr2 by Mathias Agopian · 14 years ago
  71. acf8767 Work on issue #4518815: Compatibility mode introduces compatibility regression... by Dianne Hackborn · 14 years ago
  72. 3b0a7a7 Fix a leak in RefBase by Mathias Agopian · 14 years ago
  73. 9a03cec Fix a leak in RefBase (DO NOT MERGE) by Mathias Agopian · 14 years ago
  74. 9f7bcda Fix embedded spaces in tar stream EVEN HARDER by Christopher Tate · 14 years ago
  75. 72a404d Implement shared-storage full backup/restore by Christopher Tate · 14 years ago
  76. f3d939c merge various SF fixes from gingerbread to honeycomb-mr2 (DO NOT MERGE) by Mathias Agopian · 14 years ago
  77. 0129f1a resolved conflicts for merge of b9783b49 to honeycomb-plus-aosp by Marco Nelissen · 14 years ago
  78. 15e1130 Restore from a previous full backup's tarfile by Christopher Tate · 14 years ago
  79. 98d1f99 am 8148cc3e: am 86ea1f5f: Initial checkin of spot presentation for touchpad gestures. (DO NOT MERGE) by Jeff Brown · 14 years ago
  80. 9a2c1ca am af685f3b: am 85a7f99c: Merge "Refactor how timeouts are calculated. (DO NOT MERGE)" into honeycomb-mr2 by Jeff Brown · 14 years ago
  81. d3e6d3e Initial checkin of spot presentation for touchpad gestures. (DO NOT MERGE) by Jeff Brown · 14 years ago
  82. be93983 am c9cd2387: Merge changes I37f0f315,I8cbf6044,Ibb598931,I5262bf11 into gingerbread by Simon Wilson · 14 years ago
  83. 1eb42cf Refactor how timeouts are calculated. (DO NOT MERGE) by Jeff Brown · 14 years ago
  84. 3d6881f RefBase subclasses can now decide how they want to be destroyed. by Mathias Agopian · 14 years ago
  85. d31099f Merge "Call RefBase::destroy() when OBJECT_LIFETIME_* is not the default" by Mathias Agopian · 14 years ago
  86. 79ba9b5 resolved conflicts for merge of 06a8ceac to master by Dianne Hackborn · 14 years ago
  87. 8561698 Call RefBase::destroy() when OBJECT_LIFETIME_* is not the default by Mathias Agopian · 14 years ago
  88. 20aeb1c RefBase subclasses can now decide how they want to be destroyed. by Mathias Agopian · 14 years ago
  89. 7583282 am c851ea56: am 69cb8757: Add new "-swNNNdp" resource qualifier. by Dianne Hackborn · 14 years ago
  90. 2258594 Add new "-swNNNdp" resource qualifier. by Dianne Hackborn · 14 years ago
  91. 963664b Continue idmap generation even if name lookup fails. by Mårten Kongstad · 14 years ago
  92. 58c8dd2 libutils: add a binary blob cache implementation. by Jamie Gennis · 14 years ago
  93. b41c5a5 Full backup tweaks by Christopher Tate · 14 years ago
  94. 89178d4 am 46a282f3: am 0ed2e845: Merge "DO NOT MERGE. Integrate add new screen width/height in "dp" configs." into honeycomb-mr2 by Dianne Hackborn · 14 years ago
  95. 88c0d69 DO NOT MERGE. Integrate add new screen width/height in "dp" configs. by Dianne Hackborn · 14 years ago
  96. ffd242e Use pax extended tar format to support long filenames etc. by Christopher Tate · 14 years ago
  97. 25bc410 am 041aa34e: am 87d86044: am bcd029b6: Merge "Add missing clean-up of idmap file descriptors." by Conley Owens · 14 years ago
  98. d78797f Full local backup infrastructure by Christopher Tate · 14 years ago
  99. 74cfbe1 am 87d86044: am bcd029b6: Merge "Add missing clean-up of idmap file descriptors." by Conley Owens · 14 years ago
  100. 3e17850 Add missing clean-up of idmap file descriptors. by Mårten Kongstad · 14 years ago