summaryrefslogtreecommitdiffstats
path: root/libs/binder
Commit message (Expand)AuthorAgeFilesLines
* am 1cd763f1: am cd91024c: Merge "[MIPS] Avoid unaligned load/store for 64-bit...Keun-young Park2013-03-261-1/+44
|\
| * Merge "[MIPS] Avoid unaligned load/store for 64-bit doubles."Keun-young Park2013-03-261-1/+44
| |\
| | * [MIPS] Avoid unaligned load/store for 64-bit doubles.Douglas Leung2013-01-171-1/+44
* | | improved CallStack a bitMathias Agopian2013-03-211-3/+1
* | | am 7212ff29: am 20e154f1: Merge "Second try at adding a compatibility symbol ...Elliott Hughes2013-03-141-0/+9
|\ \ \ | |/ /
| * | Second try at adding a compatibility symbol for the MemoryBase constructor.Elliott Hughes2013-03-131-0/+9
| * | Revert "Add a compatibility symbol for the MemoryBase constructor."Elliott Hughes2013-03-142-12/+3
* | | Revert "Add a compatibility symbol for the MemoryBase constructor."Elliott Hughes2013-03-142-12/+3
* | | am 9b57ad73: am 8facd1b2: Merge "Add a compatibility symbol for the MemoryBas...Elliott Hughes2013-03-132-3/+12
|\ \ \ | |/ /
| * | Add a compatibility symbol for the MemoryBase constructor.Elliott Hughes2013-03-132-3/+12
| |/
* | rename binder services main thread to Binder_*Mathias Agopian2013-03-071-5/+14
* | Fixes to native app ops servicesEino-Ville Talvala2013-02-192-22/+20
* | App ops: new native access API.Dianne Hackborn2013-02-124-0/+341
|/
* 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