svn commit: r1195856 - /tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

2011-11-01 Thread mturk
Author: mturk Date: Tue Nov 1 07:36:07 2011 New Revision: 1195856 URL: http://svn.apache.org/viewvc?rev=1195856view=rev Log: Suppress size_t - int warning Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c URL: http

svn commit: r1196019 - /tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

2011-11-01 Thread mturk
Author: mturk Date: Tue Nov 1 14:33:14 2011 New Revision: 1196019 URL: http://svn.apache.org/viewvc?rev=1196019view=rev Log: Escaped uri can in theory have max 3 times the original size. No need for extra alloc Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Modified: tomcat/jk

svn commit: r1196077 - /tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

2011-11-01 Thread mturk
Author: mturk Date: Tue Nov 1 16:07:10 2011 New Revision: 1196077 URL: http://svn.apache.org/viewvc?rev=1196077view=rev Log: Axe trailing spaces Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c URL: http://svn.apache.org/viewvc

svn commit: r1196081 - /tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

2011-11-01 Thread mturk
Author: mturk Date: Tue Nov 1 16:09:50 2011 New Revision: 1196081 URL: http://svn.apache.org/viewvc?rev=1196081view=rev Log: Axe old default value. extension_uri param is required, so no point to have default value Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Modified: tomcat/jk

svn commit: r1196108 - /tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

2011-11-01 Thread mturk
Author: mturk Date: Tue Nov 1 16:39:24 2011 New Revision: 1196108 URL: http://svn.apache.org/viewvc?rev=1196108view=rev Log: Fix log line endings. Having CR LF appended results in CR CR LF to get written. MSVCRT automatically sets CRLF instead LF unless the file is opened in binary mode

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

2011-11-01 Thread mturk
Author: mturk Date: Tue Nov 1 17:17:22 2011 New Revision: 1196151 URL: http://svn.apache.org/viewvc?rev=1196151view=rev Log: Mark BZ50233 as fixed Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml URL: http

svn commit: r1196297 - /tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

2011-11-01 Thread mturk
Author: mturk Date: Tue Nov 1 21:39:41 2011 New Revision: 1196297 URL: http://svn.apache.org/viewvc?rev=1196297view=rev Log: Use size_t since we call the functions mostly with sizeof param. No functional change Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Modified: tomcat/jk

svn commit: r1196303 - /tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

2011-11-01 Thread mturk
Author: mturk Date: Tue Nov 1 21:48:06 2011 New Revision: 1196303 URL: http://svn.apache.org/viewvc?rev=1196303view=rev Log: Passing pointer to pointer and then getting its value just make no sense. Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Modified: tomcat/jk/trunk/native/iis

svn commit: r694140 - /tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c

2008-09-10 Thread mturk
Author: mturk Date: Wed Sep 10 22:47:26 2008 New Revision: 694140 URL: http://svn.apache.org/viewvc?rev=694140view=rev Log: Fix #46766 by creating watchdog thread only if watchdog_interval was set Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c Modified: tomcat/connectors

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

2008-09-18 Thread mturk
Author: mturk Date: Thu Sep 18 02:06:41 2008 New Revision: 696607 URL: http://svn.apache.org/viewvc?rev=696607view=rev Log: Favor done() instead flush() if available. This will send EOS instead FLUSH+EOS Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified: tomcat

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

2008-09-20 Thread mturk
Author: mturk Date: Sat Sep 20 07:19:35 2008 New Revision: 697366 URL: http://svn.apache.org/viewvc?rev=697366view=rev Log: Do not allow --enable-prefork modules to run on threaded servers Modified: tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c Modified: tomcat/connectors/trunk/jk

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

2008-09-21 Thread mturk
Author: mturk Date: Sat Sep 20 23:50:57 2008 New Revision: 697447 URL: http://svn.apache.org/viewvc?rev=697447view=rev Log: Log socket number before we set it to -1 Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified: tomcat/connectors/trunk/jk/native/common

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

2008-09-21 Thread mturk
Author: mturk Date: Sun Sep 21 00:12:29 2008 New Revision: 697449 URL: http://svn.apache.org/viewvc?rev=697449view=rev Log: Use max_packet_size for minumum socket buffer sizes instead fixed 8K Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified: tomcat/connectors

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

2008-09-21 Thread mturk
Author: mturk Date: Sun Sep 21 00:23:08 2008 New Revision: 697451 URL: http://svn.apache.org/viewvc?rev=697451view=rev Log: Provided time can be modified, so log original value Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified: tomcat/connectors/trunk/jk/native

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

2008-09-21 Thread mturk
Author: mturk Date: Sun Sep 21 00:42:20 2008 New Revision: 697452 URL: http://svn.apache.org/viewvc?rev=697452view=rev Log: Remove extra logging. We already logged this as [warn] Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified: tomcat/connectors/trunk/jk/native

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

2008-09-21 Thread mturk
Author: mturk Date: Sun Sep 21 08:39:35 2008 New Revision: 697529 URL: http://svn.apache.org/viewvc?rev=697529view=rev Log: Make sure only single digits are taken for boolean values Modified: tomcat/connectors/trunk/jk/native/common/jk_util.c Modified: tomcat/connectors/trunk/jk/native

svn commit: r697532 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

2008-09-21 Thread mturk
Author: mturk Date: Sun Sep 21 09:07:02 2008 New Revision: 697532 URL: http://svn.apache.org/viewvc?rev=697532view=rev Log: This should have been part of r697465 (remove connection_keepalive from lb worker) Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c Modified: tomcat

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

2008-09-21 Thread mturk
Author: mturk Date: Sun Sep 21 09:19:31 2008 New Revision: 697534 URL: http://svn.apache.org/viewvc?rev=697534view=rev Log: Add ping_timeout that is used for connection_keepalive and as default value for connect and prepost timeouts if boolean values are used for them Modified: tomcat

svn commit: r697535 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h

2008-09-21 Thread mturk
Author: mturk Date: Sun Sep 21 09:20:19 2008 New Revision: 697535 URL: http://svn.apache.org/viewvc?rev=697535view=rev Log: Add missing declaration for ping_timeout Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h Modified: tomcat/connectors/trunk/jk/native/common

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

2008-09-21 Thread mturk
Author: mturk Date: Sun Sep 21 09:44:34 2008 New Revision: 697542 URL: http://svn.apache.org/viewvc?rev=697542view=rev Log: Add ping_timeout and connection_keepalive to status. Needs more work to finish... Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified: tomcat

svn commit: r697689 - in /tomcat/connectors/trunk/jk: native/common/jk_ajp_common.c native/common/jk_ajp_common.h native/common/jk_status.c native/common/jk_util.c native/common/jk_util.h xdocs/miscel

2008-09-22 Thread mturk
Author: mturk Date: Mon Sep 22 00:30:07 2008 New Revision: 697689 URL: http://svn.apache.org/viewvc?rev=697689view=rev Log: Rename connection_keepalive to connection_ping_interval as suggested by Rainer Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c tomcat/connectors

svn commit: r697697 - in /tomcat/connectors/trunk/jk: native/common/jk_ajp_common.c native/common/jk_ajp_common.h native/common/jk_util.c native/common/jk_util.h xdocs/miscellaneous/changelog.xml xdoc

2008-09-22 Thread mturk
Author: mturk Date: Mon Sep 22 01:19:44 2008 New Revision: 697697 URL: http://svn.apache.org/viewvc?rev=697697view=rev Log: Add ping_mode directive Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h tomcat

svn commit: r697774 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

2008-09-22 Thread mturk
Author: mturk Date: Mon Sep 22 03:25:58 2008 New Revision: 697774 URL: http://svn.apache.org/viewvc?rev=697774view=rev Log: Move local states array allocation to endpoint allocation Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c Modified: tomcat/connectors/trunk/jk/native

svn commit: r697779 - in /tomcat/connectors/trunk/jk: native/common/jk_lb_worker.c native/common/jk_lb_worker.h native/common/jk_shm.h native/common/jk_util.c native/common/jk_util.h xdocs/miscellaneo

2008-09-22 Thread mturk
Author: mturk Date: Mon Sep 22 03:52:16 2008 New Revision: 697779 URL: http://svn.apache.org/viewvc?rev=697779view=rev Log: Add session_cookie and session_path directives for load balancer Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c tomcat/connectors/trunk/jk/native

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

2008-09-22 Thread mturk
Author: mturk Date: Mon Sep 22 04:10:04 2008 New Revision: 697782 URL: http://svn.apache.org/viewvc?rev=697782view=rev Log: I simply hate this log message. In 99% it usualy means tomcat has too low maxThreads value set Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

svn commit: r698229 - in /tomcat/connectors/trunk/jk: native/apache-2.0/mod_jk.c native/common/jk_ajp_common.c native/common/jk_service.h native/common/jk_util.c xdocs/miscellaneous/changelog.xml

2008-09-23 Thread mturk
Author: mturk Date: Tue Sep 23 09:37:44 2008 New Revision: 698229 URL: http://svn.apache.org/viewvc?rev=698229view=rev Log: Add use_server_errors extension so server error pages can be displayed instead the one generated by Tomcat. Only Apache 2 for the moment Modified: tomcat/connectors

svn commit: r698230 - /tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.h

2008-09-23 Thread mturk
Author: mturk Date: Tue Sep 23 09:39:27 2008 New Revision: 698230 URL: http://svn.apache.org/viewvc?rev=698230view=rev Log: Missing file for r698229 Modified: tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.h Modified: tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.h

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

2008-09-24 Thread mturk
Author: mturk Date: Wed Sep 24 01:17:16 2008 New Revision: 698458 URL: http://svn.apache.org/viewvc?rev=698458view=rev Log: Tab police Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c tomcat/connectors

svn commit: r698459 - /tomcat/connectors/trunk/jk/native/common/portable.h

2008-09-24 Thread mturk
Author: mturk Date: Wed Sep 24 01:19:56 2008 New Revision: 698459 URL: http://svn.apache.org/viewvc?rev=698459view=rev Log: Ups, wrong file commited Modified: tomcat/connectors/trunk/jk/native/common/portable.h Modified: tomcat/connectors/trunk/jk/native/common/portable.h URL: http

svn commit: r698466 - in /tomcat/connectors/trunk/jk/native: configure.in scripts/build/jk_common.m4

2008-09-24 Thread mturk
Author: mturk Date: Wed Sep 24 01:35:33 2008 New Revision: 698466 URL: http://svn.apache.org/viewvc?rev=698466view=rev Log: Add config.nice generation. Mostly copy/paste from APR Modified: tomcat/connectors/trunk/jk/native/configure.in tomcat/connectors/trunk/jk/native/scripts/build

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

2008-09-25 Thread mturk
Author: mturk Date: Thu Sep 25 01:07:59 2008 New Revision: 698853 URL: http://svn.apache.org/viewvc?rev=698853view=rev Log: Move code after variable declaration. Thanks Tim Modified: tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c Modified: tomcat/connectors/trunk/jk/native/apache-2.0

svn commit: r698856 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-09-25 Thread mturk
Author: mturk Date: Thu Sep 25 01:16:24 2008 New Revision: 698856 URL: http://svn.apache.org/viewvc?rev=698856view=rev Log: Cast in some votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk

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

2008-09-25 Thread mturk
Author: mturk Date: Thu Sep 25 03:24:16 2008 New Revision: 698917 URL: http://svn.apache.org/viewvc?rev=698917view=rev Log: Fix core in status worker. Check for pointer, not pointer value Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified: tomcat/connectors/trunk/jk

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

2008-09-27 Thread mturk
Author: mturk Date: Fri Sep 26 23:41:56 2008 New Revision: 699569 URL: http://svn.apache.org/viewvc?rev=699569view=rev Log: Add INSTANCE_ID to the unique shared memory name Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c tomcat/connectors/trunk/jk/xdocs/miscellaneous

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

2008-10-01 Thread mturk
Author: mturk Date: Wed Oct 1 07:10:56 2008 New Revision: 700777 URL: http://svn.apache.org/viewvc?rev=700777view=rev Log: Add util function for fdopen the log file. Used by OS provided loggers Modified: tomcat/connectors/trunk/jk/native/common/jk_global.h tomcat/connectors/trunk/jk

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

2008-10-01 Thread mturk
Author: mturk Date: Wed Oct 1 07:50:03 2008 New Revision: 700797 URL: http://svn.apache.org/viewvc?rev=700797view=rev Log: Update map_uri_to_worker_ext API so we can get extensions for server that have no request processing configuration API. For IIS we'll set the Index of worker_map

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

2008-10-01 Thread mturk
Author: mturk Date: Wed Oct 1 08:25:03 2008 New Revision: 700808 URL: http://svn.apache.org/viewvc?rev=700808view=rev Log: Fix working copy typo Modified: tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c Modified: tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c URL

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

2008-10-01 Thread mturk
Author: mturk Date: Wed Oct 1 08:25:58 2008 New Revision: 700809 URL: http://svn.apache.org/viewvc?rev=700809view=rev Log: Fix working another typo Modified: tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c Modified: tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c

svn commit: r701008 - /tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c

2008-10-02 Thread mturk
Author: mturk Date: Wed Oct 1 22:59:36 2008 New Revision: 701008 URL: http://svn.apache.org/viewvc?rev=701008view=rev Log: Don't use io.h defined names for local functions Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c Modified: tomcat/connectors/trunk/jk/native/iis

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

2008-10-02 Thread mturk
Author: mturk Date: Wed Oct 1 23:00:11 2008 New Revision: 701009 URL: http://svn.apache.org/viewvc?rev=701009view=rev Log: Fix copy/paste typo Modified: tomcat/connectors/trunk/jk/native/common/jk_util.c Modified: tomcat/connectors/trunk/jk/native/common/jk_util.c URL: http

svn commit: r701025 - /tomcat/connectors/branches/other/jk_isapi_plugin_chunked/jk/native/iis/jk_isapi_plugin.c

2008-10-02 Thread mturk
Author: mturk Date: Thu Oct 2 00:56:53 2008 New Revision: 701025 URL: http://svn.apache.org/viewvc?rev=701025view=rev Log: Backport r701008 to chunked branch Modified: tomcat/connectors/branches/other/jk_isapi_plugin_chunked/jk/native/iis/jk_isapi_plugin.c Modified: tomcat/connectors

svn commit: r701029 - /tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c

2008-10-02 Thread mturk
Author: mturk Date: Thu Oct 2 01:21:39 2008 New Revision: 701029 URL: http://svn.apache.org/viewvc?rev=701029view=rev Log: Merge from jk_isapi_plugin_chunked branch Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c Modified: tomcat/connectors/trunk/jk/native/iis

svn commit: r701032 - /tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c

2008-10-02 Thread mturk
Author: mturk Date: Thu Oct 2 01:33:24 2008 New Revision: 701032 URL: http://svn.apache.org/viewvc?rev=701032view=rev Log: Remove AUTOMATIC_POOL_SIZE. This would only make things more complicated not knowing the default size in advance. Further more it detects XP as PWS and doesn't take

svn commit: r701037 - /tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c

2008-10-02 Thread mturk
Author: mturk Date: Thu Oct 2 01:41:30 2008 New Revision: 701037 URL: http://svn.apache.org/viewvc?rev=701037view=rev Log: Use CONFIGURABLE_ERROR_PAGE enabled by default Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c Modified: tomcat/connectors/trunk/jk/native/iis

svn commit: r701038 - /tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c

2008-10-02 Thread mturk
Author: mturk Date: Thu Oct 2 01:43:38 2008 New Revision: 701038 URL: http://svn.apache.org/viewvc?rev=701038view=rev Log: Remove obsolete HAS_AUTO_POOL define Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c Modified: tomcat/connectors/trunk/jk/native/iis

svn commit: r701126 - /tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c

2008-10-02 Thread mturk
Author: mturk Date: Thu Oct 2 06:33:49 2008 New Revision: 701126 URL: http://svn.apache.org/viewvc?rev=701126view=rev Log: Implement service extensions to the IIS Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c Modified: tomcat/connectors/trunk/jk/native/iis

svn commit: r701131 - /tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c

2008-10-02 Thread mturk
Author: mturk Date: Thu Oct 2 07:06:48 2008 New Revision: 701131 URL: http://svn.apache.org/viewvc?rev=701131view=rev Log: Implement use_server_error+pages extension for IIS Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c Modified: tomcat/connectors/trunk/jk/native/iis

svn commit: r701134 - /tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c

2008-10-02 Thread mturk
Author: mturk Date: Thu Oct 2 07:17:15 2008 New Revision: 701134 URL: http://svn.apache.org/viewvc?rev=701134view=rev Log: Use correct http status Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c URL: http

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

2008-10-05 Thread mturk
Author: mturk Date: Sat Oct 4 23:53:20 2008 New Revision: 701751 URL: http://svn.apache.org/viewvc?rev=701751view=rev Log: When doing get_endpoint() try to return the connected endpoints first. In send_request() we were doing exactly this when we got the endpoint, so need for double cache lock

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

2008-10-05 Thread mturk
Author: mturk Date: Sat Oct 4 23:54:33 2008 New Revision: 701752 URL: http://svn.apache.org/viewvc?rev=701752view=rev Log: Note the correct comment Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c URL

svn commit: r701754 - in /tomcat/connectors/trunk/jk: native/common/ xdocs/miscellaneous/ xdocs/reference/

2008-10-05 Thread mturk
Author: mturk Date: Sun Oct 5 00:05:51 2008 New Revision: 701754 URL: http://svn.apache.org/viewvc?rev=701754view=rev Log: Rename retry_wait to retry_interval. It means exactly that; 'the interval between retries' Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

svn commit: r701759 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

2008-10-05 Thread mturk
Author: mturk Date: Sun Oct 5 01:29:06 2008 New Revision: 701759 URL: http://svn.apache.org/viewvc?rev=701759view=rev Log: Use correct var name Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c URL: http

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

2008-10-05 Thread mturk
Author: mturk Date: Sun Oct 5 01:31:10 2008 New Revision: 701760 URL: http://svn.apache.org/viewvc?rev=701760view=rev Log: Fix typo Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c URL: http

svn commit: r701777 - in /tomcat/connectors/trunk/jk/native/common: jk_lb_worker.c jk_lb_worker.h

2008-10-05 Thread mturk
Author: mturk Date: Sun Oct 5 04:28:58 2008 New Revision: 701777 URL: http://svn.apache.org/viewvc?rev=701777view=rev Log: Add and use retry_interval for load balancer. Like with ajp worker retries and retry_interval are used to create multiple calls to get_worker. On retry the internal tables

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

2008-10-06 Thread mturk
Author: mturk Date: Mon Oct 6 03:31:33 2008 New Revision: 702085 URL: http://svn.apache.org/viewvc?rev=702085view=rev Log: Bring back the commented RECOVER_ABORT_IF_CLIENTERROR. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified: tomcat/connectors/trunk/jk/native

svn commit: r702090 - in /tomcat/connectors/trunk/jk/native/iis: Makefile.amd64 Makefile.ia64

2008-10-06 Thread mturk
Author: mturk Date: Mon Oct 6 03:56:33 2008 New Revision: 702090 URL: http://svn.apache.org/viewvc?rev=702090view=rev Log: Allow build provided CFLAGS environment variable usage during build. Eg. set CFLAGS=/D ISAPI_ALLOW_CHUNKING nmake -f Makefile.x86 Modified: tomcat/connectors/trunk/jk

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

2008-10-06 Thread mturk
Author: mturk Date: Mon Oct 6 04:20:52 2008 New Revision: 702101 URL: http://svn.apache.org/viewvc?rev=702101view=rev Log: Add Retry Interval display and update Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c URL

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

2008-10-06 Thread mturk
Author: mturk Date: Mon Oct 6 04:38:37 2008 New Revision: 702108 URL: http://svn.apache.org/viewvc?rev=702108view=rev Log: Add retry_interval to lb as well Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c URL

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

2008-10-06 Thread mturk
Author: mturk Date: Mon Oct 6 06:59:16 2008 New Revision: 702148 URL: http://svn.apache.org/viewvc?rev=702148view=rev Log: Make retry_interval stored in shared memory and synced on push/pull Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c tomcat/connectors/trunk/jk

svn commit: r702160 - /tomcat/connectors/trunk/jk/native/common/jk_shm.c

2008-10-06 Thread mturk
Author: mturk Date: Mon Oct 6 07:28:20 2008 New Revision: 702160 URL: http://svn.apache.org/viewvc?rev=702160view=rev Log: Implement global shared memory lock for IIS. With IIS 6+ we don't have a single process any more Modified: tomcat/connectors/trunk/jk/native/common/jk_shm.c Modified

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

2008-10-07 Thread mturk
Author: mturk Date: Tue Oct 7 01:01:27 2008 New Revision: 702376 URL: http://svn.apache.org/viewvc?rev=702376view=rev Log: Move get_endpoint retries to the get_endpoint function Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c tomcat/connectors/trunk/jk/native/common

svn commit: r702378 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.h

2008-10-07 Thread mturk
Author: mturk Date: Tue Oct 7 01:04:34 2008 New Revision: 702378 URL: http://svn.apache.org/viewvc?rev=702378view=rev Log: Remove obsolete defines Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.h Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.h URL: http

svn commit: r702387 - in /tomcat/connectors/trunk/jk: native/common/jk_ajp_common.c native/common/jk_util.c native/common/jk_util.h xdocs/miscellaneous/changelog.xml xdocs/reference/workers.xml

2008-10-07 Thread mturk
Author: mturk Date: Tue Oct 7 01:42:30 2008 New Revision: 702387 URL: http://svn.apache.org/viewvc?rev=702387view=rev Log: Add connection_acquire_timeout directive. It helps diferentiating the timeout for obtaining cache endpoint and retry on the obtained worker connection Modified: tomcat

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

2008-10-07 Thread mturk
Author: mturk Date: Tue Oct 7 01:51:31 2008 New Revision: 702391 URL: http://svn.apache.org/viewvc?rev=702391view=rev Log: Document the new usage for lb retries Modified: tomcat/connectors/trunk/jk/xdocs/reference/workers.xml Modified: tomcat/connectors/trunk/jk/xdocs/reference/workers.xml

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

2008-10-07 Thread mturk
Author: mturk Date: Tue Oct 7 03:33:08 2008 New Revision: 702429 URL: http://svn.apache.org/viewvc?rev=702429view=rev Log: Do a simple thread_join for a detached watchdog thread Modified: tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c Modified: tomcat/connectors/trunk/jk/native

svn commit: r702431 - in /tomcat/connectors/trunk/jk: native/apache-2.0/mod_jk.c xdocs/reference/apache.xml

2008-10-07 Thread mturk
Author: mturk Date: Tue Oct 7 03:56:27 2008 New Revision: 702431 URL: http://svn.apache.org/viewvc?rev=702431view=rev Log: Allow JkStripSession to have optional session path identifier different then default ;jsessionid Modified: tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c

svn commit: r702531 - /tomcat/connectors/trunk/jk/native/common/jk_msg_buff.c

2008-10-07 Thread mturk
Author: mturk Date: Tue Oct 7 09:18:36 2008 New Revision: 702531 URL: http://svn.apache.org/viewvc?rev=702531view=rev Log: Get rid of invalid sting message parsing. We should mark the entire message as invalid. At least we presume in ajp_common that get_bytes can return NULL in overflow case

svn commit: r702532 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h

2008-10-07 Thread mturk
Author: mturk Date: Tue Oct 7 09:20:40 2008 New Revision: 702532 URL: http://svn.apache.org/viewvc?rev=702532view=rev Log: Add missing struct member for cache_acquire_timeout Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h Modified: tomcat/connectors/trunk/jk/native

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

2008-10-08 Thread mturk
Author: mturk Date: Tue Oct 7 23:38:11 2008 New Revision: 702732 URL: http://svn.apache.org/viewvc?rev=702732view=rev Log: Fix simple thread join. Thread can be closed before even initialized Modified: tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c Modified: tomcat/connectors/trunk

svn commit: r702805 - in /tomcat/connectors/trunk/jk/xdocs/generic_howto: loadbalancers.xml quick.xml timeouts.xml workers.xml

2008-10-08 Thread mturk
Author: mturk Date: Wed Oct 8 03:54:34 2008 New Revision: 702805 URL: http://svn.apache.org/viewvc?rev=702805view=rev Log: Run trough spell checker - English (British) Modified: tomcat/connectors/trunk/jk/xdocs/generic_howto/loadbalancers.xml tomcat/connectors/trunk/jk/xdocs

svn commit: r702803 - in /tomcat/connectors/trunk/jk/xdocs/reference: apache.xml iis.xml status.xml uriworkermap.xml workers.xml

2008-10-08 Thread mturk
Author: mturk Date: Wed Oct 8 03:47:16 2008 New Revision: 702803 URL: http://svn.apache.org/viewvc?rev=702803view=rev Log: Run trough spell checker - English (British) Modified: tomcat/connectors/trunk/jk/xdocs/reference/apache.xml tomcat/connectors/trunk/jk/xdocs/reference/iis.xml

svn commit: r703650 - /tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c

2008-10-11 Thread mturk
Author: mturk Date: Sat Oct 11 04:49:02 2008 New Revision: 703650 URL: http://svn.apache.org/viewvc?rev=703650view=rev Log: Make sure extension is inited the same way as filter using _ Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c Modified: tomcat/connectors/trunk/jk

svn commit: r703665 - /tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c

2008-10-11 Thread mturk
Author: mturk Date: Sat Oct 11 07:17:14 2008 New Revision: 703665 URL: http://svn.apache.org/viewvc?rev=703665view=rev Log: Cast size_t Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c URL: http

svn commit: r703667 - /tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c

2008-10-11 Thread mturk
Author: mturk Date: Sat Oct 11 07:54:42 2008 New Revision: 703667 URL: http://svn.apache.org/viewvc?rev=703667view=rev Log: Add two environment vars so we can have ${JKISAPI_PATH} in .properties files Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c Modified: tomcat

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

2008-10-11 Thread mturk
Author: mturk Date: Sat Oct 11 09:02:37 2008 New Revision: 703677 URL: http://svn.apache.org/viewvc?rev=703677view=rev Log: Don't use default socket keepalive interval. If timeout set, use ten times its value, if not use 10 minutes for keepalive packets (Windows only) Modified: tomcat

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

2008-10-13 Thread mturk
Author: mturk Date: Mon Oct 13 01:58:07 2008 New Revision: 703976 URL: http://svn.apache.org/viewvc?rev=703976view=rev Log: Document new IIS environmet vars Modified: tomcat/connectors/trunk/jk/xdocs/reference/iis.xml Modified: tomcat/connectors/trunk/jk/xdocs/reference/iis.xml URL: http

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

2008-10-13 Thread mturk
Author: mturk Date: Mon Oct 13 01:47:47 2008 New Revision: 703970 URL: http://svn.apache.org/viewvc?rev=703970view=rev Log: Document new IIS configuration directives Modified: tomcat/connectors/trunk/jk/xdocs/reference/iis.xml Modified: tomcat/connectors/trunk/jk/xdocs/reference/iis.xml URL

svn commit: r704015 - in /tomcat/connectors/trunk/jk: native/common/ xdocs/miscellaneous/ xdocs/reference/

2008-10-13 Thread mturk
Author: mturk Date: Mon Oct 13 04:31:00 2008 New Revision: 704015 URL: http://svn.apache.org/viewvc?rev=704015view=rev Log: Add socket_connect_timeout, as per mod_proxy Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp12_worker.c tomcat/connectors/trunk/jk/native/common

svn commit: r705882 - in /tomcat/connectors/trunk/jk/native/common: jk_ajp_common.c jk_msg_buff.c

2008-10-18 Thread mturk
Author: mturk Date: Sat Oct 18 06:35:57 2008 New Revision: 705882 URL: http://svn.apache.org/viewvc?rev=705882view=rev Log: Make sure the message reply buffer is always reset before sending request. Do a real reset by clearing the message to zero, not just marking it's size Modified: tomcat

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

2008-10-18 Thread mturk
Author: mturk Date: Sat Oct 18 22:35:54 2008 New Revision: 705959 URL: http://svn.apache.org/viewvc?rev=705959view=rev Log: Fix typo Modified: tomcat/connectors/trunk/jk/native/common/jk_connect.c Modified: tomcat/connectors/trunk/jk/native/common/jk_connect.c URL: http://svn.apache.org

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

2008-10-19 Thread mturk
Author: mturk Date: Sat Oct 18 23:24:37 2008 New Revision: 705963 URL: http://svn.apache.org/viewvc?rev=705963view=rev Log: Don't put the worker in error state in case of client errors. Although the backend connection can be closed and no more connections exist, the worker is not in error state

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

2008-10-19 Thread mturk
Author: mturk Date: Sat Oct 18 23:29:07 2008 New Revision: 705964 URL: http://svn.apache.org/viewvc?rev=705964view=rev Log: Also update client_errors counter in case of client errors Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified: tomcat/connectors/trunk/jk

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

2008-10-19 Thread mturk
Author: mturk Date: Sun Oct 19 04:09:40 2008 New Revision: 705977 URL: http://svn.apache.org/viewvc?rev=705977view=rev Log: EAGAIN is signaled when socket_timeout is set. When timeout occurs during read we break on Windows because there are no EAGAIN there. So break on posix as well Modified

svn commit: r705976 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

2008-10-19 Thread mturk
Author: mturk Date: Sun Oct 19 03:59:18 2008 New Revision: 705976 URL: http://svn.apache.org/viewvc?rev=705976view=rev Log: Log attempt and retry with [ERROR] Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

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

2008-10-19 Thread mturk
Author: mturk Date: Sun Oct 19 06:13:04 2008 New Revision: 706004 URL: http://svn.apache.org/viewvc?rev=706004view=rev Log: Make sure empty packet is send if client doesn't provide any data and have Content-Lenght 0 Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

svn commit: r706039 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c common/jk_ajp_common.c common/jk_connect.c common/jk_connect.h common/jk_service.h iis/jk_isapi_plu

2008-10-19 Thread mturk
Author: mturk Date: Sun Oct 19 09:03:47 2008 New Revision: 706039 URL: http://svn.apache.org/viewvc?rev=706039view=rev Log: Use optional APR pool used for configuration instead global pool. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c tomcat/connectors/trunk/jk/native

svn commit: r706041 - /tomcat/connectors/trunk/jk/native/common/jk_ajp12_worker.c

2008-10-19 Thread mturk
Author: mturk Date: Sun Oct 19 09:06:35 2008 New Revision: 706041 URL: http://svn.apache.org/viewvc?rev=706041view=rev Log: Use optional APR pool used for configuration instead global pool. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp12_worker.c Modified: tomcat/connectors

svn commit: r706574 - /tomcat/connectors/trunk/jni/java/org/apache/tomcat/jni/Socket.java

2008-10-21 Thread mturk
Author: mturk Date: Tue Oct 21 03:47:24 2008 New Revision: 706574 URL: http://svn.apache.org/viewvc?rev=706574view=rev Log: Fix API function name recvFrom - recvfrom. Modified: tomcat/connectors/trunk/jni/java/org/apache/tomcat/jni/Socket.java Modified: tomcat/connectors/trunk/jni/java/org

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

2008-10-24 Thread mturk
Author: mturk Date: Thu Oct 23 23:16:19 2008 New Revision: 707557 URL: http://svn.apache.org/viewvc?rev=707557view=rev Log: Use correct ping_interval calculation Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified: tomcat/connectors/trunk/jk/native/common

svn commit: r707561 - /tomcat/connectors/trunk/jk/native/common/jk_worker.c

2008-10-24 Thread mturk
Author: mturk Date: Thu Oct 23 23:42:01 2008 New Revision: 707561 URL: http://svn.apache.org/viewvc?rev=707561view=rev Log: Ensure that maintain cannot be executed by multiple threads if maintain takes longer then maintain_time Modified: tomcat/connectors/trunk/jk/native/common/jk_worker.c

svn commit: r707645 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

2008-10-24 Thread mturk
Author: mturk Date: Fri Oct 24 07:35:32 2008 New Revision: 707645 URL: http://svn.apache.org/viewvc?rev=707645view=rev Log: Change logging attempts from ERROR to INFO. They can happen multiple times, so log as ERROR only once Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

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

2008-10-27 Thread mturk
Author: mturk Date: Mon Oct 27 04:14:03 2008 New Revision: 708135 URL: http://svn.apache.org/viewvc?rev=708135view=rev Log: Fix BZ46095. Typo in strtok_r Modified: tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c Modified: tomcat/connectors/trunk/jk/native/common

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

2008-10-27 Thread mturk
Author: mturk Date: Mon Oct 27 07:56:03 2008 New Revision: 708205 URL: http://svn.apache.org/viewvc?rev=708205view=rev Log: Remember the last AJP operation on the endpoint. I case we try to issue a new request while the previous request was not ended recycle the connection. Modified: tomcat

svn commit: r708861 - in /tomcat/connectors/trunk/jni/native: libtcnative.dsp tcnative.dsp

2008-10-29 Thread mturk
Author: mturk Date: Wed Oct 29 03:20:54 2008 New Revision: 708861 URL: http://svn.apache.org/viewvc?rev=708861view=rev Log: Add missing library required by APR 1.3 Modified: tomcat/connectors/trunk/jni/native/libtcnative.dsp tomcat/connectors/trunk/jni/native/tcnative.dsp Modified

svn commit: r708867 - in /tomcat/connectors/trunk/jni: java/org/apache/tomcat/jni/OS.java native/os/unix/system.c

2008-10-29 Thread mturk
Author: mturk Date: Wed Oct 29 03:39:16 2008 New Revision: 708867 URL: http://svn.apache.org/viewvc?rev=708867view=rev Log: Add MACOSX OS detection Modified: tomcat/connectors/trunk/jni/java/org/apache/tomcat/jni/OS.java tomcat/connectors/trunk/jni/native/os/unix/system.c Modified

svn commit: r708920 - /tomcat/connectors/tags/other/TOMCAT_NATIVE_1_1_16/

2008-10-29 Thread mturk
Author: mturk Date: Wed Oct 29 08:23:54 2008 New Revision: 708920 URL: http://svn.apache.org/viewvc?rev=708920view=rev Log: Tag version 1.1.16 Added: tomcat/connectors/tags/other/TOMCAT_NATIVE_1_1_16/ - copied from r708919, tomcat/connectors/trunk

svn commit: r711205 - /tomcat/connectors/trunk/jk/xdocs/index.xml

2008-11-04 Thread mturk
Author: mturk Date: Tue Nov 4 00:09:43 2008 New Revision: 711205 URL: http://svn.apache.org/viewvc?rev=711205view=rev Log: Add 2008 news to the main page Modified: tomcat/connectors/trunk/jk/xdocs/index.xml Modified: tomcat/connectors/trunk/jk/xdocs/index.xml URL: http://svn.apache.org

svn commit: r711821 - /tomcat/connectors/branches/native/1.1.x/

2008-11-06 Thread mturk
Author: mturk Date: Thu Nov 6 01:56:16 2008 New Revision: 711821 URL: http://svn.apache.org/viewvc?rev=711821view=rev Log: Branch Tomcat Native 1.1.x Added: tomcat/connectors/branches/native/1.1.x/ - copied from r711820, tomcat/connectors/trunk

svn commit: r711830 - /tomcat/tc6.0.x/trunk/native/

2008-11-06 Thread mturk
Author: mturk Date: Thu Nov 6 02:12:09 2008 New Revision: 711830 URL: http://svn.apache.org/viewvc?rev=711830view=rev Log: Link native to 1.1.x branch Modified: tomcat/tc6.0.x/trunk/native/ (props changed) Propchange: tomcat/tc6.0.x/trunk/native

svn commit: r711819 - /tomcat/connectors/branches/native/

2008-11-06 Thread mturk
Author: mturk Date: Thu Nov 6 01:55:00 2008 New Revision: 711819 URL: http://svn.apache.org/viewvc?rev=711819view=rev Log: Add native branch top directory Added: tomcat/connectors/branches/native/ - To unsubscribe, e-mail

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