Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
* | | Add getsockname(2) and getsockopt(2). | Elliott Hughes | 2011-03-30 | 1 | -20/+5 | |
* | | am e9af8901: SamplingProfilerIntegration and SamplingProfiler improvements (2/3) | Brian Carlstrom | 2011-03-29 | 12 | -86/+392 | |
|\ \ | ||||||
| * | | SamplingProfilerIntegration and SamplingProfiler improvements (2/3) | Brian Carlstrom | 2011-03-29 | 12 | -86/+392 | |
* | | | Add socket(2) and start adding setsockopt(2). | Elliott Hughes | 2011-03-29 | 1 | -4/+0 | |
* | | | Add sendfile(2). | Elliott Hughes | 2011-03-29 | 1 | -18/+0 | |
* | | | Add readv(2)/writev(2). | Elliott Hughes | 2011-03-29 | 1 | -12/+0 | |
* | | | Add ioctl(2) for int*. | Elliott Hughes | 2011-03-28 | 1 | -4/+0 | |
* | | | Merge "Add write(2)." into dalvik-dev | Elliott Hughes | 2011-03-28 | 1 | -12/+0 | |
|\ \ \ | ||||||
| * | | | Add write(2). | Elliott Hughes | 2011-03-25 | 1 | -12/+0 | |
* | | | | Merge "Minor tweak to NativeStart" into dalvik-dev | Andy McFadden | 2011-03-28 | 1 | -3/+2 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Minor tweak to NativeStart | Andy McFadden | 2011-03-25 | 1 | -3/+2 | |
* | | | | Add read(2). | Elliott Hughes | 2011-03-25 | 1 | -12/+0 | |
|/ / / | ||||||
* | | | resolved conflicts for merge of cfa84a2a to dalvik-dev | Brian Carlstrom | 2011-03-24 | 11 | -1744/+1936 | |
|\ \ \ | |/ / | ||||||
| * | | Import SamplingProfiler from http://code.google.com/p/dalvik/ | Brian Carlstrom | 2011-03-24 | 11 | -1741/+1936 | |
| |/ | ||||||
* | | Add fcntl(2). | Elliott Hughes | 2011-03-24 | 1 | -9/+0 | |
* | | Add listen(2). | Elliott Hughes | 2011-03-24 | 1 | -4/+0 | |
* | | Add shutdown(2). | Elliott Hughes | 2011-03-24 | 1 | -8/+0 | |
* | | Add open(2). | Elliott Hughes | 2011-03-22 | 1 | -8/+0 | |
* | | Merge "Remove more dead SecurityManager cruft." into dalvik-dev | Elliott Hughes | 2011-03-22 | 1 | -7/+2 | |
|\ \ | ||||||
| * | | Remove more dead SecurityManager cruft. | Elliott Hughes | 2011-03-22 | 1 | -7/+2 | |
* | | | Move finalization into the core library. | Carl Shapiro | 2011-03-21 | 4 | -12/+49 | |
|/ / | ||||||
* | | Add lseek(2). | Elliott Hughes | 2011-03-18 | 1 | -4/+0 | |
* | | Add ftruncate(2). | Elliott Hughes | 2011-03-18 | 1 | -5/+0 | |
* | | Add sysconf(3). | Elliott Hughes | 2011-03-18 | 1 | -4/+0 | |
* | | Add fstat(2), lstat(2), and stat(2). | Elliott Hughes | 2011-03-17 | 1 | -4/+0 |