cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_ajp14.h

2001-12-12 Thread costin
costin 01/12/12 13:40:53 Modified:jk/native2/common jk_ajp14.h Log: Removed most of the stuff from ajp14, moved to individual handlers. We must start making the distinction between 'protocol' and 'api'. jk supports 'ajp13' protocol, 'jni' protocol, etc. It could also

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_ajp14.h jk_ajp14_worker.c

2001-12-04 Thread costin
costin 01/12/04 10:40:42 Modified:jk/native2/common jk_ajp14.h jk_ajp14_worker.c Log: Merged the code from common. Merged the methods ( what used to be split between 14 and 13 specific ). Revision ChangesPath 1.2 +67 -99

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_ajp14.h jk_ajp_common.h jk_connect.h jk_context.h jk_endpoint.h jk_md5.h jk_msg_buff.h jk_mt.h jk_util.h jk_version.h

2001-12-01 Thread costin
costin 01/12/01 14:40:10 Added: jk/native2/common jk_ajp14.h jk_ajp_common.h jk_connect.h jk_context.h jk_endpoint.h jk_md5.h jk_msg_buff.h jk_mt.h jk_util.h jk_version.h Log: Remaining .h files. They will be moved to include as we