summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/libcore/io/IoBridge.java
Commit message (Expand)AuthorAgeFilesLines
* Fix poll to never return EINTR.Elliott Hughes2014-12-171-5/+1
* Move ErrnoException into android.system.Elliott Hughes2014-04-281-0/+1
* Groundwork towards making the Libcore.os functionality public.Elliott Hughes2014-04-241-2/+7
* libcore changes to support asynchronous close interruptionNeil Fuller2014-04-221-3/+9
* Implementation of MulticastChannel.Neil Fuller2014-02-281-10/+48
* Refactoring in preparation for NIO2 changes.Neil Fuller2014-01-291-8/+7
* Remove unnecessary FileDescriptor#valid check.Narayan Kamath2013-10-311-6/+4
* Fix getLocalAddress on closed sockets.Elliott Hughes2013-04-241-4/+4
* Remove EWOULDBLOCK from libcore.Elliott Hughes2013-03-211-3/+3
* Assorted socket fixes related to test_SSLSocket_setSoWriteTimeout failure inv...Brian Carlstrom2013-03-161-1/+1
* Always throw a SocketException from isConnected.Elliott Hughes2013-01-181-9/+2
* Fix asynchronous interruption of Socket.connect with a timeout.Elliott Hughes2012-02-161-24/+34
* Fix an ICS DatagramPacket bug.Elliott Hughes2012-02-071-1/+1
* Discourage developers from catching subclasses of SocketException.Jesse Wilson2011-09-121-7/+3
* Make ErrnoException a checked exception.Elliott Hughes2011-05-271-10/+17
* Move the stuff to bridge between io/net/nio semantics and POSIX semantics.Elliott Hughes2011-05-191-0/+593