Hudson build became unstable: ftpserver- trunk-jdk1.6 » Apache FtpServer Core #303

2008-10-21 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/ftpserver-trunk-jdk1.6/org.apache.ftpserver$ftpserver-core/303/changes

Hudson build became unstable: ftpserver- trunk-jdk1.5 » Apache FtpServer Core #218

2008-10-21 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/ftpserver-trunk-jdk1.5/org.apache.ftpserver$ftpserver-core/218/changes

svn commit: r706734 - /mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/listener/nio/NioListener.java

2008-10-21 Thread ngn
Author: ngn Date: Tue Oct 21 12:42:34 2008 New Revision: 706734 URL: http://svn.apache.org/viewvc?rev=706734&view=rev Log: Remove the use of SO_REUSEADDR on the NioListener, it's a no use for us and behaves in odd ways on Windows Modified: mina/ftpserver/trunk/core/src/main/java/org/apache/

svn commit: r706730 - /mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/usermanager/impl/PropertiesUserManager.java

2008-10-21 Thread ngn
Author: ngn Date: Tue Oct 21 12:28:32 2008 New Revision: 706730 URL: http://svn.apache.org/viewvc?rev=706730&view=rev Log: Adding Javadoc to document the file format used by the PropertiesUserManager (FTPSERVER-178) Modified: mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/user

svn commit: r706623 - /mina/trunk/core/src/main/java/org/apache/mina/core/polling/AbstractPollingIoConnector.java

2008-10-21 Thread elecharny
Author: elecharny Date: Tue Oct 21 06:35:53 2008 New Revision: 706623 URL: http://svn.apache.org/viewvc?rev=706623&view=rev Log: Added another check against a potential NPE Modified: mina/trunk/core/src/main/java/org/apache/mina/core/polling/AbstractPollingIoConnector.java Modified: mina/t

svn commit: r706586 - in /mina/trunk/core/src/test/java/org/apache/mina/core: DefaultIoFilterChainBuilderTest.java FutureTest.java IoBufferTest.java IoFilterChainTest.java IoServiceListenerSupportTest

2008-10-21 Thread elecharny
Author: elecharny Date: Tue Oct 21 04:44:03 2008 New Revision: 706586 URL: http://svn.apache.org/viewvc?rev=706586&view=rev Log: o Switched to Junit 4 syntax : - we don't extend testCase anymore - we are using @Test, and such annotations o Removed the useless Assert. Modified: mina/trunk/co

svn commit: r706585 - in /mina/trunk/core/src/main/java/org/apache/mina: core/polling/AbstractPollingIoConnector.java transport/socket/nio/NioDatagramAcceptor.java transport/socket/nio/NioSocketAccept

2008-10-21 Thread elecharny
Author: elecharny Date: Tue Oct 21 04:42:56 2008 New Revision: 706585 URL: http://svn.apache.org/viewvc?rev=706585&view=rev Log: Fixed a potential NPE when the SelectionKey is null in the accept methods. Modified: mina/trunk/core/src/main/java/org/apache/mina/core/polling/AbstractPollingIoCo

svn commit: r706583 - /mina/trunk/core/src/main/java/org/apache/mina/core/buffer/AbstractIoBuffer.java

2008-10-21 Thread elecharny
Author: elecharny Date: Tue Oct 21 04:41:51 2008 New Revision: 706583 URL: http://svn.apache.org/viewvc?rev=706583&view=rev Log: Fixed the bug in slice(int, int). Modified: mina/trunk/core/src/main/java/org/apache/mina/core/buffer/AbstractIoBuffer.java Modified: mina/trunk/core/src/main/ja

svn commit: r706568 - /mina/trunk/core/src/test/java/org/apache/mina/core/IoBufferTest.java

2008-10-21 Thread elecharny
Author: elecharny Date: Tue Oct 21 02:55:30 2008 New Revision: 706568 URL: http://svn.apache.org/viewvc?rev=706568&view=rev Log: Removed the useless Assert. Modified: mina/trunk/core/src/test/java/org/apache/mina/core/IoBufferTest.java Modified: mina/trunk/core/src/test/java/org/apache/mina/