svn commit: r1098498 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/net/ native/ native/os/unix/ native/os/win32/ native/shared/ test/org/apache/commons/runtime/

2011-05-02 Thread mturk
Author: mturk Date: Mon May 2 06:40:27 2011 New Revision: 1098498 URL: http://svn.apache.org/viewvc?rev=1098498view=rev Log: Allow setting Socket to non-blocking mode Added: commons/sandbox/runtime/trunk/src/main/native/os/unix/usock.c (with props) Modified:

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

2011-05-02 Thread mturk
Author: mturk Date: Mon May 2 06:51:59 2011 New Revision: 1098499 URL: http://svn.apache.org/viewvc?rev=1098499view=rev Log: Use correct errno macro Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/util.c Modified:

svn commit: r1098507 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/ java/org/apache/commons/runtime/net/ native/ native/os/unix/ native/os/win32/

2011-05-02 Thread mturk
Author: mturk Date: Mon May 2 08:09:34 2011 New Revision: 1098507 URL: http://svn.apache.org/viewvc?rev=1098507view=rev Log: Add local socket address implementation Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/net/LocalSocketAddress.java (with props)

svn commit: r1098530 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/ java/org/apache/commons/runtime/net/ native/os/win32/ native/shared/ test/org/apache/commons/runtime

2011-05-02 Thread mturk
Author: mturk Date: Mon May 2 11:25:55 2011 New Revision: 1098530 URL: http://svn.apache.org/viewvc?rev=1098530view=rev Log: Use IllegalArgumentException for EINVAL Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Unsafe.java

svn commit: r1098553 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/net/SocketInstance.java native/shared/psock.c native/shared/ssock.c

2011-05-02 Thread mturk
Author: mturk Date: Mon May 2 13:20:32 2011 New Revision: 1098553 URL: http://svn.apache.org/viewvc?rev=1098553view=rev Log: Add native socket descriptor setter Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/net/SocketInstance.java

svn commit: r1098569 - in /commons/sandbox/runtime/trunk/src/main/native: include/acr/socks.h shared/dsock.c shared/psock.c shared/ssock.c

2011-05-02 Thread mturk
Author: mturk Date: Mon May 2 13:54:16 2011 New Revision: 1098569 URL: http://svn.apache.org/viewvc?rev=1098569view=rev Log: Make private native api for selectors Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr/socks.h

svn commit: r1098877 - in /commons/proper/dbcp/trunk/src: java/org/apache/commons/dbcp/DelegatingConnection.java test/org/apache/commons/dbcp/TestDelegatingConnection.java

2011-05-02 Thread joehni
Author: joehni Date: Tue May 3 00:40:07 2011 New Revision: 1098877 URL: http://svn.apache.org/viewvc?rev=1098877view=rev Log: DBCP-359: DelegatingConnection.equals fails if both delegates are null Modified: