summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/libcore/io/IoUtils.java
Commit message (Expand)AuthorAgeFilesLines
* Remove fcntlLong, use fcntlInt for F_SETFD instead.Narayan Kamath2015-01-191-1/+1
* Set random seeds post fork.Narayan Kamath2014-11-171-3/+1
* Move ErrnoException into android.system.Elliott Hughes2014-04-281-0/+1
* Move StructStat and StructStatVfs now all the callers have switched over.Elliott Hughes2014-04-281-0/+1
* Groundwork towards making the Libcore.os functionality public.Elliott Hughes2014-04-241-1/+1
* Remove UnsafeByteSequence.Narayan Kamath2013-11-011-23/+102
* Add java.nio.charsets.StandardCharsets.Elliott Hughes2013-06-281-2/+2
* Fix @deprecated javadoc orthography.Elliott Hughes2013-06-061-1/+1
* Revert "Revert "Clean up some code that's dead now we're using OkHttp.""Elliott Hughes2013-04-081-11/+33
* Revert "Clean up some code that's dead now we're using OkHttp."Elliott Hughes2013-04-081-5/+20
* Clean up some code that's dead now we're using OkHttp.Elliott Hughes2013-04-081-20/+5
* Make System.loadLibrary use open(2) rather than stat(2).Elliott Hughes2012-11-051-0/+16
* Fix Thread.interrupt and PipedInputStream/PipedReader issues found by Interru...Brian Carlstrom2012-10-171-0/+10
* Make ErrnoException a checked exception.Elliott Hughes2011-05-271-4/+5
* Move the stuff to bridge between io/net/nio semantics and POSIX semantics.Elliott Hughes2011-05-191-560/+0
* Expose accept(2).Elliott Hughes2011-05-191-10/+10
* Implement recvfrom(2).Elliott Hughes2011-05-191-3/+58
* Add sendto(2) and reimplement all network writes in terms of it.Elliott Hughes2011-05-161-0/+44
* Remove OSNetworkSystem.close.Elliott Hughes2011-05-161-0/+17
* Reimplement OSNetworkSystem.isConnected in Java.Elliott Hughes2011-05-121-5/+44
* Address code review comments to Adopt DiskLruCache change.Jesse Wilson2011-05-111-51/+6
* Adopt DiskLruCache in HttpResponseCache.Jesse Wilson2011-05-101-0/+47
* Merge "Expose connect(2)." into dalvik-devElliott Hughes2011-05-101-9/+22
|\
| * Expose connect(2).Elliott Hughes2011-05-091-9/+22
* | DiskLruCache, backing store for the HttpResponseCache.Jesse Wilson2011-05-101-2/+18
|/
* Expose bind(2).Elliott Hughes2011-05-091-0/+24
* Fix non-blocking connects.Elliott Hughes2011-05-031-8/+8
* Rewrite blocking connects in terms of the non-blocking primitives.Elliott Hughes2011-05-021-0/+65
* Rewrite NetworkInterface.Elliott Hughes2011-04-211-3/+21
* Remove "java.net.preferIPv6Addresses", which has been true since Eclair.Elliott Hughes2011-04-191-5/+0
* Add getnameinfo(3) (and gai_strerror(3)).Elliott Hughes2011-04-191-0/+5
* Finish setsockopt(2).Elliott Hughes2011-04-061-10/+6
* Add MCAST_JOIN_GROUP/MCAST_LEAVE_GROUP setsockopt(2).Elliott Hughes2011-04-011-0/+7
* Add more of setsockopt(2).Elliott Hughes2011-04-011-6/+91
* Remove hacks for non-dual-stack situations.Elliott Hughes2011-04-011-36/+13
* Add getsockname(2) and getsockopt(2).Elliott Hughes2011-03-301-0/+108
* Fix build.Elliott Hughes2011-03-301-1/+12
* Add close(2).Elliott Hughes2011-03-301-1/+9
* Add socket(2) and start adding setsockopt(2).Elliott Hughes2011-03-291-5/+25
* Add sendfile(2).Elliott Hughes2011-03-291-4/+6
* Add ioctl(2) for int*.Elliott Hughes2011-03-281-0/+25
* Add write(2).Elliott Hughes2011-03-251-0/+25
* Add read(2).Elliott Hughes2011-03-251-0/+20
* Add fcntl(2).Elliott Hughes2011-03-241-1/+13
* Add pipe(2).Elliott Hughes2011-03-241-21/+0
* Add open(2).Elliott Hughes2011-03-221-0/+36
* Use IoUtils.closeQuietly where possible.Jesse Wilson2010-10-031-0/+13
* Stop doing unbuffered file I/O in ZoneInfoDB.Elliott Hughes2010-09-211-0/+16
* Minor TimeZone cleanup.Elliott Hughes2010-08-101-0/+13
* Rename setNonBlocking to setBlocking.Elliott Hughes2010-08-041-3/+2