cvs commit: jakarta-tomcat-connectors/jk/native/common jk_service.h jk_util.h

2005-02-19 Thread mturk
mturk 2005/02/19 02:54:49 Modified:jk/native/common jk_service.h jk_util.h Log: Move init service proto to correct header. Revision ChangesPath 1.30 +5 -2 jakarta-tomcat-connectors/jk/native/common/jk_service.h Index: jk_service.h

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_service.h jk_worker.c

2005-02-14 Thread mturk
mturk 2005/02/14 09:26:34 Modified:jk/native/common jk_service.h jk_worker.c Log: Add worker type to structure, so status can decide which private to use. Revision ChangesPath 1.27 +5 -2 jakarta-tomcat-connectors/jk/native/common/jk_service.h Index:

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_service.h

2005-02-13 Thread mturk
mturk 2005/02/13 04:19:22 Modified:jk/native/common jk_service.h Log: Add worker_list to worker_env, so we can get all workers. Add worker_map to service, so it can be updated on per-vhost basis. Revision ChangesPath 1.25 +7 -2

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_service.h

2005-02-13 Thread mturk
mturk 2005/02/13 23:57:18 Modified:jk/native/common jk_service.h Log: Change num_of workers to unsigned, to match the api. Revision ChangesPath 1.26 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_service.h Index: jk_service.h

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_service.h

2005-02-12 Thread mturk
mturk 2005/02/12 09:06:34 Modified:jk/native/common jk_service.h Log: Add update worker method when for dynamic update of worker properties, either by reloading workers.properties file or via jk_status. Revision ChangesPath 1.24 +8 -1

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_service.h

2004-11-08 Thread mturk
mturk 2004/11/08 05:33:21 Modified:jk/native/common jk_service.h Log: Format code Revision ChangesPath 1.19 +236 -236 jakarta-tomcat-connectors/jk/native/common/jk_service.h Index: jk_service.h

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_service.h

2001-11-16 Thread costin
costin 01/11/16 14:43:18 Modified:jk/native/common jk_service.h Log: Added 2 fields in jk_endpoint_t to support jk_channel. Note that use of a channel ( as an abstraction that replace socket calls ) is optional - will be ifdef-ed until we make sure everything works fine.

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_service.h

2001-07-02 Thread hgomez
hgomez 01/07/02 14:11:49 Modified:jk/native/common jk_service.h Log: added virtual name in worker_env. May be to be tuned later :) Revision ChangesPath 1.6 +4 -1 jakarta-tomcat-connectors/jk/native/common/jk_service.h Index: jk_service.h