Please get me off this mailing list!
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, August 02, 2004 1:08 AM
To: [EMAIL PROTECTED]
Subject: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h
mturk 2004/08/02 00:07:37
Modified
mturk 2004/08/02 00:07:37
Modified:ajp/ajplib/test ajp.h
Log:
Some prototype params renaming to be consistent.
Revision ChangesPath
1.28 +4 -4 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h
Index: ajp.h
=
mturk 2004/08/02 00:05:25
Modified:ajp/ajplib/test ajp.h
Log:
Make the doxygen happy.
Revision ChangesPath
1.27 +7 -1 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h
Index: ajp.h
===
RCS
jfclere 2004/08/01 09:52:18
Modified:ajp/ajplib/test ajp.h
Log:
Ajust ajp_msg_create prototype to ajp_msg.c.
Revision ChangesPath
1.26 +1 -1 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h
Index: ajp.h
=
mturk 2004/08/01 07:59:04
Modified:ajp/ajplib/test ajp.h
Log:
Added CMD_AJP13_SHUTDOWN directive.
We will use that some day perhaps.
Revision ChangesPath
1.24 +3 -1 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h
Index: ajp.h
=
mturk 2004/08/01 07:53:23
Modified:ajp/ajplib/test ajp.h
Log:
Added defines for AJP13 protocol handles.
Q: What #7 stands for.
Revision ChangesPath
1.23 +24 -5 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h
Index: ajp.h
===
mturk 2004/08/01 07:04:16
Modified:ajp/ajplib/test ajp.h
Log:
Added ajp_parse_ prototypes
Revision ChangesPath
1.22 +26 -0 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h
Index: ajp.h
===
mturk 2004/08/01 06:29:40
Modified:ajp/ajplib/test ajp.h
Log:
Use directly apj_msg_t instead void. If j-f-c will still insist we can
make ajp_msg_t abstract to hide the implementation.
Revision ChangesPath
1.21 +4 -4 jakarta-tomcat-connectors/ajp/ajplib/test
fuankg 2004/07/30 12:57:47
Modified:ajp/ajplib/test ajp.h testajp.c
Log:
introduce default host and port.
Revision ChangesPath
1.20 +7 -0 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h
Index: ajp.h
===
mturk 2004/07/30 11:01:12
Modified:ajp/ajplib/test ajp.h
Log:
Change the AJP_DEF_BUFFER_SZ to AJP_MSG_BUFFER_SZ.
Add protos for send data.
Revision ChangesPath
1.19 +23 -1 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h
Index: ajp.h
===
mturk 2004/07/30 01:59:53
Modified:ajp/ajplib/test ajp.h
Log:
Added ajp_msg_dump proto.
Revision ChangesPath
1.18 +9 -0 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h
Index: ajp.h
===
RC
mturk 2004/07/29 23:27:09
Modified:ajp/ajplib/test ajp.h
Log:
Add prototypes for read_header and peek_byte.
Revision ChangesPath
1.16 +21 -1 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h
Index: ajp.h
hgomez 2004/07/29 01:04:49
Modified:ajp/ajplib/test ajp.h ajp_logon.c
Log:
Fix logon phase
Revision ChangesPath
1.15 +2 -0 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h
Index: ajp.h
===
mturk 2004/07/29 00:56:32
Modified:ajp/ajplib/test ajp.h
Log:
Added ajp_send_header proto.
Revision ChangesPath
1.14 +8 -1 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h
Index: ajp.h
===
mturk 2004/07/28 11:42:02
Modified:ajp/ajplib/test ajp.h
Log:
Few comments on ajp_msg_t.
Revision ChangesPath
1.13 +5 -0 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h
Index: ajp.h
===
R
mturk 2004/07/28 10:33:24
Modified:ajp/ajplib/test ajp.h
Log:
Add ajp_ilink prototypes.
Revision ChangesPath
1.10 +19 -0 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h
Index: ajp.h
===
RC
jean-frederic clere wrote:
Mladen Turk wrote:
[EMAIL PROTECTED] commited:
jakarta-tomcat-connectors/ajp/ajplib/test ajp.h ajp_header.c ajp_msg.c
One question.
In ajp_send_header you are calling twice the ajp_ilink_send(sock,msg);
First checking rv, and second not.
Copy/paste ?
Oops, that ma
Mladen Turk wrote:
[EMAIL PROTECTED] commited:
jakarta-tomcat-connectors/ajp/ajplib/test ajp.h ajp_header.c ajp_msg.c
One question.
In ajp_send_header you are calling twice the ajp_ilink_send(sock,msg);
First checking rv, and second not.
Copy/paste ?
Oops, that may why the Tomcat is not happ
[EMAIL PROTECTED] commited:
> jakarta-tomcat-connectors/ajp/ajplib/test ajp.h ajp_header.c ajp_msg.c
>
One question.
In ajp_send_header you are calling twice the ajp_ilink_send(sock,msg);
First checking rv, and second not.
Copy/paste ?
MT.
smime.p7s
Description: S/MIME cryptographic signa
jfclere 2004/07/28 09:57:26
Modified:ajp/ajplib/test ajp.h ajp_header.c ajp_msg.c
Log:
Otherwise we never get the address of the ajp_msg_t.
Revision ChangesPath
1.8 +1 -1 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h
Index: ajp.h
==
Günter Knauf wrote:
>
> Hi Mladen,
Wrong guy, It is Henri's artwork :)
> I've problems with my ugly compiler because of signed <->
> unsigned char with buf:
>
>
> defined in ajp.h:
>
> struct ajp_msg
> {
> char * buf;
Henri, can we use byte for message buffer?
MT.
smime.p7s
Hi Mladen,
I've problems with my ugly compiler because of signed <-> unsigned char with buf:
defined in ajp.h:
struct ajp_msg
{
char * buf;
apr_size_t headerLen;
apr_size_t len;
apr_size_t pos;
int serverSide;
};
and in ajp_masg.c line 88:
apr_byte_t *head
mturk 2004/07/28 09:10:03
Modified:ajp/ajplib/test ajp.h
Log:
Added prototypes from ajp_msg.c
Added some error codes instead -1, -2 etc...
Revision ChangesPath
1.7 +217 -8jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h
Index: ajp.h
===
hgomez 2004/07/28 00:44:44
Modified:ajp/ajplib/test ajp.h ajp_msg.c ajp_link.c
Log:
ajp_link/ajp_msg are more APR compliants and use the ap_ log func.
ajp_link is now minimal and use only apr_socket_t.
Revision ChangesPath
1.5 +13 -28jakarta-tomcat-
jfclere 2004/07/27 08:07:32
Modified:ajp/ajplib/test ajp.h
Log:
Add apr_version.h otherwise APR_MAJOR_VERSION is not defined.
Revision ChangesPath
1.4 +3 -1 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h
Index: ajp.h
Mladen Turk wrote:
Henri Gomez wrote:
1. We don't need ajp_env_t (use the pool directly) 2. We don't need
ajp_idef and ajp_ilink (use the sockets directly)
well ajp_ilink_t make provision for more than TCP/IP socket,
we could at later time unix socket :)
If someone will ever crate a unix soc
hgomez 2004/07/27 07:38:35
Modified:ajp/ajplib/test ajp.h ajp_msg.c
Log:
Use more and more APR types :)
Revision ChangesPath
1.3 +4 -4 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h
Index: ajp.h
=
Henri Gomez wrote:
> >
> > 1. We don't need ajp_env_t (use the pool directly) 2. We don't need
> > ajp_idef and ajp_ilink (use the sockets directly)
>
> well ajp_ilink_t make provision for more than TCP/IP socket,
> we could at later time unix socket :)
>
If someone will ever crate a unix s
Mladen Turk wrote:
[EMAIL PROTECTED] wrote:
jakarta-tomcat-connectors/ajp/ajplib/test ajp.h ajp_msg.c
Few things.
1. We don't need ajp_env_t (use the pool directly)
2. We don't need ajp_idef and ajp_ilink (use the sockets directly)
well ajp_ilink_t make provision for more than TCP/IP socket, we
[EMAIL PROTECTED] wrote:
> jakarta-tomcat-connectors/ajp/ajplib/test ajp.h ajp_msg.c
Few things.
1. We don't need ajp_env_t (use the pool directly)
2. We don't need ajp_idef and ajp_ilink (use the sockets directly)
3. Use the apr_size_t or apr_ssize_t for message lengths, or if they will be
di
hgomez 2004/07/27 06:40:46
Modified:ajp/ajplib/test ajp.h ajp_msg.c
Log:
ascii (dan't eclipse)
Revision ChangesPath
1.2 +100 -100 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h
Index: ajp.h
==
hgomez 2004/07/27 06:40:08
Added: ajp/ajplib/test ajp.h ajp_msg.c
Log:
initial msg functions.
Need review of course (at least it compile :)
Revision ChangesPath
1.1 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h
Index: ajp.h
32 matches
Mail list logo