summaryrefslogtreecommitdiff
path: root/ojluni/src/main/java/sun/nio
Commit message (Expand)AuthorAgeFilesLines
* Allow UnixChannelFactory initialization during AOTOrion Hodson2020-03-131-7/+0
* Merge "Reland "libcore: Remove native calls in FileDescriptor <clinit>""Treehugger Robot2020-03-131-0/+7
|\
| * Reland "libcore: Remove native calls in FileDescriptor <clinit>"Orion Hodson2020-03-131-0/+7
* | Fix DatagramChannelImpl.setOption(IP_MULTICAST_IF, value) for dual-stack.Jason Jeremy Iman2020-01-151-0/+12
|/
* Refactoring: Move MimeMap to libcore.content.type.Tobias Thierer2019-10-031-8/+8
* Customizable MIME type <-> file extension mapping, step 2.Tobias Thierer2019-04-301-9/+9
* Handle null file descriptors when finalizing SocketChannelImpl.Pete Bentley2019-03-281-1/+8
* Merge "Use LinuxFileSystemProvider on Fuchsia."Doug Horn2019-01-071-1/+3
|\
| * Use LinuxFileSystemProvider on Fuchsia.Doug Horn2019-01-041-1/+3
* | More reachability refinementsHans Boehm2019-01-021-0/+6
|/
* Fix Android change markersNikita Iashchenko2018-11-261-1/+1
* Fix malformed change markers.Tobias Thierer2018-09-111-1/+1
* Merge "Verify sun.nio.ch.Util against upstream OpenJDK 8u121-b13."Pete Bentley2018-08-201-1/+180
|\
| * Verify sun.nio.ch.Util against upstream OpenJDK 8u121-b13.Pete Bentley2018-08-171-1/+180
* | Remove localAddress race from DatagramChannelImpl.Pete Bentley2018-08-171-6/+3
* | Verify sun.nio.ch.DatagramChannelImpl against OpenJDK 8u121-b13.Pete Bentley2018-08-171-30/+22
|/
* Merge "First part of verifying sun.nio.* against OpenJDK 8u121-b13."Pete Bentley2018-08-179-48/+196
|\
| * First part of verifying sun.nio.* against OpenJDK 8u121-b13.Pete Bentley2018-07-269-48/+196
* | Verify sun.nio.StreamDecoder against OpenJDK 8u121-b13.Pete Bentley2018-07-261-7/+14
|/
* Verify ChannelInputStream against upstream OpenJDK 8u121-b13.Pete Bentley2018-07-182-16/+11
* FileChannelImpl.map(): don't ignore IOExceptions on non-regular files.Tobias Thierer2018-06-011-22/+1
* Tweak file headers.Tobias Thierer2018-05-221-1/+1
* Merge "Verify sun.nio.{ch.PollSelectorImpl,fs.UnixFileStore}."Tobias Thierer2018-04-062-6/+21
|\
| * Verify sun.nio.{ch.PollSelectorImpl,fs.UnixFileStore}.Tobias Thierer2018-03-292-6/+21
* | Partially verify Android patches for sun.nio.ch.FileChannelImpl.Tobias Thierer2018-04-031-14/+79
|/
* sun.nio.fs.Util: Add missing change marker.Tobias Thierer2018-03-291-0/+2
* PollSelectorProvider: Tweak existing change.Tobias Thierer2018-03-291-4/+5
* Add reachabilityFence, ReachabilitySensitiveHans Boehm2018-01-307-1/+25
* Verify OpenJDK 8u121: Various sun.nio classesNeil Fuller2017-12-1928-109/+243
* Don't untag socket before preClose / closeVictor Chang2017-10-241-5/+0
* Revert "FileDispatcherImpl: Untag sockets before preClose."Victor Chang2017-10-243-19/+3
* Tweak Android-changed markers in some sun.nio files.Tobias Thierer2017-06-082-28/+67
* Add missing Android-removed markers to sun.nio.ch.IOUtilTobias Thierer2017-06-051-0/+24
* Ensure all ojluni Android-changed comments occur in line comments.Tobias Thierer2017-04-122-6/+2
* java.nio.file: Remove support for FileStore information.Narayan Kamath2017-04-062-31/+51
* Add getFileDescriptor$() method for testingYi Kong2017-03-172-1/+6
* Canonicalize additional Android-changed comments.Tobias Thierer2017-03-161-2/+4
* Make Android patch docs in ojluni more consistent with style guideTobias Thierer2017-03-065-14/+14
* DatagramChannelImpl: Add missing null check in finalizer.Narayan Kamath2017-02-221-1/+4
* Add CloseGuard checks in few classesShubham Ajmera2017-02-036-38/+236
* Remove unused files from sun.nio.ch packageShubham Ajmera2017-02-016-1183/+0
* Add unit tests for sun.nio.fs.UnixSecureDirectoryStreamShubham Ajmera2016-10-241-48/+68
* Add CloseGuard support for UnixSecureDirectoryStream & UnixDiretoryStreamShubham Ajmera2016-10-242-0/+47
* Add tests for java.nio.file.FileSystem & java.nio.file.PathsShubham Ajmera2016-10-191-1/+3
* Port OpenJDK8 changes to sun.nio.ch packageShubham Ajmera2016-08-222-5/+5
* Remove InheritedChannelPrzemyslaw Szczepaniak2016-08-043-242/+8
* Merge "Port openJdk8 changes to sun.nio.ch package"Shubham Ajmera2016-07-1146-610/+576
|\
| * Port openJdk8 changes to sun.nio.ch packageShubham Ajmera2016-07-1146-610/+576
* | Merge "Port openJDK8 java.nio.channels changes"Shubham Ajmera2016-07-112-31/+8
|\ \ | |/ |/|
| * Port openJDK8 java.nio.channels changesShubham Ajmera2016-07-012-31/+8