cvs commit: jakarta-tomcat-connectors KEYS

2004-01-30 Thread truk
truk2004/01/30 13:54:40 Modified:.KEYS Log: add my key :) Revision ChangesPath 1.13 +16 -0 jakarta-tomcat-connectors/KEYS Index: KEYS === RCS file: /home/cvs/jakarta-tomcat

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 Makefile.apxs.in

2004-02-09 Thread truk
truk2004/02/09 12:18:48 Modified:jk/native2/server/apache13 Makefile.apxs.in Log: Fix cut and paste error related to bug 15771 Revision ChangesPath 1.8 +1 -1 jakarta-tomcat-connectors/jk/native2/server/apache13/Makefile.apxs.in Index

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 Makefile.in

2004-02-09 Thread truk
truk2004/02/09 20:24:13 Modified:jk/native2/server/apache13 Makefile.in jk/native2/server/apache2 Makefile.in Log: JAVA_HOME is always defined now. Adjust conditional. Revision ChangesPath 1.12 +1 -1 jakarta-tomcat-connectors/jk/native2

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 Makefile.apxs.in

2004-02-09 Thread truk
truk2004/02/09 20:39:51 Modified:jk/native2/server/apache13 Makefile.apxs.in jk/native2/server/apache2 Makefile.apxs.in Log: JAVA_HOME is always defined now. Adjust conditionals. Revision ChangesPath 1.9 +1 -1 jakarta-tomcat-connectors/jk

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

2004-02-11 Thread truk
truk2004/02/11 10:40:58 Modified:jk/support jk_java.m4 Log: make sure JAVA_HOME is not picked up from env when use_jni is false Revision ChangesPath 1.6 +5 -1 jakarta-tomcat-connectors/jk/support/jk_java.m4 Index: jk_java.m4

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

2004-02-13 Thread truk
truk2004/02/13 13:24:41 Modified:jk/support jk_exec.m4 Log: jk_exec_retvalue must be on its own line and \n was always cutting it Revision ChangesPath 1.4 +2 -1 jakarta-tomcat-connectors/jk/support/jk_exec.m4 Index: jk_exec.m4

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

2004-02-13 Thread truk
truk2004/02/13 13:38:26 Modified:jk/native2 Makefile.in jk/native2/server/apache13 Makefile.apxs.in jk/support jk_apr.m4 Log: add apxs meta targets and jk2-install-apxs from Guenter Knauf For apache13: Change apr and apr-util to install into

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 Makefile.in

2004-02-19 Thread truk
truk2004/02/19 19:04:43 Modified:jk/native2/server/apache13 Makefile.in Log: Add the libraries apr-util needs. Fixes missing expat problem. Revision ChangesPath 1.13 +2 -1 jakarta-tomcat-connectors/jk/native2/server/apache13/Makefile.in Index

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

2004-02-23 Thread truk
truk2004/02/23 20:00:30 Modified:jk/native2/server/apache2 Makefile.in jk/support jk_apxs.m4 Log: Need to use apxs to get APACHE2_LIBDIR Revision ChangesPath 1.19 +1 -1 jakarta-tomcat-connectors/jk/native2/server/apache2/Makefile.in

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

2004-02-24 Thread truk
truk2004/02/24 05:17:07 Modified:jk/support jk_ws.m4 Log: Need APACHE2_LIBDIR here Revision ChangesPath 1.9 +3 -2 jakarta-tomcat-connectors/jk/support/jk_ws.m4 Index: jk_ws.m4 === RCS

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

2004-02-24 Thread truk
truk2004/02/24 19:33:06 Modified:jk/native/common jk_ajp_common.c Log: Fix bug 22604. Patch from David Rees. Revision ChangesPath 1.52 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.c Index: jk_ajp_common.c

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

2004-02-27 Thread truk
truk2004/02/27 11:10:07 Modified:jk/native2/common jk_uriEnv.c jk_uriMap.c Log: Use apache pcre functions when HAVE_AP_PCRE is defined. From Guenter Knauf. Revision ChangesPath 1.54 +16 -2 jakarta-tomcat-connectors/jk/native2/common/jk_uriEnv.c Index

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 Makefile.apxs.in Makefile.in NWGNUmakefile mod_jk2.dsp

2004-02-27 Thread truk
truk2004/02/27 11:14:33 Modified:jk/native2/server/apache2 Makefile.apxs.in Makefile.in NWGNUmakefile mod_jk2.dsp Log: Remove HAS_PCRE and add HAS_AP_PCRE. From Guenter Knauf. apache2 doesn't need --with-pcre now and is silently ignored.

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common JkInputStream.java

2004-03-04 Thread truk
truk2004/03/04 21:12:56 Modified:jk/java/org/apache/jk/common JkInputStream.java Log: Fix Bugs: 20184 & 24763 - getLen returns the length excluding the header. Revision ChangesPath 1.15 +1 -1 jakarta-tomcat-connectors/jk/java/org/apache/jk/co

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

2004-03-05 Thread truk
truk2004/03/05 15:35:52 Modified:jk/native2/common jk_channel_un.c Log: Calculate length for bind() in a portable way that works for sockaddr_un structs with and without sun_len. Revision ChangesPath 1.19 +7 -2 jakarta-tomcat-connectors/jk/native2/common

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

2004-03-08 Thread truk
truk2004/03/08 15:01:07 Modified:jk/native2/common jk_worker_lb.c Log: Fix bug 23483 Only add worker to the workerTable if it is not already there. Add check for maximum workers too. Revision ChangesPath 1.38 +21 -5 jakarta-tomcat-connectors/jk

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

2004-03-10 Thread truk
truk2004/03/10 11:07:41 Modified:jk/native2 configure.in jk/native2/server/apache2 Makefile.in jk/support jk_java.m4 Log: Only build libjkjni.so when --with-jni is specified. Revision ChangesPath 1.22 +3 -2 jakarta-tomcat

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 Makefile.apxs.in Makefile.in

2004-03-10 Thread truk
truk2004/03/10 15:52:34 Modified:jk/native2/server/apache2 Makefile.apxs.in Makefile.in Log: Go back to using HAS_PCRE to fix libjkjni unresolved references. This reverts Apache2 back to its original behavior for pcre (for platforms that use configure). If you want pcre

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

2004-03-12 Thread truk
truk2004/03/12 12:42:51 Modified:jk/native2/common jk_worker_ajp13.c Log: Don't do a prepost check alive if the endpoint is not connected yet (it always fails). When connecting endpoint do a prepost check alive if there isn't a connect check alive. Revisio

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 Makefile.in

2004-03-18 Thread truk
truk2004/03/18 09:14:45 Modified:jk/native2/server/apache13 Makefile.in Log: Arrange --with-jni build. Revision ChangesPath 1.15 +27 -7 jakarta-tomcat-connectors/jk/native2/server/apache13/Makefile.in Index: Makefile.in

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

2004-03-18 Thread truk
truk2004/03/18 14:07:38 Modified:jk/native2/server/apache13 Makefile.apxs.in Makefile.in jk/support jk_pcre.m4 Log: Arrange --with-pcre support for apache13 for both Makefile.in and Makefile.apxs.in Arrange --with-jni support for apache13 for

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 Makefile.apxs.in Makefile.in

2004-03-18 Thread truk
truk2004/03/18 18:52:23 Modified:jk/native2/server/apache2 Makefile.apxs.in Makefile.in Log: Rearrange Makefile.apxs.in to be more consistant with Makefile.in Arrange --with-pcre support for apache13 for both Makefile.in and Makefile.apxs.in Arrange --with-jni

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

2004-03-22 Thread truk
truk2004/03/22 08:28:21 Modified:jk/native2/server/apache2 Makefile.in jk/support jk_apxs.m4 Log: Eliminate hardcoded apr-0 lib and determine while configuring. Helps older apache2 versions. Revision ChangesPath 1.25 +2 -1 jakarta-tomcat

cvs commit: jakarta-tomcat-connectors/jk/native2 BUILD.txt INSTALL.txt

2004-03-22 Thread truk
truk2004/03/22 11:51:43 Modified:jk/native2 BUILD.txt INSTALL.txt Log: Must use absolute path to apr and apr-util source. At this time there isn't an install target, so replace with apxs install. Lots of redundancy between BUILD.txt and INSTALL.txt righ

cvs commit: jakarta-tomcat-connectors KEYS

2004-03-26 Thread truk
truk2004/03/26 14:07:06 Modified:.KEYS Log: Switch to a non-patented algorithm. Revision ChangesPath 1.14 +27 -9 jakarta-tomcat-connectors/KEYS Index: KEYS === RCS file: /home