nacho 02/05/18 15:34:01
Modified:jk/native2/common jk_config.c jk_map.c
jk/native2/include jk_map.h
Log:
* Refactored reading of properties files into map object, this way arbitrary
properties files can be read, need for i_r2.dll
Revision ChangesPath
1.
costin 02/05/01 16:10:17
Modified:jk/native2/common jk_channel_jni.c jk_shm.c
jk_worker_ajp13.c
jk/native2/include jk_map.h
Log:
Few fixes in error handling and checking for exceptions.
Revision ChangesPath
1.12 +1 -2 jak
nacho 02/04/26 17:50:43
Modified:jk/native2/include jk_map.h
Log:
* MSVC is much more picky about this things
Revision ChangesPath
1.12 +2 -2 jakarta-tomcat-connectors/jk/native2/include/jk_map.h
Index: jk_map.h
costin 02/04/25 12:16:14
Modified:jk/native2/common jk_map.c
jk/native2/include jk_map.h
Log:
Update rc. Added 2 debug fields - so we can see the content of the
map in gdb.
Revision ChangesPath
1.18 +24 -22jakarta-tomcat-connectors/jk/native2/c
costin 02/03/18 09:58:46
Modified:jk/native2/include jk_map.h
Log:
Remove the special map methods.
A map is a map, the config may be backed by a map but it deals with the
high level stuff.
As soon as APR goes 1.0 we can switch from our private map impl. to apr.
Rev
costin 02/01/11 20:43:46
Modified:jk/native2/include jk_map.h
Log:
Small change in signature - the exact same code was duplicated in jni worker.
Revision ChangesPath
1.8 +6 -5 jakarta-tomcat-connectors/jk/native2/include/jk_map.h
Index: jk_map.h
==
costin 01/12/15 09:19:26
Modified:jk/native2/include jk_map.h jk_service.h
Log:
Added the 'add' method, to be compatible with apr_tables ( and usable for
storing headers and multi-values ).
Change the storage of headers, attributes to jk_map. This will avoid
copying the da
costin 01/12/13 23:07:11
Modified:jk/native2/include jk_map.h
Log:
That was a bit more difficult, but seems to be fine.
The idea is the same as in pools - use the native mechanism if possible,
if not use the default impl.
This change will allow the use of apr_table and