You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@apache.org on 2001/07/19 07:49:02 UTC

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/buf Ascii.java B2CConverter.java Base64.java ByteChunk.java C2BConverter.java CharChunk.java DateTool.java HexUtils.java MessageBytes.java TimeStamp.java UDecoder.java UEncoder.java UTF8Decoder.java

costin      01/07/18 22:49:02

  Added:       src/share/org/apache/tomcat/util/buf Ascii.java
                        B2CConverter.java Base64.java ByteChunk.java
                        C2BConverter.java CharChunk.java DateTool.java
                        HexUtils.java MessageBytes.java TimeStamp.java
                        UDecoder.java UEncoder.java UTF8Decoder.java
  Log:
  Copy of jakarta-tomcat-connectors.
  
  Since we plan a feature freeze and beta, we need the stable code
  checked into tomcat.
  
  ( this is based on the recent discussion on tomcat-dev about the role
  of j-t-c and the plans for 4.0 w.r.t j-t-c ).
  
  Revision  Changes    Path
  1.3       +0 -0      jakarta-tomcat/src/share/org/apache/tomcat/util/buf/Ascii.java
  
  
  
  
  1.3       +0 -0      jakarta-tomcat/src/share/org/apache/tomcat/util/buf/B2CConverter.java
  
  
  
  
  1.3       +4 -4      jakarta-tomcat/src/share/org/apache/tomcat/util/buf/Base64.java
  
  
  
  
  1.8       +9 -3      jakarta-tomcat/src/share/org/apache/tomcat/util/buf/ByteChunk.java
  
  
  
  
  1.4       +0 -0      jakarta-tomcat/src/share/org/apache/tomcat/util/buf/C2BConverter.java
  
  
  
  
  1.4       +0 -0      jakarta-tomcat/src/share/org/apache/tomcat/util/buf/CharChunk.java
  
  
  
  
  1.5       +1 -1      jakarta-tomcat/src/share/org/apache/tomcat/util/buf/DateTool.java
  
  
  
  
  1.3       +4 -4      jakarta-tomcat/src/share/org/apache/tomcat/util/buf/HexUtils.java
  
  
  
  
  1.5       +14 -0     jakarta-tomcat/src/share/org/apache/tomcat/util/buf/MessageBytes.java
  
  
  
  
  1.4       +0 -0      jakarta-tomcat/src/share/org/apache/tomcat/util/buf/TimeStamp.java
  
  
  
  
  1.4       +6 -4      jakarta-tomcat/src/share/org/apache/tomcat/util/buf/UDecoder.java
  
  
  
  
  1.3       +0 -0      jakarta-tomcat/src/share/org/apache/tomcat/util/buf/UEncoder.java
  
  
  
  
  1.3       +0 -0      jakarta-tomcat/src/share/org/apache/tomcat/util/buf/UTF8Decoder.java
  
  
  
  

Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/buf Ascii.java B2CConverter.java Base64.java ByteChunk.java C2BConverter.java CharChunk.java DateTool.java HexUtils.java MessageBytes.ja

Posted by cm...@yahoo.com.
> >   Log:
> >   Copy of jakarta-tomcat-connectors.
> >
> >   Since we plan a feature freeze and beta, we need the stable code
> >   checked into tomcat.
> >
> >   ( this is based on the recent discussion on tomcat-dev about the role
> >   of j-t-c and the plans for 4.0 w.r.t j-t-c ).
>
> I don't plan to move the non - Catalina specific parts of Coyote, or
> j-t-c/util to the TC 4.0 tree. Just put a tag or create a branch, and the
> job's done.

Buffers are very tomcat3.3 specific :-)

We plan a feature freeze, and we'll still use j-t-c for Ajp14 and new
stuff. Creating a branch would be far too difficult - we'll need to use
both the branch for the utils, and the main tree for Ajp14 and latest
connector.

Most of those packages were almostly unchanged in the last few months,
and I certainly hope they'll remain this way.

Costin



Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/buf Ascii.java B2CConverter.java Base64.java ByteChunk.java C2BConverter.java CharChunk.java DateTool.java HexUtils.java MessageBytes.java TimeStamp.java UDecoder.java UEncoder.java UTF8Decode

Posted by Remy Maucherat <re...@apache.org>.
> costin      01/07/18 22:49:02
>
>   Added:       src/share/org/apache/tomcat/util/buf Ascii.java
>                         B2CConverter.java Base64.java ByteChunk.java
>                         C2BConverter.java CharChunk.java DateTool.java
>                         HexUtils.java MessageBytes.java TimeStamp.java
>                         UDecoder.java UEncoder.java UTF8Decoder.java
>   Log:
>   Copy of jakarta-tomcat-connectors.
>
>   Since we plan a feature freeze and beta, we need the stable code
>   checked into tomcat.
>
>   ( this is based on the recent discussion on tomcat-dev about the role
>   of j-t-c and the plans for 4.0 w.r.t j-t-c ).

I don't plan to move the non - Catalina specific parts of Coyote, or
j-t-c/util to the TC 4.0 tree. Just put a tag or create a branch, and the
job's done.

Remy