mturk 2002/11/20 09:29:11
Modified:jk/native2/common jk_msg_ajp.c
Log:
Use the logger for dump method instead of using stderr.
Revision ChangesPath
1.20 +2 -1 jakarta-tomcat-connectors/jk/native2/common/jk_msg_ajp.c
Index: jk_msg_ajp.c
=
hgomez 2002/09/24 15:39:21
Modified:jk/native2/common jk_msg_ajp.c
Log:
AS/400 / BS2000 back port from 1.2.0.
Revision ChangesPath
1.19 +22 -3 jakarta-tomcat-connectors/jk/native2/common/jk_msg_ajp.c
Index: jk_msg_ajp.c
=
jfclere 2002/06/23 08:54:13
Modified:jk/native2/common jk_msg_ajp.c
Log:
Replace the 4's by AJP_HEADER_LEN (Where they were header length).
Revision ChangesPath
1.18 +7 -7 jakarta-tomcat-connectors/jk/native2/common/jk_msg_ajp.c
Index: jk_msg_ajp.c
=
costin 02/05/14 10:15:27
Modified:jk/native2/common jk_msg_ajp.c
Log:
Long due - 'decent' dump of the buffer. Lots of pointers, it'll probably disqualify
me as a java programmer.
Revision ChangesPath
1.13 +57 -22jakarta-tomcat-connectors/jk/native2/common/jk_
costin 02/05/03 10:41:52
Modified:jk/native2/common jk_msg_ajp.c
Log:
Add encoding/decoding for map.
That'll be used very frequently to pass properties back and
forth ( either via shm or a different channel )
Revision ChangesPath
1.9 +26 -4 jakarta-tomc
costin 02/04/25 12:17:22
Modified:jk/native2/common jk_msg_ajp.c
Log:
Update rc. Dump the message on error, clean up the dump.
Revision ChangesPath
1.7 +22 -30jakarta-tomcat-connectors/jk/native2/common/jk_msg_ajp.c
Index: jk_msg_ajp.c
=
costin 02/01/25 23:07:13
Modified:jk/native2/common jk_msg_ajp.c
Log:
Removed the send/receive ( now in channel ).
A small change - the msg is just a byte chunk for the channel. It has a header,
and a body. We now store both in the same buffer. That's because it may be
mor
costin 01/12/12 13:23:57
Modified:jk/native2/include jk_msg.h
Added: jk/native2/common jk_msg_ajp.c
Removed: jk/native2/common jk_msg_buff.c jk_msg_buff.h
Log:
Better abstraction for message serializing/deserializing, protecting the internal
data ( the buf is no lon