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

2005-02-21 Thread mturk
mturk 2005/02/21 00:25:33 Modified:jk/native/common jk_map.c jk_map.h Log: Return modification time to the caller. Do not set directly to shmem because we can open any property file not just workers.properties. Revision ChangesPath 1.30 +4 -4 jakarta-tomcat-

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

2005-02-20 Thread mturk
mturk 2005/02/20 04:19:17 Modified:jk/native/common jk_map.c jk_map.h Log: Add map id function. Returns the map slot number. Revision ChangesPath 1.29 +19 -1 jakarta-tomcat-connectors/jk/native/common/jk_map.c Index: jk_map.c

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

2004-11-19 Thread mturk
mturk 2004/11/19 06:24:45 Modified:jk/native/common jk_map.c jk_map.h Log: Added boolean map option so we can be less restrictive on bool options. Instead just 1 or 0 we'll allow true/false and yes/no options. Revision ChangesPath 1.18 +19 -2 jakarta-tomcat

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

2001-11-26 Thread costin
costin 01/11/26 09:12:38 Modified:jk/native/common jk_map.c jk_map.h Log: Moved ( with small modifications ) the code from jk_util that gets properties. Revision ChangesPath 1.8 +44 -1 jakarta-tomcat-connectors/jk/native/common/jk_map.c Index: jk_map.c

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

2001-09-05 Thread cmanolache
On Wed, 5 Sep 2001, jean-frederic clere wrote: > Hi, > > I would like to comment the following: > > Some of the "const" are causing a lot of warnings, I have stopped fixed because > I was afraid to have to change too much things... (I have put /* DIRTY */ where > I have stopped forwarding the con

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

2001-09-05 Thread jean-frederic clere
Hi, I would like to comment the following: Some of the "const" are causing a lot of warnings, I have stopped fixed because I was afraid to have to change too much things... (I have put /* DIRTY */ where I have stopped forwarding the const). Any comment? Cheers Jean-frederic [EMAIL PROTECTED]

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

2001-09-05 Thread jfclere
jfclere 01/09/05 10:05:24 Modified:jk/native/apache-2.0 mod_jk.c jk/native/common jk_map.c jk_map.h jk_util.c jk_util.h Log: Get ride of some warnings - But there is still a lot to do with const - I have put /* DIRTY */ where the cast looks weird. Revision Cha