mturk 2005/04/27 02:38:35
Modified:jk/native/common jk_map.c jk_pool.c
Log:
Fix compile warnings.
Revision ChangesPath
1.36 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_map.c
Index: jk_map.c
===
mturk 2005/04/21 03:36:58
Modified:jk/native/common jk_map.c jk_util.c jk_util.h
Log:
Add is_unique property check, so that multiple unique directives override
each other, instead making a list out of unique property values.
Increase the read buffer size to 8K, that should be e
mturk 2005/04/13 05:02:08
Modified:jk/native/common jk_map.c
Log:
Allow multiple worker.list properties.
Revision ChangesPath
1.34 +4 -1 jakarta-tomcat-connectors/jk/native/common/jk_map.c
Index: jk_map.c
mturk 2005/03/18 07:34:50
Modified:jk/native/common jk_map.c
Log:
Fix typo in comment.
Revision ChangesPath
1.33 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_map.c
Index: jk_map.c
==
mturk 2005/03/18 07:32:14
Modified:jk/native/common jk_map.c
Log:
Add empty string checking for trim function.
Revision ChangesPath
1.32 +6 -3 jakarta-tomcat-connectors/jk/native/common/jk_map.c
Index: jk_map.c
==
mturk 2005/03/18 07:22:24
Modified:jk/native/common jk_map.c
Log:
Skip comment and empty lines.
Revision ChangesPath
1.31 +5 -3 jakarta-tomcat-connectors/jk/native/common/jk_map.c
Index: jk_map.c
=
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-
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
mturk 2005/02/12 11:24:08
Modified:jk/native/common jk_map.c
Log:
Do not use asterisk as delimiting char for lists.
Revision ChangesPath
1.28 +7 -5 jakarta-tomcat-connectors/jk/native/common/jk_map.c
Index: jk_map.c
=
mturk 2005/02/12 09:04:57
Modified:jk/native/common jk_map.c
Log:
Update shared memory modification time for workers.properties.
This will be used for dynamic reloading of workers.properties like in JK2.
Revision ChangesPath
1.27 +10 -3 jakarta-tomcat-connect
mturk 2005/02/06 10:09:03
Modified:jk/native/common jk_map.c
Log:
Allow spaces for workers.properties between property and value.
worker.foo.property = bar is now possible.
Revision ChangesPath
1.26 +7 -3 jakarta-tomcat-connectors/jk/native/common/jk_map.c
mturk 2004/12/07 06:29:55
Modified:jk/native/common jk_map.c
Log:
Out is not required param
Revision ChangesPath
1.24 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_map.c
Index: jk_map.c
=
mturk 2004/12/07 05:46:56
Modified:jk/native/apache-1.3 mod_jk.c
jk/native/apache-2.0 mod_jk.c
jk/native/common jk_map.c
Log:
Remove the need for supplying the pointer to old value for jk_map_put
Revision ChangesPath
1.57 +5 -8 ja
mturk 2004/11/29 08:04:55
Modified:jk/native/common jk_map.c
Log:
Use case insensitive comparition for workers properties like
documentation states, so that worker.ajp13 equals to worker.Ajp13.
Revision ChangesPath
1.22 +4 -4 jakarta-tomcat-connectors/jk/nat
mturk 2004/11/29 07:55:27
Modified:jk/native/common jk_map.c
Log:
Backport checksum_key calculation for map properties for speeading
up finding map key/value pairs.
Revision ChangesPath
1.21 +75 -12jakarta-tomcat-connectors/jk/native/common/jk_map.c
Inde
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
mturk 2004/11/19 06:28:57
Modified:jk/native/common jk_map.c
Log:
Commit the proper patch (This time the correct). Sorry for the noise.
Revision ChangesPath
1.20 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_map.c
Index: jk_map.c
=
mturk 2004/11/19 06:28:02
Modified:jk/native/common jk_map.c
Log:
Commit the proper patch. Sorry for the noise.
Revision ChangesPath
1.19 +5 -2 jakarta-tomcat-connectors/jk/native/common/jk_map.c
Index: jk_map.c
=
mturk 2004/11/08 05:45:06
Modified:jk/native/common jk_map.c
Log:
Split map_read_properties to two functions. This will enable
adding JkProperty to apache conf, to enable workers.properties
configuration inside httpd.conf.
Revision ChangesPath
1.16 +75 -50j
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
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
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]
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
hgomez 01/07/02 14:13:43
Modified:jk/native/common jk_map.c
Log:
Updated map, some checks added
Revision ChangesPath
1.4 +6 -3 jakarta-tomcat-connectors/jk/native/common/jk_map.c
Index: jk_map.c
=
24 matches
Mail list logo