Граф коммитов

3023 Коммитов

Автор SHA1 Сообщение Дата
jfrijters 88989f0239 Reduced the number of DatagramChannelImpl differences. 2011-08-24 11:58:40 +00:00
jfrijters eaaccdd4e9 Implemented Asynchronous[Server]SocketChannel. 2011-08-24 09:07:19 +00:00
jfrijters 60adc31939 Prepare for forking. 2011-08-23 04:58:36 +00:00
jfrijters e94efd4745 Implemented AsynchronousFileChannel. 2011-08-22 15:46:12 +00:00
jfrijters f2c1e8a043 Spurious unlocks should not result in an IOException. 2011-08-22 15:45:13 +00:00
jfrijters 0babaa8c8a Prepare for forking. 2011-08-22 07:37:14 +00:00
jfrijters ca2faed1d9 Prepare for forking. 2011-08-22 05:26:10 +00:00
smallsql 241191fd1b add font support for not windows systems 2011-08-21 18:42:49 +00:00
smallsql f16388ff55 Add missing resources 2011-08-20 19:55:27 +00:00
jfrijters 72d1c142e3 Added back some rmi stubs that somehow got dropped during 6 -> 7 transition. 2011-08-20 08:10:29 +00:00
smallsql 7c88bdbb2b add some missing classes 2011-08-19 21:07:09 +00:00
smallsql 2bad44e476 add some missing classes of package sun.management 2011-08-19 18:34:19 +00:00
smallsql 55e835f8f5 add classes of http logging 2011-08-19 18:32:07 +00:00
smallsql 88c836bdbe Remove policy tool and add some missing classes 2011-08-19 17:33:44 +00:00
jfrijters 4f49b8f679 Fixed several append issues:
- FileChannelImpl.truncate() should not attempt to seek (would throw an exception)
- FileDispatcherImpl.write() doesn't need to seek to EOF
- FileDispatcherImpl.truncate() can't use fd.setLength() to truncate on append FileStream, so we open the file again to truncate it
- NetFileSystemProvider.newFileChannel() should not set FileSystemRights.Write in append mode
2011-08-19 09:24:19 +00:00
jfrijters 883965d354 Implemented FileSystemProvider.newFileChannel(). 2011-08-19 09:20:35 +00:00
jfrijters 7f818863d0 Regression fix. Return a dummy FileDescriptor for mapping object. 2011-08-19 09:19:01 +00:00
jfrijters 7737b9b196 Fix to make sure that FileChannel.transferFrom() throws a NonReadableChannelException when the source is a write-only FileChannel. 2011-08-19 09:15:52 +00:00
jfrijters 2462429eb7 Implemented positional read/write. 2011-08-19 09:09:50 +00:00
jfrijters 2cd5013134 Fixed regression. 2011-08-18 13:43:05 +00:00
jfrijters 7fcc779c84 Moved FileChannelImpl read/write operations to NativeDispatcher. 2011-08-18 12:45:17 +00:00
jfrijters 4eef39b7c5 Indirect socket read/write operations via the NativeDispatcher. 2011-08-18 12:06:22 +00:00
jfrijters 05be269edc Reduce the number of differences in FileChannelImpl. 2011-08-18 11:36:45 +00:00
jfrijters 049db0ce5b Prepare for forking. 2011-08-18 11:30:53 +00:00
jfrijters 2ea8c376c4 Implemented isSameFile. 2011-08-17 11:47:18 +00:00
jfrijters 810b64d9b3 Implemented compareTo/equals/hashCode. 2011-08-17 11:46:59 +00:00
jfrijters 953199ff86 Implemented move. 2011-08-17 10:33:40 +00:00
jfrijters 71e6efc7e4 Implemented copy. 2011-08-17 09:59:28 +00:00
jfrijters 936bcbc8a2 Bug fix. Exceptions declared with ThrowsAttribute(Type) (in .NET code) did not get exported properly. 2011-08-17 07:34:16 +00:00
jfrijters 30c5543f03 Hardened runtime against asynchronous Thread.Abort() during critical operations. Fix for bug #3385353. 2011-08-16 13:40:05 +00:00
jfrijters b41db05064 Added .NET 4.0 security attributes. 2011-08-16 11:33:23 +00:00
jfrijters 381bbf04b5 Removed SNMP packages. 2011-08-16 08:13:20 +00:00
jfrijters 0b31c7f08c Improved DumpMethod and made it internal. 2011-08-15 16:28:08 +00:00
jfrijters 4befa14ce6 Updated base addresses. 2011-08-15 16:17:11 +00:00
jfrijters a9f1e7879a Implemented invokedynamic instruction. 2011-08-15 16:11:00 +00:00
jfrijters 320b4c0f63 Prepare for forking. 2011-08-15 07:52:36 +00:00
smallsql 1b2f4e7eea add more missing classes 2011-08-14 08:19:40 +00:00
smallsql fc334cbed2 added package sun/management/snmp/ and some other missing classes 2011-08-13 13:52:06 +00:00
smallsql d83ae00f01 Add some missing i18n classes 2011-08-13 09:18:44 +00:00
jfrijters 71ffb0a16d Added CallerID to MethodHandles.lookup(). 2011-08-13 09:12:53 +00:00
jfrijters f12266e545 Prepare for forking. 2011-08-13 08:56:16 +00:00
jfrijters 26d0f8171d Stupid mistake (by me). LsaHandle should be closed with LsaDeregisterLogonProcess instead of CloseHandle. Thanks to Trevor Bell for pointing this out. 2011-08-13 04:26:59 +00:00
jfrijters d7c359c0a3 Added support for MethodHandle constants (ldc <MethodHandle>). 2011-08-12 13:06:46 +00:00
jfrijters cc40abea83 Bug fix. TypeWrapper.IsAssignableTo() didn't handle arrays with primitive elements properly. 2011-08-12 07:51:00 +00:00
jfrijters 82c3405a3a Fixed build to always run ikvmstub on first-pass version of IKVM.Runtime.dll. Cleaned up runtime.build. Always do a first-pass runtime build. 2011-08-12 06:15:58 +00:00
jfrijters 917f8da248 Fixed first-pass compilation. 2011-08-12 05:42:05 +00:00
jfrijters 039d6f454f Added Kerberos support (on Windows). Based on patch submitted by Trevor Bell. 2011-08-11 11:34:55 +00:00
smallsql 1e3145cf48 added some missing classes from the com/sun/org/apache package 2011-08-10 19:46:37 +00:00
jfrijters ad86240f0e Prevent inlining of the reflective invoke/invokeExact methods into the reflection dispatch DynamicMethod (as that screws up the exception location detection in the reflection dispatch method). 2011-08-10 12:03:23 +00:00
jfrijters 7786fc87b8 Added support for MethodType constants (ldc <MethodType>). 2011-08-10 10:12:10 +00:00