summaryrefslogtreecommitdiffstats
path: root/libs/binder
Commit message (Expand)AuthorAgeFilesLines
* Verify that the native handle was createdAdam Lesinski2015-10-181-0/+4
* Disregard alleged binder entities beyond parcel boundsChristopher Tate2015-10-181-1/+1
* fix mem leak on error handlingHyejin Kim2013-05-311-1/+3
* binder: Add MemoryHeapBaseIoncodeworkx2012-12-113-2/+136
* Revert "get rid of MemoryHeapPmem"Ricardo Cerqueira2012-11-212-0/+253
* Revert "ugly, temporary, workaroung for a problem where a binder thread spins...Dave Burke2012-10-061-12/+0
* ugly, temporary, workaroung for a problem where a binder thread spins foreverMathias Agopian2012-10-051-0/+12
* No longer need "original calling uid".Dianne Hackborn2012-08-311-8/+0
* Fix shutdown sequence to avoid SIGSEGV when running am commandJohannes Carlsson2012-06-251-2/+9
* Aligning native Parcel implementation to Java.Magnus Strandberg2012-06-081-1/+2
* Add callback hack to find out when to reload system properties.Dianne Hackborn2012-05-091-0/+7
* Scheduling group cleanupGlenn Kasten2012-04-191-6/+6
* add set thread countMathias Agopian2012-04-181-0/+9
* double checked locking pattern is not safe on SMPMathias Agopian2012-04-161-4/+5
* Remove obsolete references to sched_policy.hGlenn Kasten2012-03-051-1/+0
* Merge "Shorten thread names"Glenn Kasten2012-02-291-2/+2
|\
| * Shorten thread namesGlenn Kasten2012-02-281-2/+2
* | get rid of MemoryHeapPmemMathias Agopian2012-02-272-249/+0
|/
* move CursorWindow from libbinder to libandroidfwMathias Agopian2012-02-272-352/+0
* Some hardening of isolated processes by restricting access to services.Dianne Hackborn2012-02-091-1/+3
* Multi-user - 1st major checkinAmith Yamasani2012-02-031-0/+8
* Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGESteve Block2012-01-091-9/+9
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-088-30/+30
* 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