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
/
BlockGuardOs.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
More FileDescriptor.isSocket cleanup.
Elliott Hughes
2015-01-08
1
-1
/
+1
*
Keep qtaguid quiet by not trying to untag non-sockets.
Elliott Hughes
2014-09-02
1
-4
/
+5
*
Avoid triggering StrictMode when closing a socket.
Elliott Hughes
2014-08-15
1
-2
/
+5
*
Add android.system.Os.link for link(2).
Elliott Hughes
2014-05-09
1
-0
/
+5
*
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
-10
/
+16
*
Add posix_fallocate to Libcore.os.
Elliott Hughes
2014-02-03
1
-0
/
+5
*
Move the hidden File.readlink into Libcore.os.
Elliott Hughes
2014-01-31
1
-0
/
+5
*
Remove blockguard check for getaddrinfo.
Narayan Kamath
2013-12-11
1
-5
/
+0
*
Catch more system calls that result in disk I/O.
Jeff Sharkey
2013-12-09
1
-0
/
+91
*
Rewrite NIO Pipe to use socketpair(2).
Elliott Hughes
2012-09-28
1
-0
/
+6
*
Declare that various Posix methods can throw SocketException.
Elliott Hughes
2012-07-23
1
-6
/
+6
*
libcore: BlockGuard: untag socket on close
JP Abgrall
2011-11-21
1
-5
/
+18
*
Cope with fstat(2) failures during close.
Elliott Hughes
2011-10-21
1
-13
/
+12
*
Use Libcore.os.fstat to recognize socket FileDescriptors in BlockGuard.
Elliott Hughes
2011-08-11
1
-2
/
+1
*
Move socket tagging to frameworks/base.
Jesse Wilson
2011-06-28
1
-1
/
+2
*
Expose pread and pwrite.
Elliott Hughes
2011-06-09
1
-0
/
+20
*
Make ErrnoException a checked exception.
Elliott Hughes
2011-05-27
1
-1
/
+1
*
Expose accept(2).
Elliott Hughes
2011-05-19
1
-11
/
+19
*
Implement recvfrom(2).
Elliott Hughes
2011-05-19
1
-0
/
+11
*
Add sendto(2) and reimplement all network writes in terms of it.
Elliott Hughes
2011-05-16
1
-18
/
+22
*
Remove OSNetworkSystem.close.
Elliott Hughes
2011-05-16
1
-0
/
+24
*
resolved conflicts for merge of 1e8d508f to dalvik-dev
Jeff Sharkey
2011-05-13
1
-8
/
+28
|
\
|
*
Add Socket tagging for granular data accounting.
Jeff Sharkey
2011-05-13
1
-0
/
+22
*
|
Reimplement OSNetworkSystem.isConnected in Java.
Elliott Hughes
2011-05-12
1
-1
/
+5
*
|
Expose poll(2) and reimplement java.nio.channels.Selector.
Elliott Hughes
2011-05-11
1
-11
/
+16
*
|
Expose connect(2).
Elliott Hughes
2011-05-09
1
-0
/
+6
|
/
*
Add readv(2)/writev(2).
Elliott Hughes
2011-03-29
1
-0
/
+10
*
Add write(2).
Elliott Hughes
2011-03-25
1
-0
/
+10
*
Add read(2).
Elliott Hughes
2011-03-25
1
-0
/
+11
*
Add open(2).
Elliott Hughes
2011-03-22
1
-0
/
+9
*
Add ftruncate(2).
Elliott Hughes
2011-03-18
1
-0
/
+5
*
Add fsync(2) and fdatasync(2).
Elliott Hughes
2011-03-17
1
-0
/
+39