1. c0af9ca am b14d72bc: am d070009e: am df6774c9: am 7c1cdbdd: am e23f8b8f: am 1f70863d: am 37b44969: Add support for writing byte arrays to parcels by Marco Nelissen · 10 years ago
  2. b14d72b am d070009e: am df6774c9: am 7c1cdbdd: am e23f8b8f: am 1f70863d: am 37b44969: Add support for writing byte arrays to parcels by Marco Nelissen · 10 years ago
  3. e23f8b8 am 1f70863d: am 37b44969: Add support for writing byte arrays to parcels by Marco Nelissen · 10 years ago
  4. 1f70863 am 37b44969: Add support for writing byte arrays to parcels by Marco Nelissen · 10 years ago
  5. 37b4496 Add support for writing byte arrays to parcels by Marco Nelissen · 10 years ago
  6. ef07386 Prevent IPCThreadState::joinThreadPool from spinning on unexpected error by Jeff Tinker · 11 years ago
  7. 9dd8d89 am 1cd763f1: am cd91024c: Merge "[MIPS] Avoid unaligned load/store for 64-bit doubles." by Keun-young Park · 11 years ago
  8. cd91024 Merge "[MIPS] Avoid unaligned load/store for 64-bit doubles." by Keun-young Park · 11 years ago
  9. cab25d6 improved CallStack a bit by Mathias Agopian · 11 years ago
  10. 5b00af2 am 7212ff29: am 20e154f1: Merge "Second try at adding a compatibility symbol for the MemoryBase constructor." by Elliott Hughes · 11 years ago
  11. c47f098 Revert "Add a compatibility symbol for the MemoryBase constructor." by Elliott Hughes · 11 years ago
  12. 5ca39ea am 9b57ad73: am 8facd1b2: Merge "Add a compatibility symbol for the MemoryBase constructor." by Elliott Hughes · 11 years ago
  13. ddd2863 Second try at adding a compatibility symbol for the MemoryBase constructor. by Elliott Hughes · 11 years ago
  14. 6dbf07d Revert "Add a compatibility symbol for the MemoryBase constructor." by Elliott Hughes · 11 years ago
  15. 7f974ff Add a compatibility symbol for the MemoryBase constructor. by Elliott Hughes · 11 years ago
  16. e3e43b3 rename binder services main thread to Binder_* by Mathias Agopian · 11 years ago
  17. e88a85e Fixes to native app ops services by Eino-Ville Talvala · 11 years ago
  18. 5da5ca5 App ops: new native access API. by Dianne Hackborn · 11 years ago
  19. cc1a4bb [MIPS] Avoid unaligned load/store for 64-bit doubles. by Douglas Leung · 12 years ago
  20. 0bed1f5 Revert "ugly, temporary, workaroung for a problem where a binder thread spins forever" by Dave Burke · 12 years ago
  21. 0845d02 ugly, temporary, workaroung for a problem where a binder thread spins forever by Mathias Agopian · 12 years ago
  22. 8210185 No longer need "original calling uid". by Dianne Hackborn · 12 years ago
  23. db1597a Fix shutdown sequence to avoid SIGSEGV when running am command by Johannes Carlsson · 13 years ago
  24. 1ba2457 Aligning native Parcel implementation to Java. by Magnus Strandberg · 13 years ago
  25. 555f89d Add callback hack to find out when to reload system properties. by Dianne Hackborn · 12 years ago
  26. a26e1cf Scheduling group cleanup by Glenn Kasten · 12 years ago
  27. 1b80f79 add set thread count by Mathias Agopian · 12 years ago
  28. e8db871 double checked locking pattern is not safe on SMP by Mathias Agopian · 12 years ago
  29. 4bcb575 Remove obsolete references to sched_policy.h by Glenn Kasten · 12 years ago
  30. 67f8b52 Merge "Shorten thread names" by Glenn Kasten · 12 years ago
  31. 102d539 Shorten thread names by Glenn Kasten · 12 years ago
  32. 7a75248 get rid of MemoryHeapPmem by Mathias Agopian · 12 years ago
  33. 89d353a move CursorWindow from libbinder to libandroidfw by Mathias Agopian · 12 years ago
  34. a94f129 Some hardening of isolated processes by restricting access to services. by Dianne Hackborn · 12 years ago
  35. 4e975bb Multi-user - 1st major checkin by Amith Yamasani · 13 years ago
  36. 6726347 Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGE by Steve Block · 13 years ago
  37. e6f43dd Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  38. 32397c1 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  39. a19954a Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  40. 9d45368 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  41. c4cd530 Fix invalid madvise() during concurrent alloc/dealloc of MemoryDealer by Ji-Hwan Lee · 13 years ago
  42. a63ee4c am f1a4c48b: am e21dabf6: Merge "Initialize bwr.read_buffer in IPCThreadState::talkWithDriver." into ics-mr1 by Ben Cheng · 13 years ago
  43. d640f89 Initialize bwr.read_buffer in IPCThreadState::talkWithDriver. by Ben Cheng · 13 years ago
  44. d341c71 Fix possible leak in Parcel::writeDupFileDescriptor. by Jeff Brown · 13 years ago
  45. c17f56f am 88061d6b: am 5462bc63: Fix a leak in Parcel::writeBlob. by Jeff Brown · 13 years ago
  46. efd912c am 5462bc63: Fix a leak in Parcel::writeBlob. by Jeff Brown · 13 years ago
  47. 93ff1f9 Fix a leak in Parcel::writeBlob. by Jeff Brown · 13 years ago
  48. 9897b46 resolved conflicts for merge of 2d280f75 to ics-mr1 by Jeff Brown · 13 years ago
  49. 27a852b Improve the slow query instrumentation. by Jeff Brown · 13 years ago
  50. 20b3da9 Optimize fillWindow to improve reverse-seek performance. Bug: 5520301 by Jeff Brown · 13 years ago
  51. 6807e59 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  52. 9f76015 Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE by Steve Block · 13 years ago
  53. 3e2fb70 Deprecate local-only CursorWindows. by Jeff Brown · 13 years ago
  54. ec4e006 Use ashmem for CursorWindows. Bug: 5332296 by Jeff Brown · 13 years ago
  55. cc0bf53 Clean up CursorWindow code. Bug: 5332296 by Jeff Brown · 13 years ago
  56. 7746cc3 Fix handling of "allow fds" state. by Dianne Hackborn · 13 years ago
  57. 5707dbf Transfer large bitmaps using ashmem. Bug: 5224703 by Jeff Brown · 13 years ago
  58. 8938ed2 Add mechanism for Parcel to not allow FDs to be written to it. by Dianne Hackborn · 13 years ago
  59. 8acda78 Revert "Transfer large bitmaps using ashmem. Bug: 5224703" by Bart Sears · 13 years ago
  60. f4c1088 Transfer large bitmaps using ashmem. Bug: 5224703 by Jeff Brown · 13 years ago
  61. aefc9cd Resurrect verbose binder logging by Andy McFadden · 13 years ago
  62. c2be743 Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator build by Mike Lockwood · 13 years ago
  63. e16986c Eliminate single-process mode. Bug: 5010576 by Jeff Brown · 13 years ago
  64. 99b4984 PermissionCache caches permission checks by Mathias Agopian · 13 years ago
  65. 5728a92 MemoryHeapBase: Save and binderize the offset by Anu Sundararajan · 13 years ago
  66. d547432 Make sure binder ioctl structs don't contain uninitialized values. by Evgeniy Stepanov · 13 years ago
  67. 6e9eb74 Merge "Parcel::appendFrom({const } Parcel *parcel, size_t, size_t)" by Andreas Huber · 13 years ago
  68. 97e2bcd Rewrite battery history storage. by Dianne Hackborn · 13 years ago
  69. 51faf46 Parcel::appendFrom({const } Parcel *parcel, size_t, size_t) by Andreas Huber · 13 years ago
  70. af1cf07 Clean up use of HAVE_ANDROID_OS by Kenny Root · 13 years ago
  71. 1ee57e3 am 6637e307: am bfb5f596: Merge "Fix for writing empty strings to Parcel::writeString8()" by Jean-Baptiste Queru · 14 years ago
  72. d1dff8d Fix for writing empty strings to Parcel::writeString8() by Pravat Dalbehera · 14 years ago
  73. 1b60843 Framework-side support for Dalvik "isSensitiveThread" hook. by Brad Fitzpatrick · 14 years ago
  74. 7c4f09d fix messages from sqlite layer in c++ code to be useful. by Vasu Nori · 14 years ago
  75. 82bd26d convert one of the LOGE to LOG_WINDOW msg to reduce grief by Vasu Nori · 14 years ago
  76. 91abfdd turn off some useless messages by Vasu Nori · 14 years ago
  77. be8bf0c am deaa8ff1: am a7ef18fc: Merge "Some debugging support." into gingerbread by Dianne Hackborn · 14 years ago
  78. 67f78c4 Some debugging support. by Dianne Hackborn · 14 years ago
  79. f3372f7 am ae087369: am 63070856: Merge "Don\'t propagate StrictMode over one-way Binder calls." into gingerbread by Brad Fitzpatrick · 14 years ago
  80. 5273603 Don't propagate StrictMode over one-way Binder calls. by Brad Fitzpatrick · 14 years ago
  81. b8f4015 am 245cb784: am 84c924a6: Merge "Replace several IPCThreadState::get() lookups with one." into gingerbread by Brad Fitzpatrick · 14 years ago
  82. 70081a1 Replace several IPCThreadState::get() lookups with one. by Brad Fitzpatrick · 14 years ago
  83. e9f1a64 am 3e5e21d4: am 1772c34e: Merge "StrictMode: gather and return violating stacks in Binder replies" into gingerbread by Brad Fitzpatrick · 14 years ago
  84. 721c416 am cc52121c: am c4b204bd: Merge "More StrictMode work, keeping Binder & BlockGuard\'s thread-locals in-sync." into gingerbread by Brad Fitzpatrick · 14 years ago
  85. d36f4a5 StrictMode: gather and return violating stacks in Binder replies by Brad Fitzpatrick · 14 years ago
  86. a877cd8 More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync. by Brad Fitzpatrick · 14 years ago
  87. 0c2aaca am 706623dd: am c0a7e690: Add Parcel::readExceptionCode() and Parcel::writeNoException() by Brad Fitzpatrick · 14 years ago
  88. 837a0d0 Add Parcel::readExceptionCode() and Parcel::writeNoException() by Brad Fitzpatrick · 14 years ago
  89. f9e01ea am efcf68aa: am ef8f96a7: Merge "Start of work on passing around StrictMode policy over Binder calls." into gingerbread by Brad Fitzpatrick · 14 years ago
  90. 702ea9d Start of work on passing around StrictMode policy over Binder calls. by Brad Fitzpatrick · 14 years ago
  91. 244a765 Move CursorWindow class from core/jni to libbinder by Mike Lockwood · 14 years ago
  92. 386a332 Make static versions of libutils and libbinder. by Dan Egnor · 14 years ago
  93. 3c772b7 fix [2599939] "cannot play video" after open/close a video player a dozen of times by Mathias Agopian · 14 years ago
  94. 440fd87 Ensure that binder incalls to the system process keep the fg cgroup by Christopher Tate · 14 years ago
  95. 98e71dd remove a dependency of GraphicBuffer (libui) on Parcel (libbinder). by Mathias Agopian · 14 years ago
  96. 0dd0d29 Simplify the MemoryDealer implementation by Mathias Agopian · 14 years ago
  97. 8c6cedc Propagate background scheduling class across processes. by Dianne Hackborn · 15 years ago
  98. c0c1092 Modify the binder to request 1M - 2 pages instead of 1M. The backing store by Rebecca Schultz Zavin · 15 years ago
  99. 07d6989 Reset binder service threads' cgroup/priority after command completion by Christopher Tate · 15 years ago
  100. 6dfe8f1 Revert jparks code from IPCThreadState. by Evan Millar · 15 years ago