cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_msg.c ajp_header.c ajp.h

2004-08-02 Thread mturk
mturk 2004/08/02 09:36:00 Modified:ajp/ajplib/test ajp_msg.c ajp_header.c ajp.h Log: Rename _byte calls to _uint8. Revision ChangesPath 1.13 +4 -4 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_msg.c Index: ajp_msg.c =

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_msg.c ajp.h

2004-08-01 Thread mturk
mturk 2004/08/01 08:33:34 Modified:ajp/ajplib/test ajp_msg.c ajp.h Log: Make ajp_append_string as macro. There is no need to call an extra function for that. Revision ChangesPath 1.12 +2 -29 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_msg.c Index: ajp_

Re: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_msg.c

2004-07-29 Thread jean-frederic clere
Henri Gomez wrote: jean-frederic clere wrote: Henri Gomez wrote: [EMAIL PROTECTED] wrote: jfclere 2004/07/29 01:47:49 Modified:ajp/ajplib/test ajp_msg.c Log: Add ajp_msg_peek_byte() to read the type of the response. Revision ChangesPath 1.9 +24 -0 jakarta-tomcat-

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_msg.c

2004-07-29 Thread jfclere
jfclere 2004/07/29 02:57:44 Modified:ajp/ajplib/test ajp_msg.c Log: Remove useless variable. Revision ChangesPath 1.10 +0 -2 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_msg.c Index: ajp_msg.c =

Re: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_msg.c

2004-07-29 Thread Henri Gomez
jean-frederic clere wrote: Henri Gomez wrote: [EMAIL PROTECTED] wrote: jfclere 2004/07/29 01:47:49 Modified:ajp/ajplib/test ajp_msg.c Log: Add ajp_msg_peek_byte() to read the type of the response. Revision ChangesPath 1.9 +24 -0 jakarta-tomcat-connectors/ajp/ajpl

Re: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_msg.c

2004-07-29 Thread jean-frederic clere
Henri Gomez wrote: [EMAIL PROTECTED] wrote: jfclere 2004/07/29 01:47:49 Modified:ajp/ajplib/test ajp_msg.c Log: Add ajp_msg_peek_byte() to read the type of the response. Revision ChangesPath 1.9 +24 -0 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_msg.c it shoul

Re: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_msg.c

2004-07-29 Thread Henri Gomez
[EMAIL PROTECTED] wrote: jfclere 2004/07/29 01:47:49 Modified:ajp/ajplib/test ajp_msg.c Log: Add ajp_msg_peek_byte() to read the type of the response. Revision ChangesPath 1.9 +24 -0 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_msg.c it should be named ajp_msg_

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_msg.c

2004-07-29 Thread jfclere
jfclere 2004/07/29 01:47:49 Modified:ajp/ajplib/test ajp_msg.c Log: Add ajp_msg_peek_byte() to read the type of the response. Revision ChangesPath 1.9 +24 -0 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_msg.c Index: ajp_msg.c

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_msg.c ajp.h

2004-07-28 Thread mturk
mturk 2004/07/28 11:13:11 Modified:ajp/ajplib/test ajp_msg.c ajp.h Log: casting cleanup for msg->buf Revision ChangesPath 1.8 +14 -8 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_msg.c Index: ajp_msg.c ===

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_msg.c ajp_link.c ajp.h

2004-07-28 Thread mturk
mturk 2004/07/28 10:43:17 Modified:ajp/ajplib/test ajp_msg.c ajp_link.c ajp.h Log: headerLen -> header_len; serverSide -> server_size. Apache convention for naming variables. Revision ChangesPath 1.7 +3 -3 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_msg.c

Re: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_msg.c

2004-07-28 Thread Henri Gomez
[EMAIL PROTECTED] wrote: mturk 2004/07/28 09:13:41 Modified:ajp/ajplib/test ajp_msg.c Log: Use our error messages instead -1, -2, etc... AJP_Exxx should be filled in if needed. great, some up to date code so I could work on it after my day job :) Regards. PS: See the APR user e

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_msg.c

2004-07-28 Thread mturk
mturk 2004/07/28 09:13:41 Modified:ajp/ajplib/test ajp_msg.c Log: Use our error messages instead -1, -2, etc... AJP_Exxx should be filled in if needed. Revision ChangesPath 1.5 +43 -40jakarta-tomcat-connectors/ajp/ajplib/test/ajp_msg.c Index: ajp_msg.c