summaryrefslogtreecommitdiffstats
path: root/dalvik
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add open(2).Elliott Hughes2011-03-221-8/+0
* | Merge "Remove more dead SecurityManager cruft." into dalvik-devElliott Hughes2011-03-221-7/+2
|\ \
| * | Remove more dead SecurityManager cruft.Elliott Hughes2011-03-221-7/+2
* | | Move finalization into the core library.Carl Shapiro2011-03-214-12/+49
|/ /
* | Add lseek(2).Elliott Hughes2011-03-181-4/+0
* | Add ftruncate(2).Elliott Hughes2011-03-181-5/+0
* | Add sysconf(3).Elliott Hughes2011-03-181-4/+0
* | Add fstat(2), lstat(2), and stat(2).Elliott Hughes2011-03-171-4/+0
* | Add fsync(2) and fdatasync(2).Elliott Hughes2011-03-171-5/+0
* | Expose POSIX constants.Elliott Hughes2011-03-151-6/+4
* | Remove the stopAtPrivileged argument.Dan Bornstein2011-03-101-8/+4