summaryrefslogtreecommitdiff
path: root/ojluni/src/main/java/sun/nio/ch
Commit message (Expand)AuthorAgeFilesLines
* Fix DatagramChannelImpl.setOption(IP_MULTICAST_IF, value) for dual-stack.Jason Jeremy Iman2020-01-151-0/+12
* Handle null file descriptors when finalizing SocketChannelImpl.Pete Bentley2019-03-281-1/+8
* 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
|/
* First part of verifying sun.nio.* against OpenJDK 8u121-b13.Pete Bentley2018-07-264-8/+20
* Verify ChannelInputStream against upstream OpenJDK 8u121-b13.Pete Bentley2018-07-181-14/+8
* 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-061-4/+18
|\
| * Verify sun.nio.{ch.PollSelectorImpl,fs.UnixFileStore}.Tobias Thierer2018-03-291-4/+18
* | Partially verify Android patches for sun.nio.ch.FileChannelImpl.Tobias Thierer2018-04-031-14/+79
|/
* PollSelectorProvider: Tweak existing change.Tobias Thierer2018-03-291-4/+5
* Add reachabilityFence, ReachabilitySensitiveHans Boehm2018-01-305-1/+18
* Verify OpenJDK 8u121: Various sun.nio classesNeil Fuller2017-12-1920-84/+178
* 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-081-0/+28
* 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
* 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-064-11/+11
* DatagramChannelImpl: Add missing null check in finalizer.Narayan Kamath2017-02-221-1/+4
* Add CloseGuard checks in few classesShubham Ajmera2017-02-035-32/+203
* Remove unused files from sun.nio.ch packageShubham Ajmera2017-02-016-1183/+0
* 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
* | Merge "Import upstream change: (dc) Use DatagramChannel.receive() instead of ...Treehugger Robot2016-07-081-1/+1
|\ \
| * | Import upstream change: (dc) Use DatagramChannel.receive() instead of read() ...Yi Kong2016-07-041-1/+1
| |/
* / remove x attribute of java fileGanesh Mahendran2016-07-0768-0/+0
|/
* Import upstream change: Support Solaris SO_FLOW_SLA socket optionYi Kong2016-06-284-0/+34
* ojluni: tidy up ojluni filesSergio Giro2016-06-243-560/+0
* Import upstream change: Wrap sockets more thoroughlyYi Kong2016-06-211-0/+20
* Add OpenJDK 8 java.nio.file packageShubham Ajmera2016-06-013-0/+656
* FileDispatcherImpl: Untag sockets before preClose.Narayan Kamath2016-05-313-3/+19
* Selector: Use poll based selector instead of an epoll based selector.Narayan Kamath2016-05-271-23/+86
* Move more clinit code to registration functions, part 3Przemyslaw Szczepaniak2016-05-054-24/+0
* Move more clinit code to registration functionsPrzemyslaw Szczepaniak2016-05-0522-74/+0
* Revert "Move more clinit code to registration functions"Przemyslaw Szczepaniak2016-05-0522-0/+74
* Move more clinit code to registration functionsPrzemyslaw Szczepaniak2016-05-0422-74/+0
* Revert "Remove java.nio.channels.* classes without test coverage."Shubham Ajmera2016-04-2619-0/+4690
* Tidy up uses of Integer.valueOf.Narayan Kamath2016-04-221-1/+1
* Fix #close() for FileChannel created from FileDescriptor.Przemyslaw Szczepaniak2016-03-011-1/+0
* Remove java.nio.channels.* classes without test coverage.Przemyslaw Szczepaniak2016-02-1019-4690/+0