Best unofficial Apache Server developers community |
| |||||
| Nov 23, 2010 | |||||
|
Markt |
|
||||
| Tags: | |||||
Similar Threads
svn commit: r1022415 - /tomcat/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java
Author: kkolinko Date: Thu Oct 14 08:32:59 2010 New Revision: 1022415
URL: http://svn.apache.org/viewvc?rev=1022415&view=rev Log:
Improve recycling of processors in Http11NioProtocol Modified: …
svn commit: r1022303 - /tomcat/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java
Author: markt Date: Wed Oct 13 21:54:28 2010 New Revision: 1022303
URL: http://svn.apache.org/viewvc?rev=1022303&view=rev Log: Better
clean-up. Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java
Modified:…
svn commit: r1022323 - /tomcat/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java
Author: kkolinko Date: Wed Oct 13 23:25:47 2010 New Revision: 1022323
URL: http://svn.apache.org/viewvc?rev=1022323&view=rev Log:
Followup to r1022303 I think that releasing the socket should be done
before passing it away to a poller. …
svn commit: r998153 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11NioProtocol.java Http11P
Author: markt Date: Fri Sep 17 14:40:05 2010 New Revision: 998153
URL: http://svn.apache.org/viewvc?rev=998153&view=rev Log: Code
clean-up. Align BIO and NIO to make Async refactoring easier
Modified: …
svn commit: r991359 - in /tomcat/trunk: java/org/apache/coyote/http11/ webapps/docs/
Author: markt Date: Tue Aug 31 22:07:58 2010 New Revision: 991359
URL: http://svn.apache.org/viewvc?rev=991359&view=rev Log:
Re-factoring. Reduce code duplication. More still to be done.
Modified: …
svn commit: r1003550 - in /tomcat/trunk: java/org/apache/tomcat/util/net/NioEndpoint.java java/org/a
Author: markt Date: Fri Oct 1 14:54:53 2010 New Revision: 1003550
URL: http://svn.apache.org/viewvc?rev=1003550&view=rev Log:
https://issues.apache.org/bugzilla/show_bug.cgi?id=49890 Detect when
the JVM bug occurs and log an error asking for…
svn commit: r1003846 - in /tomcat/trunk: java/org/apache/tomcat/util/net/NioEndpoint.java java/org/a
Author: markt Date: Sat Oct 2 17:57:42 2010 New Revision: 1003846
URL: http://svn.apache.org/viewvc?rev=1003846&view=rev Log: Revert
r1003552 & r1003550 as it had a significant negative performance
impact (orders of magnitude) on Windows…
svn commit: r1006358 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11AprProcessor.java java/
Author: markt Date: Sun Oct 10 22:10:27 2010 New Revision: 1006358
URL: http://svn.apache.org/viewvc?rev=1006358&view=rev Log: Fix
https://issues.apache.org/bugzilla/show_bug.cgi?id=50044 for APR
connector Modified: …
svn commit: r998141 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11AprProtocol.java java/or
Author: markt Date: Fri Sep 17 14:00:10 2010 New Revision: 998141
URL: http://svn.apache.org/viewvc?rev=998141&view=rev Log: NIO and
APR processors don't use START/STOP so this code is unnecessary
Modified: …
svn commit: r988645 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11NioProcessor.java java/o
Author: markt Date: Tue Aug 24 18:12:51 2010 New Revision: 988645
URL: http://svn.apache.org/viewvc?rev=988645&view=rev Log: Fix
some edge cases in the NIO connector when handling requests that are
not received all at the same time and the…
svn commit: r998446 - in /tomcat/trunk/java/org/apache/tomcat/util/net: JIoEndpoint.java NioEndpoint
Author: markt Date: Sat Sep 18 11:53:19 2010 New Revision: 998446
URL: http://svn.apache.org/viewvc?rev=998446&view=rev Log: Code
clean-up Align end-point behaviours. Should then be easier to apply
async chnages. Modified: …
svn commit: r998509 - in /tomcat/trunk/java/org/apache/tomcat/util/net: JIoEndpoint.java NioEndpoint
Author: markt Date: Sat Sep 18 18:09:48 2010 New Revision: 998509
URL: http://svn.apache.org/viewvc?rev=998509&view=rev Log:
Re-factor JIO end point to look more like NIO end point. Moving stuff
around, processing order should remain the same.…
svn commit: r992981 - in /tomcat/trunk: java/org/apache/catalina/util/ServerInfo.java webapps/docs/c
Author: markt Date: Mon Sep 6 09:23:16 2010 New Revision: 992981
URL: http://svn.apache.org/viewvc?rev=992981&view=rev Log: (empty)
Modified:
tomcat/trunk/java/org/apache/catalina/util/ServerInfo.java …
svn commit: r998236 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
Author: markt Date: Fri Sep 17 18:27:49 2010 New Revision: 998236
URL: http://svn.apache.org/viewvc?rev=998236&view=rev Log: Code
clean-up. Align BIO and NIO to make Async refactoring easier
Modified: …
svn commit: r1001548 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
Author: markt Date: Sun Sep 26 22:46:35 2010 New Revision: 1001548
URL: http://svn.apache.org/viewvc?rev=1001548&view=rev Log: Fix a
handful of Eclipse warnings Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java …
svn commit: r1003552 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
Author: markt Date: Fri Oct 1 14:58:43 2010 New Revision: 1003552
URL: http://svn.apache.org/viewvc?rev=1003552&view=rev Log: Add a
TODO Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
Modified:…
svn commit: r1003548 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
Author: markt Date: Fri Oct 1 14:36:31 2010 New Revision: 1003548
URL: http://svn.apache.org/viewvc?rev=1003548&view=rev Log:
getKeyCount() didn't do anything due to local variable definition
Modified: …
svn commit: r998195 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
Author: markt Date: Fri Sep 17 16:43:33 2010 New Revision: 998195
URL: http://svn.apache.org/viewvc?rev=998195&view=rev Log: Nothing
was reading this. Remove it. It can always be added back in later if
we need it for something. Modified: …
svn commit: r996608 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11AprProcessor.java Http11
Author: markt Date: Mon Sep 13 17:28:53 2010 New Revision: 996608
URL: http://svn.apache.org/viewvc?rev=996608&view=rev Log: Code
clean-up Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java
…
svn commit: r1037924 - in /tomcat/trunk: java/org/apache/coyote/ java/org/apache/coyote/http11/filte
Author: kkolinko Date: Mon Nov 22 22:43:51 2010 New Revision: 1037924
URL: http://svn.apache.org/viewvc?rev=1037924&view=rev Log:
Impose a limit on the total length of the trailing headers. Otherwise
the ByteChunk buffer in the…
Exception in thread "main" java.lang.NullPointerException
Oct 21, 2010 Apache 2.2 with Tomcat 6 Jun 11, 2010 Need help regarding apache and tomcat connectivity Aug 13, 2010 Apache Tomcat 5.5.29 Windows: Changing documentRoot Aug 10, 2010 Apache HTTPd and Tomcat, 404 for .php files Options There are currently too many top Jun 28, 2010 Can't POST with PHP to webapp in Apache/Tomcat, 403 Forbidden error Aug 2, 2010 href URL document retrieval issue using Apache Tomcat Jun 22, 2010 One domain on Apache, another domain on Tomcat. How to? Sep 16, 2010 customize 503 error page in IIS Tomcat configuration Jun 9, 2010 mod_jk and tomcat virtual hosts not working properly Jul 26, 2010 | |||||