summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/libcore/io/BlockGuardOs.java
Commit message (Expand)AuthorAgeFilesLines
* More FileDescriptor.isSocket cleanup.Elliott Hughes2015-01-081-1/+1
* Keep qtaguid quiet by not trying to untag non-sockets.Elliott Hughes2014-09-021-4/+5
* Avoid triggering StrictMode when closing a socket.Elliott Hughes2014-08-151-2/+5
* Add android.system.Os.link for link(2).Elliott Hughes2014-05-091-0/+5
* Groundwork towards making the Libcore.os functionality public.Elliott Hughes2014-04-241-2/+7
* libcore changes to support asynchronous close interruptionNeil Fuller2014-04-221-10/+16
* Add posix_fallocate to Libcore.os.Elliott Hughes2014-02-031-0/+5
* Move the hidden File.readlink into Libcore.os.Elliott Hughes2014-01-311-0/+5
* Remove blockguard check for getaddrinfo.Narayan Kamath2013-12-111-5/+0
* Catch more system calls that result in disk I/O.Jeff Sharkey2013-12-091-0/+91
* Rewrite NIO Pipe to use socketpair(2).Elliott Hughes2012-09-281-0/+6
* Declare that various Posix methods can throw SocketException.Elliott Hughes2012-07-231-6/+6
* libcore: BlockGuard: untag socket on closeJP Abgrall2011-11-211-5/+18
* Cope with fstat(2) failures during close.Elliott Hughes2011-10-211-13/+12
* Use Libcore.os.fstat to recognize socket FileDescriptors in BlockGuard.Elliott Hughes2011-08-111-2/+1
* Move socket tagging to frameworks/base.Jesse Wilson2011-06-281-1/+2
* Expose pread and pwrite.Elliott Hughes2011-06-091-0/+20
* Make ErrnoException a checked exception.Elliott Hughes2011-05-271-1/+1
* Expose accept(2).Elliott Hughes2011-05-191-11/+19
* Implement recvfrom(2).Elliott Hughes2011-05-191-0/+11
* Add sendto(2) and reimplement all network writes in terms of it.Elliott Hughes2011-05-161-18/+22
* Remove OSNetworkSystem.close.Elliott Hughes2011-05-161-0/+24
* resolved conflicts for merge of 1e8d508f to dalvik-devJeff Sharkey2011-05-131-8/+28
|\
| * Add Socket tagging for granular data accounting.Jeff Sharkey2011-05-131-0/+22
* | Reimplement OSNetworkSystem.isConnected in Java.Elliott Hughes2011-05-121-1/+5
* | Expose poll(2) and reimplement java.nio.channels.Selector.Elliott Hughes2011-05-111-11/+16
* | Expose connect(2).Elliott Hughes2011-05-091-0/+6
|/
* Add readv(2)/writev(2).Elliott Hughes2011-03-291-0/+10
* Add write(2).Elliott Hughes2011-03-251-0/+10
* Add read(2).Elliott Hughes2011-03-251-0/+11
* Add open(2).Elliott Hughes2011-03-221-0/+9
* Add ftruncate(2).Elliott Hughes2011-03-181-0/+5
* Add fsync(2) and fdatasync(2).Elliott Hughes2011-03-171-0/+39