svn commit: r507133 - /tomcat/site/tags/TOMCAT_5_5_22/

2007-02-13 Thread fhanik
Author: fhanik Date: Tue Feb 13 10:09:16 2007 New Revision: 507133 URL: http://svn.apache.org/viewvc?view=revrev=507133 Log: Tagging Tomcat version TOMCAT_5_5_22. Added: tomcat/site/tags/TOMCAT_5_5_22/ - copied from r507132, tomcat/site/trunk

svn commit: r507744 - in /tomcat/tc6.0.x/trunk: java/org/apache/tomcat/util/net/SocketProperties.java webapps/docs/config/http.xml

2007-02-14 Thread fhanik
Author: fhanik Date: Wed Feb 14 15:44:27 2007 New Revision: 507744 URL: http://svn.apache.org/viewvc?view=revrev=507744 Log: Added in documentation specific to the NIO connector and a small connector comparison chart Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net

svn commit: r507767 - /tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml

2007-02-14 Thread fhanik
Author: fhanik Date: Wed Feb 14 17:18:54 2007 New Revision: 507767 URL: http://svn.apache.org/viewvc?view=revrev=507767 Log: set APR to have unlimited poll set Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml URL: http

svn commit: r509820 - in /tomcat/tc6.0.x/trunk: java/org/apache/tomcat/util/net/ webapps/docs/ webapps/docs/config/

2007-02-20 Thread fhanik
Author: fhanik Date: Tue Feb 20 15:59:05 2007 New Revision: 509820 URL: http://svn.apache.org/viewvc?view=revrev=509820 Log: Fix (may not be complete yet) to the memory leak in the NIO connector. The caches where holding references they aren't supposed to hold. Added in the ability to use

svn commit: r509880 - in /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net: NioBlockingSelector.java NioEndpoint.java

2007-02-20 Thread fhanik
Author: fhanik Date: Tue Feb 20 19:47:05 2007 New Revision: 509880 URL: http://svn.apache.org/viewvc?view=revrev=509880 Log: added in notes to myself about blocking the poller thread, that should be prohibited Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net

svn commit: r510092 - in /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net: NioBlockingSelector.java NioEndpoint.java NioSelectorPool.java

2007-02-21 Thread fhanik
Author: fhanik Date: Wed Feb 21 08:37:04 2007 New Revision: 510092 URL: http://svn.apache.org/viewvc?view=revrev=510092 Log: Fixed latch behavior, still could be improved upon. In the next revision, I'll probably have the blocking read/write selector to use its own thread so that it doesn't

svn commit: r510111 - /tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml

2007-02-21 Thread fhanik
Author: fhanik Date: Wed Feb 21 09:28:24 2007 New Revision: 510111 URL: http://svn.apache.org/viewvc?view=revrev=510111 Log: Added in remainder of docs Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml URL: http

svn commit: r510639 - in /tomcat/tc6.0.x/trunk: java/org/apache/tomcat/util/net/NioEndpoint.java java/org/apache/tomcat/util/net/SocketProperties.java webapps/docs/config/http.xml

2007-02-22 Thread fhanik
Author: fhanik Date: Thu Feb 22 12:11:50 2007 New Revision: 510639 URL: http://svn.apache.org/viewvc?view=revrev=510639 Log: Add in configuration options to control the application buffers associated with a NioChannel Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net

svn commit: r510933 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioBlockingSelector.java

2007-02-23 Thread fhanik
Author: fhanik Date: Fri Feb 23 04:58:49 2007 New Revision: 510933 URL: http://svn.apache.org/viewvc?view=revrev=510933 Log: When a read or write times out, make sure the key is deregistered with the poller Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net

svn commit: r512313 - in /tomcat/tc6.0.x/trunk: java/org/apache/tomcat/util/net/SocketProperties.java webapps/docs/config/http.xml

2007-02-27 Thread fhanik
Author: fhanik Date: Tue Feb 27 08:43:33 2007 New Revision: 512313 URL: http://svn.apache.org/viewvc?view=revrev=512313 Log: Add and correct documentation Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/SocketProperties.java tomcat/tc6.0.x/trunk/webapps/docs/config

svn commit: r512535 - in /tomcat/tc6.0.x/trunk: java/org/apache/tomcat/util/net/SocketProperties.java webapps/docs/config/http.xml

2007-02-27 Thread fhanik
Author: fhanik Date: Tue Feb 27 17:06:46 2007 New Revision: 512535 URL: http://svn.apache.org/viewvc?view=revrev=512535 Log: Sized the app buffers more appropriately Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/SocketProperties.java tomcat/tc6.0.x/trunk/webapps/docs

svn commit: r513060 - in /tomcat/tc6.0.x/trunk: java/org/apache/tomcat/util/net/SocketProperties.java webapps/docs/config/http.xml

2007-02-28 Thread fhanik
Author: fhanik Date: Wed Feb 28 15:28:35 2007 New Revision: 513060 URL: http://svn.apache.org/viewvc?view=revrev=513060 Log: By default dont use direct buffers, in a situation where a very large number of connections, direct buffers are much slower Modified: tomcat/tc6.0.x/trunk/java/org

svn commit: r513908 - /tomcat/build/tags/tc5.5.x/TOMCAT_5_5_23/

2007-03-02 Thread fhanik
Author: fhanik Date: Fri Mar 2 11:40:36 2007 New Revision: 513908 URL: http://svn.apache.org/viewvc?view=revrev=513908 Log: Tagging Tomcat version TOMCAT_5_5_23. Added: tomcat/build/tags/tc5.5.x/TOMCAT_5_5_23/ - copied from r513907, tomcat/build/tc5.5.x

svn commit: r513910 - /tomcat/container/tags/tc5.5.x/TOMCAT_5_5_23/

2007-03-02 Thread fhanik
Author: fhanik Date: Fri Mar 2 11:40:43 2007 New Revision: 513910 URL: http://svn.apache.org/viewvc?view=revrev=513910 Log: Tagging Tomcat version TOMCAT_5_5_23. Added: tomcat/container/tags/tc5.5.x/TOMCAT_5_5_23/ - copied from r513909, tomcat/container/tc5.5.x

svn commit: r513911 - /tomcat/jasper/tags/tc5.5.x/TOMCAT_5_5_23/

2007-03-02 Thread fhanik
Author: fhanik Date: Fri Mar 2 11:40:47 2007 New Revision: 513911 URL: http://svn.apache.org/viewvc?view=revrev=513911 Log: Tagging Tomcat version TOMCAT_5_5_23. Added: tomcat/jasper/tags/tc5.5.x/TOMCAT_5_5_23/ - copied from r513910, tomcat/jasper/tc5.5.x

svn commit: r513912 - /tomcat/servletapi/tags/servlet2.4-jsp2.0-tc5.x/TOMCAT_5_5_23/

2007-03-02 Thread fhanik
Author: fhanik Date: Fri Mar 2 11:40:51 2007 New Revision: 513912 URL: http://svn.apache.org/viewvc?view=revrev=513912 Log: Tagging Tomcat version TOMCAT_5_5_23. Added: tomcat/servletapi/tags/servlet2.4-jsp2.0-tc5.x/TOMCAT_5_5_23/ - copied from r513911, tomcat/servletapi/servlet2.4

svn commit: r513913 - /tomcat/site/tags/TOMCAT_5_5_23/

2007-03-02 Thread fhanik
Author: fhanik Date: Fri Mar 2 11:40:54 2007 New Revision: 513913 URL: http://svn.apache.org/viewvc?view=revrev=513913 Log: Tagging Tomcat version TOMCAT_5_5_23. Added: tomcat/site/tags/TOMCAT_5_5_23/ - copied from r513912, tomcat/site/trunk

svn commit: r516177 - in /tomcat/site/trunk: docs/download-55.html xdocs/download-55.xml

2007-03-08 Thread fhanik
Author: fhanik Date: Thu Mar 8 13:17:22 2007 New Revision: 516177 URL: http://svn.apache.org/viewvc?view=revrev=516177 Log: Updated download link to 5.5.23, will announce after mirror sync from www.apache.org/dist/tomcat/tomcat-5/v5.5.23 At the same time as the announcement, the website

svn commit: r516190 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2007-03-08 Thread fhanik
Author: fhanik Date: Thu Mar 8 13:45:11 2007 New Revision: 516190 URL: http://svn.apache.org/viewvc?view=revrev=516190 Log: just added some notes Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net

svn commit: r516438 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha: deploy/FarmWarDeployer.java deploy/mbeans-descriptors.xml mbeans-descriptors.xml

2007-03-09 Thread fhanik
Author: fhanik Date: Fri Mar 9 07:46:20 2007 New Revision: 516438 URL: http://svn.apache.org/viewvc?view=revrev=516438 Log: Took care of JMX error upon startup, component still not working, but at least its not spitting out ugly messages Added: tomcat/tc6.0.x/trunk/java/org/apache

svn commit: r516602 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2007-03-09 Thread fhanik
Author: fhanik Date: Fri Mar 9 15:38:29 2007 New Revision: 516602 URL: http://svn.apache.org/viewvc?view=revrev=516602 Log: added fairness counter, using this counter, I will be able to make sure that connections are treated evenly in my next revision of the NioEndpoint. No point in having 20k

svn commit: r517384 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2007-03-12 Thread fhanik
Author: fhanik Date: Mon Mar 12 13:37:22 2007 New Revision: 517384 URL: http://svn.apache.org/viewvc?view=revrev=517384 Log: Added in the skeleton for fairness logic, currently the tests for fairness are coming out extremely fair, could it be that the Selector.selectedKeys() sorts the keys

svn commit: r517873 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2007-03-13 Thread fhanik
Author: fhanik Date: Tue Mar 13 14:16:47 2007 New Revision: 517873 URL: http://svn.apache.org/viewvc?view=revrev=517873 Log: cleaned up code a little bit, still haven't figured out a good fairness algorithm Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

svn commit: r517913 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2007-03-13 Thread fhanik
Author: fhanik Date: Tue Mar 13 15:28:33 2007 New Revision: 517913 URL: http://svn.apache.org/viewvc?view=revrev=517913 Log: Use a thread pool executor by default. This makes tomcat a little bit slower, but it handles load distribution a lot better than the current thread pool Modified

svn commit: r517941 - in /tomcat/tc6.0.x/trunk: java/org/apache/coyote/http11/Http11NioProtocol.java java/org/apache/tomcat/util/net/NioEndpoint.java webapps/docs/config/http.xml

2007-03-13 Thread fhanik
Author: fhanik Date: Tue Mar 13 16:54:03 2007 New Revision: 517941 URL: http://svn.apache.org/viewvc?view=revrev=517941 Log: Implement the use of a useful executor, this executor will increase threads until it reaches max threads, then it starts queueing the connections. This yields in much

svn commit: r517977 - in /tomcat/tc6.0.x/trunk: java/org/apache/tomcat/util/net/NioEndpoint.java java/org/apache/tomcat/util/net/SocketProperties.java webapps/docs/config/http.xml

2007-03-13 Thread fhanik
Author: fhanik Date: Tue Mar 13 19:48:39 2007 New Revision: 517977 URL: http://svn.apache.org/viewvc?view=revrev=517977 Log: Implemented the cache properly with its own attribute, removed one processor that is not needed Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net

svn commit: r518208 - /tomcat/build/tags/tc5.5.x/TOMCAT_5_5_23/sign.bat

2007-03-14 Thread fhanik
Author: fhanik Date: Wed Mar 14 09:29:59 2007 New Revision: 518208 URL: http://svn.apache.org/viewvc?view=revrev=518208 Log: Signing is for .zip and .tar.gz only Modified: tomcat/build/tags/tc5.5.x/TOMCAT_5_5_23/sign.bat Modified: tomcat/build/tags/tc5.5.x/TOMCAT_5_5_23/sign.bat URL: http

svn commit: r519009 - /tomcat/connectors/branches/tc4.1.x/

2007-03-16 Thread fhanik
Author: fhanik Date: Fri Mar 16 08:31:02 2007 New Revision: 519009 URL: http://svn.apache.org/viewvc?view=revrev=519009 Log: Creating a 4.1.x branch for connectors, we have 4.1.x branches for the other trees, so this will make life easier to work with the 4.1 stuff Added: tomcat/connectors

svn commit: r519036 - in /tomcat/connectors/branches/tc4.1.x: coyote/src/java/org/apache/coyote/tomcat4/CoyoteAdapter.java util/java/org/apache/tomcat/util/buf/UDecoder.java

2007-03-16 Thread fhanik
Author: fhanik Date: Fri Mar 16 09:15:45 2007 New Revision: 519036 URL: http://svn.apache.org/viewvc?view=revrev=519036 Log: Add some options for handling URL chars, backport from TC 6.0.x Modified: tomcat/connectors/branches/tc4.1.x/coyote/src/java/org/apache/coyote/tomcat4

svn commit: r519053 - /tomcat/connectors/branches/tc5.0.x/util/java/org/apache/tomcat/util/buf/UDecoder.java

2007-03-16 Thread fhanik
Author: fhanik Date: Fri Mar 16 09:37:37 2007 New Revision: 519053 URL: http://svn.apache.org/viewvc?view=revrev=519053 Log: Add some options for handling URL chars, backport from TC 6.0.x Modified: tomcat/connectors/branches/tc5.0.x/util/java/org/apache/tomcat/util/buf/UDecoder.java

svn commit: r519054 - /tomcat/container/branches/tc5.0.x/catalina/src/share/org/apache/coyote/tomcat5/CoyoteAdapter.java

2007-03-16 Thread fhanik
Author: fhanik Date: Fri Mar 16 09:37:49 2007 New Revision: 519054 URL: http://svn.apache.org/viewvc?view=revrev=519054 Log: Add some options for handling URL chars, backport from TC 6.0.x Modified: tomcat/container/branches/tc5.0.x/catalina/src/share/org/apache/coyote/tomcat5

svn commit: r519111 - in /tomcat/tc6.0.x/trunk: java/org/apache/coyote/http11/Http11NioProtocol.java java/org/apache/tomcat/util/net/NioEndpoint.java webapps/docs/config/http.xml

2007-03-16 Thread fhanik
Author: fhanik Date: Fri Mar 16 12:48:21 2007 New Revision: 519111 URL: http://svn.apache.org/viewvc?view=revrev=519111 Log: Being able to balance thread priorities for all kinds of threads Modified: tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java tomcat/tc6.0.x

svn commit: r519168 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2007-03-16 Thread fhanik
Author: fhanik Date: Fri Mar 16 15:38:19 2007 New Revision: 519168 URL: http://svn.apache.org/viewvc?view=revrev=519168 Log: fixed minor bug introduced recently Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Modified: tomcat/tc6.0.x/trunk/java/org/apache

svn commit: r519518 - /tomcat/tc6.0.x/trunk/webapps/docs/aio.xml

2007-03-17 Thread fhanik
Author: fhanik Date: Sat Mar 17 18:59:31 2007 New Revision: 519518 URL: http://svn.apache.org/viewvc?view=revrev=519518 Log: added note about timeouts Modified: tomcat/tc6.0.x/trunk/webapps/docs/aio.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/aio.xml URL: http://svn.apache.org/viewvc

svn commit: r520146 - /tomcat/tc6.0.x/trunk/webapps/docs/aio.xml

2007-03-19 Thread fhanik
Author: fhanik Date: Mon Mar 19 15:42:30 2007 New Revision: 520146 URL: http://svn.apache.org/viewvc?view=revrev=520146 Log: forgot to document the other way to set the individual timeout Modified: tomcat/tc6.0.x/trunk/webapps/docs/aio.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/aio.xml

svn commit: r520175 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2007-03-19 Thread fhanik
Author: fhanik Date: Mon Mar 19 16:35:09 2007 New Revision: 520175 URL: http://svn.apache.org/viewvc?view=revrev=520175 Log: Added in support for calling CometEvent.END although the container itself doesn't support it yet. Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net

svn commit: r520176 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2007-03-19 Thread fhanik
Author: fhanik Date: Mon Mar 19 16:35:42 2007 New Revision: 520176 URL: http://svn.apache.org/viewvc?view=revrev=520176 Log: Make sure the connection always closes, no matter what Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Modified: tomcat/tc6.0.x/trunk

svn commit: r520693 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2007-03-20 Thread fhanik
Author: fhanik Date: Tue Mar 20 18:34:07 2007 New Revision: 520693 URL: http://svn.apache.org/viewvc?view=revrev=520693 Log: don't give the selector infinite time to shutdown Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Modified: tomcat/tc6.0.x/trunk/java

svn commit: r520968 - in /tomcat/tc6.0.x/trunk: conf/ java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ java/org/apache/tomcat/util/net/

2007-03-21 Thread fhanik
Author: fhanik Date: Wed Mar 21 11:00:39 2007 New Revision: 520968 URL: http://svn.apache.org/viewvc?view=revrev=520968 Log: Added in the Executor skeleton. the executor gets created in the service, so that the connectors can reference it. Feel free to hack away on improvements or yell at me

svn commit: r521062 - in /tomcat/tc6.0.x/trunk/webapps/docs: changelog.xml config/ajp.xml config/executor.xml config/http.xml config/project.xml

2007-03-21 Thread fhanik
Author: fhanik Date: Wed Mar 21 18:00:01 2007 New Revision: 521062 URL: http://svn.apache.org/viewvc?view=revrev=521062 Log: Documented the Executor element Added: tomcat/tc6.0.x/trunk/webapps/docs/config/executor.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml tomcat

svn commit: r521068 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardThreadExecutor.java

2007-03-21 Thread fhanik
Author: fhanik Date: Wed Mar 21 18:21:25 2007 New Revision: 521068 URL: http://svn.apache.org/viewvc?view=revrev=521068 Log: Make sure that we don't need to use any locks or synchronized statements to get our executor to work properly. If the task gets executed, means that the threadpool just

svn commit: r521085 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardThreadExecutor.java

2007-03-21 Thread fhanik
Author: fhanik Date: Wed Mar 21 19:20:42 2007 New Revision: 521085 URL: http://svn.apache.org/viewvc?view=revrev=521085 Log: small comment added Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardThreadExecutor.java Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina

svn commit: r521284 - /tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java

2007-03-22 Thread fhanik
Author: fhanik Date: Thu Mar 22 07:22:00 2007 New Revision: 521284 URL: http://svn.apache.org/viewvc?view=revrev=521284 Log: same fix as for APR, always try to do a non blocking read for the 2nd request, busy threads return 0 with the executor Modified: tomcat/tc6.0.x/trunk/java/org/apache

svn commit: r521342 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/JIoEndpoint.java

2007-03-22 Thread fhanik
Author: fhanik Date: Thu Mar 22 09:54:26 2007 New Revision: 521342 URL: http://svn.apache.org/viewvc?view=revrev=521342 Log: Fix NPE when using Executor Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/JIoEndpoint.java Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util

svn commit: r521487 - in /tomcat/tc6.0.x/trunk/java/org/apache: coyote/http11/Http11NioProcessor.java coyote/http11/Http11NioProtocol.java tomcat/util/net/NioEndpoint.java

2007-03-22 Thread fhanik
Author: fhanik Date: Thu Mar 22 14:52:25 2007 New Revision: 521487 URL: http://svn.apache.org/viewvc?view=revrev=521487 Log: Added in sendfile support for the NIO connector Currently the sending is done on the poller thread, could dispatch to the thread pool as well Modified: tomcat/tc6.0.x

svn commit: r521493 - in /tomcat/tc6.0.x/trunk: java/org/apache/tomcat/util/net/NioEndpoint.java webapps/docs/changelog.xml

2007-03-22 Thread fhanik
Author: fhanik Date: Thu Mar 22 15:05:22 2007 New Revision: 521493 URL: http://svn.apache.org/viewvc?view=revrev=521493 Log: Catch io exceptions and hide them unless debug is enabled Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java tomcat/tc6.0.x/trunk

svn commit: r521499 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2007-03-22 Thread fhanik
Author: fhanik Date: Thu Mar 22 15:17:58 2007 New Revision: 521499 URL: http://svn.apache.org/viewvc?view=revrev=521499 Log: added in some useful release notes for users to be aware of. Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs

svn commit: r521509 - in /tomcat/tc6.0.x/trunk/webapps/docs: aio.xml config/http.xml

2007-03-22 Thread fhanik
Author: fhanik Date: Thu Mar 22 15:33:16 2007 New Revision: 521509 URL: http://svn.apache.org/viewvc?view=revrev=521509 Log: documented the useSendfile behavior for NIO Modified: tomcat/tc6.0.x/trunk/webapps/docs/aio.xml tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml Modified: tomcat

svn commit: r521511 - in /tomcat/tc6.0.x/trunk: RELEASE-NOTES webapps/docs/changelog.xml

2007-03-22 Thread fhanik
Author: fhanik Date: Thu Mar 22 15:38:04 2007 New Revision: 521511 URL: http://svn.apache.org/viewvc?view=revrev=521511 Log: moved bug notes to the release notes Modified: tomcat/tc6.0.x/trunk/RELEASE-NOTES tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk

svn commit: r521737 - /tomcat/build/tags/tc5.5.x/TOMCAT_5_5_23/sign.bat

2007-03-23 Thread fhanik
Author: fhanik Date: Fri Mar 23 07:26:11 2007 New Revision: 521737 URL: http://svn.apache.org/viewvc?view=revrev=521737 Log: sign exe's of course Modified: tomcat/build/tags/tc5.5.x/TOMCAT_5_5_23/sign.bat Modified: tomcat/build/tags/tc5.5.x/TOMCAT_5_5_23/sign.bat URL: http://svn.apache.org

svn commit: r521765 - in /tomcat/tc6.0.x/trunk/java/org/apache: coyote/http11/Http11NioProcessor.java tomcat/util/net/NioEndpoint.java

2007-03-23 Thread fhanik
Author: fhanik Date: Fri Mar 23 08:28:39 2007 New Revision: 521765 URL: http://svn.apache.org/viewvc?view=revrev=521765 Log: Optimized sendfile a tiny bit. Instead of handing off to the poller, since we are already on a thread then try it first on, and if we are not done, then simply register

svn commit: r521784 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2007-03-23 Thread fhanik
Author: fhanik Date: Fri Mar 23 09:05:46 2007 New Revision: 521784 URL: http://svn.apache.org/viewvc?view=revrev=521784 Log: big oopsie, forgot to do SSL for executor/socketprocessor Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Modified: tomcat/tc6.0.x

svn commit: r521787 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2007-03-23 Thread fhanik
Author: fhanik Date: Fri Mar 23 09:12:09 2007 New Revision: 521787 URL: http://svn.apache.org/viewvc?view=revrev=521787 Log: choke the log statement, not needed Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Modified: tomcat/tc6.0.x/trunk/java/org/apache

svn commit: r521790 - in /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net: NioBlockingSelector.java NioEndpoint.java

2007-03-23 Thread fhanik
Author: fhanik Date: Fri Mar 23 09:19:47 2007 New Revision: 521790 URL: http://svn.apache.org/viewvc?view=revrev=521790 Log: better error handling Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioBlockingSelector.java tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net

svn commit: r522303 - in /tomcat/tc6.0.x/trunk: java/org/apache/coyote/http11/Http11NioProtocol.java java/org/apache/tomcat/util/net/NioEndpoint.java webapps/docs/config/http.xml

2007-03-25 Thread fhanik
Author: fhanik Date: Sun Mar 25 10:19:39 2007 New Revision: 522303 URL: http://svn.apache.org/viewvc?view=revrev=522303 Log: Implemented a one time parachute for java heap oom. Should give the system enough room to properly report the error and clear the caches. everything else will be up

svn commit: r522314 - in /tomcat/container/tc5.5.x/modules: cluster/src/share/org/apache/catalina/cluster/tcp/SimpleTcpCluster.java ha/src/share/org/apache/catalina/ha/tcp/SimpleTcpCluster.java

2007-03-25 Thread fhanik
Author: fhanik Date: Sun Mar 25 10:46:37 2007 New Revision: 522314 URL: http://svn.apache.org/viewvc?view=revrev=522314 Log: Backport for manager name from Tomcat 6 to Tomcat 5.5 Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp

svn commit: r522651 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/membership/McastService.java

2007-03-26 Thread fhanik
Author: fhanik Date: Mon Mar 26 15:24:32 2007 New Revision: 522651 URL: http://svn.apache.org/viewvc?view=revrev=522651 Log: never return null Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/membership/McastService.java Modified: tomcat/tc6.0.x/trunk/java/org/apache

svn commit: r522745 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina: core/ApplicationContext.java ha/context/ReplicatedContext.java tribes/tipis/AbstractReplicatedMap.java

2007-03-26 Thread fhanik
Author: fhanik Date: Mon Mar 26 21:44:06 2007 New Revision: 522745 URL: http://svn.apache.org/viewvc?view=revrev=522745 Log: fixes for http://issues.apache.org/bugzilla/show_bug.cgi?id=41166 although there is still work to be done, need to separate Tomcat attributes vs. application attributes

svn commit: r522773 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/ha/context/ java/org/apache/catalina/tribes/tipis/ webapps/docs/

2007-03-26 Thread fhanik
Author: fhanik Date: Mon Mar 26 23:45:41 2007 New Revision: 522773 URL: http://svn.apache.org/viewvc?view=revrev=522773 Log: (empty) Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/context/ReplicatedContext.java tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/tipis

svn commit: r522774 - in /tomcat/tc6.0.x/trunk: java/org/apache/tomcat/util/net/JIoEndpoint.java java/org/apache/tomcat/util/net/NioEndpoint.java webapps/docs/changelog.xml

2007-03-26 Thread fhanik
Author: fhanik Date: Mon Mar 26 23:48:01 2007 New Revision: 522774 URL: http://svn.apache.org/viewvc?view=revrev=522774 Log: don't log io exception if the connector is not running Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/JIoEndpoint.java tomcat/tc6.0.x/trunk/java

svn commit: r522786 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/ha/session/DeltaSession.java webapps/docs/changelog.xml

2007-03-26 Thread fhanik
Author: fhanik Date: Mon Mar 26 23:52:10 2007 New Revision: 522786 URL: http://svn.apache.org/viewvc?view=revrev=522786 Log: fix 41682 Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/session/DeltaSession.java tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat

svn commit: r522792 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/ha/authenticator/SingleSignOnMessage.java webapps/docs/changelog.xml

2007-03-26 Thread fhanik
Author: fhanik Date: Mon Mar 26 23:58:27 2007 New Revision: 522792 URL: http://svn.apache.org/viewvc?view=revrev=522792 Log: Fixed 41703 Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/authenticator/SingleSignOnMessage.java tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

svn commit: r523135 - in /tomcat: connectors/trunk/coyote/src/java/org/apache/coyote/RequestInfo.java container/tc5.5.x/catalina/src/share/org/apache/catalina/connector/CoyoteAdapter.java

2007-03-27 Thread fhanik
Author: fhanik Date: Tue Mar 27 18:36:22 2007 New Revision: 523135 URL: http://svn.apache.org/viewvc?view=revrev=523135 Log: Enhancement request-bugzilla http://issues.apache.org/bugzilla/show_bug.cgi?id=41128 Ability to track execution thread in the RequestInfo object for management purposes

svn commit: r598454 - /tomcat/tc6.0.x/trunk/STATUS.txt

2007-11-26 Thread fhanik
Author: fhanik Date: Mon Nov 26 14:43:54 2007 New Revision: 598454 URL: http://svn.apache.org/viewvc?rev=598454view=rev Log: cast vote and propose simple fix Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x

svn commit: r598455 - /tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/TcpFailureDetector.java

2007-11-26 Thread fhanik
Author: fhanik Date: Mon Nov 26 14:45:22 2007 New Revision: 598455 URL: http://svn.apache.org/viewvc?rev=598455view=rev Log: add get/set for properties Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/TcpFailureDetector.java Modified: tomcat/trunk/java/org/apache

svn commit: r600737 - in /tomcat/sandbox/gdev6x: java/org/apache/catalina/ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/coyote/http11/ java/org/apache/tomcat/util

2007-12-03 Thread fhanik
Author: fhanik Date: Mon Dec 3 16:06:24 2007 New Revision: 600737 URL: http://svn.apache.org/viewvc?rev=600737view=rev Log: implemented buffered non blocking write for comet events Modified: tomcat/sandbox/gdev6x/java/org/apache/catalina/CometEvent.java tomcat/sandbox/gdev6x/java/org

svn commit: r601139 - /tomcat/tc6.0.x/trunk/STATUS.txt

2007-12-04 Thread fhanik
Author: fhanik Date: Tue Dec 4 15:11:44 2007 New Revision: 601139 URL: http://svn.apache.org/viewvc?rev=601139view=rev Log: vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev

svn commit: r603110 - /tomcat/tc6.0.x/trunk/STATUS.txt

2007-12-10 Thread fhanik
Author: fhanik Date: Mon Dec 10 17:10:13 2007 New Revision: 603110 URL: http://svn.apache.org/viewvc?rev=603110view=rev Log: enhancement comment Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk

svn commit: r604274 - /tomcat/tc6.0.x/trunk/STATUS.txt

2007-12-14 Thread fhanik
Author: fhanik Date: Fri Dec 14 11:39:13 2007 New Revision: 604274 URL: http://svn.apache.org/viewvc?rev=604274view=rev Log: vote and proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk

svn commit: r605000 [2/2] - in /tomcat/trunk/java/org/apache: ./ catalina/core/ catalina/deploy/ catalina/security/ catalina/startup/ catalina/util/ jasper/ jasper/compiler/ jasper/runtime/ jasper/ser

2007-12-17 Thread fhanik
Modified: tomcat/trunk/java/org/apache/jasper/Constants.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/Constants.java?rev=605000r1=604999r2=605000view=diff == ---

svn commit: r605663 - /tomcat/tc6.0.x/trunk/STATUS.txt

2007-12-19 Thread fhanik
Author: fhanik Date: Wed Dec 19 11:22:25 2007 New Revision: 605663 URL: http://svn.apache.org/viewvc?rev=605663view=rev Log: vote and add one proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk

svn commit: r605715 - /tomcat/tc6.0.x/trunk/STATUS.txt

2007-12-19 Thread fhanik
Author: fhanik Date: Wed Dec 19 13:48:59 2007 New Revision: 605715 URL: http://svn.apache.org/viewvc?rev=605715view=rev Log: propose alternate patch but still reusing the byte array if possible Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http

svn commit: r606539 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/coyote/http11/filters/ChunkedInputFilter.java

2007-12-22 Thread fhanik
Author: fhanik Date: Sat Dec 22 21:44:45 2007 New Revision: 606539 URL: http://svn.apache.org/viewvc?rev=606539view=rev Log: vote and patch Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java Modified: tomcat

svn commit: r607800 - /tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

2007-12-31 Thread fhanik
Author: fhanik Date: Mon Dec 31 20:49:24 2007 New Revision: 607800 URL: http://svn.apache.org/viewvc?rev=607800view=rev Log: If we are reloading the context, we must get rid of the old instance manager, it uses final fields, so we can't issue it a new class loader to the old instance Modified

svn commit: r608329 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-01-02 Thread fhanik
Author: fhanik Date: Wed Jan 2 19:27:06 2008 New Revision: 608329 URL: http://svn.apache.org/viewvc?rev=608329view=rev Log: cast vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev

svn commit: r608919 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-01-04 Thread fhanik
Author: fhanik Date: Fri Jan 4 08:55:20 2008 New Revision: 608919 URL: http://svn.apache.org/viewvc?rev=608919view=rev Log: votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev

svn commit: r608944 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/connector/Request.java

2008-01-04 Thread fhanik
Author: fhanik Date: Fri Jan 4 09:59:38 2008 New Revision: 608944 URL: http://svn.apache.org/viewvc?rev=608944view=rev Log: fix parameter processing logic Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/Request.java Modified: tomcat

svn commit: r609028 - /tomcat/current/tc5.5.x/STATUS.txt

2008-01-04 Thread fhanik
Author: fhanik Date: Fri Jan 4 14:06:57 2008 New Revision: 609028 URL: http://svn.apache.org/viewvc?rev=609028view=rev Log: review and cast votes Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc5.5

svn commit: r609255 - /tomcat/current/tc5.5.x/STATUS.txt

2008-01-05 Thread fhanik
Author: fhanik Date: Sat Jan 5 21:35:58 2008 New Revision: 609255 URL: http://svn.apache.org/viewvc?rev=609255view=rev Log: cast vote Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt

svn commit: r609778 - in /tomcat/trunk/java/org/apache/catalina/tribes: group/interceptors/ThroughputInterceptor.java transport/nio/NioReceiver.java

2008-01-07 Thread fhanik
Author: fhanik Date: Mon Jan 7 13:11:26 2008 New Revision: 609778 URL: http://svn.apache.org/viewvc?rev=609778view=rev Log: minor fixes Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/ThroughputInterceptor.java tomcat/trunk/java/org/apache/catalina/tribes

svn commit: r609784 - in /tomcat/trunk/java/org/apache/catalina/ha: jmx/ jmx/ClusterJmxHelper.java tcp/SimpleTcpCluster.java

2008-01-07 Thread fhanik
Author: fhanik Date: Mon Jan 7 13:25:23 2008 New Revision: 609784 URL: http://svn.apache.org/viewvc?rev=609784view=rev Log: start the cluster JMX impl Added: tomcat/trunk/java/org/apache/catalina/ha/jmx/ tomcat/trunk/java/org/apache/catalina/ha/jmx/ClusterJmxHelper.java Modified

svn commit: r609790 [1/3] - in /tomcat/trunk/java/org/apache/catalina: ha/ ha/authenticator/ ha/deploy/ ha/session/ ha/tcp/ tribes/ tribes/membership/ tribes/transport/

2008-01-07 Thread fhanik
Author: fhanik Date: Mon Jan 7 13:52:49 2008 New Revision: 609790 URL: http://svn.apache.org/viewvc?rev=609790view=rev Log: reformat, no change, so that the upcoming changes and corrections of mbean files can be easily read Modified: tomcat/trunk/java/org/apache/catalina/ha/authenticator

svn commit: r609813 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-01-07 Thread fhanik
Author: fhanik Date: Mon Jan 7 16:04:46 2008 New Revision: 609813 URL: http://svn.apache.org/viewvc?rev=609813view=rev Log: votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev

svn commit: r610095 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-01-08 Thread fhanik
Author: fhanik Date: Tue Jan 8 10:50:29 2008 New Revision: 610095 URL: http://svn.apache.org/viewvc?rev=610095view=rev Log: new proposals, one is for a bug that regressed Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc

svn commit: r610173 - /tomcat/trunk/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java

2008-01-08 Thread fhanik
Author: fhanik Date: Tue Jan 8 13:45:03 2008 New Revision: 610173 URL: http://svn.apache.org/viewvc?rev=610173view=rev Log: fix regression for bug 7 while maintaining the no need to proceed and block for comet connections that handle chunked input Modified: tomcat/trunk/java/org/apache

svn commit: r610970 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-01-10 Thread fhanik
Author: fhanik Date: Thu Jan 10 14:46:54 2008 New Revision: 610970 URL: http://svn.apache.org/viewvc?rev=610970view=rev Log: vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev

svn commit: r612192 - /tomcat/trunk/java/org/apache/catalina/tribes/membership/MemberImpl.java

2008-01-15 Thread fhanik
Author: fhanik Date: Tue Jan 15 11:34:10 2008 New Revision: 612192 URL: http://svn.apache.org/viewvc?rev=612192view=rev Log: Add in the ability to turn off reverse DNS lookups for membership on a global scale. alot of system aren't configured for this, so simple debugging or warn messages

svn commit: r612193 - /tomcat/trunk/webapps/docs/changelog.xml

2008-01-15 Thread fhanik
Author: fhanik Date: Tue Jan 15 11:37:20 2008 New Revision: 612193 URL: http://svn.apache.org/viewvc?rev=612193view=rev Log: update changelog Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk

svn commit: r612194 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-01-15 Thread fhanik
Author: fhanik Date: Tue Jan 15 11:40:07 2008 New Revision: 612194 URL: http://svn.apache.org/viewvc?rev=612194view=rev Log: votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev

svn commit: r612529 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/CometProcessor.java java/org/apache/coyote/http11/filters/ChunkedInputFilter.java webapps/docs/changelog.xml

2008-01-16 Thread fhanik
Author: fhanik Date: Wed Jan 16 09:47:51 2008 New Revision: 612529 URL: http://svn.apache.org/viewvc?rev=612529view=rev Log: Update with more fixes Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/catalina/CometProcessor.java tomcat/tc6.0.x/trunk/java

svn commit: r612530 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-01-16 Thread fhanik
Author: fhanik Date: Wed Jan 16 09:51:01 2008 New Revision: 612530 URL: http://svn.apache.org/viewvc?rev=612530view=rev Log: votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev

svn commit: r613210 - /tomcat/current/tc5.5.x/STATUS.txt

2008-01-18 Thread fhanik
Author: fhanik Date: Fri Jan 18 09:30:56 2008 New Revision: 613210 URL: http://svn.apache.org/viewvc?rev=613210view=rev Log: votes Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt?rev

svn commit: r613209 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/tribes/membership/MemberImpl.java webapps/docs/changelog.xml

2008-01-18 Thread fhanik
Author: fhanik Date: Fri Jan 18 09:29:08 2008 New Revision: 613209 URL: http://svn.apache.org/viewvc?rev=613209view=rev Log: add new feature Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/membership/MemberImpl.java tomcat/tc6.0.x/trunk

svn commit: r614213 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-01-22 Thread fhanik
Author: fhanik Date: Tue Jan 22 06:59:05 2008 New Revision: 614213 URL: http://svn.apache.org/viewvc?rev=614213view=rev Log: timeout fix and vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk

svn commit: r614249 - /tomcat/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java

2008-01-22 Thread fhanik
Author: fhanik Date: Tue Jan 22 08:40:01 2008 New Revision: 614249 URL: http://svn.apache.org/viewvc?rev=614249view=rev Log: bring back comet timeout Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java Modified: tomcat/trunk/java/org/apache/coyote/http11

svn commit: r614268 - /tomcat/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java

2008-01-22 Thread fhanik
Author: fhanik Date: Tue Jan 22 09:33:32 2008 New Revision: 614268 URL: http://svn.apache.org/viewvc?rev=614268view=rev Log: add the ability to set timeout during any EVENT, not just begin Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java Modified: tomcat/trunk

svn commit: r614974 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/coyote/http11/Http11NioProcessor.java

2008-01-24 Thread fhanik
Author: fhanik Date: Thu Jan 24 12:22:59 2008 New Revision: 614974 URL: http://svn.apache.org/viewvc?rev=614974view=rev Log: vote and implement Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java Modified: tomcat/tc6.0.x

svn commit: r615270 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-01-25 Thread fhanik
Author: fhanik Date: Fri Jan 25 09:10:19 2008 New Revision: 615270 URL: http://svn.apache.org/viewvc?rev=615270view=rev Log: remove patch already included Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x

svn commit: r615932 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/http/ServerCookie.java

2008-01-28 Thread fhanik
Author: fhanik Date: Mon Jan 28 08:22:02 2008 New Revision: 615932 URL: http://svn.apache.org/viewvc?rev=615932view=rev Log: No code change, just remove a 1.5 dependency that snuck in Modified: tomcat/connectors/trunk/util/java/org/apache/tomcat/util/http/ServerCookie.java Modified

svn commit: r615977 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-01-28 Thread fhanik
Author: fhanik Date: Mon Jan 28 10:27:08 2008 New Revision: 615977 URL: http://svn.apache.org/viewvc?rev=615977view=rev Log: vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev

<    1   2   3   4   5   6   7   8   9   10   >