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
/
IoUtils.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove fcntlLong, use fcntlInt for F_SETFD instead.
Narayan Kamath
2015-01-19
1
-1
/
+1
*
Set random seeds post fork.
Narayan Kamath
2014-11-17
1
-3
/
+1
*
Move ErrnoException into android.system.
Elliott Hughes
2014-04-28
1
-0
/
+1
*
Move StructStat and StructStatVfs now all the callers have switched over.
Elliott Hughes
2014-04-28
1
-0
/
+1
*
Groundwork towards making the Libcore.os functionality public.
Elliott Hughes
2014-04-24
1
-1
/
+1
*
Remove UnsafeByteSequence.
Narayan Kamath
2013-11-01
1
-23
/
+102
*
Add java.nio.charsets.StandardCharsets.
Elliott Hughes
2013-06-28
1
-2
/
+2
*
Fix @deprecated javadoc orthography.
Elliott Hughes
2013-06-06
1
-1
/
+1
*
Revert "Revert "Clean up some code that's dead now we're using OkHttp.""
Elliott Hughes
2013-04-08
1
-11
/
+33
*
Revert "Clean up some code that's dead now we're using OkHttp."
Elliott Hughes
2013-04-08
1
-5
/
+20
*
Clean up some code that's dead now we're using OkHttp.
Elliott Hughes
2013-04-08
1
-20
/
+5
*
Make System.loadLibrary use open(2) rather than stat(2).
Elliott Hughes
2012-11-05
1
-0
/
+16
*
Fix Thread.interrupt and PipedInputStream/PipedReader issues found by Interru...
Brian Carlstrom
2012-10-17
1
-0
/
+10
*
Make ErrnoException a checked exception.
Elliott Hughes
2011-05-27
1
-4
/
+5
*
Move the stuff to bridge between io/net/nio semantics and POSIX semantics.
Elliott Hughes
2011-05-19
1
-560
/
+0
*
Expose accept(2).
Elliott Hughes
2011-05-19
1
-10
/
+10
*
Implement recvfrom(2).
Elliott Hughes
2011-05-19
1
-3
/
+58
*
Add sendto(2) and reimplement all network writes in terms of it.
Elliott Hughes
2011-05-16
1
-0
/
+44
*
Remove OSNetworkSystem.close.
Elliott Hughes
2011-05-16
1
-0
/
+17
*
Reimplement OSNetworkSystem.isConnected in Java.
Elliott Hughes
2011-05-12
1
-5
/
+44
*
Address code review comments to Adopt DiskLruCache change.
Jesse Wilson
2011-05-11
1
-51
/
+6
*
Adopt DiskLruCache in HttpResponseCache.
Jesse Wilson
2011-05-10
1
-0
/
+47
*
Merge "Expose connect(2)." into dalvik-dev
Elliott Hughes
2011-05-10
1
-9
/
+22
|
\
|
*
Expose connect(2).
Elliott Hughes
2011-05-09
1
-9
/
+22
*
|
DiskLruCache, backing store for the HttpResponseCache.
Jesse Wilson
2011-05-10
1
-2
/
+18
|
/
*
Expose bind(2).
Elliott Hughes
2011-05-09
1
-0
/
+24
*
Fix non-blocking connects.
Elliott Hughes
2011-05-03
1
-8
/
+8
*
Rewrite blocking connects in terms of the non-blocking primitives.
Elliott Hughes
2011-05-02
1
-0
/
+65
*
Rewrite NetworkInterface.
Elliott Hughes
2011-04-21
1
-3
/
+21
*
Remove "java.net.preferIPv6Addresses", which has been true since Eclair.
Elliott Hughes
2011-04-19
1
-5
/
+0
*
Add getnameinfo(3) (and gai_strerror(3)).
Elliott Hughes
2011-04-19
1
-0
/
+5
*
Finish setsockopt(2).
Elliott Hughes
2011-04-06
1
-10
/
+6
*
Add MCAST_JOIN_GROUP/MCAST_LEAVE_GROUP setsockopt(2).
Elliott Hughes
2011-04-01
1
-0
/
+7
*
Add more of setsockopt(2).
Elliott Hughes
2011-04-01
1
-6
/
+91
*
Remove hacks for non-dual-stack situations.
Elliott Hughes
2011-04-01
1
-36
/
+13
*
Add getsockname(2) and getsockopt(2).
Elliott Hughes
2011-03-30
1
-0
/
+108
*
Fix build.
Elliott Hughes
2011-03-30
1
-1
/
+12
*
Add close(2).
Elliott Hughes
2011-03-30
1
-1
/
+9
*
Add socket(2) and start adding setsockopt(2).
Elliott Hughes
2011-03-29
1
-5
/
+25
*
Add sendfile(2).
Elliott Hughes
2011-03-29
1
-4
/
+6
*
Add ioctl(2) for int*.
Elliott Hughes
2011-03-28
1
-0
/
+25
*
Add write(2).
Elliott Hughes
2011-03-25
1
-0
/
+25
*
Add read(2).
Elliott Hughes
2011-03-25
1
-0
/
+20
*
Add fcntl(2).
Elliott Hughes
2011-03-24
1
-1
/
+13
*
Add pipe(2).
Elliott Hughes
2011-03-24
1
-21
/
+0
*
Add open(2).
Elliott Hughes
2011-03-22
1
-0
/
+36
*
Use IoUtils.closeQuietly where possible.
Jesse Wilson
2010-10-03
1
-0
/
+13
*
Stop doing unbuffered file I/O in ZoneInfoDB.
Elliott Hughes
2010-09-21
1
-0
/
+16
*
Minor TimeZone cleanup.
Elliott Hughes
2010-08-10
1
-0
/
+13
*
Rename setNonBlocking to setBlocking.
Elliott Hughes
2010-08-04
1
-3
/
+2
[next]