cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/buf MessageBytes.java

2004-12-09 Thread markt
markt 2004/12/09 16:00:00 Modified:coyote/src/java/org/apache/coyote Response.java http11/src/java/org/apache/coyote/http11 Http11Processor.java http11/src/java/org/apache/coyote/http11/filters

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/buf MessageBytes.java

2004-08-22 Thread billbarker
billbarker2004/08/22 14:46:20 Modified:util/java/org/apache/tomcat/util/buf MessageBytes.java Log: The type has to be changed after the call to toString, or conversion isn't done correctly. Revision ChangesPath 1.18 +4 -2

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/buf MessageBytes.java

2004-08-18 Thread markt
markt 2004/08/18 13:42:25 Modified:util/java/org/apache/tomcat/util/buf MessageBytes.java Log: Add new flag to recycle method (missed in previous commit) - Spotted by Keith Wannamaker Revision ChangesPath 1.17 +1 -0

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/buf MessageBytes.java CharChunk.java

2004-07-15 Thread remm
remm2004/07/15 07:35:39 Modified:util/java/org/apache/tomcat/util/buf MessageBytes.java CharChunk.java Log: - Implement MB.toBytes. - Tweak toChars and toBytes, as I think they should change the type of the MB. Revision ChangesPath 1.15

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/buf MessageBytes.java

2004-04-28 Thread remm
remm2004/04/28 15:04:10 Modified:util/java/org/apache/tomcat/util/buf MessageBytes.java Log: - Duplicate should (IMO) not allocate the exact number of needed bytes. - Bug 28674. Revision ChangesPath 1.14 +2 -2

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/buf MessageBytes.java

2004-02-05 Thread remm
remm2004/02/05 08:21:53 Modified:util/java/org/apache/tomcat/util/buf MessageBytes.java Log: - Undeprecate getInt (this looks reasonably useful to me). Revision ChangesPath 1.12 +0 -2

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/buf MessageBytes.java

2003-10-01 Thread hgomez
hgomez 2003/10/01 00:52:21 Modified:util/java/org/apache/tomcat/util/buf MessageBytes.java Log: Comments. Should we check hasStrValue in the isNull ??? Revision ChangesPath 1.10 +2 -1

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/buf MessageBytes.java

2003-01-29 Thread remm
remm2003/01/29 07:20:25 Modified:util/java/org/apache/tomcat/util/buf MessageBytes.java Log: - Byte based setInt. Revision ChangesPath 1.8 +33 -6 jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/buf/MessageBytes.java Index: MessageBytes.java

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/buf MessageBytes.java

2002-07-12 Thread costin
costin 2002/07/12 11:00:14 Modified:util/java/org/apache/tomcat/util/buf MessageBytes.java Log: Added more comments. Beter late than never :-) Revision ChangesPath 1.7 +66 -14

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/buf MessageBytes.java

2001-06-21 Thread costin
costin 01/06/21 14:22:12 Modified:util/java/org/apache/tomcat/util/buf MessageBytes.java Log: Fix for the mod_jserv bug, reported by Larry. The reset in MessageBytes will clean the cached String value only if the string value is indeed a cached value, not the primary value.

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/buf MessageBytes.java

2001-06-16 Thread costin
costin 01/06/16 14:40:59 Modified:util/java/org/apache/tomcat/util/buf MessageBytes.java Log: Added extra method to MessageBytes to reset the cached string value, if the byte[] is changed. Revision ChangesPath 1.4 +8 -0