summaryrefslogtreecommitdiffstats
path: root/libs/binder
Commit message (Expand)AuthorAgeFilesLines
* Fix for writing empty strings to Parcel::writeString8()Pravat Dalbehera2010-12-221-1/+4
* Some debugging support.Dianne Hackborn2010-09-241-0/+14
* Don't propagate StrictMode over one-way Binder calls.Brad Fitzpatrick2010-08-312-6/+27
* Replace several IPCThreadState::get() lookups with one.Brad Fitzpatrick2010-07-271-5/+5
* StrictMode: gather and return violating stacks in Binder repliesBrad Fitzpatrick2010-07-151-1/+12
* More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync.Brad Fitzpatrick2010-07-152-4/+13
* Add Parcel::readExceptionCode() and Parcel::writeNoException()Brad Fitzpatrick2010-07-133-6/+15
* Start of work on passing around StrictMode policy over Binder calls.Brad Fitzpatrick2010-06-213-7/+21
* 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
* Reset binder service threads' cgroup/priority after command completionChristopher Tate2009-11-081-0/+15
* Revert jparks code from IPCThreadState.Evan Millar2009-11-061-5/+0
* When a thread is about to be put back onto the thread pool ensure that it is ...Jason Parks2009-11-041-22/+4
* Add a warning when we leave threads in the binder thread pool in the backgrou...Jason Parks2009-11-031-0/+28
* libbinder: MemoryHeapPmem: honor the NO_CACHING flag when creating a client heapDima Zavin2009-11-021-1/+1
* libbinder: add a NO_CACHING flag to MemoryHeapBaseIliyan Malchev2009-10-301-1/+5
* Add offset handling in MemoryHeapBase classBenny Wong2009-08-201-4/+4
* Support for marshalling pointers / intptr_t in Parcel.Andreas Huber2009-08-171-95/+63
* don't crash in Parcel when given a null (and therfore invalid) native_handle_tMathias Agopian2009-07-311-1/+1
* Instead of using -1 for pid and uid in the simulator, and then havingMarco Nelissen2009-07-171-7/+2
* new Permission class used to improve permission checks speed (by caching resu...Mathias Agopian2009-06-153-5/+99
* some work to try to reduce the code size of some native librariesMathias Agopian2009-05-269-34/+82
* am d50a458b: Merge change 2351 into donutAndroid (Google) Code Review2009-05-221-2/+6
* change 2115 wasn't merged properly into master. this fixes that.Mathias Agopian2009-05-211-28/+11
* move libbinder's header files under includes/binderMathias Agopian2009-05-2015-122/+33
* checkpoint: split libutils into libutils + libbinderMathias Agopian2009-05-2016-0/+5303