summaryrefslogtreecommitdiffstats
path: root/libs/binder
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
|\ \ | |/
| * Add Parcel::readExceptionCode() and Parcel::writeNoException()Brad Fitzpatrick2010-07-133-6/+15
* | am efcf68aa: am ef8f96a7: Merge "Start of work on passing around StrictMode p...Brad Fitzpatrick2010-06-233-7/+21
|\ \ | |/
| * Start of work on passing around StrictMode policy over Binder calls.Brad Fitzpatrick2010-06-213-7/+21
* | Move CursorWindow class from core/jni to libbinderMike Lockwood2010-05-282-0/+409
|/
* Make static versions of libutils and libbinder.Dan Egnor2010-05-062-26/+28
* fix [2599939] "cannot play video" after open/close a video player a dozen of ...Mathias Agopian2010-04-191-23/+0
* Ensure that binder incalls to the system process keep the fg cgroupChristopher Tate2010-03-181-18/+21
* remove a dependency of GraphicBuffer (libui) on Parcel (libbinder).Mathias Agopian2010-02-211-1/+69
* Simplify the MemoryDealer implementationMathias Agopian2010-01-292-137/+180
* Propagate background scheduling class across processes.Dianne Hackborn2009-12-071-15/+38
* Modify the binder to request 1M - 2 pages instead of 1M. The backing storeRebecca Schultz Zavin2009-11-121-1/+1