summaryrefslogtreecommitdiffstats
path: root/libs/binder
Commit message (Expand)AuthorAgeFilesLines
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-066-7/+7
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-043-17/+17
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-035-12/+12
* Fix invalid madvise() during concurrent alloc/dealloc of MemoryDealerJi-Hwan Lee2011-12-151-1/+5
* am f1a4c48b: am e21dabf6: Merge "Initialize bwr.read_buffer in IPCThreadState...Ben Cheng2011-12-011-0/+1
|\
| * Initialize bwr.read_buffer in IPCThreadState::talkWithDriver.Ben Cheng2011-12-011-0/+1
* | Fix possible leak in Parcel::writeDupFileDescriptor.Jeff Brown2011-11-071-1/+9
* | am 88061d6b: am 5462bc63: Fix a leak in Parcel::writeBlob.Jeff Brown2011-11-071-9/+4
|\ \ | |/
| * am 5462bc63: Fix a leak in Parcel::writeBlob.Jeff Brown2011-11-051-9/+4
| |\
| | * Fix a leak in Parcel::writeBlob.Jeff Brown2011-11-041-9/+4
| * | resolved conflicts for merge of 2d280f75 to ics-mr1Jeff Brown2011-10-301-1/+1
| |\ \ | | |/
| | * Improve the slow query instrumentation.Jeff Brown2011-10-281-1/+1
* | | Optimize fillWindow to improve reverse-seek performance.Jeff Brown2011-10-281-1/+1
* | | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-263-43/+43
* | | Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGESteve Block2011-10-252-7/+7
|/ /
* | Deprecate local-only CursorWindows.Jeff Brown2011-10-121-3/+1
|/
* Use ashmem for CursorWindows.Jeff Brown2011-10-112-263/+239
* Clean up CursorWindow code.Jeff Brown2011-10-061-38/+3
* Fix handling of "allow fds" state.Dianne Hackborn2011-10-031-2/+9
* Transfer large bitmaps using ashmem.Jeff Brown2011-10-031-0/+108
* Add mechanism for Parcel to not allow FDs to be written to it.Dianne Hackborn2011-10-031-1/+18
* Revert "Transfer large bitmaps using ashmem. Bug: 5224703"Bart Sears2011-09-251-97/+0
* Transfer large bitmaps using ashmem.Jeff Brown2011-09-231-0/+97
* Resurrect verbose binder loggingAndy McFadden2011-09-071-36/+38
* Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator buildMike Lockwood2011-07-131-12/+0
* Eliminate single-process mode.Jeff Brown2011-07-081-39/+12
* PermissionCache caches permission checksMathias Agopian2011-06-273-89/+114
* MemoryHeapBase: Save and binderize the offsetAnu Sundararajan2011-06-272-26/+42
* Make sure binder ioctl structs don't contain uninitialized values.Evgeniy Stepanov2011-04-211-0/+3
* Merge "Parcel::appendFrom({const } Parcel *parcel, size_t, size_t)"Andreas Huber2011-04-181-3/+3
|\
| * Parcel::appendFrom({const } Parcel *parcel, size_t, size_t)Andreas Huber2011-04-131-3/+3
* | Rewrite battery history storage.Dianne Hackborn2011-04-141-7/+11
|/
* Clean up use of HAVE_ANDROID_OSKenny Root2011-02-162-8/+8
* am 6637e307: am bfb5f596: Merge "Fix for writing empty strings to Parcel::wri...Jean-Baptiste Queru2010-12-281-1/+4
|\
| * Fix for writing empty strings to Parcel::writeString8()Pravat Dalbehera2010-12-221-1/+4
* | Framework-side support for Dalvik "isSensitiveThread" hook.Brad Fitzpatrick2010-12-141-0/+10
* | fix messages from sqlite layer in c++ code to be useful.Vasu Nori2010-11-291-2/+4
* | convert one of the LOGE to LOG_WINDOW msg to reduce griefVasu Nori2010-10-261-1/+1
* | turn off some useless messagesVasu Nori2010-10-051-2/+4
* | am deaa8ff1: am a7ef18fc: Merge "Some debugging support." into gingerbreadDianne Hackborn2010-09-241-0/+14
|\ \ | |/
| * Some debugging support.Dianne Hackborn2010-09-241-0/+14
* | am ae087369: am 63070856: Merge "Don\'t propagate StrictMode over one-way Bin...Brad Fitzpatrick2010-08-312-6/+27
|\ \ | |/
| * Don't propagate StrictMode over one-way Binder calls.Brad Fitzpatrick2010-08-312-6/+27
* | am 245cb784: am 84c924a6: Merge "Replace several IPCThreadState::get() lookup...Brad Fitzpatrick2010-07-271-5/+5
|\ \ | |/
| * Replace several IPCThreadState::get() lookups with one.Brad Fitzpatrick2010-07-271-5/+5
* | am 3e5e21d4: am 1772c34e: Merge "StrictMode: gather and return violating stac...Brad Fitzpatrick2010-07-151-1/+12
|\ \ | |/
| * StrictMode: gather and return violating stacks in Binder repliesBrad Fitzpatrick2010-07-151-1/+12
* | am cc52121c: am c4b204bd: Merge "More StrictMode work, keeping Binder & Block...Brad Fitzpatrick2010-07-152-4/+13
|\ \ | |/
| * More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync.Brad Fitzpatrick2010-07-152-4/+13
* | am 706623dd: am c0a7e690: Add Parcel::readExceptionCode() and Parcel::writeNo...Brad Fitzpatrick2010-07-133-6/+15
|\ \ | |/