Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
d10475e24f7b393d9f79f3322aabdccc3292131e
/
libs
/
binder
5e5d6d8
Deprecate local-only CursorWindows.
by Jeff Brown
· 13 years ago
0cde89f
Use ashmem for CursorWindows. Bug: 5332296
by Jeff Brown
· 13 years ago
3bc6bbc
Clean up CursorWindow code. Bug: 5332296
by Jeff Brown
· 13 years ago
c04db7e
Fix handling of "allow fds" state.
by Dianne Hackborn
· 13 years ago
6579a9d
Transfer large bitmaps using ashmem. Bug: 5224703
by Jeff Brown
· 13 years ago
9ecebbf
Add mechanism for Parcel to not allow FDs to be written to it.
by Dianne Hackborn
· 13 years ago
b637717
Revert "Transfer large bitmaps using ashmem. Bug: 5224703"
by Bart Sears
· 13 years ago
56c58f6
Transfer large bitmaps using ashmem. Bug: 5224703
by Jeff Brown
· 13 years ago
3f8cbfe
Resurrect verbose binder logging
by Andy McFadden
· 13 years ago
c1b9bbb
Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator build
by Mike Lockwood
· 13 years ago
10e8971
Eliminate single-process mode. Bug: 5010576
by Jeff Brown
· 13 years ago
0dd593f
PermissionCache caches permission checks
by Mathias Agopian
· 13 years ago
f24c4cd
MemoryHeapBase: Save and binderize the offset
by Anu Sundararajan
· 13 years ago
594f3ee
Make sure binder ioctl structs don't contain uninitialized values.
by Evgeniy Stepanov
· 14 years ago
b0dfade
Merge "Parcel::appendFrom({const } Parcel *parcel, size_t, size_t)"
by Andreas Huber
· 14 years ago
0ffc988
Rewrite battery history storage.
by Dianne Hackborn
· 14 years ago
0a47f4f
Parcel::appendFrom({const } Parcel *parcel, size_t, size_t)
by Andreas Huber
· 14 years ago
bb9d394
Clean up use of HAVE_ANDROID_OS
by Kenny Root
· 14 years ago
827521a
am 6637e307: am bfb5f596: Merge "Fix for writing empty strings to Parcel::writeString8()"
by Jean-Baptiste Queru
· 14 years ago
b803c04
Fix for writing empty strings to Parcel::writeString8()
by Pravat Dalbehera
· 14 years ago
0bd5243
Framework-side support for Dalvik "isSensitiveThread" hook.
by Brad Fitzpatrick
· 14 years ago
b37f8a8
fix messages from sqlite layer in c++ code to be useful.
by Vasu Nori
· 14 years ago
e6544e4
convert one of the LOGE to LOG_WINDOW msg to reduce grief
by Vasu Nori
· 14 years ago
b7e2c78
turn off some useless messages
by Vasu Nori
· 14 years ago
405e012
am deaa8ff1: am a7ef18fc: Merge "Some debugging support." into gingerbread
by Dianne Hackborn
· 14 years ago
f123e49
Some debugging support.
by Dianne Hackborn
· 14 years ago
1423f51
am ae087369: am 63070856: Merge "Don\'t propagate StrictMode over one-way Binder calls." into gingerbread
by Brad Fitzpatrick
· 14 years ago
0234376
Don't propagate StrictMode over one-way Binder calls.
by Brad Fitzpatrick
· 14 years ago
84fabc0
am 245cb784: am 84c924a6: Merge "Replace several IPCThreadState::get() lookups with one." into gingerbread
by Brad Fitzpatrick
· 14 years ago
7bcad8a3
Replace several IPCThreadState::get() lookups with one.
by Brad Fitzpatrick
· 14 years ago
d2f6c7fe
am 3e5e21d4: am 1772c34e: Merge "StrictMode: gather and return violating stacks in Binder replies" into gingerbread
by Brad Fitzpatrick
· 14 years ago
9555a13
am cc52121c: am c4b204bd: Merge "More StrictMode work, keeping Binder & BlockGuard\'s thread-locals in-sync." into gingerbread
by Brad Fitzpatrick
· 14 years ago
5b74719
StrictMode: gather and return violating stacks in Binder replies
by Brad Fitzpatrick
· 14 years ago
727de40
More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync.
by Brad Fitzpatrick
· 14 years ago
f5574e0
am 706623dd: am c0a7e690: Add Parcel::readExceptionCode() and Parcel::writeNoException()
by Brad Fitzpatrick
· 14 years ago
c0a7e69
Add Parcel::readExceptionCode() and Parcel::writeNoException()
by Brad Fitzpatrick
· 14 years ago
fc94e89
am efcf68aa: am ef8f96a7: Merge "Start of work on passing around StrictMode policy over Binder calls." into gingerbread
by Brad Fitzpatrick
· 14 years ago
27b3a7a
Start of work on passing around StrictMode policy over Binder calls.
by Brad Fitzpatrick
· 14 years ago
2807df8
Move CursorWindow class from core/jni to libbinder
by Mike Lockwood
· 14 years ago
08b3d2e
Make static versions of libutils and libbinder.
by Dan Egnor
· 15 years ago
92c3b39
fix [2599939] "cannot play video" after open/close a video player a dozen of times
by Mathias Agopian
· 15 years ago
7182ef3
Ensure that binder incalls to the system process keep the fg cgroup
by Christopher Tate
· 15 years ago
c86727f
remove a dependency of GraphicBuffer (libui) on Parcel (libbinder).
by Mathias Agopian
· 15 years ago
6faf789
Simplify the MemoryDealer implementation
by Mathias Agopian
· 15 years ago
887f355
Propagate background scheduling class across processes.
by Dianne Hackborn
· 15 years ago
a0a4088
Modify the binder to request 1M - 2 pages instead of 1M. The backing store
by Rebecca Schultz Zavin
· 15 years ago
1dacdd4
Reset binder service threads' cgroup/priority after command completion
by Christopher Tate
· 15 years ago
97b30e2
Revert jparks code from IPCThreadState.
by Evan Millar
· 15 years ago
2867746
When a thread is about to be put back onto the thread pool ensure that it is in the foreground cgroup.
by Jason Parks
· 15 years ago
dabcf41
Add a warning when we leave threads in the binder thread pool in the background scheduling group.
by Jason Parks
· 15 years ago
dfc7244
libbinder: MemoryHeapPmem: honor the NO_CACHING flag when creating a client heap
by Dima Zavin
· 15 years ago
baef614
libbinder: add a NO_CACHING flag to MemoryHeapBase
by Iliyan Malchev
· 15 years ago
f99c180
Add offset handling in MemoryHeapBase class
by Benny Wong
· 15 years ago
2f10ae0
Support for marshalling pointers / intptr_t in Parcel.
by Andreas Huber
· 15 years ago
f1db4ae
don't crash in Parcel when given a null (and therfore invalid) native_handle_t
by Mathias Agopian
· 15 years ago
e1babd4
Instead of using -1 for pid and uid in the simulator, and then having
by Marco Nelissen
· 15 years ago
151e859
new Permission class used to improve permission checks speed (by caching results)
by Mathias Agopian
· 15 years ago
aaf834a
some work to try to reduce the code size of some native libraries
by Mathias Agopian
· 15 years ago
9f7d60c
am d50a458b: Merge change 2351 into donut
by Android (Google) Code Review
· 15 years ago
dfece80
change 2115 wasn't merged properly into master. this fixes that.
by Mathias Agopian
· 15 years ago
0795272
move libbinder's header files under includes/binder
by Mathias Agopian
· 15 years ago
25ba5b6
checkpoint: split libutils into libutils + libbinder
by Mathias Agopian
· 15 years ago