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

2004-03-20 Thread mturk
mturk 2004/03/20 07:29:40 Modified:jk/native2 BUILD.txt Log: IIS quick build info. Revision ChangesPath 1.4 +21 -5 jakarta-tomcat-connectors/jk/native2/BUILD.txt Index: BUILD.txt === RCS

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

2004-03-20 Thread mturk
mturk 2004/03/20 07:37:43 Modified:jk/native2 INSTALL.txt Log: IIS quick install info. Revision ChangesPath 1.2 +16 -1 jakarta-tomcat-connectors/jk/native2/INSTALL.txt Index: INSTALL.txt

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 mod_jk2.dsp

2004-03-20 Thread mturk
mturk 2004/03/20 23:03:17 Modified:jk/native2/server/apache13 mod_jk2.dsp Log: Change the module extension to .so so we can use the same config samples. Revision ChangesPath 1.6 +9 -9 jakarta-tomcat-connectors/jk/native2/server/apache13/mod_jk2.dsp

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk2.dsp

2004-03-20 Thread mturk
mturk 2004/03/20 23:03:29 Modified:jk/native2/server/apache2 mod_jk2.dsp Log: Change the module extension to .so so we can use the same config samples. Revision ChangesPath 1.9 +4 -4 jakarta-tomcat-connectors/jk/native2/server/apache2/mod_jk2.dsp Index

cvs commit: jakarta-tomcat-connectors/jk/native2 .indent.pro

2004-03-21 Thread mturk
mturk 2004/03/21 01:38:23 Added: jk/native2 .indent.pro Log: Add the apache-wide coding style GNU indent resource file. Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/native2/.indent.pro Index: .indent.pro

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_workerEnv.h jk_worker.h jk_vm.h jk_uriMap.h jk_uriEnv.h jk_shm.h jk_service.h jk_requtil.h jk_pool.h jk_objCache.h jk_mutex.h jk_msg.h jk_md5.h jk_map.h jk_logger.h jk_handler.h jk_global.h jk_env.h jk_endpoint.h jk_config.h jk_channel.h jk_bean.h

2004-03-21 Thread mturk
mturk 2004/03/21 01:39:58 Modified:jk/native2/include jk_workerEnv.h jk_worker.h jk_vm.h jk_uriMap.h jk_uriEnv.h jk_shm.h jk_service.h jk_requtil.h jk_pool.h jk_objCache.h jk_mutex.h jk_msg.h jk_md5.h jk_map.h

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_workerEnv.c jk_worker_status.c jk_worker_run.c jk_worker_lb.c jk_worker_jni.c jk_worker_ajp13.c jk_vm_default.c jk_user.c jk_uriMap.c jk_uriEnv.c jk_signal.c jk_shm.c jk_requtil.c jk_registry.h jk_registry.c jk_pool_apr.c jk_objCache.c jk_nwmain.c jk_mutex_thread.c jk_mutex_proc.c jk_mutex.c jk_msg_ajp.c jk_md5.c jk_map.c jk_logger_win32.c jk_logger_file.c jk_handler_response.c jk_handler_logon.c jk_env.c jk_endpoint.c jk_config_file.c jk_config.c jk_channel_un.c jk_channel_jni.c jk_channel_apr_socket.c jk_channel.c

2004-03-21 Thread mturk
mturk 2004/03/21 01:43:10 Modified:jk/native2/common jk_workerEnv.c jk_worker_status.c jk_worker_run.c jk_worker_lb.c jk_worker_jni.c jk_worker_ajp13.c jk_vm_default.c jk_user.c jk_uriMap.c jk_uriEnv.c jk_signal.c

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 mod_jk2.c jk_service_apache13.c

2004-03-21 Thread mturk
mturk 2004/03/21 01:43:51 Modified:jk/native2/server/apache13 mod_jk2.c jk_service_apache13.c Log: Apply the Apache-wide conding style. See http://www.apache.org/dev/styleguide.html for details. Revision ChangesPath 1.33 +261 -246 jakarta-tomcat-connectors/jk

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 mod_jk2.dsp

2004-03-27 Thread mturk
mturk 2004/03/27 22:30:09 Modified:jk/native2/server/apache13 mod_jk2.dsp Log: Remove non-APR build targets. Revision ChangesPath 1.7 +15 -93jakarta-tomcat-connectors/jk/native2/server/apache13/mod_jk2.dsp Index: mod_jk2.dsp

cvs commit: jakarta-tomcat-catalina/catalina/src/bin startup.bat shutdown.bat catalina.bat

2004-03-27 Thread mturk
mturk 2004/03/27 22:40:44 Modified:catalina/src/bin startup.bat shutdown.bat catalina.bat Log: Change to the absolute path using %CD% for setting CATALINA_HOME. This enables that java.io.tempdir is set to absolute path instead relative. Revision ChangesPath 1.5

cvs commit: jakarta-tomcat-connectors/procrun tomcat.exe.manifest

2004-03-30 Thread mturk
mturk 2004/03/30 09:28:43 Added: procrun tomcat.exe.manifest Log: Add XP manifest file for XP style GUI Revision ChangesPath 1.1 jakarta-tomcat-connectors/procrun/tomcat.exe.manifest Index: tomcat.exe.manifest

cvs commit: jakarta-tomcat-connectors/procrun tomcat.rc

2004-03-30 Thread mturk
mturk 2004/03/30 09:29:12 Modified:procrun tomcat.rc Log: Add manifest resource for XP GUI style Revision ChangesPath 1.5 +1 -1 jakarta-tomcat-connectors/procrun/tomcat.rc Index: tomcat.rc

cvs commit: jakarta-tomcat-connectors/procrun/bin tomcatw.exe tomcat.exe

2004-03-30 Thread mturk
mturk 2004/03/30 09:31:32 Modified:procrun/bin tomcatw.exe tomcat.exe Log: Latest binary builds Revision ChangesPath 1.8 +208 -63 jakarta-tomcat-connectors/procrun/bin/tomcatw.exe Binary file 1.8 +26 -24jakarta-tomcat-connectors

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/src ajp_link.c

2004-08-25 Thread mturk
mturk 2004/08/25 13:54:31 Added: ajp/ajplib/src ajp_link.c Log: Not to bad :). Only the ajp_link.c has been lost during manual moving of ajplib files. Revision ChangesPath 1.1 jakarta-tomcat-connectors/ajp/ajplib/src/ajp_link.c Index

cvs commit: jakarta-tomcat-5 tomcat.nsi

2004-09-01 Thread mturk
mturk 2004/09/01 11:25:59 Modified:.tomcat.nsi Log: Another search-replace from 5.0 to 5.5 :) Revision ChangesPath 1.51 +2 -2 jakarta-tomcat-5/tomcat.nsi Index: tomcat.nsi

cvs commit: jakarta-tomcat-5/resources side_left.bmp License.rtf

2004-09-02 Thread mturk
mturk 2004/09/02 03:01:05 Added: resources Tag: TOMCAT_5_0 side_left.bmp License.rtf Log: Add custom installer left side picture and RTF License form Httpd project. Revision ChangesPath No revision No revision 1.1.2.1 +5 -0

cvs commit: jakarta-tomcat-5 tomcat.nsi

2004-09-02 Thread mturk
mturk 2004/09/02 03:02:05 Modified:.Tag: TOMCAT_5_0 tomcat.nsi Log: Fix setting tmpdir. Add new side image and rtf license. Add tools.jar to classpath and do not copy tools.jar from SDK Revision ChangesPath No revision

cvs commit: jakarta-tomcat-5 tomcat.nsi

2004-09-02 Thread mturk
mturk 2004/09/02 03:07:02 Modified:.tomcat.nsi Log: Fix setting tmpdir. Add new side image and rtf license. Add tools.jar to classpath. Revision ChangesPath 1.53 +10 -5 jakarta-tomcat-5/tomcat.nsi Index: tomcat.nsi

cvs commit: jakarta-tomcat-5/resources side_left.bmp License.rtf

2004-09-02 Thread mturk
mturk 2004/09/02 03:07:38 Added: resources side_left.bmp License.rtf Log: Add custom installer left side picture and RTF License form Httpd project. Revision ChangesPath 1.2 +5 -0 jakarta-tomcat-5/resources/side_left.bmp Binary file

cvs commit: jakarta-tomcat-5 tomcat.nsi build.xml

2004-09-03 Thread mturk
mturk 2004/09/03 01:18:16 Modified:.tomcat.nsi build.xml Log: Added dotted version for the installer. This enables strange versions like 5.5-rc1, etc... The dotted version has to be a four numbers separated with dots. Revision ChangesPath 1.55 +2 -2

cvs commit: jakarta-tomcat-5 tomcat.nsi

2004-09-04 Thread mturk
mturk 2004/09/04 11:03:40 Modified:.tomcat.nsi Log: Rename DOTTEDVER to VERSION_NUMBER. This is what build.xml now sets. Revision ChangesPath 1.56 +2 -2 jakarta-tomcat-5/tomcat.nsi Index: tomcat.nsi

cvs commit: jakarta-tomcat-5 build.xml

2004-09-04 Thread mturk
mturk 2004/09/04 11:05:58 Modified:.build.xml Log: Change the way how the 'version' property gets set. Instead manually setting the property it gets constucted now. If the 'version-dev' is set to nonzero '-dev' is appended. If the 'version.patch' is set the 'dot

cvs commit: jakarta-tomcat-connectors/procrun/bin tomcat5.exe

2004-09-05 Thread mturk
mturk 2004/09/05 00:17:51 Modified:procrun/bin tomcat5.exe Log: Latest binary build. Revision ChangesPath 1.6 +35 -39jakarta-tomcat-connectors/procrun/bin/tomcat5.exe Binary file

cvs commit: jakarta-tomcat-catalina/catalina/src/bin service.bat

2004-09-05 Thread mturk
mturk 2004/09/05 00:19:59 Modified:catalina/src/bin service.bat Log: Use return values from procrun. Remove tools.jar from classpath. Add more verbosing. Revision ChangesPath 1.9 +14 -4 jakarta-tomcat-catalina/catalina/src/bin/service.bat Index

cvs commit: jakarta-tomcat-connectors/procrun/bin tomcat5w.exe

2004-09-05 Thread mturk
mturk 2004/09/05 00:55:33 Modified:procrun/bin tomcat5w.exe Log: Latest binary build. Revision ChangesPath 1.5 +116 -117 jakarta-tomcat-connectors/procrun/bin/tomcat5w.exe Binary file

cvs commit: jakarta-tomcat-connectors/procrun/bin tomcat5.exe tomcat5w.exe

2004-09-05 Thread mturk
mturk 2004/09/05 00:57:05 Modified:procrun/bin Tag: TOMCAT_5_0 tomcat5.exe tomcat5w.exe Log: Backport binaries to TOMCAT_5_0 branch. Revision ChangesPath No revision No revision 1.2.2.1 +135 -131 jakarta-tomcat-connectors

cvs commit: jakarta-tomcat-catalina/catalina/src/bin service.bat

2004-09-05 Thread mturk
mturk 2004/09/05 00:57:57 Modified:catalina/src/bin Tag: TOMCAT_5_0 service.bat Log: Backport from HEAD preserving tools.jar in classpath. Revision ChangesPath No revision No revision 1.5.2.2 +13 -3 jakarta-tomcat-catalina

cvs commit: jakarta-tomcat-5/resources header.bmp side_left.bmp

2004-09-05 Thread mturk
mturk 2004/09/05 02:58:39 Modified:resources side_left.bmp Added: resources header.bmp Log: Update installer artwork :). Revision ChangesPath 1.3 +21 -5 jakarta-tomcat-5/resources/side_left.bmp Binary file 1.1

cvs commit: jakarta-tomcat-5 tomcat.nsi

2004-09-05 Thread mturk
mturk 2004/09/05 02:58:51 Modified:.tomcat.nsi Log: Update installer artwork :). Revision ChangesPath 1.57 +6 -1 jakarta-tomcat-5/tomcat.nsi Index: tomcat.nsi === RCS file: /home

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/src ajp_header.c

2004-09-07 Thread mturk
mturk 2004/09/06 23:50:45 Modified:ajp/ajplib/src ajp_header.c Log: Sync with httpd-2.0 tree. Implement REQ_ATTRIBUTE using request rec environment table, so we can use standard SetEnv directive for that. The ajp specific attributes has to be prefixed using 'AJP_

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/include ajp.h

2004-09-07 Thread mturk
mturk 2004/09/06 23:50:53 Modified:ajp/ajplib/include ajp.h Log: Sync with httpd-2.0 tree. Implement REQ_ATTRIBUTE using request rec environment table, so we can use standard SetEnv directive for that. The ajp specific attributes has to be prefixed using 'AJP_

cvs commit: jakarta-tomcat-connectors/procrun/bin tomcat5w.exe

2004-09-13 Thread mturk
mturk 2004/09/12 23:06:13 Modified:procrun/bin tomcat5w.exe Log: FIxed bug 31185 Revision ChangesPath 1.6 +5 -5 jakarta-tomcat-connectors/procrun/bin/tomcat5w.exe Binary file

cvs commit: jakarta-tomcat-connectors/procrun/bin tomcat5w.exe

2004-09-13 Thread mturk
mturk 2004/09/12 23:06:42 Modified:procrun/bin Tag: TOMCAT_5_0 tomcat5w.exe Log: Backport fixed bug 31185 Revision ChangesPath No revision No revision 1.2.2.2 +5 -5 jakarta-tomcat-connectors/procrun/bin/tomcat5w.exe

cvs commit: jakarta-tomcat-5 build.xml

2004-09-13 Thread mturk
mturk 2004/09/13 08:04:08 Modified:.build.xml Log: Do not forget to increment version.build after release. It is used for generating proper file names. Revision ChangesPath 1.211 +1 -1 jakarta-tomcat-5/build.xml Index: build.xml

cvs commit: jakarta-tomcat-connectors/procrun/bin tomcat5.exe

2004-09-13 Thread mturk
mturk 2004/09/13 10:52:09 Modified:procrun/bin tomcat5.exe Log: In debug mode redirect messages to console output. Revision ChangesPath 1.7 +77 -85jakarta-tomcat-connectors/procrun/bin/tomcat5.exe Binary file

cvs commit: jakarta-tomcat-5 tomcat.nsi

2004-09-13 Thread mturk
mturk 2004/09/13 12:11:41 Modified:.tomcat.nsi Log: Check the return value from service install and give user a chance to fix the problems, ignore or abort installation. The problems can be either the lack of admin permission or the service Tomcat5 already installed

cvs commit: jakarta-tomcat-5 tomcat.nsi

2004-09-14 Thread mturk
mturk 2004/09/14 00:59:41 Modified:.tomcat.nsi Log: Fix function findJVMPath. It failed to set the custom jre path if the path was not JDK path. Now that we can use only JRE, enable that. The JRE paths does not have 'jre\bin\', but just 'bin\' prefix. Also add

cvs commit: jakarta-tomcat-catalina/webapps/docs/config http.xml

2004-09-16 Thread mturk
mturk 2004/09/16 06:26:45 Modified:webapps/docs/config http.xml Log: Add missing /attribute close tag Revision ChangesPath 1.15 +1 -0 jakarta-tomcat-catalina/webapps/docs/config/http.xml Index: http.xml

cvs commit: jakarta-tomcat-5 build.properties.default build.xml

2004-09-16 Thread mturk
mturk 2004/09/16 06:38:15 Modified:.build.properties.default build.xml Log: Remove versioning from build.xml to build.properties. This way one can set version to any name desired. Just don't forget to set the numbers accordingly too. Revision ChangesPath

cvs commit: jakarta-tomcat-5 tomcat.nsi

2004-09-18 Thread mturk
mturk 2004/09/18 07:49:58 Modified:.tomcat.nsi Log: Add compatibility option to the installer for pre Java5 jvm's. Also do not add Administation link if admin package is not installed. Also some minor display change on JVM not found. Revision ChangesPath

cvs commit: jakarta-tomcat-5 tomcat.nsi

2004-09-18 Thread mturk
mturk 2004/09/18 10:43:34 Modified:.tomcat.nsi Log: Comment out all packages that are not present in the standard .tar.gz or .zip distribution. Revision ChangesPath 1.63 +38 -38jakarta-tomcat-5/tomcat.nsi Index: tomcat.nsi

cvs commit: jakarta-tomcat-connectors/procrun/bin tomcat5w.exe

2004-09-18 Thread mturk
mturk 2004/09/18 12:22:51 Modified:procrun/bin tomcat5w.exe Log: Added //MR and //MQ command line options. The first behaves like MS but starts the service when run. The second closes all monitor applications, so that uninstaller doesn't complain about running applications

cvs commit: jakarta-tomcat-connectors/procrun/bin tomcat5w.exe

2004-09-18 Thread mturk
mturk 2004/09/18 12:24:34 Modified:procrun/bin Tag: TOMCAT_5_0 tomcat5w.exe Log: Added //MR and //MQ command line options. The first behaves like MS but starts the service when run. The second closes all monitor applications, so that uninstaller doesn't complain about

cvs commit: jakarta-tomcat-connectors/procrun/bin tomcat5.exe

2004-09-18 Thread mturk
mturk 2004/09/18 12:26:21 Modified:procrun/bin Tag: TOMCAT_5_0 tomcat5.exe Log: Backport from HEAD. In debug mode redirect messages to console output. Revision ChangesPath No revision No revision 1.2.2.2 +77 -85jakarta

cvs commit: jakarta-tomcat-5 tomcat.nsi

2004-09-18 Thread mturk
mturk 2004/09/18 12:29:34 Modified:.tomcat.nsi Log: Use new MR option to run the service if the user selects that. Use new MQ option to shutdown the monitor application on uninstall. Revision ChangesPath 1.64 +7 -2 jakarta-tomcat-5/tomcat.nsi

cvs commit: jakarta-tomcat-connectors/procrun/bin tomcat5.exe tomcat5w.exe

2004-09-19 Thread mturk
mturk 2004/09/19 01:50:13 Modified:procrun/bin tomcat5.exe tomcat5w.exe Log: Latest binaries that fixes shutdown service problems. See procrun.c and javajni.c for details. Revision ChangesPath 1.8 +95 -88jakarta-tomcat-connectors/procrun/bin/tomcat5.exe

cvs commit: jakarta-tomcat-connectors/procrun/bin tomcat5.exe tomcat5w.exe

2004-09-19 Thread mturk
mturk 2004/09/19 01:52:36 Modified:procrun/bin Tag: TOMCAT_5_0 tomcat5.exe tomcat5w.exe Log: Backport from HEAD with latest binaries that fixes shutdown service problems. See procrun.c and javajni.c for details. Revision ChangesPath No revision

cvs commit: jakarta-tomcat-5/resources side_left.bmp

2004-09-19 Thread mturk
mturk 2004/09/19 02:56:07 Modified:resources side_left.bmp Log: Installer artwork update. The design is simply excellent. :). Revision ChangesPath 1.4 +17 -21jakarta-tomcat-5/resources/side_left.bmp Binary file

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/util ServerInfo.java ServerInfo.properties

2004-09-24 Thread mturk
mturk 2004/09/24 09:40:50 Modified:catalina/src/share/org/apache/catalina/util ServerInfo.java ServerInfo.properties Log: Add server built and version number to ServerInfo. It just makes '-version' more informative. Revision ChangesPath 1.4

cvs commit: jakarta-tomcat-catalina/catalina build.xml

2004-09-24 Thread mturk
mturk 2004/09/24 09:41:12 Modified:catalina build.xml Log: Add server built and version number to ServerInfo. It just makes '-version' more informative. Revision ChangesPath 1.74 +6 -1 jakarta-tomcat-catalina/catalina/build.xml Index: build.xml

cvs commit: jakarta-tomcat-connectors/procrun/bin tomcat5.exe tomcat5w.exe

2004-09-25 Thread mturk
mturk 2004/09/25 07:28:13 Modified:procrun/bin tomcat5.exe tomcat5w.exe Log: Fix console handler for jni. Now we register -Xrs only for service mode, so that CTRL+BREAK dumps the thread. Revision ChangesPath 1.9 +48 -52jakarta-tomcat-connectors/procrun/bin

cvs commit: jakarta-tomcat-connectors/procrun/bin tomcat5.exe tomcat5w.exe

2004-09-25 Thread mturk
mturk 2004/09/25 07:30:30 Modified:procrun/bin Tag: TOMCAT_5_0 tomcat5.exe tomcat5w.exe Log: Backport from HEAD. Fix console handler for jni. Now we register -Xrs only for service mode, so that CTRL+BREAK dumps the thread. Revision ChangesPath

cvs commit: jakarta-tomcat-5 tomcat.nsi

2004-10-06 Thread mturk
mturk 2004/10/06 03:07:55 Modified:.tomcat.nsi Log: Fix typo removing LangString for SecWebapps. Revision ChangesPath 1.65 +2 -2 jakarta-tomcat-5/tomcat.nsi Index: tomcat.nsi

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

2004-10-06 Thread mturk
mturk 2004/10/06 03:12:50 Modified:jk/native/common jk_pool.c jk_pool.h Log: Add alignment macros and use size_t instead unsigned. Revision ChangesPath 1.8 +31 -41jakarta-tomcat-connectors/jk/native/common/jk_pool.c Index: jk_pool.c

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

2004-10-06 Thread mturk
mturk 2004/10/06 03:16:10 Modified:jk/native/common jk_msg_buff.c jk_msg_buff.h Log: Use direct message conversion instead function calls. Also fix style and compile time warnings. Revision ChangesPath 1.17 +90 -109 jakarta-tomcat-connectors/jk/native/common

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

2004-10-08 Thread mturk
mturk 2004/10/08 00:19:34 Modified:jk/native/common jk_uri_worker_map.c Log: Untabify the source. Revision ChangesPath 1.22 +58 -59jakarta-tomcat-connectors/jk/native/common/jk_uri_worker_map.c Index: jk_uri_worker_map.c

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

2004-10-08 Thread mturk
mturk 2004/10/08 00:20:33 Modified:jk/native/common jk_util.c Log: Untabify the source and use size_t for strlens. Revision ChangesPath 1.29 +26 -26jakarta-tomcat-connectors/jk/native/common/jk_util.c Index: jk_util.c

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

2004-10-08 Thread mturk
mturk 2004/10/08 00:22:58 Modified:jk/native/common jk_md5.c Log: Untabify the source code Revision ChangesPath 1.10 +119 -135 jakarta-tomcat-connectors/jk/native/common/jk_md5.c Index: jk_md5.c

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_md5.h

2004-10-08 Thread mturk
mturk 2004/10/08 00:23:51 Modified:jk/native/common jk_md5.h Log: Int is not 32 bits on all platforms. Revision ChangesPath 1.3 +12 -4 jakarta-tomcat-connectors/jk/native/common/jk_md5.h Index: jk_md5.h

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

2004-10-08 Thread mturk
mturk 2004/10/08 00:18:04 Modified:jk/native/common jk_ajp14_worker.c Log: Comment the login service for now. Revision ChangesPath 1.20 +4 -1 jakarta-tomcat-connectors/jk/native/common/jk_ajp14_worker.c Index: jk_ajp14_worker.c

cvs commit: jakarta-tomcat-connectors/jk/native/common .indent.pro

2004-10-08 Thread mturk
mturk 2004/10/08 00:34:44 Added: jk/native/common .indent.pro Log: Indent file for mod_jk. Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/native/common/.indent.pro Index: .indent.pro

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp12_worker.c jk_ajp13.c jk_ajp13_worker.c jk_ajp14.c jk_ajp14_worker.c jk_ajp_common.c jk_connect.c jk_context.c jk_jni_worker.c jk_lb_worker.c jk_map.c jk_md5.c jk_msg_buff.c jk_nwmain.c jk_pool.c jk_sockbuf.c jk_uri_worker_map.c jk_util.c jk_worker.c jk_ajp12_worker.h jk_ajp13.h jk_ajp13_worker.h jk_ajp14.h jk_ajp14_worker.h jk_ajp_common.h jk_connect.h jk_context.h jk_global.h jk_jni_worker.h jk_lb_worker.h jk_logger.h jk_map.h jk_md5.h jk_msg_buff.h jk_mt.h jk_pool.h jk_service.h jk_sockbuf.h jk_uri_worker_map.h jk_util.h jk_version.h jk_worker.h jk_worker_list.h

2004-10-08 Thread mturk
mturk 2004/10/08 00:50:41 Modified:jk/native/common jk_ajp12_worker.c jk_ajp13.c jk_ajp13_worker.c jk_ajp14.c jk_ajp14_worker.c jk_ajp_common.c jk_connect.c jk_context.c jk_jni_worker.c jk_lb_worker.c jk_map.c

cvs commit: jakarta-tomcat-connectors/jk/native/netscape jk_nsapi_plugin.c

2004-10-08 Thread mturk
mturk 2004/10/08 01:55:14 Modified:jk/native/apache-1.3 mod_jk.c jk/native/apache-2.0 mod_jk.c jk/native/domino dsapifilter.h inifile.c inifile.h jk_dsapi_plugin.c jk/native/iis jk_isapi_plugin.c jk

cvs commit: jakarta-tomcat-connectors/jk/native/iis jk_isapi_plugin.c

2004-10-08 Thread mturk
mturk 2004/10/08 03:37:12 Modified:jk/native/iis jk_isapi_plugin.c Log: Remove computing properties file on each dll event. Fix reporting error page to client, and few compile time warnigs. Revision ChangesPath 1.25 +43 -38jakarta-tomcat-connectors/jk/native

cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2004-10-08 Thread mturk
mturk 2004/10/08 04:08:47 Modified:jk/native CHANGES.txt Log: Recent changes to jk. Revision ChangesPath 1.22 +7 -1 jakarta-tomcat-connectors/jk/native/CHANGES.txt Index: CHANGES.txt

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

2004-11-08 Thread mturk
mturk 2004/11/08 05:23:02 Modified:jk/native/common jk_ajp12_worker.c Log: Added timeout param to jk_open_socket Revision ChangesPath 1.15 +3 -2 jakarta-tomcat-connectors/jk/native/common/jk_ajp12_worker.c Index: jk_ajp12_worker.c

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp12_worker.h

2004-11-08 Thread mturk
mturk 2004/11/08 05:23:25 Modified:jk/native/common jk_ajp12_worker.h Log: Format code Revision ChangesPath 1.8 +3 -3 jakarta-tomcat-connectors/jk/native/common/jk_ajp12_worker.h Index: jk_ajp12_worker.h

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp13.h

2004-11-08 Thread mturk
mturk 2004/11/08 05:24:17 Modified:jk/native/common jk_ajp13.h Log: Format code Revision ChangesPath 1.15 +3 -3 jakarta-tomcat-connectors/jk/native/common/jk_ajp13.h Index: jk_ajp13.h

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp13_worker.h

2004-11-08 Thread mturk
mturk 2004/11/08 05:24:46 Modified:jk/native/common jk_ajp13_worker.h Log: Format code Revision ChangesPath 1.10 +3 -3 jakarta-tomcat-connectors/jk/native/common/jk_ajp13_worker.h Index: jk_ajp13_worker.h

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp14.h

2004-11-08 Thread mturk
mturk 2004/11/08 05:25:57 Modified:jk/native/common jk_ajp14.h Log: Format code Revision ChangesPath 1.14 +72 -72jakarta-tomcat-connectors/jk/native/common/jk_ajp14.h Index: jk_ajp14.h

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp14_worker.h

2004-11-08 Thread mturk
mturk 2004/11/08 05:26:45 Modified:jk/native/common jk_ajp14_worker.h Log: Format code Revision ChangesPath 1.12 +3 -3 jakarta-tomcat-connectors/jk/native/common/jk_ajp14_worker.h Index: jk_ajp14_worker.h

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

2004-11-08 Thread mturk
mturk 2004/11/08 05:27:52 Modified:jk/native/common jk_ajp_common.h Log: Format code Revision ChangesPath 1.25 +114 -111 jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.h Index: jk_ajp_common.h

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_connect.h

2004-11-08 Thread mturk
mturk 2004/11/08 05:28:31 Modified:jk/native/common jk_connect.h Log: Add socket timout to open_socket Revision ChangesPath 1.10 +11 -8 jakarta-tomcat-connectors/jk/native/common/jk_connect.h Index: jk_connect.h

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_context.h

2004-11-08 Thread mturk
mturk 2004/11/08 05:28:55 Modified:jk/native/common jk_context.h Log: Format code Revision ChangesPath 1.9 +60 -60jakarta-tomcat-connectors/jk/native/common/jk_context.h Index: jk_context.h

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_global.h

2004-11-08 Thread mturk
mturk 2004/11/08 05:29:27 Modified:jk/native/common jk_global.h Log: Add needed includes for unix Revision ChangesPath 1.35 +2 -1 jakarta-tomcat-connectors/jk/native/common/jk_global.h Index: jk_global.h

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_jni_worker.h

2004-11-08 Thread mturk
mturk 2004/11/08 05:29:52 Modified:jk/native/common jk_jni_worker.h Log: Format code Revision ChangesPath 1.8 +3 -3 jakarta-tomcat-connectors/jk/native/common/jk_jni_worker.h Index: jk_jni_worker.h

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_lb_worker.h

2004-11-08 Thread mturk
mturk 2004/11/08 05:30:15 Modified:jk/native/common jk_lb_worker.h Log: Format code Revision ChangesPath 1.8 +3 -3 jakarta-tomcat-connectors/jk/native/common/jk_lb_worker.h Index: jk_lb_worker.h

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_logger.h

2004-11-08 Thread mturk
mturk 2004/11/08 05:30:41 Modified:jk/native/common jk_logger.h Log: Format code Revision ChangesPath 1.9 +18 -18jakarta-tomcat-connectors/jk/native/common/jk_logger.h Index: jk_logger.h

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_map.h

2004-11-08 Thread mturk
mturk 2004/11/08 05:31:05 Modified:jk/native/common jk_map.h Log: Format code Revision ChangesPath 1.11 +21 -19jakarta-tomcat-connectors/jk/native/common/jk_map.h Index: jk_map.h === RCS

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_md5.h

2004-11-08 Thread mturk
mturk 2004/11/08 05:31:55 Modified:jk/native/common jk_md5.h Log: Use platform 32 bit integers Revision ChangesPath 1.5 +10 -14jakarta-tomcat-connectors/jk/native/common/jk_md5.h Index: jk_md5.h

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_msg_buff.h

2004-11-08 Thread mturk
mturk 2004/11/08 05:32:21 Modified:jk/native/common jk_msg_buff.h Log: Format code Revision ChangesPath 1.12 +36 -37jakarta-tomcat-connectors/jk/native/common/jk_msg_buff.h Index: jk_msg_buff.h

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_pool.h

2004-11-08 Thread mturk
mturk 2004/11/08 05:32:56 Modified:jk/native/common jk_pool.h Log: Format code Revision ChangesPath 1.9 +17 -18jakarta-tomcat-connectors/jk/native/common/jk_pool.h Index: jk_pool.h

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_service.h

2004-11-08 Thread mturk
mturk 2004/11/08 05:33:21 Modified:jk/native/common jk_service.h Log: Format code Revision ChangesPath 1.19 +236 -236 jakarta-tomcat-connectors/jk/native/common/jk_service.h Index: jk_service.h

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_uri_worker_map.h

2004-11-08 Thread mturk
mturk 2004/11/08 05:33:55 Modified:jk/native/common jk_uri_worker_map.h Log: Format code Revision ChangesPath 1.11 +16 -17 jakarta-tomcat-connectors/jk/native/common/jk_uri_worker_map.h Index: jk_uri_worker_map.h

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_util.h

2004-11-08 Thread mturk
mturk 2004/11/08 05:34:11 Modified:jk/native/common jk_util.h Log: Format code Revision ChangesPath 1.18 +4 -3 jakarta-tomcat-connectors/jk/native/common/jk_util.h Index: jk_util.h

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_worker.h

2004-11-08 Thread mturk
mturk 2004/11/08 05:34:37 Modified:jk/native/common jk_worker.h Log: Format code Revision ChangesPath 1.11 +8 -9 jakarta-tomcat-connectors/jk/native/common/jk_worker.h Index: jk_worker.h

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

2004-11-08 Thread mturk
mturk 2004/11/08 05:37:46 Modified:jk/native/common jk_ajp_common.c Log: Use socket timeout and recycle timeout. Revision ChangesPath 1.60 +21 -13 jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.c Index: jk_ajp_common.c

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

2004-11-08 Thread mturk
mturk 2004/11/08 05:39:27 Modified:jk/native/common jk_connect.c Log: Use socket timeout, and use read/write on unix platforms. Use macros for WIN32/Netware socket errors. Revision ChangesPath 1.28 +204 -56 jakarta-tomcat-connectors/jk/native/common

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

2004-11-08 Thread mturk
mturk 2004/11/08 05:42:23 Modified:jk/native/common jk_lb_worker.c Log: Backport load balancer algorithm from proxy_balancer. Use integer balancer factors instead double. This algorithim is much fatster and it actually behaves like it should. Revision ChangesPath

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

2004-11-08 Thread mturk
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 -50

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

2004-11-08 Thread mturk
mturk 2004/11/08 05:48:12 Modified:jk/native/common jk_util.c Log: Add recycle_timeout instead socket_timeout Revision ChangesPath 1.32 +21 -8 jakarta-tomcat-connectors/jk/native/common/jk_util.c Index: jk_util.c

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

2004-11-08 Thread mturk
mturk 2004/11/08 05:48:56 Modified:jk/native/common jk_worker.c Log: Use integers for lbfactors Revision ChangesPath 1.18 +1 -1 jakarta-tomcat-connectors/jk/native/common/jk_worker.c Index: jk_worker.c

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_global.h

2004-11-09 Thread mturk
mturk 2004/11/09 00:17:03 Modified:jk/native/common jk_global.h Log: Add missing includes for Netware. Revision ChangesPath 1.36 +3 -1 jakarta-tomcat-connectors/jk/native/common/jk_global.h Index: jk_global.h

cvs commit: jakarta-tomcat-connectors/jk/native/netscape jk_nsapi_plugin.c

2004-11-09 Thread mturk
mturk 2004/11/09 04:17:44 Modified:jk/native/apache-1.3 mod_jk.c jk/native/apache-2.0 mod_jk.c jk/native/common jk_map.c jk_map.h jk_uri_worker_map.c jk_util.c jk_worker.c jk/native/domino jk_dsapi_plugin.c

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_global.h jk_md5.h

2004-11-10 Thread mturk
mturk 2004/11/10 06:35:41 Modified:jk/native/common jk_global.h jk_md5.h Log: Fix Netware includes and type definitions. Revision ChangesPath 1.37 +2 -4 jakarta-tomcat-connectors/jk/native/common/jk_global.h Index: jk_global.h

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_logger.h

2004-11-10 Thread mturk
mturk 2004/11/10 07:09:17 Modified:jk/native/common jk_logger.h Log: Add 'trace' log level. Also add support for compile-out debug messages. They are used only for debugging and are causing extra calls never used inside production. Revision ChangesPath 1.10

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

2004-11-10 Thread mturk
mturk 2004/11/10 07:17:02 Modified:jk/native/common jk_ajp13.c Log: Use new TRACE/DEBUG logging Revision ChangesPath 1.11 +10 -3 jakarta-tomcat-connectors/jk/native/common/jk_ajp13.c Index: jk_ajp13.c

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

2004-11-10 Thread mturk
mturk 2004/11/10 07:24:17 Modified:jk/native/common jk_ajp13_worker.c Log: Use new TRACE/DEBUG logging. Also skip checking for memory allocation. If we can not allocate enough memory it's better to core dump then try to continue. At some point we'll core dump anyhow, so

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp13_worker.c jk_ajp14.c jk_logger.h

2004-11-10 Thread mturk
mturk 2004/11/10 07:47:56 Modified:jk/native/common jk_ajp13_worker.c jk_ajp14.c jk_logger.h Log: Use new TRACE macros. Revision ChangesPath 1.17 +6 -6 jakarta-tomcat-connectors/jk/native/common/jk_ajp13_worker.c Index: jk_ajp13_worker.c

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_connect.c jk_lb_worker.c jk_logger.h jk_msg_buff.c jk_pool.c jk_uri_worker_map.c jk_worker.c

2004-11-10 Thread mturk
mturk 2004/11/10 08:28:31 Modified:jk/native/common jk_connect.c jk_lb_worker.c jk_logger.h jk_msg_buff.c jk_pool.c jk_uri_worker_map.c jk_worker.c Log: Use new TRACE macros and __FUNCTION__ builtins Revision ChangesPath

<    1   2   3   4   5   6   7   8   9   10   >