index
:
frameworks_native
replicant-4.2
replicant-6.0
frameworks/native
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libs
/
binder
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add callback hack to find out when to reload system properties.
Dianne Hackborn
2012-05-09
1
-0
/
+7
*
Scheduling group cleanup
Glenn Kasten
2012-04-19
1
-6
/
+6
*
add set thread count
Mathias Agopian
2012-04-18
1
-0
/
+9
*
double checked locking pattern is not safe on SMP
Mathias Agopian
2012-04-16
1
-4
/
+5
*
Remove obsolete references to sched_policy.h
Glenn Kasten
2012-03-05
1
-1
/
+0
*
Merge "Shorten thread names"
Glenn Kasten
2012-02-29
1
-2
/
+2
|
\
|
*
Shorten thread names
Glenn Kasten
2012-02-28
1
-2
/
+2
*
|
get rid of MemoryHeapPmem
Mathias Agopian
2012-02-27
2
-249
/
+0
|
/
*
move CursorWindow from libbinder to libandroidfw
Mathias Agopian
2012-02-27
2
-352
/
+0
*
Some hardening of isolated processes by restricting access to services.
Dianne Hackborn
2012-02-09
1
-1
/
+3
*
Multi-user - 1st major checkin
Amith Yamasani
2012-02-03
1
-0
/
+8
*
Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGE
Steve Block
2012-01-09
1
-9
/
+9
*
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
8
-30
/
+30
*
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Steve Block
2012-01-06
6
-7
/
+7
*
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
Steve Block
2012-01-04
3
-17
/
+17
*
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2012-01-03
5
-12
/
+12
*
Fix invalid madvise() during concurrent alloc/dealloc of MemoryDealer
Ji-Hwan Lee
2011-12-15
1
-1
/
+5
*
am f1a4c48b: am e21dabf6: Merge "Initialize bwr.read_buffer in IPCThreadState...
Ben Cheng
2011-12-01
1
-0
/
+1
|
\
|
*
Initialize bwr.read_buffer in IPCThreadState::talkWithDriver.
Ben Cheng
2011-12-01
1
-0
/
+1
*
|
Fix possible leak in Parcel::writeDupFileDescriptor.
Jeff Brown
2011-11-07
1
-1
/
+9
*
|
am 88061d6b: am 5462bc63: Fix a leak in Parcel::writeBlob.
Jeff Brown
2011-11-07
1
-9
/
+4
|
\
|
|
*
am 5462bc63: Fix a leak in Parcel::writeBlob.
Jeff Brown
2011-11-05
1
-9
/
+4
|
|
\
|
|
*
Fix a leak in Parcel::writeBlob.
Jeff Brown
2011-11-04
1
-9
/
+4
|
*
|
resolved conflicts for merge of 2d280f75 to ics-mr1
Jeff Brown
2011-10-30
1
-1
/
+1
|
|
\
|
|
|
*
Improve the slow query instrumentation.
Jeff Brown
2011-10-28
1
-1
/
+1
*
|
|
Optimize fillWindow to improve reverse-seek performance.
Jeff Brown
2011-10-28
1
-1
/
+1
*
|
|
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
Steve Block
2011-10-26
3
-43
/
+43
*
|
|
Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE
Steve Block
2011-10-25
2
-7
/
+7
|
/
/
*
/
Deprecate local-only CursorWindows.
Jeff Brown
2011-10-12
1
-3
/
+1
|
/
*
Use ashmem for CursorWindows.
Jeff Brown
2011-10-11
2
-263
/
+239
*
Clean up CursorWindow code.
Jeff Brown
2011-10-06
1
-38
/
+3
*
Fix handling of "allow fds" state.
Dianne Hackborn
2011-10-03
1
-2
/
+9
*
Transfer large bitmaps using ashmem.
Jeff Brown
2011-10-03
1
-0
/
+108
*
Add mechanism for Parcel to not allow FDs to be written to it.
Dianne Hackborn
2011-10-03
1
-1
/
+18
*
Revert "Transfer large bitmaps using ashmem. Bug: 5224703"
Bart Sears
2011-09-25
1
-97
/
+0
*
Transfer large bitmaps using ashmem.
Jeff Brown
2011-09-23
1
-0
/
+97
*
Resurrect verbose binder logging
Andy McFadden
2011-09-07
1
-36
/
+38
*
Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator build
Mike Lockwood
2011-07-13
1
-12
/
+0
*
Eliminate single-process mode.
Jeff Brown
2011-07-08
1
-39
/
+12
*
PermissionCache caches permission checks
Mathias Agopian
2011-06-27
3
-89
/
+114
*
MemoryHeapBase: Save and binderize the offset
Anu Sundararajan
2011-06-27
2
-26
/
+42
*
Make sure binder ioctl structs don't contain uninitialized values.
Evgeniy Stepanov
2011-04-21
1
-0
/
+3
*
Merge "Parcel::appendFrom({const } Parcel *parcel, size_t, size_t)"
Andreas Huber
2011-04-18
1
-3
/
+3
|
\
|
*
Parcel::appendFrom({const } Parcel *parcel, size_t, size_t)
Andreas Huber
2011-04-13
1
-3
/
+3
*
|
Rewrite battery history storage.
Dianne Hackborn
2011-04-14
1
-7
/
+11
|
/
*
Clean up use of HAVE_ANDROID_OS
Kenny Root
2011-02-16
2
-8
/
+8
*
am 6637e307: am bfb5f596: Merge "Fix for writing empty strings to Parcel::wri...
Jean-Baptiste Queru
2010-12-28
1
-1
/
+4
|
\
|
*
Fix for writing empty strings to Parcel::writeString8()
Pravat Dalbehera
2010-12-22
1
-1
/
+4
*
|
Framework-side support for Dalvik "isSensitiveThread" hook.
Brad Fitzpatrick
2010-12-14
1
-0
/
+10
*
|
fix messages from sqlite layer in c++ code to be useful.
Vasu Nori
2010-11-29
1
-2
/
+4
[next]