summaryrefslogtreecommitdiffstats
path: root/dalvik
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | am e9af8901: SamplingProfilerIntegration and SamplingProfiler improvements (2/3)Brian Carlstrom2011-03-2912-86/+392
|\ \
| * | SamplingProfilerIntegration and SamplingProfiler improvements (2/3)Brian Carlstrom2011-03-2912-86/+392
* | | Add socket(2) and start adding setsockopt(2).Elliott Hughes2011-03-291-4/+0
* | | Add sendfile(2).Elliott Hughes2011-03-291-18/+0
* | | Add readv(2)/writev(2).Elliott Hughes2011-03-291-12/+0
* | | Add ioctl(2) for int*.Elliott Hughes2011-03-281-4/+0
* | | Merge "Add write(2)." into dalvik-devElliott Hughes2011-03-281-12/+0
|\ \ \
| * | | Add write(2).Elliott Hughes2011-03-251-12/+0
* | | | Merge "Minor tweak to NativeStart" into dalvik-devAndy McFadden2011-03-281-3/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Minor tweak to NativeStartAndy McFadden2011-03-251-3/+2
* | | | Add read(2).Elliott Hughes2011-03-251-12/+0
|/ / /
* | | resolved conflicts for merge of cfa84a2a to dalvik-devBrian Carlstrom2011-03-2411-1744/+1936
|\ \ \ | |/ /
| * | Import SamplingProfiler from http://code.google.com/p/dalvik/Brian Carlstrom2011-03-2411-1741/+1936
| |/
* | Add fcntl(2).Elliott Hughes2011-03-241-9/+0
* | Add listen(2).Elliott Hughes2011-03-241-4/+0
* | Add shutdown(2).Elliott Hughes2011-03-241-8/+0