summaryrefslogtreecommitdiffstats
path: root/dalvik
Commit message (Expand)AuthorAgeFilesLines
* GC triggering performance optimizationsWei Wang2013-02-221-0/+31
* Lazy parsing of zip files for Java resources.Narayan Kamath2012-11-131-19/+39
* Access to all users' external storage.Jeff Sharkey2012-08-281-0/+2
* Multi-user external storage support.Jeff Sharkey2012-08-161-36/+19
* Include library path information in BaseDexClassLoader for better error repor...Brian Carlstrom2012-08-011-1/+6
* Improve the BaseDexClassLoader detail message, and make ScopedLocalRef more u...Elliott Hughes2012-08-011-1/+1
* Use float comparison for setTargetHeapUtilization constants.Ian Rogers2012-08-011-1/+1
* Fix HttpURLConnection CloseGuard warning due to lack of close on GZIPInputStreamBrian Carlstrom2012-07-271-2/+2
* am 4ee3fff2: Merge "Extend forkAndSpecialize to take further input arguments."Kenny Root2012-06-211-5/+8
|\
| * Extend forkAndSpecialize to take further input arguments.Stephen Smalley2012-01-181-5/+8
* | Merge "Refuse to write optimized dex files to a non-private directory."Jesse Wilson2012-01-081-0/+16
|\ \
| * | Refuse to write optimized dex files to a non-private directory.Jesse Wilson2012-01-061-0/+16
| |/
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-051-1/+1
* | Track removal of unsupported experimental opcodes.Elliott Hughes2012-01-052-2/+42
|/
* Only tag/untag sockets when open.Jeff Sharkey2011-10-251-2/+6
* Fix typo in Javadoc for onReadFromDiskCasey Ho2011-08-171-1/+1
* Document a semantic change to setTargetSdkVersion.Elliott Hughes2011-07-101-1/+3
* Allow an app's targetSdkVersion to be set by the zygote (libcore).Elliott Hughes2011-07-081-0/+7
* resolved conflicts for merge of ba450023 to masterJesse Wilson2011-07-071-15/+22
|\
| * Use a clear warning in the DexClassLoader docs.Jesse Wilson2011-06-291-18/+20
* | Add a constant for enabling logging of third-party JNI activity.Elliott Hughes2011-07-061-0/+2
* | Move socket tagging to frameworks/base.Jesse Wilson2011-06-282-132/+76
* | Migrate setThreadStatsTag() from String to int.Jeff Sharkey2011-06-281-24/+34
* | Remove an unused internal native.Elliott Hughes2011-06-231-8/+0
* | Implement the finalizer watchdog.Jesse Wilson2011-06-202-6/+7
* | blockguard: tweak netfilter cmd handling, document function.JP Abgrall2011-06-091-3/+23
* | BlockGuard: bandwidth control: enable and simplify talking to kernel.JP Abgrall2011-06-031-25/+39
* | am 46fc50e8: Merge "Support wrapping app processes to inject debug instrument...Jeff Brown2011-05-241-0/+27
|\ \
| * \ Merge "Support wrapping app processes to inject debug instrumentation. Bug: 4...Jeff Brown2011-05-241-0/+27
| |\ \
| | * | Support wrapping app processes to inject debug instrumentation.Jeff Brown2011-05-201-0/+27
| * | | Disable verbose socket logging.Jeff Sharkey2011-05-171-1/+1
| |/ /
* | | Expose accept(2).Elliott Hughes2011-05-191-19/+0
* | | Implement recvfrom(2).Elliott Hughes2011-05-191-26/+3
* | | Add sendto(2) and reimplement all network writes in terms of it.Elliott Hughes2011-05-161-30/+0
* | | Quieten socket tagging.Elliott Hughes2011-05-161-1/+1
* | | Remove OSNetworkSystem.close.Elliott Hughes2011-05-161-22/+0
* | | resolved conflicts for merge of 1e8d508f to dalvik-devJeff Sharkey2011-05-131-3/+92
|\ \ \ | |/ /
| * | Add Socket tagging for granular data accounting.Jeff Sharkey2011-05-131-4/+92
* | | Reimplement OSNetworkSystem.isConnected in Java.Elliott Hughes2011-05-121-8/+0
* | | Expose poll(2) and reimplement java.nio.channels.Selector.Elliott Hughes2011-05-111-5/+0
* | | Clean up the select(2) implementation.Elliott Hughes2011-05-111-4/+2
* | | DatagramSocket.disconnect is really a connect(2) of an AF_UNSPEC sockaddr.Elliott Hughes2011-05-101-4/+0
* | | Expose connect(2).Elliott Hughes2011-05-091-5/+0
* | | Expose bind(2).Elliott Hughes2011-05-091-6/+0
|/ /
* | Fix non-blocking connects.Elliott Hughes2011-05-031-3/+1
* | Rewrite blocking connects in terms of the non-blocking primitives.Elliott Hughes2011-05-021-9/+2
* | Finish setsockopt(2).Elliott Hughes2011-04-061-5/+0
* | Ensure that the zygote is single-threaded before forking.Elliott Hughes2011-04-051-0/+18
* | Implement reference queuing in managed code.Carl Shapiro2011-03-301-0/+3
* | Add getsockname(2) and getsockopt(2).Elliott Hughes2011-03-301-20/+5