summaryrefslogtreecommitdiffstats
path: root/libs/binder/Parcel.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MIPS] Avoid unaligned load/store for 64-bit doubles.Douglas Leung2013-01-171-1/+44
* Aligning native Parcel implementation to Java.Magnus Strandberg2012-06-081-1/+2
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-6/+6
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-2/+2
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-6/+6
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-2/+2
* 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
|\
| * Fix a leak in Parcel::writeBlob.Jeff Brown2011-11-041-9/+4
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-26/+26
* | Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGESteve Block2011-10-251-1/+1
|/
* Use ashmem for CursorWindows.Jeff Brown2011-10-111-2/+2
* 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
* 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
|/
* Fix for writing empty strings to Parcel::writeString8()Pravat Dalbehera2010-12-221-1/+4
* Don't propagate StrictMode over one-way Binder calls.Brad Fitzpatrick2010-08-311-1/+10
* 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-151-2/+11
* Add Parcel::readExceptionCode() and Parcel::writeNoException()Brad Fitzpatrick2010-07-131-0/+11
* Start of work on passing around StrictMode policy over Binder calls.Brad Fitzpatrick2010-06-211-2/+6
* remove a dependency of GraphicBuffer (libui) on Parcel (libbinder).Mathias Agopian2010-02-211-1/+69
* 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
* some work to try to reduce the code size of some native librariesMathias Agopian2009-05-261-1/+6
* 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-201-4/+4
* checkpoint: split libutils into libutils + libbinderMathias Agopian2009-05-201-0/+1376