summaryrefslogtreecommitdiff
path: root/Parcel.cpp
AgeCommit message (Expand)Author
2013-05-07libutils clean-upMathias Agopian
2013-01-17[MIPS] Avoid unaligned load/store for 64-bit doubles.Douglas Leung
2012-06-08Aligning native Parcel implementation to Java.Magnus Strandberg
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
2012-01-06Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block
2012-01-04Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block
2012-01-03Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block
2011-11-07Fix possible leak in Parcel::writeDupFileDescriptor.Jeff Brown
2011-11-07am 88061d6b: am 5462bc63: Fix a leak in Parcel::writeBlob.Jeff Brown
2011-11-04Fix a leak in Parcel::writeBlob.Jeff Brown
2011-10-26Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block
2011-10-25Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGESteve Block
2011-10-11Use ashmem for CursorWindows.Jeff Brown
2011-10-03Fix handling of "allow fds" state.Dianne Hackborn
2011-10-03Transfer large bitmaps using ashmem.Jeff Brown
2011-10-03Add mechanism for Parcel to not allow FDs to be written to it.Dianne Hackborn
2011-09-25Revert "Transfer large bitmaps using ashmem. Bug: 5224703"Bart Sears
2011-09-23Transfer large bitmaps using ashmem.Jeff Brown
2011-04-18Merge "Parcel::appendFrom({const } Parcel *parcel, size_t, size_t)"Andreas Huber
2011-04-14Rewrite battery history storage.Dianne Hackborn
2011-04-13Parcel::appendFrom({const } Parcel *parcel, size_t, size_t)Andreas Huber
2010-12-22Fix for writing empty strings to Parcel::writeString8()Pravat Dalbehera
2010-08-31Don't propagate StrictMode over one-way Binder calls.Brad Fitzpatrick
2010-07-27Replace several IPCThreadState::get() lookups with one.Brad Fitzpatrick
2010-07-15StrictMode: gather and return violating stacks in Binder repliesBrad Fitzpatrick
2010-07-15More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync.Brad Fitzpatrick
2010-07-13Add Parcel::readExceptionCode() and Parcel::writeNoException()Brad Fitzpatrick
2010-06-21Start of work on passing around StrictMode policy over Binder calls.Brad Fitzpatrick
2010-02-21remove a dependency of GraphicBuffer (libui) on Parcel (libbinder).Mathias Agopian
2009-08-17Support for marshalling pointers / intptr_t in Parcel.Andreas Huber
2009-07-31don't crash in Parcel when given a null (and therfore invalid) native_handle_tMathias Agopian
2009-05-26some work to try to reduce the code size of some native librariesMathias Agopian
2009-05-22am d50a458b: Merge change 2351 into donutAndroid (Google) Code Review
2009-05-21change 2115 wasn't merged properly into master. this fixes that.Mathias Agopian
2009-05-20move libbinder's header files under includes/binderMathias Agopian
2009-05-20checkpoint: split libutils into libutils + libbinderMathias Agopian