summaryrefslogtreecommitdiffstats
path: root/libs/binder
Commit message (Expand)AuthorAgeFilesLines
...
* MemoryHeapBase: Save and binderize the offsetAnu Sundararajan2011-06-272-26/+42
* Make sure binder ioctl structs don't contain uninitialized values.Evgeniy Stepanov2011-04-211-0/+3
* Merge "Parcel::appendFrom({const } Parcel *parcel, size_t, size_t)"Andreas Huber2011-04-181-3/+3
|\
| * Parcel::appendFrom({const } Parcel *parcel, size_t, size_t)Andreas Huber2011-04-131-3/+3
* | Rewrite battery history storage.Dianne Hackborn2011-04-141-7/+11
|/
* Clean up use of HAVE_ANDROID_OSKenny Root2011-02-162-8/+8
* am 6637e307: am bfb5f596: Merge "Fix for writing empty strings to Parcel::wri...Jean-Baptiste Queru2010-12-281-1/+4
|\
| * Fix for writing empty strings to Parcel::writeString8()Pravat Dalbehera2010-12-221-1/+4
* | Framework-side support for Dalvik "isSensitiveThread" hook.Brad Fitzpatrick2010-12-141-0/+10
* | fix messages from sqlite layer in c++ code to be useful.Vasu Nori2010-11-291-2/+4
* | convert one of the LOGE to LOG_WINDOW msg to reduce griefVasu Nori2010-10-261-1/+1
* | turn off some useless messagesVasu Nori2010-10-051-2/+4
* | am deaa8ff1: am a7ef18fc: Merge "Some debugging support." into gingerbreadDianne Hackborn2010-09-241-0/+14
|\ \ | |/
| * Some debugging support.Dianne Hackborn2010-09-241-0/+14
* | am ae087369: am 63070856: Merge "Don\'t propagate StrictMode over one-way Bin...Brad Fitzpatrick2010-08-312-6/+27
|\ \ | |/
| * Don't propagate StrictMode over one-way Binder calls.Brad Fitzpatrick2010-08-312-6/+27
* | am 245cb784: am 84c924a6: Merge "Replace several IPCThreadState::get() lookup...Brad Fitzpatrick2010-07-271-5/+5
|\ \ | |/
| * Replace several IPCThreadState::get() lookups with one.Brad Fitzpatrick2010-07-271-5/+5
* | am 3e5e21d4: am 1772c34e: Merge "StrictMode: gather and return violating stac...Brad Fitzpatrick2010-07-151-1/+12
|\ \ | |/
| * StrictMode: gather and return violating stacks in Binder repliesBrad Fitzpatrick2010-07-151-1/+12
* | am cc52121c: am c4b204bd: Merge "More StrictMode work, keeping Binder & Block...Brad Fitzpatrick2010-07-152-4/+13
|\ \ | |/
| * More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync.Brad Fitzpatrick2010-07-152-4/+13
* | am 706623dd: am c0a7e690: Add Parcel::readExceptionCode() and Parcel::writeNo...Brad Fitzpatrick2010-07-133-6/+15
|\ \ | |/
| * Add Parcel::readExceptionCode() and Parcel::writeNoException()Brad Fitzpatrick2010-07-133-6/+15
* | am efcf68aa: am ef8f96a7: Merge "Start of work on passing around StrictMode p...Brad Fitzpatrick2010-06-233-7/+21
|\ \ | |/
| * Start of work on passing around StrictMode policy over Binder calls.Brad Fitzpatrick2010-06-213-7/+21
* | Move CursorWindow class from core/jni to libbinderMike Lockwood2010-05-282-0/+409
|/
* 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