index
:
libcore.git
replicant-4.2
replicant-6.0
libcore
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
luni
/
src
/
main
/
java
/
libcore
/
io
/
IoBridge.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix poll to never return EINTR.
Elliott Hughes
2014-12-17
1
-5
/
+1
*
Move ErrnoException into android.system.
Elliott Hughes
2014-04-28
1
-0
/
+1
*
Groundwork towards making the Libcore.os functionality public.
Elliott Hughes
2014-04-24
1
-2
/
+7
*
libcore changes to support asynchronous close interruption
Neil Fuller
2014-04-22
1
-3
/
+9
*
Implementation of MulticastChannel.
Neil Fuller
2014-02-28
1
-10
/
+48
*
Refactoring in preparation for NIO2 changes.
Neil Fuller
2014-01-29
1
-8
/
+7
*
Remove unnecessary FileDescriptor#valid check.
Narayan Kamath
2013-10-31
1
-6
/
+4
*
Fix getLocalAddress on closed sockets.
Elliott Hughes
2013-04-24
1
-4
/
+4
*
Remove EWOULDBLOCK from libcore.
Elliott Hughes
2013-03-21
1
-3
/
+3
*
Assorted socket fixes related to test_SSLSocket_setSoWriteTimeout failure inv...
Brian Carlstrom
2013-03-16
1
-1
/
+1
*
Always throw a SocketException from isConnected.
Elliott Hughes
2013-01-18
1
-9
/
+2
*
Fix asynchronous interruption of Socket.connect with a timeout.
Elliott Hughes
2012-02-16
1
-24
/
+34
*
Fix an ICS DatagramPacket bug.
Elliott Hughes
2012-02-07
1
-1
/
+1
*
Discourage developers from catching subclasses of SocketException.
Jesse Wilson
2011-09-12
1
-7
/
+3
*
Make ErrnoException a checked exception.
Elliott Hughes
2011-05-27
1
-10
/
+17
*
Move the stuff to bridge between io/net/nio semantics and POSIX semantics.
Elliott Hughes
2011-05-19
1
-0
/
+593