svn commit: r802304 - in /commons/sandbox/runtime/trunk/src/main/native: include/arch/windows/acr_arch.h os/win32/wutil.c

2009-08-08 Thread mturk
Author: mturk Date: Sat Aug 8 06:50:33 2009 New Revision: 802304 URL: http://svn.apache.org/viewvc?rev=802304view=rev Log: Use LARGE_INTERGER for time transformation Modified: commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch.h

svn commit: r802305 - /commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch.h

2009-08-08 Thread mturk
Author: mturk Date: Sat Aug 8 06:54:31 2009 New Revision: 802305 URL: http://svn.apache.org/viewvc?rev=802305view=rev Log: Use LARGE_INTERGER for time transformation Modified: commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch.h Modified:

svn commit: r802306 - in /commons/sandbox/runtime/trunk/src/main/native/os/win32: pmutex.c shm.c

2009-08-08 Thread mturk
Author: mturk Date: Sat Aug 8 06:57:00 2009 New Revision: 802306 URL: http://svn.apache.org/viewvc?rev=802306view=rev Log: Use larger size for hash buffer so we can use sha256 instead sha1 Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/pmutex.c

svn commit: r802316 - /commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in

2009-08-08 Thread mturk
Author: mturk Date: Sat Aug 8 07:54:51 2009 New Revision: 802316 URL: http://svn.apache.org/viewvc?rev=802316view=rev Log: Quote the link and lib tools in case they are in path with spaces Modified: commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in Modified:

svn commit: r802318 - /commons/sandbox/runtime/trunk/src/main/native/os/win32/group.c

2009-08-08 Thread mturk
Author: mturk Date: Sat Aug 8 08:14:02 2009 New Revision: 802318 URL: http://svn.apache.org/viewvc?rev=802318view=rev Log: Use 32-bit pointer cast for Net function Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/group.c Modified:

svn commit: r802320 - /commons/sandbox/runtime/trunk/src/main/native/os/win32/variant.cpp

2009-08-08 Thread mturk
Author: mturk Date: Sat Aug 8 08:32:45 2009 New Revision: 802320 URL: http://svn.apache.org/viewvc?rev=802320view=rev Log: Use C++ casting operators in C++ code Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/variant.cpp Modified:

svn commit: r802322 - in /commons/sandbox/runtime/trunk/src/main/native/shared: md5.c sha.c

2009-08-08 Thread mturk
Author: mturk Date: Sat Aug 8 08:42:16 2009 New Revision: 802322 URL: http://svn.apache.org/viewvc?rev=802322view=rev Log: remove extra casting Modified: commons/sandbox/runtime/trunk/src/main/native/shared/md5.c commons/sandbox/runtime/trunk/src/main/native/shared/sha.c Modified:

svn commit: r802325 - in /commons/sandbox/runtime/trunk/src/main/native: Makefile.in Makefile.msc.in include/acr_crypto.h

2009-08-08 Thread mturk
Author: mturk Date: Sat Aug 8 09:08:59 2009 New Revision: 802325 URL: http://svn.apache.org/viewvc?rev=802325view=rev Log: Port APR's base64 encoding Modified: commons/sandbox/runtime/trunk/src/main/native/Makefile.in commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in

svn commit: r802326 - /commons/sandbox/runtime/trunk/src/main/native/shared/base64.c

2009-08-08 Thread mturk
Author: mturk Date: Sat Aug 8 09:09:25 2009 New Revision: 802326 URL: http://svn.apache.org/viewvc?rev=802326view=rev Log: Port APR's base64 encoding Added: commons/sandbox/runtime/trunk/src/main/native/shared/base64.c (with props) Added:

svn commit: r802328 - in /commons/sandbox/runtime/trunk/src/main/native/include: acr.h acr_private.h

2009-08-08 Thread mturk
Author: mturk Date: Sat Aug 8 09:26:53 2009 New Revision: 802328 URL: http://svn.apache.org/viewvc?rev=802328view=rev Log: Put alignmen macros in acr.h Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr.h

svn commit: r802336 - in /commons/sandbox/runtime/trunk/src/main/native: include/arch/windows/acr_arch.h os/win32/pmutex.c os/win32/shm.c os/win32/wutil.c

2009-08-08 Thread mturk
Author: mturk Date: Sat Aug 8 10:23:29 2009 New Revision: 802336 URL: http://svn.apache.org/viewvc?rev=802336view=rev Log: Always use global kernel object prefix Modified: commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch.h

svn commit: r802337 - in /commons/sandbox/runtime/trunk/src/main/native/os/win32: main.c wutil.c

2009-08-08 Thread mturk
Author: mturk Date: Sat Aug 8 10:35:02 2009 New Revision: 802337 URL: http://svn.apache.org/viewvc?rev=802337view=rev Log: Enable few more privileges Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/main.c commons/sandbox/runtime/trunk/src/main/native/os/win32/wutil.c

svn commit: r802389 - /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/base/ConfigurationSourceUtils.java

2009-08-08 Thread oheger
Author: oheger Date: Sat Aug 8 15:07:21 2009 New Revision: 802389 URL: http://svn.apache.org/viewvc?rev=802389view=rev Log: Fixed a type-safety warning. Modified:

svn commit: r802390 - in /commons/sandbox/runtime/trunk/src/main/native: Makefile.msc.in configure

2009-08-08 Thread mturk
Author: mturk Date: Sat Aug 8 15:21:37 2009 New Revision: 802390 URL: http://svn.apache.org/viewvc?rev=802390view=rev Log: Use default platform compilers Modified: commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in commons/sandbox/runtime/trunk/src/main/native/configure

svn commit: r802394 - /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/base/HierarchicalConfigurationSource.java

2009-08-08 Thread oheger
Author: oheger Date: Sat Aug 8 15:33:13 2009 New Revision: 802394 URL: http://svn.apache.org/viewvc?rev=802394view=rev Log: Reworked HierarchicalConfigurationSource. It does not extend ConfigurationSource any more, but is a source implementation on its own. Modified:

svn commit: r802434 - in /commons/sandbox/runtime/trunk/src/main/native: Makefile.msc.in include/arch/windows/acr_arch.h os/win32/dirent.c os/win32/wutil.c

2009-08-08 Thread mturk
Author: mturk Date: Sat Aug 8 18:48:04 2009 New Revision: 802434 URL: http://svn.apache.org/viewvc?rev=802434view=rev Log: Add win32 posix dirent Added: commons/sandbox/runtime/trunk/src/main/native/os/win32/dirent.c (with props) Modified:

svn commit: r802435 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/base/ test/java/org/apache/commons/configuration2/base/

2009-08-08 Thread oheger
Author: oheger Date: Sat Aug 8 18:50:06 2009 New Revision: 802435 URL: http://svn.apache.org/viewvc?rev=802435view=rev Log: Rewrite of InMemoryConfigurationSource. Set focus on the methods required by HierarchicalConfigurationSource. Modified:

svn commit: r802451 - in /commons/sandbox/runtime/trunk/src: main/native/os/win32/dirent.c main/native/test/testcase.c test/org/apache/commons/runtime/TestPrivate.java

2009-08-08 Thread mturk
Author: mturk Date: Sat Aug 8 20:32:38 2009 New Revision: 802451 URL: http://svn.apache.org/viewvc?rev=802451view=rev Log: Add a simple testcase for win32 dirent port Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/dirent.c

svn commit: r802453 - /commons/sandbox/runtime/trunk/src/main/native/os/win32/dirent.c

2009-08-08 Thread mturk
Author: mturk Date: Sat Aug 8 20:39:11 2009 New Revision: 802453 URL: http://svn.apache.org/viewvc?rev=802453view=rev Log: We only need two extra places Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/dirent.c Modified:

svn commit: r802455 - /commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch.h

2009-08-08 Thread mturk
Author: mturk Date: Sat Aug 8 20:47:02 2009 New Revision: 802455 URL: http://svn.apache.org/viewvc?rev=802455view=rev Log: Grab ExitProcess from kernel32.dll so it can be injected into remote process for shutting down Modified:

svn commit: r802456 - /commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch.h

2009-08-08 Thread mturk
Author: mturk Date: Sat Aug 8 20:52:07 2009 New Revision: 802456 URL: http://svn.apache.org/viewvc?rev=802456view=rev Log: Define only ExitProcess loader and function pointer Modified: commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch.h Modified:

svn commit: r802477 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/ClassUtils.java

2009-08-08 Thread bayard
Author: bayard Date: Sun Aug 9 02:44:56 2009 New Revision: 802477 URL: http://svn.apache.org/viewvc?rev=802477view=rev Log: Improving performance of getAllInterfaces per LANG-500's patch from Pino Silvaggio Modified: