index
:
libcore.git
kitkat
s12.0
s12.1
libcore
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ojluni
/
src
/
main
/
java
/
sun
/
nio
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow UnixChannelFactory initialization during AOT
Orion Hodson
2020-03-13
1
-7
/
+0
*
Merge "Reland "libcore: Remove native calls in FileDescriptor <clinit>""
Treehugger Robot
2020-03-13
1
-0
/
+7
|
\
|
*
Reland "libcore: Remove native calls in FileDescriptor <clinit>"
Orion Hodson
2020-03-13
1
-0
/
+7
*
|
Fix DatagramChannelImpl.setOption(IP_MULTICAST_IF, value) for dual-stack.
Jason Jeremy Iman
2020-01-15
1
-0
/
+12
|
/
*
Refactoring: Move MimeMap to libcore.content.type.
Tobias Thierer
2019-10-03
1
-8
/
+8
*
Customizable MIME type <-> file extension mapping, step 2.
Tobias Thierer
2019-04-30
1
-9
/
+9
*
Handle null file descriptors when finalizing SocketChannelImpl.
Pete Bentley
2019-03-28
1
-1
/
+8
*
Merge "Use LinuxFileSystemProvider on Fuchsia."
Doug Horn
2019-01-07
1
-1
/
+3
|
\
|
*
Use LinuxFileSystemProvider on Fuchsia.
Doug Horn
2019-01-04
1
-1
/
+3
*
|
More reachability refinements
Hans Boehm
2019-01-02
1
-0
/
+6
|
/
*
Fix Android change markers
Nikita Iashchenko
2018-11-26
1
-1
/
+1
*
Fix malformed change markers.
Tobias Thierer
2018-09-11
1
-1
/
+1
*
Merge "Verify sun.nio.ch.Util against upstream OpenJDK 8u121-b13."
Pete Bentley
2018-08-20
1
-1
/
+180
|
\
|
*
Verify sun.nio.ch.Util against upstream OpenJDK 8u121-b13.
Pete Bentley
2018-08-17
1
-1
/
+180
*
|
Remove localAddress race from DatagramChannelImpl.
Pete Bentley
2018-08-17
1
-6
/
+3
*
|
Verify sun.nio.ch.DatagramChannelImpl against OpenJDK 8u121-b13.
Pete Bentley
2018-08-17
1
-30
/
+22
|
/
*
Merge "First part of verifying sun.nio.* against OpenJDK 8u121-b13."
Pete Bentley
2018-08-17
9
-48
/
+196
|
\
|
*
First part of verifying sun.nio.* against OpenJDK 8u121-b13.
Pete Bentley
2018-07-26
9
-48
/
+196
*
|
Verify sun.nio.StreamDecoder against OpenJDK 8u121-b13.
Pete Bentley
2018-07-26
1
-7
/
+14
|
/
*
Verify ChannelInputStream against upstream OpenJDK 8u121-b13.
Pete Bentley
2018-07-18
2
-16
/
+11
*
FileChannelImpl.map(): don't ignore IOExceptions on non-regular files.
Tobias Thierer
2018-06-01
1
-22
/
+1
*
Tweak file headers.
Tobias Thierer
2018-05-22
1
-1
/
+1
*
Merge "Verify sun.nio.{ch.PollSelectorImpl,fs.UnixFileStore}."
Tobias Thierer
2018-04-06
2
-6
/
+21
|
\
|
*
Verify sun.nio.{ch.PollSelectorImpl,fs.UnixFileStore}.
Tobias Thierer
2018-03-29
2
-6
/
+21
*
|
Partially verify Android patches for sun.nio.ch.FileChannelImpl.
Tobias Thierer
2018-04-03
1
-14
/
+79
|
/
*
sun.nio.fs.Util: Add missing change marker.
Tobias Thierer
2018-03-29
1
-0
/
+2
*
PollSelectorProvider: Tweak existing change.
Tobias Thierer
2018-03-29
1
-4
/
+5
*
Add reachabilityFence, ReachabilitySensitive
Hans Boehm
2018-01-30
7
-1
/
+25
*
Verify OpenJDK 8u121: Various sun.nio classes
Neil Fuller
2017-12-19
28
-109
/
+243
*
Don't untag socket before preClose / close
Victor Chang
2017-10-24
1
-5
/
+0
*
Revert "FileDispatcherImpl: Untag sockets before preClose."
Victor Chang
2017-10-24
3
-19
/
+3
*
Tweak Android-changed markers in some sun.nio files.
Tobias Thierer
2017-06-08
2
-28
/
+67
*
Add missing Android-removed markers to sun.nio.ch.IOUtil
Tobias Thierer
2017-06-05
1
-0
/
+24
*
Ensure all ojluni Android-changed comments occur in line comments.
Tobias Thierer
2017-04-12
2
-6
/
+2
*
java.nio.file: Remove support for FileStore information.
Narayan Kamath
2017-04-06
2
-31
/
+51
*
Add getFileDescriptor$() method for testing
Yi Kong
2017-03-17
2
-1
/
+6
*
Canonicalize additional Android-changed comments.
Tobias Thierer
2017-03-16
1
-2
/
+4
*
Make Android patch docs in ojluni more consistent with style guide
Tobias Thierer
2017-03-06
5
-14
/
+14
*
DatagramChannelImpl: Add missing null check in finalizer.
Narayan Kamath
2017-02-22
1
-1
/
+4
*
Add CloseGuard checks in few classes
Shubham Ajmera
2017-02-03
6
-38
/
+236
*
Remove unused files from sun.nio.ch package
Shubham Ajmera
2017-02-01
6
-1183
/
+0
*
Add unit tests for sun.nio.fs.UnixSecureDirectoryStream
Shubham Ajmera
2016-10-24
1
-48
/
+68
*
Add CloseGuard support for UnixSecureDirectoryStream & UnixDiretoryStream
Shubham Ajmera
2016-10-24
2
-0
/
+47
*
Add tests for java.nio.file.FileSystem & java.nio.file.Paths
Shubham Ajmera
2016-10-19
1
-1
/
+3
*
Port OpenJDK8 changes to sun.nio.ch package
Shubham Ajmera
2016-08-22
2
-5
/
+5
*
Remove InheritedChannel
Przemyslaw Szczepaniak
2016-08-04
3
-242
/
+8
*
Merge "Port openJdk8 changes to sun.nio.ch package"
Shubham Ajmera
2016-07-11
46
-610
/
+576
|
\
|
*
Port openJdk8 changes to sun.nio.ch package
Shubham Ajmera
2016-07-11
46
-610
/
+576
*
|
Merge "Port openJDK8 java.nio.channels changes"
Shubham Ajmera
2016-07-11
2
-31
/
+8
|
\
\
|
|
/
|
/
|
|
*
Port openJDK8 java.nio.channels changes
Shubham Ajmera
2016-07-01
2
-31
/
+8
[next]