summaryrefslogtreecommitdiff
path: root/libs/binder/Parcel.cpp
AgeCommit message (Expand)Author
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