cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Constants.java

2002-06-24 Thread remm
remm2002/06/24 14:38:59 Modified:http11/src/java/org/apache/coyote/http11 Constants.java Log: - Only allocate 32K for the buffers. Revision ChangesPath 1.8 +1 -1 jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/Constants.java Index:

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Constants.java

2002-07-23 Thread remm
remm2002/07/23 08:27:24 Modified:http11/src/java/org/apache/coyote/http11 Constants.java Log: - Make the agent name conform to the usual standards. Revision ChangesPath 1.9 +1 -1 jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/Constants

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Constants.java

2002-10-09 Thread remm
remm2002/10/09 09:56:17 Modified:http11/src/java/org/apache/coyote/http11 Constants.java Log: - Increase a little bit buffer sizes. Revision ChangesPath 1.10 +1 -1 jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/Constants.java Index

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Constants.java

2003-10-03 Thread jfclere
jfclere 2003/10/03 03:05:57 Modified:http11/src/java/org/apache/coyote/http11 Constants.java Log: getBytes() uses platform's default charset... Bad on my EBCDIC machine! Revision ChangesPath 1.18 +43 -6 jakarta-tomcat-connectors/http11/src/java/org/apache/coyote

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Constants.java

2003-10-03 Thread jfclere
jfclere 2003/10/03 04:31:40 Modified:http11/src/java/org/apache/coyote/http11 Constants.java Log: Typo :-( Revision ChangesPath 1.19 +5 -0 jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/Constants.java Index: Constants.java ===

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Constants.java Http11Processor.java

2002-11-24 Thread remm
remm2002/11/24 14:00:05 Modified:http11/src/java/org/apache/coyote/http11 Constants.java Http11Processor.java Log: - Save on string generation for the method (for GET and POST), as well as the protocol (where it must be either HTTP/1.0 or HTTP/1.1).

Re: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Constants.java

2003-10-03 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: jfclere 2003/10/03 03:05:57 Modified:http11/src/java/org/apache/coyote/http11 Constants.java Log: getBytes() uses platform's default charset... Bad on my EBCDIC machine! /** @@ -239,8 +256,28 @@ /** * Ack string when pipelining HTTP

Re: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Constants.java

2003-10-03 Thread Henri Gomez
Remy Maucherat a écrit : [EMAIL PROTECTED] wrote: jfclere 2003/10/03 03:05:57 Modified:http11/src/java/org/apache/coyote/http11 Constants.java Log: getBytes() uses platform's default charset... Bad on my EBCDIC machine! /** @@ -239,8 +256,28 @@ /** * Ack s

Re: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Constants.java

2003-10-03 Thread jean-frederic clere
Henri Gomez wrote: Remy Maucherat a écrit : [EMAIL PROTECTED] wrote: jfclere 2003/10/03 03:05:57 Modified:http11/src/java/org/apache/coyote/http11 Constants.java Log: getBytes() uses platform's default charset... Bad on my EBCDIC machine! /** @@ -239,8 +256,28 @@

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Constants.java Http11Protocol.java

2003-10-06 Thread remm
remm2003/10/06 01:46:04 Modified:http11/src/java/org/apache/coyote/http11 Constants.java Http11Protocol.java Log: - Set the proper default for TCP no delay in HTTP protocol. Revision ChangesPath 1.20 +1 -0 jakarta-tomcat-connectors/h

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Constants.java Http11Processor.java Http11Protocol.java

2004-09-29 Thread remm
remm2004/09/29 02:54:28 Modified:http11/src/java/org/apache/coyote/http11 Constants.java Http11Processor.java Http11Protocol.java Log: - Add a utility method to convert strings to byte arrays. - Add a few additional byte arrays. Revision Changes

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Constants.java Http11Connector.java InternalOutputBuffer.java

2001-09-30 Thread remm
remm01/09/30 18:20:42 Modified:http11 .cvsignore http11/src/java/org/apache/coyote/http11 Constants.java Http11Connector.java InternalOutputBuffer.java Log: - Implement the output. - The last parts to be written are the request processi

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Constants.java Http11Connector.java InternalOutputBuffer.java

2002-01-10 Thread remm
remm02/01/10 08:58:17 Modified:http11/src/java/org/apache/coyote/http11 Constants.java Http11Connector.java InternalOutputBuffer.java Log: - Add support for sending acknoledgments. - Implement reset. Revision ChangesPath 1.6 +8 -1

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Constants.java Http11Processor.java InternalInputBuffer.java

2002-03-10 Thread remm
remm02/03/10 16:35:25 Modified:http11/src/java/org/apache/coyote/http11 Constants.java Http11Processor.java InternalInputBuffer.java Log: - Remove the URL i18n flag. Instead, provide a way to do a memory efficient URL decoding. This should allow clean

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Constants.java Http11Processor.java InternalOutputBuffer.java

2002-10-10 Thread remm
remm2002/10/10 06:14:56 Modified:http11/src/java/org/apache/coyote/http11 Constants.java Http11Processor.java InternalOutputBuffer.java Log: - Optimizations: remove some String based operations. Revision ChangesPath 1.11 +25 -1 jakar

RE: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Constants.java Http11Connector.java InternalOutputBuffer.java

2002-01-11 Thread GOMEZ Henri
-- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] >Sent: Thursday, January 10, 2002 5:58 PM >To: [EMAIL PROTECTED] >Subject: cvs commit: >jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 >Constants.java Http11Connector.java InternalOutputBuffer.java > >

Re: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Constants.java Http11Connector.java InternalOutputBuffer.java

2002-01-11 Thread Remy Maucherat
> Hi Remy, > > What's the final goal for Coyote ? > > ;) - It should be faster than the current HTTP/1.1 processor - It should address the HTTP/1.1 items marked as later in bugzilla - It should be maintainable - It should be easily testable - It uses j-t-c/util and should be GC friendly, at least

RE: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Constants.java Http11Connector.java InternalOutputBuffer.java

2002-01-15 Thread GOMEZ Henri
Hi Remy, A little late reply but : >> Hi Remy, >> >> What's the final goal for Coyote ? >> >> ;) > >- It should be faster than the current HTTP/1.1 processor >- It should address the HTTP/1.1 items marked as later in bugzilla >- It should be maintainable >- It should be easily testable >- It use

Re: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Constants.java Http11Connector.java InternalOutputBuffer.java

2002-01-15 Thread Remy Maucherat
> Hi Remy, > > A little late reply but : > > >> Hi Remy, > >> > >> What's the final goal for Coyote ? > >> > >> ;) > > > >- It should be faster than the current HTTP/1.1 processor > >- It should address the HTTP/1.1 items marked as later in bugzilla > >- It should be maintainable > >- It should be

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Constants.java Http11Processor.java Http11Protocol.java InternalOutputBuffer.java

2003-09-12 Thread remm
remm2003/09/12 06:15:36 Modified:http11/src/java/org/apache/coyote/http11 Constants.java Http11Processor.java Http11Protocol.java InternalOutputBuffer.java Log: - Add a buffer at the socket layer, configured using the socketBuffer