index
:
platform/frameworks/native
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
binder
/
Parcel.cpp
Age
Commit message (
Expand
)
Author
2011-11-07
Fix possible leak in Parcel::writeDupFileDescriptor.
Jeff Brown
2011-11-07
am 88061d6b: am 5462bc63: Fix a leak in Parcel::writeBlob.
Jeff Brown
2011-11-04
Fix a leak in Parcel::writeBlob.
Jeff Brown
2011-10-26
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
Steve Block
2011-10-25
Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE
Steve Block
2011-10-11
Use ashmem for CursorWindows.
Jeff Brown
2011-10-03
Fix handling of "allow fds" state.
Dianne Hackborn
2011-10-03
Transfer large bitmaps using ashmem.
Jeff Brown
2011-10-03
Add mechanism for Parcel to not allow FDs to be written to it.
Dianne Hackborn
2011-09-25
Revert "Transfer large bitmaps using ashmem. Bug: 5224703"
Bart Sears
2011-09-23
Transfer large bitmaps using ashmem.
Jeff Brown
2011-04-18
Merge "Parcel::appendFrom({const } Parcel *parcel, size_t, size_t)"
Andreas Huber
2011-04-14
Rewrite battery history storage.
Dianne Hackborn
2011-04-13
Parcel::appendFrom({const } Parcel *parcel, size_t, size_t)
Andreas Huber
2010-12-22
Fix for writing empty strings to Parcel::writeString8()
Pravat Dalbehera
2010-08-31
Don't propagate StrictMode over one-way Binder calls.
Brad Fitzpatrick
2010-07-27
Replace several IPCThreadState::get() lookups with one.
Brad Fitzpatrick
2010-07-15
StrictMode: gather and return violating stacks in Binder replies
Brad Fitzpatrick
2010-07-15
More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync.
Brad Fitzpatrick
2010-07-13
Add Parcel::readExceptionCode() and Parcel::writeNoException()
Brad Fitzpatrick
2010-06-21
Start of work on passing around StrictMode policy over Binder calls.
Brad Fitzpatrick
2010-02-21
remove a dependency of GraphicBuffer (libui) on Parcel (libbinder).
Mathias Agopian
2009-08-17
Support for marshalling pointers / intptr_t in Parcel.
Andreas Huber
2009-07-31
don't crash in Parcel when given a null (and therfore invalid) native_handle_t
Mathias Agopian
2009-05-26
some work to try to reduce the code size of some native libraries
Mathias Agopian
2009-05-22
am d50a458b: Merge change 2351 into donut
Android (Google) Code Review
2009-05-21
change 2115 wasn't merged properly into master. this fixes that.
Mathias Agopian
2009-05-20
move libbinder's header files under includes/binder
Mathias Agopian
2009-05-20
checkpoint: split libutils into libutils + libbinder
Mathias Agopian