index
:
frameworks_native.git
replicant-4.2
replicant-6.0
frameworks/native
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
binder
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix a crasher when running out of memory
Mathias Agopian
2012-09-25
1
-1
/
+4
*
make sure Parcel handles 0-sized LightFlatenables
Mathias Agopian
2012-08-31
1
-6
/
+12
*
No longer need "original calling uid".
Dianne Hackborn
2012-08-31
1
-2
/
+0
*
improve [un]marshalling of non-binder objects
Mathias Agopian
2012-08-13
1
-0
/
+43
*
split-up Client.h out of SurfaceFlinger.h
Mathias Agopian
2012-06-18
1
-0
/
+1
*
Add callback hack to find out when to reload system properties.
Dianne Hackborn
2012-05-09
1
-0
/
+1
*
SF doesn't need more than a few binder threads
Mathias Agopian
2012-04-19
1
-1
/
+0
*
add set thread count
Mathias Agopian
2012-04-18
1
-0
/
+2
*
get rid of MemoryHeapPmem
Mathias Agopian
2012-02-27
1
-79
/
+0
*
move CursorWindow from libbinder to libandroidfw
Mathias Agopian
2012-02-27
1
-193
/
+0
*
Some hardening of isolated processes by restricting access to services.
Dianne Hackborn
2012-02-09
2
-5
/
+6
*
Multi-user - 1st major checkin
Amith Yamasani
2012-02-03
1
-0
/
+2
*
am 88061d6b: am 5462bc63: Fix a leak in Parcel::writeBlob.
Jeff Brown
2011-11-07
1
-1
/
+2
|
\
|
*
am 5462bc63: Fix a leak in Parcel::writeBlob.
Jeff Brown
2011-11-05
1
-1
/
+2
|
|
\
|
|
*
Fix a leak in Parcel::writeBlob.
Jeff Brown
2011-11-04
1
-1
/
+2
*
|
|
Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE
Steve Block
2011-10-25
1
-2
/
+2
|
/
/
*
|
Deprecate local-only CursorWindows.
Jeff Brown
2011-10-12
1
-2
/
+1
|
/
*
Use ashmem for CursorWindows.
Jeff Brown
2011-10-11
1
-160
/
+131
*
Clean up CursorWindow code.
Jeff Brown
2011-10-06
1
-2
/
+26
*
Fix handling of "allow fds" state.
Dianne Hackborn
2011-10-03
1
-1
/
+2
*
Transfer large bitmaps using ashmem.
Jeff Brown
2011-10-03
1
-3
/
+46
*
Add mechanism for Parcel to not allow FDs to be written to it.
Dianne Hackborn
2011-10-03
1
-1
/
+4
*
Revert "Transfer large bitmaps using ashmem. Bug: 5224703"
Bart Sears
2011-09-25
1
-46
/
+3
*
Transfer large bitmaps using ashmem.
Jeff Brown
2011-09-23
1
-3
/
+46
*
Eliminate single-process mode.
Jeff Brown
2011-07-08
1
-4
/
+0
*
PermissionCache caches permission checks
Mathias Agopian
2011-06-27
2
-68
/
+79
*
MemoryHeapBase: Save and binderize the offset
Anu Sundararajan
2011-06-27
2
-6
/
+9
*
Parcel::appendFrom({const } Parcel *parcel, size_t, size_t)
Andreas Huber
2011-04-13
1
-1
/
+2
*
Binder linkage no longer depends on JNI objrefs as persistent tokens
Christopher Tate
2011-02-28
1
-1
/
+1
*
Revert "Binder linkage no longer depends on JNI objrefs as persistent tokens"
Christopher Tate
2011-02-25
1
-1
/
+1
*
Binder linkage no longer depends on JNI objrefs as persistent tokens
Christopher Tate
2011-02-24
1
-1
/
+1
*
resubmitting Change-Id: I67b1d04a5c9fc18b0cd4da6184d0b814b64d89e9
Vasu Nori
2010-12-21
1
-1
/
+0
*
Revert "bug:2448371 cursorwindow size moved to resource xml file."
Vasu Nori
2010-12-20
1
-0
/
+1
*
bug:2448371 cursorwindow size moved to resource xml file.
Vasu Nori
2010-12-20
1
-1
/
+0
*
Framework-side support for Dalvik "isSensitiveThread" hook.
Brad Fitzpatrick
2010-12-14
1
-0
/
+1
*
am ae087369: am 63070856: Merge "Don\'t propagate StrictMode over one-way Bin...
Brad Fitzpatrick
2010-08-31
1
-1
/
+5
|
\
|
*
Don't propagate StrictMode over one-way Binder calls.
Brad Fitzpatrick
2010-08-31
1
-1
/
+5
*
|
am 245cb784: am 84c924a6: Merge "Replace several IPCThreadState::get() lookup...
Brad Fitzpatrick
2010-07-27
1
-4
/
+8
|
\
\
|
|
/
|
*
Replace several IPCThreadState::get() lookups with one.
Brad Fitzpatrick
2010-07-27
1
-4
/
+8
*
|
am cc52121c: am c4b204bd: Merge "More StrictMode work, keeping Binder & Block...
Brad Fitzpatrick
2010-07-15
1
-1
/
+5
|
\
\
|
|
/
|
*
More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync.
Brad Fitzpatrick
2010-07-15
1
-1
/
+5
*
|
am c74034b6: am 24651682: added BinderService<> template to help creating nat...
Mathias Agopian
2010-07-14
1
-0
/
+60
|
\
\
|
|
/
|
*
added BinderService<> template to help creating native binder services
Mathias Agopian
2010-07-14
1
-0
/
+60
*
|
am 706623dd: am c0a7e690: Add Parcel::readExceptionCode() and Parcel::writeNo...
Brad Fitzpatrick
2010-07-13
1
-1
/
+13
|
\
\
|
|
/
|
*
Add Parcel::readExceptionCode() and Parcel::writeNoException()
Brad Fitzpatrick
2010-07-13
1
-1
/
+13
*
|
am efcf68aa: am ef8f96a7: Merge "Start of work on passing around StrictMode p...
Brad Fitzpatrick
2010-06-23
2
-2
/
+9
|
\
\
|
|
/
|
*
Start of work on passing around StrictMode policy over Binder calls.
Brad Fitzpatrick
2010-06-21
2
-2
/
+9
*
|
add API to Cursor to get column value type
Vasu Nori
2010-06-02
1
-10
/
+10
*
|
Move CursorWindow class from core/jni to libbinder
Mike Lockwood
2010-05-28
1
-0
/
+200
|
/
*
am 8a8658a5: Merge "Make static versions of libutils and libbinder." into froyo
Dan Egnor
2010-05-06
1
-1
/
+0
|
\
[next]