summaryrefslogtreecommitdiff
path: root/libs/binder/Parcel.cpp
AgeCommit message (Expand)Author
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 MERGE Steve Block
2011-10-25Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE Steve 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 replies Brad 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_t Mathias Agopian
2009-05-26some work to try to reduce the code size of some native libraries Mathias Agopian
2009-05-22am d50a458b: Merge change 2351 into donut Android (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/binder Mathias Agopian
2009-05-20checkpoint: split libutils into libutils + libbinder Mathias Agopian