summaryrefslogtreecommitdiffstats
path: root/include/binder
Commit message (Expand)AuthorAgeFilesLines
* binder: Add MemoryHeapBaseIoncodeworkx2012-12-112-1/+53
* Revert "get rid of MemoryHeapPmem"Ricardo Cerqueira2012-11-211-0/+79
* fix a crasher when running out of memoryMathias Agopian2012-09-251-1/+4
* make sure Parcel handles 0-sized LightFlatenablesMathias Agopian2012-08-311-6/+12
* No longer need "original calling uid".Dianne Hackborn2012-08-311-2/+0
* improve [un]marshalling of non-binder objectsMathias Agopian2012-08-131-0/+43
* split-up Client.h out of SurfaceFlinger.hMathias Agopian2012-06-181-0/+1
* Add callback hack to find out when to reload system properties.Dianne Hackborn2012-05-091-0/+1
* SF doesn't need more than a few binder threadsMathias Agopian2012-04-191-1/+0
* add set thread countMathias Agopian2012-04-181-0/+2
* get rid of MemoryHeapPmemMathias Agopian2012-02-271-79/+0
* move CursorWindow from libbinder to libandroidfwMathias Agopian2012-02-271-193/+0
* Some hardening of isolated processes by restricting access to services.Dianne Hackborn2012-02-092-5/+6
* Multi-user - 1st major checkinAmith Yamasani2012-02-031-0/+2
* 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