svn commit: r1099338 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/io/Descriptor.java native/Makefile.msc.in native/Makefile.unx.in native/include/acr/descriptor.h nati

2011-05-03 Thread mturk
Author: mturk Date: Wed May 4 06:56:35 2011 New Revision: 1099338 URL: http://svn.apache.org/viewvc?rev=1099338&view=rev Log: Add Descriptor class Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/io/Descriptor.java (with props) commons/sandbox/runtime/tru

svn commit: r1099325 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/Unsafe.java java/org/apache/commons/runtime/net/LocalSocketAddress.java native/shared/unsafe.c

2011-05-03 Thread mturk
Author: mturk Date: Wed May 4 05:17:53 2011 New Revision: 1099325 URL: http://svn.apache.org/viewvc?rev=1099325&view=rev Log: Implement Unsafe memory peek/poke api Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Unsafe.java commons/sandbox/runtime/trunk

svn commit: r1099311 - /commons/proper/codec/trunk/pom.xml

2011-05-03 Thread ggregory
Author: ggregory Date: Wed May 4 02:26:11 2011 New Revision: 1099311 URL: http://svn.apache.org/viewvc?rev=1099311&view=rev Log: Remove N & L file references for test jar now that it is included in commons-parent 21. Modified: commons/proper/codec/trunk/pom.xml Modified: commons/proper/cod

svn commit: r1099280 - /commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/FTPTimestampParserImplTest.java

2011-05-03 Thread sebb
Author: sebb Date: Tue May 3 22:06:51 2011 New Revision: 1099280 URL: http://svn.apache.org/viewvc?rev=1099280&view=rev Log: Enable some future date checking Modified: commons/proper/net/trunk/src/test/java/org/apache/commons/net/ftp/parser/FTPTimestampParserImplTest.java Modified: common

svn commit: r1099256 - in /commons/proper/net/trunk/src: main/java/org/apache/commons/net/ftp/parser/ test/java/org/apache/commons/net/ftp/parser/

2011-05-03 Thread sebb
Author: sebb Date: Tue May 3 21:13:46 2011 New Revision: 1099256 URL: http://svn.apache.org/viewvc?rev=1099256&view=rev Log: Convert Bug ids in comments Modified: commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/FTPTimestampParserImpl.java commons/proper/net/tru

svn commit: r1099124 - /commons/sandbox/runtime/trunk/src/main/native/include/acr/error.h

2011-05-03 Thread mturk
Author: mturk Date: Tue May 3 16:58:23 2011 New Revision: 1099124 URL: http://svn.apache.org/viewvc?rev=1099124&view=rev Log: Fix win32 errno codes so they match the canon_error description table Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr/error.h Modified: commons/s

svn commit: r1099117 - /commons/sandbox/runtime/trunk/src/main/test/org/apache/commons/runtime/TestNetworkImpl.java

2011-05-03 Thread mturk
Author: mturk Date: Tue May 3 16:32:03 2011 New Revision: 1099117 URL: http://svn.apache.org/viewvc?rev=1099117&view=rev Log: Test configureBlocking Modified: commons/sandbox/runtime/trunk/src/main/test/org/apache/commons/runtime/TestNetworkImpl.java Modified: commons/sandbox/runtime/trun

svn commit: r1099116 - /commons/sandbox/runtime/trunk/src/main/test/org/apache/commons/runtime/TestNetworkImpl.java

2011-05-03 Thread mturk
Author: mturk Date: Tue May 3 16:30:13 2011 New Revision: 1099116 URL: http://svn.apache.org/viewvc?rev=1099116&view=rev Log: Add IPv6 test Modified: commons/sandbox/runtime/trunk/src/main/test/org/apache/commons/runtime/TestNetworkImpl.java Modified: commons/sandbox/runtime/trunk/src/mai

svn commit: r1099112 - in /commons/sandbox/runtime/trunk/src/main/native/shared: psockimpl.c ssock.c

2011-05-03 Thread mturk
Author: mturk Date: Tue May 3 16:20:12 2011 New Revision: 1099112 URL: http://svn.apache.org/viewvc?rev=1099112&view=rev Log: Axe two stack hacks. The solution just doesn't work Modified: commons/sandbox/runtime/trunk/src/main/native/shared/psockimpl.c commons/sandbox/runtime/trunk/src/m

svn commit: r1099058 - in /commons/sandbox/runtime/trunk/src/main/native: include/acr/jnidefs.h shared/iofd.c shared/psockimpl.c shared/ssock.c

2011-05-03 Thread mturk
Author: mturk Date: Tue May 3 14:03:33 2011 New Revision: 1099058 URL: http://svn.apache.org/viewvc?rev=1099058&view=rev Log: Set both server sockets to nonblockin mode for TwoStacks sockets Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr/jnidefs.h commons/sandbox/run

svn commit: r1099052 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/Native.java native/shared/clazz.c native/shared/iofd.c native/shared/psockimpl.c

2011-05-03 Thread mturk
Author: mturk Date: Tue May 3 13:45:55 2011 New Revision: 1099052 URL: http://svn.apache.org/viewvc?rev=1099052&view=rev Log: Add some JDK7 features Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Native.java commons/sandbox/runtime/trunk/src/main/native

svn commit: r1099001 - in /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime: net/SelectionEvent.java platform/windows/RegistryKey.java

2011-05-03 Thread mturk
Author: mturk Date: Tue May 3 11:03:49 2011 New Revision: 1099001 URL: http://svn.apache.org/viewvc?rev=1099001&view=rev Log: Add SelectionEvent class. This is similar to NIO SelectionKey.OP_FOO fields Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/net/Selecti

svn commit: r1098982 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/ java/org/apache/commons/runtime/platform/windows/ native/os/win32/ test/org/apache/commons/runtime/

2011-05-03 Thread mturk
Author: mturk Date: Tue May 3 09:29:41 2011 New Revision: 1098982 URL: http://svn.apache.org/viewvc?rev=1098982&view=rev Log: Split RegistryKey api to abstract and implementation Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/platform/windows/RegistryKeyImpl.j

svn commit: r1098954 - in /commons/sandbox/runtime/trunk/src/main/native/os: unix/platform.c win32/platform.c

2011-05-03 Thread mturk
Author: mturk Date: Tue May 3 07:59:30 2011 New Revision: 1098954 URL: http://svn.apache.org/viewvc?rev=1098954&view=rev Log: Get info about rlimit NOFILE Modified: commons/sandbox/runtime/trunk/src/main/native/os/unix/platform.c commons/sandbox/runtime/trunk/src/main/native/os/win32/pla

svn commit: r1098947 - in /commons/sandbox/runtime/trunk/src/main/native: include/acr/stdinc.h os/win32/arch_defs.h os/win32/arch_opts.h os/win32/posix.c os/win32/util.c os/win32/winapi.c

2011-05-03 Thread mturk
Author: mturk Date: Tue May 3 07:26:38 2011 New Revision: 1098947 URL: http://svn.apache.org/viewvc?rev=1098947&view=rev Log: Add more win32 utils Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr/stdinc.h commons/sandbox/runtime/trunk/src/main/native/os/win32/arch_defs