cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2005-09-21 Thread wrowe
wrowe 2005/09/21 06:59:50 Modified:jk/native/apache-2.0 mod_jk.c Log: Fix the JK_NEED test to follow a 1|0 value instead of ifdef Revision ChangesPath 1.155 +2 -2 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c Index: mod_jk.c

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2005-07-12 Thread wrowe
wrowe 2005/07/12 12:17:43 Modified:jk/native/apache-2.0 mod_jk.c Log: Use the same mutex check as we use in the unix MPMs. Revision ChangesPath 1.152 +3 -3 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c Index: mod_jk.c

cvs commit: jakarta-tomcat-connectors/jk/support jk_apache_static.m4

2005-07-12 Thread wrowe
wrowe 2005/07/12 12:38:18 Modified:jk/native configure.in jk/native/apache-1.3 Makefile.netware NWGNUmakefile.mak jk/native/apache-2.0 NWGNUmakefile jk/native/jni Makefile.netware jk/native/netscape Makefile.netware

cvs commit: jakarta-tomcat-connectors/jk/native/apache-1.3 mod_jk.c

2005-08-07 Thread wrowe
wrowe 2005/08/07 22:14:00 Modified:jk/native/apache-1.3 mod_jk.c Log: This didn't do what the author intended on Win32; without declspec(dllimport) the module was looking at the redirection of this extern, not the redirected result from loading the ApacheCore.dll m

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2005-09-12 Thread wrowe
wrowe 2005/09/12 15:21:31 Modified:jk/native/apache-2.0 mod_jk.c Log: Modify the test introduced in 1.152 for httpd-2.2 compatibility, the new symbol isn't available in httpd-2.0 leading to perms issues. This patch anticipates that the flag will become a 0|1