| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix possible leak in Parcel::writeDupFileDescriptor. | Jeff Brown | 2011-11-07 | 1 | -1/+9 |
* | am 88061d6b: am 5462bc63: Fix a leak in Parcel::writeBlob. | Jeff Brown | 2011-11-07 | 1 | -9/+4 |
|\ |
|
| * | am 5462bc63: Fix a leak in Parcel::writeBlob. | Jeff Brown | 2011-11-05 | 1 | -9/+4 |
| |\ |
|
| | * | Fix a leak in Parcel::writeBlob. | Jeff Brown | 2011-11-04 | 1 | -9/+4 |
| * | | resolved conflicts for merge of 2d280f75 to ics-mr1 | Jeff Brown | 2011-10-30 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Improve the slow query instrumentation. | Jeff Brown | 2011-10-28 | 1 | -1/+1 |
* | | | Optimize fillWindow to improve reverse-seek performance. | Jeff Brown | 2011-10-28 | 1 | -1/+1 |
* | | | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE | Steve Block | 2011-10-26 | 3 | -43/+43 |
* | | | Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE | Steve Block | 2011-10-25 | 2 | -7/+7 |
|/ / |
|
* | | Deprecate local-only CursorWindows. | Jeff Brown | 2011-10-12 | 1 | -3/+1 |
|/ |
|
* | Use ashmem for CursorWindows. | Jeff Brown | 2011-10-11 | 2 | -263/+239 |
* | Clean up CursorWindow code. | Jeff Brown | 2011-10-06 | 1 | -38/+3 |
* | Fix handling of "allow fds" state. | Dianne Hackborn | 2011-10-03 | 1 | -2/+9 |
* | Transfer large bitmaps using ashmem. | Jeff Brown | 2011-10-03 | 1 | -0/+108 |
* | Add mechanism for Parcel to not allow FDs to be written to it. | Dianne Hackborn | 2011-10-03 | 1 | -1/+18 |
* | Revert "Transfer large bitmaps using ashmem. Bug: 5224703" | Bart Sears | 2011-09-25 | 1 | -97/+0 |
* | Transfer large bitmaps using ashmem. | Jeff Brown | 2011-09-23 | 1 | -0/+97 |
* | Resurrect verbose binder logging | Andy McFadden | 2011-09-07 | 1 | -36/+38 |
* | Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator build | Mike Lockwood | 2011-07-13 | 1 | -12/+0 |
* | Eliminate single-process mode. | Jeff Brown | 2011-07-08 | 1 | -39/+12 |
* | PermissionCache caches permission checks | Mathias Agopian | 2011-06-27 | 3 | -89/+114 |
* | MemoryHeapBase: Save and binderize the offset | Anu Sundararajan | 2011-06-27 | 2 | -26/+42 |
* | Make sure binder ioctl structs don't contain uninitialized values. | Evgeniy Stepanov | 2011-04-21 | 1 | -0/+3 |
* | Merge "Parcel::appendFrom({const } Parcel *parcel, size_t, size_t)" | Andreas Huber | 2011-04-18 | 1 | -3/+3 |
|\ |
|
| * | Parcel::appendFrom({const } Parcel *parcel, size_t, size_t) | Andreas Huber | 2011-04-13 | 1 | -3/+3 |
* | | Rewrite battery history storage. | Dianne Hackborn | 2011-04-14 | 1 | -7/+11 |
|/ |
|
* | Clean up use of HAVE_ANDROID_OS | Kenny Root | 2011-02-16 | 2 | -8/+8 |
* | am 6637e307: am bfb5f596: Merge "Fix for writing empty strings to Parcel::wri... | Jean-Baptiste Queru | 2010-12-28 | 1 | -1/+4 |
|\ |
|
| * | Fix for writing empty strings to Parcel::writeString8() | Pravat Dalbehera | 2010-12-22 | 1 | -1/+4 |
* | | Framework-side support for Dalvik "isSensitiveThread" hook. | Brad Fitzpatrick | 2010-12-14 | 1 | -0/+10 |
* | | fix messages from sqlite layer in c++ code to be useful. | Vasu Nori | 2010-11-29 | 1 | -2/+4 |
* | | convert one of the LOGE to LOG_WINDOW msg to reduce grief | Vasu Nori | 2010-10-26 | 1 | -1/+1 |
* | | turn off some useless messages | Vasu Nori | 2010-10-05 | 1 | -2/+4 |
* | | am deaa8ff1: am a7ef18fc: Merge "Some debugging support." into gingerbread | Dianne Hackborn | 2010-09-24 | 1 | -0/+14 |
|\ \
| |/ |
|
| * | Some debugging support. | Dianne Hackborn | 2010-09-24 | 1 | -0/+14 |
* | | am ae087369: am 63070856: Merge "Don\'t propagate StrictMode over one-way Bin... | Brad Fitzpatrick | 2010-08-31 | 2 | -6/+27 |
|\ \
| |/ |
|
| * | Don't propagate StrictMode over one-way Binder calls. | Brad Fitzpatrick | 2010-08-31 | 2 | -6/+27 |
* | | am 245cb784: am 84c924a6: Merge "Replace several IPCThreadState::get() lookup... | Brad Fitzpatrick | 2010-07-27 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | Replace several IPCThreadState::get() lookups with one. | Brad Fitzpatrick | 2010-07-27 | 1 | -5/+5 |
* | | am 3e5e21d4: am 1772c34e: Merge "StrictMode: gather and return violating stac... | Brad Fitzpatrick | 2010-07-15 | 1 | -1/+12 |
|\ \
| |/ |
|
| * | StrictMode: gather and return violating stacks in Binder replies | Brad Fitzpatrick | 2010-07-15 | 1 | -1/+12 |
* | | am cc52121c: am c4b204bd: Merge "More StrictMode work, keeping Binder & Block... | Brad Fitzpatrick | 2010-07-15 | 2 | -4/+13 |
|\ \
| |/ |
|
| * | More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync. | Brad Fitzpatrick | 2010-07-15 | 2 | -4/+13 |
* | | am 706623dd: am c0a7e690: Add Parcel::readExceptionCode() and Parcel::writeNo... | Brad Fitzpatrick | 2010-07-13 | 3 | -6/+15 |
|\ \
| |/ |
|
| * | Add Parcel::readExceptionCode() and Parcel::writeNoException() | Brad Fitzpatrick | 2010-07-13 | 3 | -6/+15 |
* | | am efcf68aa: am ef8f96a7: Merge "Start of work on passing around StrictMode p... | Brad Fitzpatrick | 2010-06-23 | 3 | -7/+21 |
|\ \
| |/ |
|
| * | Start of work on passing around StrictMode policy over Binder calls. | Brad Fitzpatrick | 2010-06-21 | 3 | -7/+21 |
* | | Move CursorWindow class from core/jni to libbinder | Mike Lockwood | 2010-05-28 | 2 | -0/+409 |
|/ |
|
* | Make static versions of libutils and libbinder. | Dan Egnor | 2010-05-06 | 2 | -26/+28 |
* | fix [2599939] "cannot play video" after open/close a video player a dozen of ... | Mathias Agopian | 2010-04-19 | 1 | -23/+0 |