cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_registry.c jk_registry.h

2002-06-11 Thread costin
costin 2002/06/11 15:50:24 Modified:jk/native2 build.xml jk/native2/common jk_registry.c jk_registry.h Log: Add signal and user components. We use them only in jkjni - to allow java to send/receive signals and change user id. ( they are not yet ready, esp

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_registry.c jk_registry.h

2002-05-16 Thread costin
costin 02/05/16 16:45:41 Modified:jk/native2/common jk_registry.c jk_registry.h Log: One change to make building with make easier. No more 'excludes', all C files will be compiled and loaded. We use an ifdef inside the file to genearte an empty factory method ( that jus

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_registry.c jk_registry.h

2002-05-16 Thread costin
costin 02/05/16 13:58:44 Modified:jk/native2/common jk_registry.c jk_registry.h Log: The shm object will be registered in all cases. Inside jk_shm we'll detect what we can use and disable the component if no shm is available. Revision ChangesPath 1.23 +3 -4

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_registry.c jk_registry.h

2002-04-12 Thread costin
costin 02/04/12 16:09:19 Modified:jk/native2/common jk_registry.c jk_registry.h Log: Correct registration for the jni worker. Revision ChangesPath 1.18 +3 -1 jakarta-tomcat-connectors/jk/native2/common/jk_registry.c Index: jk_registry.c

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_registry.c jk_registry.h jk_uriEnv.c

2002-03-23 Thread costin
costin 02/03/23 09:25:11 Modified:jk/native2/common jk_registry.c jk_registry.h jk_uriEnv.c Log: Add the endpoint to the registry. Allow the "uri" prefix ( used to identify URI objects ) to be separated by : I find it much cleaner to use uri:/path/* instead of ur

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_registry.c jk_registry.h

2002-03-18 Thread costin
costin 02/03/18 10:39:05 Modified:jk/native2/common jk_registry.c jk_registry.h Log: Update method signatures Revision ChangesPath 1.14 +26 -18jakarta-tomcat-connectors/jk/native2/common/jk_registry.c Index: jk_registry.c

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_registry.c jk_registry.h

2002-01-14 Thread jfclere
jfclere 02/01/14 01:26:52 Modified:jk/native2/common jk_registry.c jk_registry.h Log: Arrange two small problems (native2 was not compiling). Revision ChangesPath 1.10 +3 -2 jakarta-tomcat-connectors/jk/native2/common/jk_registry.c Index: jk_registry.c =

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_registry.c jk_registry.h

2002-01-11 Thread costin
costin 02/01/11 21:09:50 Modified:jk/native2/common jk_registry.c jk_registry.h Log: Added the new entries. Revision ChangesPath 1.9 +9 -5 jakarta-tomcat-connectors/jk/native2/common/jk_registry.c Index: jk_registry.c ==