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

2004-08-02 Thread mturk
mturk 2004/08/02 09:36:29 Modified:ajp/ajplib/test testajp.c Log: Use the parse_data for received body message. Revision ChangesPath 1.12 +2 -6 jakarta-tomcat-connectors/ajp/ajplib/test/testajp.c Index: testajp.c

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

2004-07-30 Thread mturk
mturk 2004/07/30 12:18:59 Modified:ajp/ajplib/test testajp.c Log: And finaly, read the returned data from the container. Revision ChangesPath 1.10 +25 -9 jakarta-tomcat-connectors/ajp/ajplib/test/testajp.c Index: testajp.c ===

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

2004-07-30 Thread mturk
mturk 2004/07/30 11:01:48 Modified:ajp/ajplib/test testajp.c Log: Send some post data to the backend Revision ChangesPath 1.9 +26 -7 jakarta-tomcat-connectors/ajp/ajplib/test/testajp.c Index: testajp.c ===

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

2004-07-30 Thread mturk
mturk 2004/07/30 02:00:22 Modified:ajp/ajplib/test testajp.c Log: Dump the message after receiving. Revision ChangesPath 1.8 +1 -0 jakarta-tomcat-connectors/ajp/ajplib/test/testajp.c Index: testajp.c

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

2004-07-30 Thread mturk
mturk 2004/07/30 01:53:32 Modified:ajp/ajplib/test testajp.c Log: Added simple post data and read_header. What we need is function to send the post data to the backend. Revision ChangesPath 1.7 +17 -4 jakarta-tomcat-connectors/ajp/ajplib/test/testajp.c

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

2004-07-29 Thread jean-frederic clere
Mladen Turk wrote: Hi, Running testajp (ajp_send_header) I see in catalina console: 2004.07.29 09:58:23 org.apache.jk.common.HandlerRequest invoke INFO: Unknown message 72 Something missing? Yes, a ajp_msg_reset() was missing. I have committed the change. MT. ---

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

2004-07-29 Thread jfclere
jfclere 2004/07/29 01:12:57 Modified:ajp/ajplib/test testajp.c Log: Don't include httpd_wrap.h that is done in ajp.h. Conditionaly add APR_PROTO_TCP to apr_socket_create(). Revision ChangesPath 1.6 +3 -1 jakarta-tomcat-connectors/ajp/ajplib/test/testajp.c

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

2004-07-29 Thread Mladen Turk
Hi, Running testajp (ajp_send_header) I see in catalina console: 2004.07.29 09:58:23 org.apache.jk.common.HandlerRequest invoke INFO: Unknown message 72 Something missing? MT. smime.p7s Description: S/MIME cryptographic signature

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

2004-07-29 Thread mturk
mturk 2004/07/29 00:57:10 Modified:ajp/ajplib/test testajp.c Log: Wow, we are connected to TC from console app! Revision ChangesPath 1.5 +51 -3 jakarta-tomcat-connectors/ajp/ajplib/test/testajp.c Index: testajp.c

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

2004-07-27 Thread mturk
mturk 2004/07/27 22:38:45 Modified:ajp/ajplib/test testajp.c Log: Make test case actually do something. Revision ChangesPath 1.4 +124 -12 jakarta-tomcat-connectors/ajp/ajplib/test/testajp.c Index: testajp.c

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

2004-07-27 Thread mturk
mturk 2004/07/27 10:28:31 Modified:ajp/ajplib/test testajp.c httpd_wrap.c Log: Add create_connection test case. Rewrite create_connection, so if the socket is missing (we don't have a client) the address is set to localhost. Revision ChangesPath 1.3 +20 -2 j

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

2004-07-27 Thread jean-frederic clere
Henri Gomez wrote: Mladen Turk wrote: Henri Gomez wrote: Mladen what about commiting your work on mod_ajp. Even if we didn't take any decisions yet, it will be usefull to have it save somewhere in ASF CVS ;) It's on the apache web site, so it won't get lost, cause I have no intent to remove

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

2004-07-27 Thread Henri Gomez
Mladen Turk wrote: Henri Gomez wrote: Mladen what about commiting your work on mod_ajp. Even if we didn't take any decisions yet, it will be usefull to have it save somewhere in ASF CVS ;) It's on the apache web site, so it won't get lost, cause I have no intent to remove it :) Let's wait for

RE: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test testajp.c httpd_wrap.c

2004-07-27 Thread Mladen Turk
Henri Gomez wrote: > > Mladen what about commiting your work on mod_ajp. > > Even if we didn't take any decisions yet, it will be usefull > to have it save somewhere in ASF CVS ;) > It's on the apache web site, so it won't get lost, cause I have no intent to remove it :) Let's wait for a whi

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

2004-07-27 Thread Henri Gomez
[EMAIL PROTECTED] wrote: mturk 2004/07/27 05:09:12 Mladen what about commiting your work on mod_ajp. Even if we didn't take any decisions yet, it will be usefull to have it save somewhere in ASF CVS ;) Regards - To unsubscrib

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

2004-07-27 Thread mturk
mturk 2004/07/27 05:09:12 Modified:ajp/ajplib/test testajp.c httpd_wrap.c Log: Forgot the loglevel. Quite rude and simple, but it will fulfill the needs. Revision ChangesPath 1.2 +6 -0 jakarta-tomcat-connectors/ajp/ajplib/test/testajp.c Index: testajp.c

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

2004-07-27 Thread mturk
mturk 2004/07/27 04:43:42 Added: ajp/ajplib/test testajp.c Log: Simple test case. Just write the log message and exit. Revision ChangesPath 1.1 jakarta-tomcat-connectors/ajp/ajplib/test/testajp.c Index: testajp.c ===