svn commit: r500555 - in /tomcat/connectors/trunk/jk: jkstatus/src/share/org/apache/jk/status/ native/common/ xdocs/miscellaneous/

2007-01-27 Thread rjung
Author: rjung Date: Sat Jan 27 07:59:41 2007 New Revision: 500555 URL: http://svn.apache.org/viewvc?view=revrev=500555 Log: Add estimated time until next global maintenance to xml/txt/property mime types in status worker and adopt jkstatus ant task. Modified: tomcat/connectors/trunk/jk

svn commit: r500787 - in /tomcat/connectors/trunk/jk: native/common/jk_status.c native/common/jk_util.c native/common/jk_util.h xdocs/miscellaneous/changelog.xml xdocs/reference/status.xml xdocs/refer

2007-01-28 Thread rjung
Author: rjung Date: Sun Jan 28 05:15:50 2007 New Revision: 500787 URL: http://svn.apache.org/viewvc?view=revrev=500787 Log: Adding a configuration attribute to the status worker, to make user comparison case insensitive (BZ 41318). Modified: tomcat/connectors/trunk/jk/native/common

svn commit: r500791 - in /tomcat/connectors/trunk/jk: native/common/jk_status.c xdocs/miscellaneous/changelog.xml

2007-01-28 Thread rjung
Author: rjung Date: Sun Jan 28 05:38:50 2007 New Revision: 500791 URL: http://svn.apache.org/viewvc?view=revrev=500791 Log: Refactoring searching for workers and sub workers in status worker. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c tomcat/connectors/trunk/jk/xdocs

svn commit: r500792 - in /tomcat/connectors/trunk/jk: native/common/jk_status.c xdocs/miscellaneous/changelog.xml

2007-01-28 Thread rjung
Author: rjung Date: Sun Jan 28 05:41:49 2007 New Revision: 500792 URL: http://svn.apache.org/viewvc?view=revrev=500792 Log: Improved logging in status worker by adding status worker name to messages. Added messages to the recover worker action. Modified: tomcat/connectors/trunk/jk/native

svn commit: r500805 - in /tomcat/connectors/trunk/jk: native/common/jk_ajp_common.c native/common/jk_connect.c native/common/jk_lb_worker.c native/common/jk_uri_worker_map.c native/common/jk_worker.c

2007-01-28 Thread rjung
Author: rjung Date: Sun Jan 28 06:55:07 2007 New Revision: 500805 URL: http://svn.apache.org/viewvc?view=revrev=500805 Log: - BZ41332: Add some more errno logging and unify the format. - Add a forgotten item to changelog: Use correct windows line endings for log file on WIN32 platform

svn commit: r500830 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2007-01-28 Thread rjung
Author: rjung Date: Sun Jan 28 08:57:38 2007 New Revision: 500830 URL: http://svn.apache.org/viewvc?view=revrev=500830 Log: Fix compilation error in status worker. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c

svn commit: r500864 - in /tomcat/connectors/trunk/jk: native/iis/jk_isapi_plugin.c xdocs/miscellaneous/changelog.xml

2007-01-28 Thread rjung
Author: rjung Date: Sun Jan 28 11:50:35 2007 New Revision: 500864 URL: http://svn.apache.org/viewvc?view=revrev=500864 Log: Refactoring isapi_plugin configuration reading. Contributed by Tim DOT Whittington AT orionhealth DOT com (BZ 41333) Modified: tomcat/connectors/trunk/jk/native/iis

svn commit: r500865 - in /tomcat/connectors/trunk/jk: native/iis/jk_isapi_plugin.c xdocs/miscellaneous/changelog.xml xdocs/reference/iis.xml

2007-01-28 Thread rjung
Author: rjung Date: Sun Jan 28 12:03:32 2007 New Revision: 500865 URL: http://svn.apache.org/viewvc?view=revrev=500865 Log: Allow session IDs to get stripped off URLs of static content in IIS (configurable). (BZ 41439) We still need to port this to Apache and Sun Web Server. Modified

svn commit: r500869 - /tomcat/connectors/trunk/jk/xdocs/reference/iis.xml

2007-01-28 Thread rjung
Author: rjung Date: Sun Jan 28 12:07:57 2007 New Revision: 500869 URL: http://svn.apache.org/viewvc?view=revrev=500869 Log: Fix typo in docs. Modified: tomcat/connectors/trunk/jk/xdocs/reference/iis.xml Modified: tomcat/connectors/trunk/jk/xdocs/reference/iis.xml URL: http://svn.apache.org

svn commit: r500880 - in /tomcat/connectors/trunk/jk: native/apache-1.3/ native/apache-2.0/ native/common/ native/iis/ native/netscape/ native/nt_service/ xdocs/miscellaneous/

2007-01-28 Thread rjung
Author: rjung Date: Sun Jan 28 13:10:33 2007 New Revision: 500880 URL: http://svn.apache.org/viewvc?view=revrev=500880 Log: - uriworkermap.properties: Fix off-by-one problem when deleting URL mapping during reloading of uriworkermap.properties. - A few fixes to map handling w.r.t duplicate

svn commit: r501400 - /tomcat/connectors/trunk/jk/xdocs/reference/workers.xml

2007-01-30 Thread rjung
Author: rjung Date: Tue Jan 30 06:03:46 2007 New Revision: 501400 URL: http://svn.apache.org/viewvc?view=revrev=501400 Log: Dropped misleading documentation remark on connection_pool_minsize. Modified: tomcat/connectors/trunk/jk/xdocs/reference/workers.xml Modified: tomcat/connectors/trunk

svn commit: r507923 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c

2007-02-15 Thread rjung
Author: rjung Date: Thu Feb 15 05:16:03 2007 New Revision: 507923 URL: http://svn.apache.org/viewvc?view=revrev=507923 Log: Fix bug in adding content-length header (BZ 41610). Analyzed and patch contributed by Boris Maras. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c

svn commit: r509173 - in /tomcat/connectors/trunk/jk: native/apache-1.3/mod_jk.c native/apache-2.0/mod_jk.c xdocs/miscellaneous/changelog.xml xdocs/reference/apache.xml xdocs/webserver_howto/apache.xm

2007-02-19 Thread rjung
Author: rjung Date: Mon Feb 19 04:01:40 2007 New Revision: 509173 URL: http://svn.apache.org/viewvc?view=revrev=509173 Log: Change semantics of empty defaults for JkEnvVar variables. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c tomcat/connectors/trunk/jk/native/apache

svn commit: r511527 - /tomcat/connectors/trunk/jk/native/common/jk_util.h

2007-02-25 Thread rjung
Author: rjung Date: Sun Feb 25 07:25:44 2007 New Revision: 511527 URL: http://svn.apache.org/viewvc?view=revrev=511527 Log: Add function prototype (compiler warning). Modified: tomcat/connectors/trunk/jk/native/common/jk_util.h Modified: tomcat/connectors/trunk/jk/native/common/jk_util.h

svn commit: r511550 - in /tomcat/connectors/trunk/jk/xdocs: reference/apache.xml webserver_howto/apache.xml

2007-02-25 Thread rjung
Author: rjung Date: Sun Feb 25 08:47:34 2007 New Revision: 511550 URL: http://svn.apache.org/viewvc?view=revrev=511550 Log: Add JkStripSession info to Apache HowTo. Also add version dependency. Modified: tomcat/connectors/trunk/jk/xdocs/reference/apache.xml tomcat/connectors/trunk/jk

svn commit: r511554 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c

2007-02-25 Thread rjung
Author: rjung Date: Sun Feb 25 09:16:31 2007 New Revision: 511554 URL: http://svn.apache.org/viewvc?view=revrev=511554 Log: Correct comment type and copy and paste artefact in directive usage. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c tomcat/connectors/trunk/jk

svn commit: r511845 - in /tomcat/connectors/trunk/jk/native/common: jk_map.c jk_uri_worker_map.c

2007-02-26 Thread rjung
Author: rjung Date: Mon Feb 26 07:16:38 2007 New Revision: 511845 URL: http://svn.apache.org/viewvc?view=revrev=511845 Log: Adjust debug message in jk_uri_worker_map.c to make it better distinguishable from new message regarding JkStripSession (the old message was misleading). Make the new

svn commit: r511864 - /tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml

2007-02-26 Thread rjung
Author: rjung Date: Mon Feb 26 07:51:39 2007 New Revision: 511864 URL: http://svn.apache.org/viewvc?view=revrev=511864 Log: Fix xml syntax of jfclere's last change log entry. Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Modified: tomcat/connectors/trunk/jk/xdocs

svn commit: r514368 - in /tomcat/connectors/trunk/jk/xdocs: ajp/project.xml generic_howto/project.xml index.xml miscellaneous/project.xml news/project.xml project.xml reference/project.xml webserver_h

2007-03-03 Thread rjung
Author: rjung Date: Sat Mar 3 23:47:48 2007 New Revision: 514368 URL: http://svn.apache.org/viewvc?view=revrev=514368 Log: Add news page for 2007 to the menue. Modified: tomcat/connectors/trunk/jk/xdocs/ajp/project.xml tomcat/connectors/trunk/jk/xdocs/generic_howto/project.xml

svn commit: r515355 - in /tomcat/connectors/trunk/jk: native/common/jk_util.c xdocs/miscellaneous/changelog.xml

2007-03-06 Thread rjung
Author: rjung Date: Tue Mar 6 15:25:38 2007 New Revision: 515355 URL: http://svn.apache.org/viewvc?view=revrev=515355 Log: Add local_worker and friends to the list of deprecated and the list of supported attributes. Modified: tomcat/connectors/trunk/jk/native/common/jk_util.c tomcat

svn commit: r516564 - in /tomcat/connectors/trunk/jk/native/common: jk_map.c jk_map.h

2007-03-09 Thread rjung
Author: rjung Date: Fri Mar 9 13:42:05 2007 New Revision: 516564 URL: http://svn.apache.org/viewvc?view=revrev=516564 Log: Log individual error messages when failing during map parsing. Modified: tomcat/connectors/trunk/jk/native/common/jk_map.c tomcat/connectors/trunk/jk/native/common

svn commit: r516900 - /tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml

2007-03-11 Thread rjung
Author: rjung Date: Sun Mar 11 06:28:47 2007 New Revision: 516900 URL: http://svn.apache.org/viewvc?view=revrev=516900 Log: Add changelog entries for r516561 and r516564 (both concerning changes to log messages). Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml

svn commit: r516903 - in /tomcat/connectors/trunk/jk/xdocs: miscellaneous/changelog.xml webserver_howto/apache.xml

2007-03-11 Thread rjung
Author: rjung Date: Sun Mar 11 07:07:27 2007 New Revision: 516903 URL: http://svn.apache.org/viewvc?view=revrev=516903 Log: Fix Bugzilla 41757: Document the --enable-prefork flag of configure. Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml tomcat/connectors/trunk

svn commit: r516904 - in /tomcat/connectors/trunk/jk: native/apache-2.0/mod_jk.c xdocs/miscellaneous/changelog.xml

2007-03-11 Thread rjung
Author: rjung Date: Sun Mar 11 07:17:00 2007 New Revision: 516904 URL: http://svn.apache.org/viewvc?view=revrev=516904 Log: - Use the full description string ap_get_server_description() instead of the truncated info from ap_get_server_banner(), because this info gets used internally (status

svn commit: r516907 - in /tomcat/connectors/trunk/jk: native/apache-2.0/mod_jk.c xdocs/miscellaneous/changelog.xml

2007-03-11 Thread rjung
Author: rjung Date: Sun Mar 11 07:24:01 2007 New Revision: 516907 URL: http://svn.apache.org/viewvc?view=revrev=516907 Log: Replace APR precompiler directive by httpd mpm_query to detect MPM threading. Add an info log message about auto-detected pool size. Modified: tomcat/connectors/trunk

svn commit: r516910 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c

2007-03-11 Thread rjung
Author: rjung Date: Sun Mar 11 07:34:51 2007 New Revision: 516910 URL: http://svn.apache.org/viewvc?view=revrev=516910 Log: Make source format for apr_log_* args more consistent, to make consistency checks of argument usage easier. Modified: tomcat/connectors/trunk/jk/native/apache-1.3

svn commit: r516917 - /tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c

2007-03-11 Thread rjung
Author: rjung Date: Sun Mar 11 08:06:24 2007 New Revision: 516917 URL: http://svn.apache.org/viewvc?view=revrev=516917 Log: Use jk return values for init_jk(), because it's not part of httpd API. Modified: tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c Modified: tomcat/connectors

svn commit: r517915 - /tomcat/connectors/trunk/jk/native/common/jk_map.c

2007-03-13 Thread rjung
Author: rjung Date: Tue Mar 13 15:36:44 2007 New Revision: 517915 URL: http://svn.apache.org/viewvc?view=revrev=517915 Log: Fix compiler error (variable declaration inside code). Modified: tomcat/connectors/trunk/jk/native/common/jk_map.c Modified: tomcat/connectors/trunk/jk/native/common

svn commit: r597848 - in /tomcat/connectors/trunk/jk/native/common: jk_uri_worker_map.c jk_uri_worker_map.h

2007-11-24 Thread rjung
Author: rjung Date: Sat Nov 24 05:57:04 2007 New Revision: 597848 URL: http://svn.apache.org/viewvc?rev=597848view=rev Log: Provide a forced mode of checking uriworkermap.properties file. Will be used in status worker soon. Modified: tomcat/connectors/trunk/jk/native/common

svn commit: r597849 - in /tomcat/connectors/trunk/jk/native/common: jk_service.h jk_util.c

2007-11-24 Thread rjung
Author: rjung Date: Sat Nov 24 06:05:11 2007 New Revision: 597849 URL: http://svn.apache.org/viewvc?rev=597849view=rev Log: Provide service callback to web server to - iterate through vhosts - get atextual representation of a vhost - get the uri_worker_map of a vhost. Will be used in status

svn commit: r597850 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2007-11-24 Thread rjung
Author: rjung Date: Sat Nov 24 06:24:52 2007 New Revision: 597850 URL: http://svn.apache.org/viewvc?rev=597850view=rev Log: Rearrange uri_worker_map display in status worker: - add exclusion and disabled flags to displayed uri - list uri before type and source Modified: tomcat/connectors

svn commit: r597864 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2007-11-24 Thread rjung
Author: rjung Date: Sat Nov 24 07:44:27 2007 New Revision: 597864 URL: http://svn.apache.org/viewvc?rev=597864view=rev Log: Status worker: move display of uri_worker_map details into separate function. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified: tomcat

svn commit: r597867 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2007-11-24 Thread rjung
Author: rjung Date: Sat Nov 24 07:56:20 2007 New Revision: 597867 URL: http://svn.apache.org/viewvc?rev=597867view=rev Log: Status worker: allow display of uri worker maps for all vhosts, not only the vhost the status worker runs in. This depends on implementation of the new vhost iterator

svn commit: r597869 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c

2007-11-24 Thread rjung
Author: rjung Date: Sat Nov 24 08:03:11 2007 New Revision: 597869 URL: http://svn.apache.org/viewvc?rev=597869view=rev Log: Fix indentation. No functional change. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c

svn commit: r597870 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c

2007-11-24 Thread rjung
Author: rjung Date: Sat Nov 24 08:08:14 2007 New Revision: 597870 URL: http://svn.apache.org/viewvc?rev=597870view=rev Log: Add late alloc of uri_to_context in case we want to inherit from base vhost, we have a private conf in the new vhost, but no private mounts. Modified: tomcat/connectors

svn commit: r597872 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c

2007-11-24 Thread rjung
Author: rjung Date: Sat Nov 24 08:21:53 2007 New Revision: 597872 URL: http://svn.apache.org/viewvc?rev=597872view=rev Log: Implement the new vhost iterator for Apache httpd. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c tomcat/connectors/trunk/jk/native/apache-2.0

svn commit: r597880 - in /tomcat/connectors/trunk/jk/xdocs: miscellaneous/changelog.xml reference/apache.xml reference/status.xml reference/uriworkermap.xml

2007-11-24 Thread rjung
Author: rjung Date: Sat Nov 24 08:50:39 2007 New Revision: 597880 URL: http://svn.apache.org/viewvc?rev=597880view=rev Log: Document recent changes to status worker uri map listing and JkMountCopy All. Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml tomcat

svn commit: r597877 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2007-11-24 Thread rjung
Author: rjung Date: Sat Nov 24 08:40:54 2007 New Revision: 597877 URL: http://svn.apache.org/viewvc?rev=597877view=rev Log: Status worker: we don't need to prefix uri_worker_map display with '-' and '!', bacsue we have this information already in the textual type form. Modified: tomcat

svn commit: r597974 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c

2007-11-25 Thread rjung
Author: rjung Date: Sun Nov 25 04:15:31 2007 New Revision: 597974 URL: http://svn.apache.org/viewvc?rev=597974view=rev Log: Revert r597870: we alraedy handle this case by sharing the same uw_map in post_config. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c tomcat

svn commit: r598338 - in /tomcat/connectors/trunk/jk: native/apache-1.3/mod_jk.c native/apache-2.0/mod_jk.c xdocs/miscellaneous/changelog.xml

2007-11-26 Thread rjung
Author: rjung Date: Mon Nov 26 08:35:46 2007 New Revision: 598338 URL: http://svn.apache.org/viewvc?rev=598338view=rev Log: Apache: Create JK_WORKER_ROUTE and JK_REQUEST_DURATION notes for access log even if no JkRequestLogFormat is set. Modified: tomcat/connectors/trunk/jk/native/apache-1.3

svn commit: r598405 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c

2007-11-26 Thread rjung
Author: rjung Date: Mon Nov 26 12:01:28 2007 New Revision: 598405 URL: http://svn.apache.org/viewvc?rev=598405view=rev Log: Fix missing init of jk_worker_properties. Bug introduced in r580793. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c tomcat/connectors/trunk/jk

svn commit: r598406 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c

2007-11-26 Thread rjung
Author: rjung Date: Mon Nov 26 12:05:13 2007 New Revision: 598406 URL: http://svn.apache.org/viewvc?rev=598406view=rev Log: Second part of r598338: Create JK_WORKER_ROUTE and JK_REQUEST_DURATION notes for access log even if no JkRequestLogFormat is set. Also needed to produce start time

svn commit: r598407 - /tomcat/connectors/trunk/jk/xdocs/reference/apache.xml

2007-11-26 Thread rjung
Author: rjung Date: Mon Nov 26 12:10:00 2007 New Revision: 598407 URL: http://svn.apache.org/viewvc?rev=598407view=rev Log: Clarify version dependency of logging note feature (duration and route). Modified: tomcat/connectors/trunk/jk/xdocs/reference/apache.xml Modified: tomcat/connectors

svn commit: r599743 - in /tomcat/connectors/trunk/jk: native/common/jk_ajp_common.c xdocs/miscellaneous/changelog.xml

2007-11-30 Thread rjung
Author: rjung Date: Fri Nov 30 00:52:17 2007 New Revision: 599743 URL: http://svn.apache.org/viewvc?rev=599743view=rev Log: Maintain idle connections in decreasing (LRU) slot order. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c tomcat/connectors/trunk/jk/xdocs

svn commit: r599767 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2007-11-30 Thread rjung
Author: rjung Date: Fri Nov 30 02:26:42 2007 New Revision: 599767 URL: http://svn.apache.org/viewvc?rev=599767view=rev Log: Complete half-baked r599743. Care about signedness and apply reverse order to the relevant loop to. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

svn commit: r603324 - in /tomcat/connectors/trunk/jk/native: common/jk_ajp12_worker.c nt_service/jk_nt_service.c

2007-12-11 Thread rjung
Author: rjung Date: Tue Dec 11 10:32:16 2007 New Revision: 603324 URL: http://svn.apache.org/viewvc?rev=603324view=rev Log: jk_open_socket() arguments timeout and buf do not differentiate between ==0 and 0. So let's make the usage consistent. Modified: tomcat/connectors/trunk/jk/native

svn commit: r603352 - in /tomcat/connectors/trunk/jk: native/configure.in xdocs/miscellaneous/changelog.xml xdocs/webserver_howto/apache.xml

2007-12-11 Thread rjung
Author: rjung Date: Tue Dec 11 12:37:16 2007 New Revision: 603352 URL: http://svn.apache.org/viewvc?rev=603352view=rev Log: Make the existing JK_PRODUCTION define available via configure. If set, it replaces JK_TRACE_ENTER() and JK_TRACE_EXIT() with nops. Document the new configure switch

svn commit: r603360 - /tomcat/connectors/trunk/jk/native/configure.in

2007-12-11 Thread rjung
Author: rjung Date: Tue Dec 11 13:14:33 2007 New Revision: 603360 URL: http://svn.apache.org/viewvc?rev=603360view=rev Log: Reactivate broken --with-apxs feature for configure: using the switch without giving a file name lets configure search apxs in the PATH. Modified: tomcat/connectors

svn commit: r603364 - /tomcat/connectors/trunk/jk/native/configure.in

2007-12-11 Thread rjung
Author: rjung Date: Tue Dec 11 13:19:02 2007 New Revision: 603364 URL: http://svn.apache.org/viewvc?rev=603364view=rev Log: Use AS_HELP_STRING to format help messages of configure in columns. Modified: tomcat/connectors/trunk/jk/native/configure.in Modified: tomcat/connectors/trunk/jk

svn commit: r603400 - /tomcat/connectors/trunk/jk/native/common/jk_connect.c

2007-12-11 Thread rjung
Author: rjung Date: Tue Dec 11 14:57:59 2007 New Revision: 603400 URL: http://svn.apache.org/viewvc?rev=603400view=rev Log: Add function description comments and switch return values of jk_is_socket_connected() from 0/1 to JK_FALSE/JK_TRUE. Modified: tomcat/connectors/trunk/jk/native/common

svn commit: r603414 - /tomcat/connectors/trunk/jk/native/common/jk_connect.h

2007-12-11 Thread rjung
Author: rjung Date: Tue Dec 11 15:35:54 2007 New Revision: 603414 URL: http://svn.apache.org/viewvc?rev=603414view=rev Log: JK_SOCKET_ERROR is not used any more. Modified: tomcat/connectors/trunk/jk/native/common/jk_connect.h Modified: tomcat/connectors/trunk/jk/native/common/jk_connect.h

svn commit: r603500 - /tomcat/connectors/trunk/jk/native/common/jk_connect.c

2007-12-11 Thread rjung
Author: rjung Date: Tue Dec 11 23:41:35 2007 New Revision: 603500 URL: http://svn.apache.org/viewvc?rev=603500view=rev Log: Fix for r603400: Use JK_FALSE instead of 0 only where appropriate. Modified: tomcat/connectors/trunk/jk/native/common/jk_connect.c Modified: tomcat/connectors/trunk/jk

svn commit: r603507 - /tomcat/connectors/trunk/jk/native/common/jk_connect.c

2007-12-12 Thread rjung
Author: rjung Date: Wed Dec 12 00:07:02 2007 New Revision: 603507 URL: http://svn.apache.org/viewvc?rev=603507view=rev Log: Use the existing macros JK_IS_SOCKET_ERROR(x) and JK_GET_SOCKET_ERRNO() were appropriate. Modified: tomcat/connectors/trunk/jk/native/common/jk_connect.c Modified

svn commit: r603519 - /tomcat/connectors/trunk/jk/native/common/jk_connect.c

2007-12-12 Thread rjung
Author: rjung Date: Wed Dec 12 01:23:21 2007 New Revision: 603519 URL: http://svn.apache.org/viewvc?rev=603519view=rev Log: Introduce TRACE to jk_connect.c. Modified: tomcat/connectors/trunk/jk/native/common/jk_connect.c Modified: tomcat/connectors/trunk/jk/native/common/jk_connect.c URL

svn commit: r603547 - in /tomcat/connectors/trunk/jk/native/common: jk_connect.c jk_connect.h

2007-12-12 Thread rjung
Author: rjung Date: Wed Dec 12 02:42:01 2007 New Revision: 603547 URL: http://svn.apache.org/viewvc?rev=603547view=rev Log: Use consistent variable names for the socket. Modified: tomcat/connectors/trunk/jk/native/common/jk_connect.c tomcat/connectors/trunk/jk/native/common/jk_connect.h

svn commit: r603556 - in /tomcat/connectors/trunk/jk/native/common: jk_ajp_common.c jk_connect.c jk_connect.h

2007-12-12 Thread rjung
Author: rjung Date: Wed Dec 12 03:03:47 2007 New Revision: 603556 URL: http://svn.apache.org/viewvc?rev=603556view=rev Log: Move ajp_is_input_event() to jk_connect and rename to jk_is_input_event(). Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c tomcat/connectors

svn commit: r603566 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2007-12-12 Thread rjung
Author: rjung Date: Wed Dec 12 03:23:51 2007 New Revision: 603566 URL: http://svn.apache.org/viewvc?rev=603566view=rev Log: Undo revision r603561, because forgot to commit analogous jk_connect.c changes. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified: tomcat

svn commit: r603561 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2007-12-12 Thread rjung
Author: rjung Date: Wed Dec 12 03:12:55 2007 New Revision: 603561 URL: http://svn.apache.org/viewvc?rev=603561view=rev Log: Cleanup usage of jk_shutdown_socket() and setting a socket to JK_INVALID_SOCKET. Always try to do it early, because in most situations we already know we've got to do

svn commit: r603573 - in /tomcat/connectors/trunk/jk/native/common: jk_ajp_common.c jk_connect.c

2007-12-12 Thread rjung
Author: rjung Date: Wed Dec 12 03:35:05 2007 New Revision: 603573 URL: http://svn.apache.org/viewvc?rev=603573view=rev Log: Cleanup usage of jk_shutdown_socket() and setting a socket to JK_INVALID_SOCKET. Always try to do it early, because in most situations we already know we've got to do

svn commit: r603606 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2007-12-12 Thread rjung
Author: rjung Date: Wed Dec 12 04:57:04 2007 New Revision: 603606 URL: http://svn.apache.org/viewvc?rev=603606view=rev Log: Reorganize ajp_connect_to_endpoint() a bit, shutdown connecion in case of error and add/move logging. The diff looks much easier, when ignoring whitespace. Modified

svn commit: r603635 - /tomcat/connectors/trunk/jk/native/common/jk_connect.c

2007-12-12 Thread rjung
Author: rjung Date: Wed Dec 12 07:08:30 2007 New Revision: 603635 URL: http://svn.apache.org/viewvc?rev=603635view=rev Log: Remove double space from log message. Modified: tomcat/connectors/trunk/jk/native/common/jk_connect.c Modified: tomcat/connectors/trunk/jk/native/common/jk_connect.c

svn commit: r603637 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2007-12-12 Thread rjung
Author: rjung Date: Wed Dec 12 07:10:32 2007 New Revision: 603637 URL: http://svn.apache.org/viewvc?rev=603637view=rev Log: Slightly rearange ajp_next_connection(). Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified: tomcat/connectors/trunk/jk/native/common

svn commit: r603650 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2007-12-12 Thread rjung
Author: rjung Date: Wed Dec 12 07:57:54 2007 New Revision: 603650 URL: http://svn.apache.org/viewvc?rev=603650view=rev Log: Formatting and unified last_errno handling. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified: tomcat/connectors/trunk/jk/native/common

svn commit: r603677 - in /tomcat/connectors/trunk/jk/native/common: jk_ajp_common.c jk_connect.c

2007-12-12 Thread rjung
Author: rjung Date: Wed Dec 12 09:20:09 2007 New Revision: 603677 URL: http://svn.apache.org/viewvc?rev=603677view=rev Log: Clarify behaviour of jk_tcp_socket_recvfull() and jk_tcp_socket_sendfull(). Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c tomcat/connectors

svn commit: r603675 - /tomcat/connectors/trunk/jk/native/common/jk_connect.c

2007-12-12 Thread rjung
Author: rjung Date: Wed Dec 12 09:11:02 2007 New Revision: 603675 URL: http://svn.apache.org/viewvc?rev=603675view=rev Log: errno cleanup and comments in jk_connect. Modified: tomcat/connectors/trunk/jk/native/common/jk_connect.c Modified: tomcat/connectors/trunk/jk/native/common

svn commit: r603775 - in /tomcat/connectors/trunk/jk: native/apache-2.0/mod_jk.c xdocs/miscellaneous/changelog.xml

2007-12-12 Thread rjung
Author: rjung Date: Wed Dec 12 15:16:10 2007 New Revision: 603775 URL: http://svn.apache.org/viewvc?rev=603775view=rev Log: Use ap_get_server_description() for httpd 2.2.4+ for display of httpd version in the status worker. Until now we used the MODULE_MAGIC from httpd trunk. Modified

svn commit: r604253 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c common/jk_service.h

2007-12-14 Thread rjung
Author: rjung Date: Fri Dec 14 10:50:44 2007 New Revision: 604253 URL: http://svn.apache.org/viewvc?rev=604253view=rev Log: Use size_t instead of int for string lengths. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c

svn commit: r604267 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2007-12-14 Thread rjung
Author: rjung Date: Fri Dec 14 11:19:17 2007 New Revision: 604267 URL: http://svn.apache.org/viewvc?rev=604267view=rev Log: Various minor cleanups + function comments. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified: tomcat/connectors/trunk/jk/native/common

svn commit: r604285 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2007-12-14 Thread rjung
Author: rjung Date: Fri Dec 14 12:12:58 2007 New Revision: 604285 URL: http://svn.apache.org/viewvc?rev=604285view=rev Log: Make synchronized blocks a little smaller, remove unnecessary shutdown before reset and log a little more data. Modified: tomcat/connectors/trunk/jk/native/common

svn commit: r604383 - in /tomcat/connectors/trunk/jk/native/common: jk_ajp_common.c jk_global.h

2007-12-14 Thread rjung
Author: rjung Date: Fri Dec 14 19:26:30 2007 New Revision: 604383 URL: http://svn.apache.org/viewvc?rev=604383view=rev Log: Make http status code names consistent. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c tomcat/connectors/trunk/jk/native/common/jk_global.h

svn commit: r604384 - /tomcat/connectors/trunk/jk/native/common/jk_service.h

2007-12-14 Thread rjung
Author: rjung Date: Fri Dec 14 19:27:22 2007 New Revision: 604384 URL: http://svn.apache.org/viewvc?rev=604384view=rev Log: Introduce endpoint member to pass recoverability back from member service() to lb service(). Modified: tomcat/connectors/trunk/jk/native/common/jk_service.h Modified

svn commit: r604393 - in /tomcat/connectors/trunk/jk/native/common: jk_ajp_common.c jk_lb_worker.c

2007-12-14 Thread rjung
Author: rjung Date: Fri Dec 14 21:38:45 2007 New Revision: 604393 URL: http://svn.apache.org/viewvc?rev=604393view=rev Log: Refactoring jk_ajp_common.c (and in smaller parts jk_lb_worker.c). - we now explicitely pass back the information, if the lb should do failover

svn commit: r604438 - in /tomcat/connectors/trunk/jk/native/common: jk_ajp_common.c jk_lb_worker.c

2007-12-15 Thread rjung
Author: rjung Date: Sat Dec 15 07:14:04 2007 New Revision: 604438 URL: http://svn.apache.org/viewvc?rev=604438view=rev Log: Lower log level of some messages to get closer to log behaviour of previous release. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c tomcat

svn commit: r604439 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2007-12-15 Thread rjung
Author: rjung Date: Sat Dec 15 07:16:09 2007 New Revision: 604439 URL: http://svn.apache.org/viewvc?rev=604439view=rev Log: Never commit without compilation. Sometimes your fingers think different from your brain. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified

svn commit: r604450 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2007-12-15 Thread rjung
Author: rjung Date: Sat Dec 15 08:32:47 2007 New Revision: 604450 URL: http://svn.apache.org/viewvc?rev=604450view=rev Log: Don't retry in case of client errors. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified: tomcat/connectors/trunk/jk/native/common

svn commit: r604859 - /tomcat/connectors/trunk/jk/native/netscape/jk_nsapi_plugin.c

2007-12-17 Thread rjung
Author: rjung Date: Mon Dec 17 04:58:10 2007 New Revision: 604859 URL: http://svn.apache.org/viewvc?rev=604859view=rev Log: Port r604809 from IIS to Netscape. We must close workers before the shm, because lb workers pass shm adresses to their members when creating them. For successful destroy

svn commit: r604888 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2007-12-17 Thread rjung
Author: rjung Date: Mon Dec 17 07:01:32 2007 New Revision: 604888 URL: http://svn.apache.org/viewvc?rev=604888view=rev Log: Remove worker name from log message during endpoint destruction. There's a chance, that the worker name is already invalid. Modified: tomcat/connectors/trunk/jk/native

svn commit: r605298 - /tomcat/connectors/trunk/jk/xdocs/reference/apache.xml

2007-12-18 Thread rjung
Author: rjung Date: Tue Dec 18 11:02:36 2007 New Revision: 605298 URL: http://svn.apache.org/viewvc?rev=605298view=rev Log: Correct docs about valid context for JkMountCopy. Modified: tomcat/connectors/trunk/jk/xdocs/reference/apache.xml Modified: tomcat/connectors/trunk/jk/xdocs/reference

svn commit: r605846 - /tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c

2007-12-20 Thread rjung
Author: rjung Date: Thu Dec 20 01:31:16 2007 New Revision: 605846 URL: http://svn.apache.org/viewvc?rev=605846view=rev Log: Fix uri worker mapping in case we use a vhost prefix (at the moment only used by IIS). We had a double leading '/', one coming from IIS and another one added

svn commit: r606224 - in /tomcat/connectors/trunk/jk: native/STATUS.txt native/common/jk_version.h xdocs/index.xml xdocs/news/20070301.xml

2007-12-21 Thread rjung
Author: rjung Date: Fri Dec 21 07:51:01 2007 New Revision: 606224 URL: http://svn.apache.org/viewvc?rev=606224view=rev Log: Prepare JK release tag 1.2.26. Modified: tomcat/connectors/trunk/jk/native/STATUS.txt tomcat/connectors/trunk/jk/native/common/jk_version.h tomcat/connectors

svn commit: r606230 - /tomcat/connectors/tags/jk1.2.x/JK_1_2_26/

2007-12-21 Thread rjung
Author: rjung Date: Fri Dec 21 08:13:27 2007 New Revision: 606230 URL: http://svn.apache.org/viewvc?rev=606230view=rev Log: Tag JK release 1.2.26 from trunk. Added: tomcat/connectors/tags/jk1.2.x/JK_1_2_26/ - copied from r606229, tomcat/connectors/trunk

svn commit: r606272 - in /tomcat/connectors/trunk/jk: native/ native/common/ native/iis/ native/iis/installer/ xdocs/miscellaneous/

2007-12-21 Thread rjung
Author: rjung Date: Fri Dec 21 11:07:51 2007 New Revision: 606272 URL: http://svn.apache.org/viewvc?rev=606272view=rev Log: Update JK version to 1.2.26-dev after tagging. Modified: tomcat/connectors/trunk/jk/native/STATUS.txt tomcat/connectors/trunk/jk/native/common/jk_version.h

svn commit: r606700 - in /tomcat/site/trunk: docs/download-connectors.html xdocs/download-connectors.xml

2007-12-24 Thread rjung
Author: rjung Date: Mon Dec 24 06:30:12 2007 New Revision: 606700 URL: http://svn.apache.org/viewvc?rev=606700view=rev Log: Update JK download page for release 1.2.26. Modified: tomcat/site/trunk/docs/download-connectors.html tomcat/site/trunk/xdocs/download-connectors.xml Modified

svn commit: r607768 - in /tomcat/connectors/trunk/jk: native/common/jk_lb_worker.c native/common/jk_lb_worker.h xdocs/miscellaneous/changelog.xml

2007-12-31 Thread rjung
Author: rjung Date: Mon Dec 31 11:26:24 2007 New Revision: 607768 URL: http://svn.apache.org/viewvc?rev=607768view=rev Log: Fix BZ 44147: Multiple load balancing workers problem. Patch contributed by zealot0630 (at) gmail (dot) com. Modified: tomcat/connectors/trunk/jk/native/common

svn commit: r607886 - in /tomcat/site/trunk: docs/download-connectors.html xdocs/download-connectors.xml

2008-01-01 Thread rjung
Author: rjung Date: Tue Jan 1 10:08:32 2008 New Revision: 607886 URL: http://svn.apache.org/viewvc?rev=607886view=rev Log: Improve connectors download page: - add more info about download verification - introduce subsection structure - tidy xml source Modified: tomcat/site/trunk/docs

svn commit: r607932 - in /tomcat/connectors/trunk/jk: native/common/jk_ajp_common.c xdocs/miscellaneous/changelog.xml

2008-01-01 Thread rjung
Author: rjung Date: Tue Jan 1 14:46:01 2008 New Revision: 607932 URL: http://svn.apache.org/viewvc?rev=607932view=rev Log: Add missing prepost cping/cpong directly after connect in case prepost cping is used, but no connect cping. Modified: tomcat/connectors/trunk/jk/native/common

svn commit: r607946 - /tomcat/connectors/trunk/jk/native/common/jk_util.c

2008-01-01 Thread rjung
Author: rjung Date: Tue Jan 1 15:32:58 2008 New Revision: 607946 URL: http://svn.apache.org/viewvc?rev=607946view=rev Log: Add all missing service members to our common initialization function jk_init_ws_service(). Modified: tomcat/connectors/trunk/jk/native/common/jk_util.c Modified

svn commit: r607947 - in /tomcat/connectors/trunk/jk: native/apache-1.3/mod_jk.c native/apache-2.0/mod_jk.c native/iis/jk_isapi_plugin.c native/netscape/jk_nsapi_plugin.c xdocs/miscellaneous/changelog

2008-01-01 Thread rjung
Author: rjung Date: Tue Jan 1 15:36:32 2008 New Revision: 607947 URL: http://svn.apache.org/viewvc?rev=607947view=rev Log: Move initialization of service members with defaults from web server specific code to our generic jk_init_ws_service() function. Modified: tomcat/connectors/trunk/jk

svn commit: r608199 - in /tomcat/connectors/trunk/jk: native/common/jk_status.c xdocs/miscellaneous/changelog.xml

2008-01-02 Thread rjung
Author: rjung Date: Wed Jan 2 11:51:44 2008 New Revision: 608199 URL: http://svn.apache.org/viewvc?rev=608199view=rev Log: Improve XSS hardening of status worker. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml

svn commit: r608303 - /tomcat/connectors/trunk/jk/native/common/ap_snprintf.h

2008-01-02 Thread rjung
Author: rjung Date: Wed Jan 2 17:21:32 2008 New Revision: 608303 URL: http://svn.apache.org/viewvc?rev=608303view=rev Log: Tab police. Modified: tomcat/connectors/trunk/jk/native/common/ap_snprintf.h Modified: tomcat/connectors/trunk/jk/native/common/ap_snprintf.h URL: http

svn commit: r608429 - in /tomcat/connectors/trunk/jk: native/common/jk_ajp12_worker.c native/common/jk_map.c native/common/jk_status.c native/common/jk_util.c xdocs/miscellaneous/changelog.xml

2008-01-03 Thread rjung
Author: rjung Date: Thu Jan 3 02:44:21 2008 New Revision: 608429 URL: http://svn.apache.org/viewvc?rev=608429view=rev Log: Use thread safe strtok_r on more platforms, especially AIX. Detect multi threaded context using define _MT_CODE_PTHREAD instead of _REENTRANT, which is not used on all

svn commit: r608434 - in /tomcat/connectors/trunk/jk: native/common/jk_util.c xdocs/miscellaneous/changelog.xml

2008-01-03 Thread rjung
Author: rjung Date: Thu Jan 3 02:48:05 2008 New Revision: 608434 URL: http://svn.apache.org/viewvc?rev=608434view=rev Log: Use thread safe localtime_r where appropriate. Modified: tomcat/connectors/trunk/jk/native/common/jk_util.c tomcat/connectors/trunk/jk/xdocs/miscellaneous

svn commit: r608427 - /tomcat/connectors/trunk/jk/native/common/jk_map.c

2008-01-03 Thread rjung
Author: rjung Date: Thu Jan 3 02:42:16 2008 New Revision: 608427 URL: http://svn.apache.org/viewvc?rev=608427view=rev Log: Minor optimization: trim already returns strlen, so let's use it. Modified: tomcat/connectors/trunk/jk/native/common/jk_map.c Modified: tomcat/connectors/trunk/jk

svn commit: r608449 - in /tomcat/connectors/trunk/jk: native/common/jk_lb_worker.c xdocs/miscellaneous/changelog.xml

2008-01-03 Thread rjung
Author: rjung Date: Thu Jan 3 03:07:07 2008 New Revision: 608449 URL: http://svn.apache.org/viewvc?rev=608449view=rev Log: Fix BZ 44116: Handling of multiple JSESSIONID cookies. Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c tomcat/connectors/trunk/jk/xdocs

svn commit: r608451 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2008-01-03 Thread rjung
Author: rjung Date: Thu Jan 3 03:14:18 2008 New Revision: 608451 URL: http://svn.apache.org/viewvc?rev=608451view=rev Log: Ooops. Wrong define name. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c URL: http

svn commit: r608454 - in /tomcat/connectors/trunk/jk: native/common/jk_status.c xdocs/miscellaneous/changelog.xml

2008-01-03 Thread rjung
Author: rjung Date: Thu Jan 3 03:28:29 2008 New Revision: 608454 URL: http://svn.apache.org/viewvc?rev=608454view=rev Log: Include server local time in status worker output. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c tomcat/connectors/trunk/jk/xdocs/miscellaneous

svn commit: r608842 - /tomcat/connectors/trunk/jni/native/build/tcnative.m4

2008-01-04 Thread rjung
Author: rjung Date: Fri Jan 4 05:57:44 2008 New Revision: 608842 URL: http://svn.apache.org/viewvc?rev=608842view=rev Log: Correct syntax of linker flag for gcc. Modified: tomcat/connectors/trunk/jni/native/build/tcnative.m4 Modified: tomcat/connectors/trunk/jni/native/build/tcnative.m4

svn commit: r608831 - /tomcat/connectors/trunk/jni/native/build/tcnative.m4

2008-01-04 Thread rjung
Author: rjung Date: Fri Jan 4 05:29:15 2008 New Revision: 608831 URL: http://svn.apache.org/viewvc?rev=608831view=rev Log: Space as separation character in IFS is not sufficient. Simply save and restore the previous IFS. Modified: tomcat/connectors/trunk/jni/native/build/tcnative.m4

svn commit: r608974 - /tomcat/current/tc5.5.x/STATUS.txt

2008-01-04 Thread rjung
Author: rjung Date: Fri Jan 4 11:56:54 2008 New Revision: 608974 URL: http://svn.apache.org/viewvc?rev=608974view=rev Log: Backport voting. Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc5.5.x

svn commit: r609026 - /tomcat/connectors/trunk/jni/CHANGELOG.txt

2008-01-04 Thread rjung
Author: rjung Date: Fri Jan 4 14:01:53 2008 New Revision: 609026 URL: http://svn.apache.org/viewvc?rev=609026view=rev Log: Add my small fixes to tcnative changelog. I don't really understand the format though... Modified: tomcat/connectors/trunk/jni/CHANGELOG.txt Modified: tomcat

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