index
:
libcore.git
replicant-4.2
replicant-6.0
libcore
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dalvik
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Make System.loadLibrary use open(2) rather than stat(2).
Elliott Hughes
2012-11-05
1
-30
/
+17
*
|
am 4e8aff78: Merge "Remove various content-free package.html files."
Elliott Hughes
2012-10-11
3
-22
/
+0
|
\
\
|
|
/
|
*
Remove various content-free package.html files.
Elliott Hughes
2012-10-11
3
-22
/
+0
*
|
Access to all users' external storage.
Jeff Sharkey
2012-08-28
1
-0
/
+2
*
|
Multi-user external storage support.
Jeff Sharkey
2012-08-16
1
-36
/
+19
|
/
*
Include library path information in BaseDexClassLoader for better error repor...
Brian Carlstrom
2012-08-01
1
-1
/
+6
*
Improve the BaseDexClassLoader detail message, and make ScopedLocalRef more u...
Elliott Hughes
2012-08-01
1
-1
/
+1
*
Use float comparison for setTargetHeapUtilization constants.
Ian Rogers
2012-08-01
1
-1
/
+1
*
Fix HttpURLConnection CloseGuard warning due to lack of close on GZIPInputStream
Brian Carlstrom
2012-07-27
1
-2
/
+2
*
am 4ee3fff2: Merge "Extend forkAndSpecialize to take further input arguments."
Kenny Root
2012-06-21
1
-5
/
+8
|
\
|
*
Extend forkAndSpecialize to take further input arguments.
Stephen Smalley
2012-01-18
1
-5
/
+8
*
|
Merge "Refuse to write optimized dex files to a non-private directory."
Jesse Wilson
2012-01-08
1
-0
/
+16
|
\
\
|
*
|
Refuse to write optimized dex files to a non-private directory.
Jesse Wilson
2012-01-06
1
-0
/
+16
|
|
/
*
|
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Steve Block
2012-01-05
1
-1
/
+1
*
|
Track removal of unsupported experimental opcodes.
Elliott Hughes
2012-01-05
2
-2
/
+42
|
/
*
Only tag/untag sockets when open.
Jeff Sharkey
2011-10-25
1
-2
/
+6
*
Fix typo in Javadoc for onReadFromDisk
Casey Ho
2011-08-17
1
-1
/
+1
*
Document a semantic change to setTargetSdkVersion.
Elliott Hughes
2011-07-10
1
-1
/
+3
*
Allow an app's targetSdkVersion to be set by the zygote (libcore).
Elliott Hughes
2011-07-08
1
-0
/
+7
*
resolved conflicts for merge of ba450023 to master
Jesse Wilson
2011-07-07
1
-15
/
+22
|
\
|
*
Use a clear warning in the DexClassLoader docs.
Jesse Wilson
2011-06-29
1
-18
/
+20
*
|
Add a constant for enabling logging of third-party JNI activity.
Elliott Hughes
2011-07-06
1
-0
/
+2
*
|
Move socket tagging to frameworks/base.
Jesse Wilson
2011-06-28
2
-132
/
+76
*
|
Migrate setThreadStatsTag() from String to int.
Jeff Sharkey
2011-06-28
1
-24
/
+34
*
|
Remove an unused internal native.
Elliott Hughes
2011-06-23
1
-8
/
+0
*
|
Implement the finalizer watchdog.
Jesse Wilson
2011-06-20
2
-6
/
+7
*
|
blockguard: tweak netfilter cmd handling, document function.
JP Abgrall
2011-06-09
1
-3
/
+23
*
|
BlockGuard: bandwidth control: enable and simplify talking to kernel.
JP Abgrall
2011-06-03
1
-25
/
+39
*
|
am 46fc50e8: Merge "Support wrapping app processes to inject debug instrument...
Jeff Brown
2011-05-24
1
-0
/
+27
|
\
\
|
*
\
Merge "Support wrapping app processes to inject debug instrumentation. Bug: 4...
Jeff Brown
2011-05-24
1
-0
/
+27
|
|
\
\
|
|
*
|
Support wrapping app processes to inject debug instrumentation.
Jeff Brown
2011-05-20
1
-0
/
+27
|
*
|
|
Disable verbose socket logging.
Jeff Sharkey
2011-05-17
1
-1
/
+1
|
|
/
/
*
|
|
Expose accept(2).
Elliott Hughes
2011-05-19
1
-19
/
+0
*
|
|
Implement recvfrom(2).
Elliott Hughes
2011-05-19
1
-26
/
+3
*
|
|
Add sendto(2) and reimplement all network writes in terms of it.
Elliott Hughes
2011-05-16
1
-30
/
+0
*
|
|
Quieten socket tagging.
Elliott Hughes
2011-05-16
1
-1
/
+1
*
|
|
Remove OSNetworkSystem.close.
Elliott Hughes
2011-05-16
1
-22
/
+0
*
|
|
resolved conflicts for merge of 1e8d508f to dalvik-dev
Jeff Sharkey
2011-05-13
1
-3
/
+92
|
\
\
\
|
|
/
/
|
*
|
Add Socket tagging for granular data accounting.
Jeff Sharkey
2011-05-13
1
-4
/
+92
*
|
|
Reimplement OSNetworkSystem.isConnected in Java.
Elliott Hughes
2011-05-12
1
-8
/
+0
*
|
|
Expose poll(2) and reimplement java.nio.channels.Selector.
Elliott Hughes
2011-05-11
1
-5
/
+0
*
|
|
Clean up the select(2) implementation.
Elliott Hughes
2011-05-11
1
-4
/
+2
*
|
|
DatagramSocket.disconnect is really a connect(2) of an AF_UNSPEC sockaddr.
Elliott Hughes
2011-05-10
1
-4
/
+0
*
|
|
Expose connect(2).
Elliott Hughes
2011-05-09
1
-5
/
+0
*
|
|
Expose bind(2).
Elliott Hughes
2011-05-09
1
-6
/
+0
|
/
/
*
|
Fix non-blocking connects.
Elliott Hughes
2011-05-03
1
-3
/
+1
*
|
Rewrite blocking connects in terms of the non-blocking primitives.
Elliott Hughes
2011-05-02
1
-9
/
+2
*
|
Finish setsockopt(2).
Elliott Hughes
2011-04-06
1
-5
/
+0
*
|
Ensure that the zygote is single-threaded before forking.
Elliott Hughes
2011-04-05
1
-0
/
+18
*
|
Implement reference queuing in managed code.
Carl Shapiro
2011-03-30
1
-0
/
+3
[prev]
[next]