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

2005-07-02 Thread Natasha Hasmani
Thank-you for your e-mail. Please note that i will be away from the office starting Wednesday June 29th, returning Thursday July 7th, with no access to email. In my absence, kindly contact Cheri Dueck at [EMAIL PROTECTED] Kind Regards, Natasha Hasmani Senior Event Manager

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

2005-07-01 Thread jfclere
jfclere 2005/07/01 08:41:09 Modified:jk/native/common jk_util.c Log: Fix PR 34397. Revision ChangesPath 1.71 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_util.c Index: jk_util.c ===

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

2005-06-09 Thread mturk
mturk 2005/06/09 01:14:51 Modified:jk/native/common jk_util.c Log: Fix typo. Revision ChangesPath 1.70 +4 -4 jakarta-tomcat-connectors/jk/native/common/jk_util.c Index: jk_util.c === RCS

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

2005-05-05 Thread mturk
mturk 2005/05/05 10:52:27 Modified:jk/native/common jk_util.c Log: Use connection_pool_size as cachesize synonim. Revision ChangesPath 1.67 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_util.c Index: jk_util.c

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

2005-05-03 Thread mturk
mturk 2005/05/03 06:26:13 Modified:jk/native/common jk_util.c Log: Use macro for setting params instead sprintf -- No function change. Add 'connections_per_child' synonim for 'cachesize' that beter reflects the real purpose of cachesize param. Revision ChangesPath

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

2005-04-28 Thread mturk
mturk 2005/04/28 10:02:35 Modified:jk/native/common jk_util.c Log: Fix typo. It was meant to be SECRET_OF_WORKER not SECRET_KEY_OF_WORKER, altough both are valid. Revision ChangesPath 1.65 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_util.c

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

2005-04-27 Thread mturk
mturk 2005/04/27 00:39:38 Modified:jk/native/common jk_util.c Log: Hack to support building with free Visual C++ Toolkit 2003 using MSVCRT libraries. Revision ChangesPath 1.64 +7 -1 jakarta-tomcat-connectors/jk/native/common/jk_util.c Index: jk_util.c

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

2005-02-16 Thread mturk
mturk 2005/02/16 00:23:56 Modified:jk/native/common jk_util.c jk_util.h Log: Removed local_worker and local_worker_only. Added sticky_session_force, redirect and lb method. Revision ChangesPath 1.56 +24 -16jakarta-tomcat-connectors/jk/native/common/jk_util.c

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

2005-02-16 Thread mturk
mturk 2005/02/16 03:43:40 Modified:jk/native/common jk_util.c Log: Use 4 digits (or more) for pid and tid. Log just looks nicer. Revision ChangesPath 1.58 +3 -3 jakarta-tomcat-connectors/jk/native/common/jk_util.c Index: jk_util.c

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

2005-02-16 Thread mturk
mturk 2005/02/16 04:07:28 Modified:jk/native/common jk_util.c Log: Allow worker.lb.method to accept string methods t[raffic] or r[equest]. Only the first letter is checked. Revision ChangesPath 1.59 +11 -2 jakarta-tomcat-connectors/jk/native/common/jk_util.c

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

2005-02-16 Thread mturk
mturk 2005/02/16 23:07:51 Modified:jk/native/common jk_util.c jk_util.h Log: Added socket_buf for optimizing socket receive and transmit buffers for platforms that can use them. Revision ChangesPath 1.60 +19 -1

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

2005-02-13 Thread mturk
mturk 2005/02/13 23:57:41 Modified:jk/native/common jk_util.c Log: Unabify the source. Revision ChangesPath 1.55 +3 -3 jakarta-tomcat-connectors/jk/native/common/jk_util.c Index: jk_util.c

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

2005-02-12 Thread mturk
mturk 2005/02/12 11:26:42 Modified:jk/native/common jk_util.c jk_util.h Log: Add mount directive for worker as mount list. This will enable to get rid of uriworkermap.properties as well as using dynamic config. Revision ChangesPath 1.54 +26 -2

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

2004-12-17 Thread mturk
mturk 2004/12/17 00:31:25 Modified:jk/native/common jk_util.c jk_util.h Log: Add setter and getter for default cache size. It is implemented on Apache2 for now, and will set default cache size acording to number of thread per child Revision ChangesPath 1.50

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

2004-12-12 Thread mturk
mturk 2004/12/12 23:51:28 Modified:jk/native/common jk_util.c Log: Rename balanced_workers directive to balance_workers keeping old one for backward compatibility. Norm says that this makes more sense from English grammar point of view. Revision ChangesPath 1.49

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

2004-12-12 Thread mturk
mturk 2004/12/12 07:35:50 Modified:jk/native/common jk_util.c Log: Add warn level checking. Also make emerge the same as error, having emerge as type of error. Use info as default log level. Thanks Rainer. Revision ChangesPath 1.48 +16 -8

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

2004-12-07 Thread hgomez
hgomez 2004/12/07 02:54:11 Modified:jk/native/common jk_util.c Log: Adapt to iSeries 64 bits ThreadId Revision ChangesPath 1.44 +8 -1 jakarta-tomcat-connectors/jk/native/common/jk_util.c Index: jk_util.c

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

2004-12-07 Thread mturk
mturk 2004/12/07 05:29:55 Modified:jk/native/common jk_util.c Log: Remove CRLF Revision ChangesPath 1.47 +16 -16jakarta-tomcat-connectors/jk/native/common/jk_util.c Index: jk_util.c ===

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

2004-11-29 Thread mturk
mturk 2004/11/29 08:10:51 Modified:jk/native/common jk_util.c Log: Re-apply jfclere's patch from rev 1.31that was unitentionally overwriten. Revision ChangesPath 1.41 +6 -4 jakarta-tomcat-connectors/jk/native/common/jk_util.c Index: jk_util.c

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

2004-11-29 Thread mturk
mturk 2004/11/29 08:22:08 Modified:jk/native/common jk_util.c Log: Log [pid:tid] for both debug and trace log levels. Revision ChangesPath 1.42 +4 -3 jakarta-tomcat-connectors/jk/native/common/jk_util.c Index: jk_util.c

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

2004-11-19 Thread mturk
mturk 2004/11/19 05:00:43 Modified:jk/native/common jk_util.c Log: Assure that the number of retries is at least one. Revision ChangesPath 1.39 +7 -3 jakarta-tomcat-connectors/jk/native/common/jk_util.c Index: jk_util.c

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

2004-11-19 Thread mturk
mturk 2004/11/19 07:58:52 Modified:jk/native/common jk_util.c Log: Use boolen values for boolean kind of properties. Also set default worker type to ajp13, cause ajp12 is deprecated. Revision ChangesPath 1.40 +10 -8

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

2004-11-11 Thread mturk
mturk 2004/11/11 09:06:06 Modified:jk/native/common jk_util.c Log: Implement new __FUNCTION__ logging. Also log PID and ThreadID. This helps tracing log messages when they are comming from diferent childs/threads. Revision ChangesPath 1.35 +46 -9

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

2004-11-11 Thread mturk
mturk 2004/11/11 23:52:23 Modified:jk/native/common jk_util.c Log: Log PID:TID only when log level is TRACE. Revision ChangesPath 1.37 +4 -4 jakarta-tomcat-connectors/jk/native/common/jk_util.c Index: jk_util.c

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

2004-11-08 Thread mturk
mturk 2004/11/08 05:48:12 Modified:jk/native/common jk_util.c Log: Add recycle_timeout instead socket_timeout Revision ChangesPath 1.32 +21 -8 jakarta-tomcat-connectors/jk/native/common/jk_util.c Index: jk_util.c

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

2004-10-08 Thread mturk
mturk 2004/10/08 00:20:33 Modified:jk/native/common jk_util.c Log: Untabify the source and use size_t for strlens. Revision ChangesPath 1.29 +26 -26jakarta-tomcat-connectors/jk/native/common/jk_util.c Index: jk_util.c

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

2004-02-17 Thread hgomez
hgomez 2004/02/17 02:36:01 Modified:jk/native/common jk_util.c jk_util.h jk_ajp_common.h jk_ajp_common.c Log: Make recovery scheme configurable : - We could abort recovery if tomcat failed after receiving request or if tomcat failed after send

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

2003-03-19 Thread glenn
glenn 2003/03/19 06:25:40 Modified:jk/native/common jk_util.c Log: Bug 18135 fix, thanks to Gabriele Garuglieri Revision ChangesPath 1.21 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_util.c Index: jk_util.c

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

2002-06-25 Thread mturk
mturk 2002/06/25 00:06:42 Modified:jk/native/common jk_util.c Log: Introduced socket and cache timeout. By Jan Singer, Henri Gomez and Mladen Turk. Revision ChangesPath 1.16 +80 -31jakarta-tomcat-connectors/jk/native/common/jk_util.c Index: jk_util.c

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

2001-06-15 Thread andya
andya 01/06/15 04:38:25 Modified:jk/native/common jk_util.c Log: Refactored jk_is_path_poperty() and jk_is_cmd_line_poperty() to call a common helper function. Revision ChangesPath 1.4 +21 -20jakarta-tomcat-connectors/jk/native/common/jk_util.c Index: