Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-29Fixed regression introduced by previous fix. We can't use FileInfo.Exists, be...jfrijters
2014-08-26Bug fix. Reading/writing attributes of non-existing file should throw NoSuchF...jfrijters
2014-07-01Bug fix. Calling BasicFileAttributes.size() on a directory didn't work. Thank...jfrijters
2013-08-15Merged 7u40 changes in sun/nio/ch/Net.java and partially merged DatagramChann...jfrijters
2013-08-15Merged IoTrace hooks.jfrijters
2012-08-31Merged OpenJDK 7u6.jfrijters
2012-08-29Updated copyright year.jfrijters
2012-05-23First part of forked file merge of OpenJDK 7u4 changes.jfrijters
2012-03-18Bug fix. When writing a direct ByteBuffer to a non-blocking socket and the wr...jfrijters
2011-11-25FileStore for non-accessible drive should throw exception when trying to crea...jfrijters
2011-10-25Added security manager checks.jfrijters
2011-10-22Added security manager checks.jfrijters
2011-10-06Implemented remaining java.nio.file functionality.jfrijters
2011-10-05Prepare for forking.jfrijters
2011-08-24Reduced the number of DatagramChannelImpl differences.jfrijters
2011-08-24Implemented Asynchronous[Server]SocketChannel.jfrijters
2011-08-23Prepare for forking.jfrijters
2011-08-22Implemented AsynchronousFileChannel.jfrijters
2011-08-22Spurious unlocks should not result in an IOException.jfrijters
2011-08-22Prepare for forking.jfrijters
2011-08-22Prepare for forking.jfrijters
2011-08-19Fixed several append issues:jfrijters
2011-08-19Implemented FileSystemProvider.newFileChannel().jfrijters
2011-08-19Regression fix. Return a dummy FileDescriptor for mapping object.jfrijters
2011-08-19Fix to make sure that FileChannel.transferFrom() throws a NonReadableChannelE...jfrijters
2011-08-19Implemented positional read/write.jfrijters
2011-08-18Fixed regression.jfrijters
2011-08-18Moved FileChannelImpl read/write operations to NativeDispatcher.jfrijters
2011-08-18Indirect socket read/write operations via the NativeDispatcher.jfrijters
2011-08-18Reduce the number of differences in FileChannelImpl.jfrijters
2011-08-18Prepare for forking.jfrijters
2011-08-17Implemented isSameFile.jfrijters
2011-08-17Implemented compareTo/equals/hashCode.jfrijters
2011-08-17Implemented move.jfrijters
2011-08-17Implemented copy.jfrijters
2011-07-30Removed unused files that use unsafe operations. Forked PollArrayWrapper for ...jfrijters
2011-07-15Updated bulk of java.nio to OpenJDK 7.jfrijters
2011-07-14Updated java.nio.charset.*, sun.nio.cs.* and sun.io packages to OpenJDK 7.jfrijters
2011-07-12Implemented delete.jfrijters
2011-07-12More java.nio.file functionality.jfrijters
2011-07-12First small steps in java.nio.file implementation. Update sun.util.calendar.Z...jfrijters
2011-07-12We don't yet have a nio IPv6 implementation, so we should return false and th...jfrijters
2011-07-10Add methods in DatagramChannelImpl for Java 7smallsql
2011-07-09Add methods in SocketChannelImpl for Java 7smallsql
2011-07-09Add methods in ServerSocketChannelImpl for Java 7smallsql
2011-07-09Add sendOutOfBandData to sun.nio.ch.SocketChannelImpl with a NotYetImplemente...smallsql
2011-07-09dummy Constructor for Java 7smallsql
2011-07-09dummy DefaultAsynchronousChannelProvider for Java 7 until asynchronous channe...smallsql
2011-07-09Add some stup methods to sun.nio.ch.Net with a NotYetImplementedError to comp...smallsql
2011-07-01Forgot to add new sun.nio.fs files.jfrijters