Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_registry.c

2001-11-26 Thread costinm
On 26 Nov 2001 [EMAIL PROTECTED] wrote: > Added casts necessary to build for NetWare since the worker_factory > functions currently being used don't match the prototype of the > registerFactory method. The MetroWerks compiler treats this as an error > instead of just a warning. Yes, I'll fix t

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_registry.c

2001-11-26 Thread mmanders
mmanders01/11/26 11:36:15 Modified:jk/native/common jk_registry.c Log: Added casts necessary to build for NetWare since the worker_factory functions currently being used don't match the prototype of the registerFactory method. The MetroWerks compiler treats this as an error inste

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_registry.c jk_ajp13_worker.c

2001-11-26 Thread costin
costin 01/11/26 09:08:17 Modified:jk/native/common jk_registry.c Removed: jk/native/common jk_ajp13_worker.c Log: Use jk_ajp14_worker.c for both ajp13 and ajp14 protocol types. The code will work fine with any - if no login is specified we'll use only the 'basic' callb

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_registry.c

2001-11-20 Thread costin
costin 01/11/20 16:09:56 Modified:jk/native/common jk_registry.c Log: Ajp12.. Revision ChangesPath 1.7 +10 -1 jakarta-tomcat-connectors/jk/native/common/jk_registry.c Index: jk_registry.c =

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_registry.c jk_env.c jk_channel_socket.c

2001-11-19 Thread costinm
On Tue, 20 Nov 2001, Michael Smith wrote: > Ah. That'd be my misunderstanding of how things work... > _without_ that signature change, though, things still won't compile > (well, they probably will. With _really_ nasty warnings). I suppose the > right thing to do here is to change env->registerFa

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_registry.c jk_env.c jk_channel_socket.c

2001-11-19 Thread Michael Smith
[EMAIL PROTECTED] wrote: > > costin 01/11/19 10:14:38 > > Modified:jk/native/common jk_registry.c jk_env.c jk_channel_socket.c > Log: > Patch from Michael Smith. > > One change I didn't apply is the signature change in jk_env_objectFactory_t. > The problem with the worker_fa

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_registry.c jk_env.c jk_channel_socket.c

2001-11-19 Thread costin
costin 01/11/19 10:14:38 Modified:jk/native/common jk_registry.c jk_env.c jk_channel_socket.c Log: Patch from Michael Smith. One change I didn't apply is the signature change in jk_env_objectFactory_t. The problem with the worker_factory is that it is specific to workers,