summaryrefslogtreecommitdiffstats
path: root/include/binder
Commit message (Expand)AuthorAgeFilesLines
* am 88061d6b: am 5462bc63: Fix a leak in Parcel::writeBlob.Jeff Brown2011-11-071-1/+2
|\
| * am 5462bc63: Fix a leak in Parcel::writeBlob.Jeff Brown2011-11-051-1/+2
| |\
| | * Fix a leak in Parcel::writeBlob.Jeff Brown2011-11-041-1/+2
* | | Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGESteve Block2011-10-251-2/+2
|/ /
* | Deprecate local-only CursorWindows.Jeff Brown2011-10-121-2/+1
|/
* Use ashmem for CursorWindows.Jeff Brown2011-10-111-160/+131
* Clean up CursorWindow code.Jeff Brown2011-10-061-2/+26
* Fix handling of "allow fds" state.Dianne Hackborn2011-10-031-1/+2
* Transfer large bitmaps using ashmem.Jeff Brown2011-10-031-3/+46
* Add mechanism for Parcel to not allow FDs to be written to it.Dianne Hackborn2011-10-031-1/+4
* Revert "Transfer large bitmaps using ashmem. Bug: 5224703"Bart Sears2011-09-251-46/+3
* Transfer large bitmaps using ashmem.Jeff Brown2011-09-231-3/+46
* Eliminate single-process mode.Jeff Brown2011-07-081-4/+0
* PermissionCache caches permission checksMathias Agopian2011-06-272-68/+79
* MemoryHeapBase: Save and binderize the offsetAnu Sundararajan2011-06-272-6/+9
* Parcel::appendFrom({const } Parcel *parcel, size_t, size_t)Andreas Huber2011-04-131-1/+2
* Binder linkage no longer depends on JNI objrefs as persistent tokensChristopher Tate2011-02-281-1/+1
* Revert "Binder linkage no longer depends on JNI objrefs as persistent tokens"Christopher Tate2011-02-251-1/+1
* Binder linkage no longer depends on JNI objrefs as persistent tokensChristopher Tate2011-02-241-1/+1
* resubmitting Change-Id: I67b1d04a5c9fc18b0cd4da6184d0b814b64d89e9Vasu Nori2010-12-211-1/+0
* Revert "bug:2448371 cursorwindow size moved to resource xml file."Vasu Nori2010-12-201-0/+1
* bug:2448371 cursorwindow size moved to resource xml file.Vasu Nori2010-12-201-1/+0
* Framework-side support for Dalvik "isSensitiveThread" hook.Brad Fitzpatrick2010-12-141-0/+1
* am ae087369: am 63070856: Merge "Don\'t propagate StrictMode over one-way Bin...Brad Fitzpatrick2010-08-311-1/+5
|\
| * Don't propagate StrictMode over one-way Binder calls.Brad Fitzpatrick2010-08-311-1/+5
* | am 245cb784: am 84c924a6: Merge "Replace several IPCThreadState::get() lookup...Brad Fitzpatrick2010-07-271-4/+8
|\ \ | |/
| * Replace several IPCThreadState::get() lookups with one.Brad Fitzpatrick2010-07-271-4/+8
* | am cc52121c: am c4b204bd: Merge "More StrictMode work, keeping Binder & Block...Brad Fitzpatrick2010-07-151-1/+5
|\ \ | |/
| * More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync.Brad Fitzpatrick2010-07-151-1/+5
* | am c74034b6: am 24651682: added BinderService<> template to help creating nat...Mathias Agopian2010-07-141-0/+60
|\ \ | |/
| * added BinderService<> template to help creating native binder servicesMathias Agopian2010-07-141-0/+60
* | am 706623dd: am c0a7e690: Add Parcel::readExceptionCode() and Parcel::writeNo...Brad Fitzpatrick2010-07-131-1/+13
|\ \ | |/
| * Add Parcel::readExceptionCode() and Parcel::writeNoException()Brad Fitzpatrick2010-07-131-1/+13
* | am efcf68aa: am ef8f96a7: Merge "Start of work on passing around StrictMode p...Brad Fitzpatrick2010-06-232-2/+9
|\ \ | |/
| * Start of work on passing around StrictMode policy over Binder calls.Brad Fitzpatrick2010-06-212-2/+9
* | add API to Cursor to get column value typeVasu Nori2010-06-021-10/+10
* | Move CursorWindow class from core/jni to libbinderMike Lockwood2010-05-281-0/+200
|/
* am 8a8658a5: Merge "Make static versions of libutils and libbinder." into froyoDan Egnor2010-05-061-1/+0
|\
| * Make static versions of libutils and libbinder.Dan Egnor2010-05-061-1/+0
* | merge from open-source masterThe Android Open Source Project2010-04-211-7/+10
|\ \ | |/ |/|
| * Allow META* macros outside of the frameworkMichael Richardson2010-04-201-7/+10
* | fix [2599939] "cannot play video" after open/close a video player a dozen of ...Mathias Agopian2010-04-193-5/+2
* | remove a dependency of GraphicBuffer (libui) on Parcel (libbinder).Mathias Agopian2010-02-211-1/+3
* | Simplify the MemoryDealer implementationMathias Agopian2010-01-292-208/+11
* | Propagate background scheduling class across processes.Dianne Hackborn2009-12-072-2/+10
|/
* libbinder: add a NO_CACHING flag to MemoryHeapBaseIliyan Malchev2009-10-301-1/+2
* Add offset handling in MemoryHeapBase classBenny Wong2009-08-201-2/+2
* Support for marshalling pointers / intptr_t in Parcel.Andreas Huber2009-08-171-0/+11
* Make MemoryDealer's destructor protected instead of public.Andreas Huber2009-07-161-2/+3
* new Permission class used to improve permission checks speed (by caching resu...Mathias Agopian2009-06-152-0/+70