svn commit: r327657 - in /tomcat/connectors/trunk: http11/src/java/org/apache/coyote/http11/ jni/java/org/apache/tomcat/jni/ jni/native/include/ jni/native/src/ util/java/org/apache/tomcat/util/net/

2005-10-22 Thread mturk
Author: mturk Date: Sat Oct 22 05:32:32 2005 New Revision: 327657 URL: http://svn.apache.org/viewcvs?rev=327657view=rev Log: Add optimized function for send and recv using presetting of internal ByteBuffer. This way the number of JNI calls is lowered that gives much higher speed, because each

svn commit: r327659 - /tomcat/connectors/trunk/jni/native/src/network.c

2005-10-22 Thread mturk
Author: mturk Date: Sat Oct 22 05:55:02 2005 New Revision: 327659 URL: http://svn.apache.org/viewcvs?rev=327659view=rev Log: Fix warnings for unused function parameters. Those functions does not use JNI function params any more. Modified: tomcat/connectors/trunk/jni/native/src/network.c

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

2005-11-08 Thread mturk
Author: mturk Date: Tue Nov 8 01:20:51 2005 New Revision: 331751 URL: http://svn.apache.org/viewcvs?rev=331751view=rev Log: Update download-connectors for 1.2.15 release. Modified: tomcat/site/trunk/docs/download-connectors.html tomcat/site/trunk/xdocs/download-connectors.xml Modified

svn commit: r331756 - in /tomcat/connectors/trunk/jk/xdocs: index.xml news/20050101.xml

2005-11-08 Thread mturk
Author: mturk Date: Tue Nov 8 01:40:10 2005 New Revision: 331756 URL: http://svn.apache.org/viewcvs?rev=331756view=rev Log: Update docc to 1.2.15 release Modified: tomcat/connectors/trunk/jk/xdocs/index.xml tomcat/connectors/trunk/jk/xdocs/news/20050101.xml Modified: tomcat/connectors

svn commit: r354090 - /tomcat/connectors/tags/other/TOMCAT_NATIVE_1_1_1/

2005-12-05 Thread mturk
Author: mturk Date: Mon Dec 5 08:22:17 2005 New Revision: 354090 URL: http://svn.apache.org/viewcvs?rev=354090view=rev Log: made a copy Added: tomcat/connectors/tags/other/TOMCAT_NATIVE_1_1_1/ - copied from r354089, tomcat/connectors/trunk

svn commit: r354093 - in /tomcat/build/tc5.5.x: build.properties.default tomcat.nsi

2005-12-05 Thread mturk
Author: mturk Date: Mon Dec 5 08:29:19 2005 New Revision: 354093 URL: http://svn.apache.org/viewcvs?rev=354093view=rev Log: Use tomcat-native-1.1.1 version. Modified: tomcat/build/tc5.5.x/build.properties.default tomcat/build/tc5.5.x/tomcat.nsi Modified: tomcat/build/tc5.5.x

svn commit: r354098 - /tomcat/connectors/trunk/jni/native/src/jnilib.c

2005-12-05 Thread mturk
Author: mturk Date: Mon Dec 5 09:01:40 2005 New Revision: 354098 URL: http://svn.apache.org/viewcvs?rev=354098view=rev Log: Add new line to the end of the file. No functional change. Modified: tomcat/connectors/trunk/jni/native/src/jnilib.c Modified: tomcat/connectors/trunk/jni/native/src

svn commit: r358770 - /tomcat/connectors/trunk/jk/native/apache-1.3/Makefile.in

2005-12-23 Thread mturk
Author: mturk Date: Fri Dec 23 00:42:05 2005 New Revision: 358770 URL: http://svn.apache.org/viewcvs?rev=358770view=rev Log: Replace $ with real source name. This fixes building problems on BSD make systems like Solaris, etc... Modified: tomcat/connectors/trunk/jk/native/apache-1.3

svn commit: r358771 - in /tomcat/connectors/trunk/jk/native: common/portable.h.sample iis/installer/isapi-redirector-win32-msi.ism iis/isapi_redirect.rc

2005-12-23 Thread mturk
Author: mturk Date: Fri Dec 23 00:44:22 2005 New Revision: 358771 URL: http://svn.apache.org/viewcvs?rev=358771view=rev Log: Update version numbers to current 1.2.16-dev Modified: tomcat/connectors/trunk/jk/native/common/portable.h.sample tomcat/connectors/trunk/jk/native/iis/installer

svn commit: r368776 - in /tomcat/connectors/trunk/jni: java/org/apache/tomcat/jni/File.java native/src/file.c

2006-01-13 Thread mturk
Author: mturk Date: Fri Jan 13 08:29:09 2006 New Revision: 368776 URL: http://svn.apache.org/viewcvs?rev=368776view=rev Log: Mark that pool for remove and rename is unused, because APR actually does not use it. No API and no functional change, and since it's not used by APR connector, the patch

svn commit: r369000 - in /tomcat/connectors/trunk/jni: java/org/apache/tomcat/jni/File.java native/src/file.c

2006-01-14 Thread mturk
Author: mturk Date: Sat Jan 14 00:08:44 2006 New Revision: 369000 URL: http://svn.apache.org/viewcvs?rev=369000view=rev Log: Revert note about unused pool. APR guys say it might be used sometime in the future :) Modified: tomcat/connectors/trunk/jni/java/org/apache/tomcat/jni/File.java

svn commit: r375626 - /tomcat/connectors/trunk/jni/native/src/network.c

2006-02-07 Thread mturk
Author: mturk Date: Tue Feb 7 07:24:06 2006 New Revision: 375626 URL: http://svn.apache.org/viewcvs?rev=375626view=rev Log: Make sure that all the bytes are send when calling sendbb. Since APR might return partial writes, add a loop that will resolve that. Modified: tomcat/connectors/trunk

svn commit: r378494 - /tomcat/connectors/trunk/jni/native/src/error.c

2006-02-17 Thread mturk
Author: mturk Date: Fri Feb 17 04:13:21 2006 New Revision: 378494 URL: http://svn.apache.org/viewcvs?rev=378494view=rev Log: Add custom messages for our custom return values. Without that the apr_strerror returns APR does not understand this error code. Modified: tomcat/connectors/trunk/jni

svn commit: r378495 - /tomcat/connectors/trunk/jni/native/src/error.c

2006-02-17 Thread mturk
Author: mturk Date: Fri Feb 17 04:24:44 2006 New Revision: 378495 URL: http://svn.apache.org/viewcvs?rev=378495view=rev Log: Report unknown errors. Modified: tomcat/connectors/trunk/jni/native/src/error.c Modified: tomcat/connectors/trunk/jni/native/src/error.c URL: http://svn.apache.org

svn commit: r378496 - /tomcat/connectors/trunk/jni/native/src/error.c

2006-02-17 Thread mturk
Author: mturk Date: Fri Feb 17 04:31:18 2006 New Revision: 378496 URL: http://svn.apache.org/viewcvs?rev=378496view=rev Log: Fix the typo. Modified: tomcat/connectors/trunk/jni/native/src/error.c Modified: tomcat/connectors/trunk/jni/native/src/error.c URL: http://svn.apache.org/viewcvs

svn commit: r378499 - /tomcat/connectors/trunk/jni/native/src/error.c

2006-02-17 Thread mturk
Author: mturk Date: Fri Feb 17 04:48:32 2006 New Revision: 378499 URL: http://svn.apache.org/viewcvs?rev=378499view=rev Log: Check only for our custom messages, and leave to APR to deal with others. Modified: tomcat/connectors/trunk/jni/native/src/error.c Modified: tomcat/connectors/trunk

svn commit: r378586 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java

2006-02-17 Thread mturk
Author: mturk Date: Fri Feb 17 10:46:47 2006 New Revision: 378586 URL: http://svn.apache.org/viewcvs?rev=378586view=rev Log: Use Library.APR_HAS_SENDFILE as default value for sendfile flag. Modified: tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java Modified

svn commit: r378588 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java

2006-02-17 Thread mturk
Author: mturk Date: Fri Feb 17 10:52:26 2006 New Revision: 378588 URL: http://svn.apache.org/viewcvs?rev=378588view=rev Log: When APR_HAS_SENDFILE is disabled always return false no mater what user set in the config. Modified: tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net

svn commit: r378858 - in /tomcat/connectors/trunk: jni/native/src/network.c util/java/org/apache/tomcat/util/net/AprEndpoint.java

2006-02-19 Thread mturk
Author: mturk Date: Sun Feb 19 00:43:23 2006 New Revision: 378858 URL: http://svn.apache.org/viewcvs?rev=378858view=rev Log: Revert checking for sendfile support in bean getter, but keep the default value for useSendfile depending on APR support, so that there is no unneeded warning. Also create

svn commit: r381594 - in /tomcat/connectors/trunk/jk/java/org/apache/coyote/ajp: AjpAprProcessor.java Constants.java

2006-02-28 Thread mturk
Author: mturk Date: Tue Feb 28 00:53:23 2006 New Revision: 381594 URL: http://svn.apache.org/viewcvs?rev=381594view=rev Log: Use constants instead directly hard coded values. No functional change. Modified: tomcat/connectors/trunk/jk/java/org/apache/coyote/ajp/AjpAprProcessor.java tomcat

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

2006-02-28 Thread mturk
Author: mturk Date: Tue Feb 28 09:19:50 2006 New Revision: 381713 URL: http://svn.apache.org/viewcvs?rev=381713view=rev Log: Fix bug 38806 by retrying all workers that are in error state. Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c tomcat/connectors/trunk/jk/xdocs

svn commit: r386275 - /tomcat/build/tc5.5.x/build.properties.default

2006-03-15 Thread mturk
Author: mturk Date: Wed Mar 15 22:43:16 2006 New Revision: 386275 URL: http://svn.apache.org/viewcvs?rev=386275view=rev Log: Use native 1.1.2 Modified: tomcat/build/tc5.5.x/build.properties.default Modified: tomcat/build/tc5.5.x/build.properties.default URL: http://svn.apache.org/viewcvs

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

2006-03-15 Thread mturk
Author: mturk Date: Wed Mar 15 23:07:46 2006 New Revision: 386277 URL: http://svn.apache.org/viewcvs?rev=386277view=rev Log: Fix pessimistic locking mode by removing redundant shm lock code. Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c tomcat/connectors/trunk/jk

svn commit: r386278 - /tomcat/connectors/trunk/jni/java/org/apache/tomcat/jni/OS.java

2006-03-15 Thread mturk
Author: mturk Date: Wed Mar 15 23:15:58 2006 New Revision: 386278 URL: http://svn.apache.org/viewcvs?rev=386278view=rev Log: Fix bug 38984. Patch provided by Peter Grimshaw. Modified: tomcat/connectors/trunk/jni/java/org/apache/tomcat/jni/OS.java Modified: tomcat/connectors/trunk/jni/java

svn commit: r386282 - in /tomcat/connectors/trunk/jk: native/common/jk_uri_worker_map.c xdocs/changelog.xml

2006-03-16 Thread mturk
Author: mturk Date: Thu Mar 16 00:10:18 2006 New Revision: 386282 URL: http://svn.apache.org/viewcvs?rev=386282view=rev Log: Fix #38889 by sorting worker map depending on the path elements, to comply with Servlet spec. Patch provided by Steve Revilak. Modified: tomcat/connectors/trunk/jk

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

2006-03-16 Thread mturk
Author: mturk Date: Thu Mar 16 00:18:04 2006 New Revision: 386285 URL: http://svn.apache.org/viewcvs?rev=386285view=rev Log: Fix #38859 by protect mod_jk against buggy or malicious AJP servers in the backend. Patch provided by Ruediger Pluem. Modified: tomcat/connectors/trunk/jk/native

svn commit: r386286 - /tomcat/connectors/trunk/jk/xdocs/howto/apache.xml

2006-03-16 Thread mturk
Author: mturk Date: Thu Mar 16 00:25:12 2006 New Revision: 386286 URL: http://svn.apache.org/viewcvs?rev=386286view=rev Log: Small doc update by Luc Carpentier. We need more of those! Modified: tomcat/connectors/trunk/jk/xdocs/howto/apache.xml Modified: tomcat/connectors/trunk/jk/xdocs

svn commit: r386289 - /tomcat/connectors/trunk/jk/xdocs/config/workers.xml

2006-03-16 Thread mturk
Author: mturk Date: Thu Mar 16 00:50:02 2006 New Revision: 386289 URL: http://svn.apache.org/viewcvs?rev=386289view=rev Log: Document Busyness load balancer method. Modified: tomcat/connectors/trunk/jk/xdocs/config/workers.xml Modified: tomcat/connectors/trunk/jk/xdocs/config/workers.xml

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

2006-03-17 Thread mturk
Author: mturk Date: Fri Mar 17 00:36:51 2006 New Revision: 386569 URL: http://svn.apache.org/viewcvs?rev=386569view=rev Log: Document #37167 -- Allow building with BSD-ish like make, that does not understand '$' expansion. Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml Modified

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

2006-03-17 Thread mturk
Author: mturk Date: Fri Mar 17 01:35:16 2006 New Revision: 386592 URL: http://svn.apache.org/viewcvs?rev=386592view=rev Log: Fix #37332 -- potential misuse of buffer length with snprintf functions. Modified: tomcat/connectors/trunk/jk/native/common/jk_util.c tomcat/connectors/trunk/jk

svn commit: r386604 - in /tomcat/connectors/trunk/jk: native/common/jk_shm.c xdocs/changelog.xml

2006-03-17 Thread mturk
Author: mturk Date: Fri Mar 17 02:39:10 2006 New Revision: 386604 URL: http://svn.apache.org/viewcvs?rev=386604view=rev Log: Fix #37469. Shared memory was closed for forked childs, thus causing close an munmap twice for the same file id. Modified: tomcat/connectors/trunk/jk/native/common

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

2006-03-20 Thread mturk
Author: mturk Date: Mon Mar 20 02:12:54 2006 New Revision: 387178 URL: http://svn.apache.org/viewcvs?rev=387178view=rev Log: Add missing bussines logic for innner domain lb election. Also remove useless check for negative busy values. They are handled correctly now. Modified: tomcat

svn commit: r388090 - in /tomcat/connectors/trunk/jni/native/os/win32: ntpipe.c registry.c system.c

2006-03-22 Thread mturk
Author: mturk Date: Wed Mar 22 23:53:24 2006 New Revision: 388090 URL: http://svn.apache.org/viewcvs?rev=388090view=rev Log: Fix compile time warning if _WIN32_WINNT is defined in command line. Modified: tomcat/connectors/trunk/jni/native/os/win32/ntpipe.c tomcat/connectors/trunk/jni

svn commit: r388091 - /tomcat/connectors/trunk/jni/native/src/poll.c

2006-03-22 Thread mturk
Author: mturk Date: Wed Mar 22 23:56:28 2006 New Revision: 388091 URL: http://svn.apache.org/viewcvs?rev=388091view=rev Log: Use array region routines instead copying entire poller result set array. It can save few CPU cycles. Modified: tomcat/connectors/trunk/jni/native/src/poll.c Modified

svn commit: r390144 - /tomcat/connectors/trunk/jni/native/src/network.c

2006-03-30 Thread mturk
Author: mturk Date: Thu Mar 30 06:25:42 2006 New Revision: 390144 URL: http://svn.apache.org/viewcvs?rev=390144view=rev Log: Fix sprintf formating warnings. Modified: tomcat/connectors/trunk/jni/native/src/network.c Modified: tomcat/connectors/trunk/jni/native/src/network.c URL: http

svn commit: r390147 - /tomcat/connectors/trunk/jni/native/src/network.c

2006-03-30 Thread mturk
Author: mturk Date: Thu Mar 30 06:32:04 2006 New Revision: 390147 URL: http://svn.apache.org/viewcvs?rev=390147view=rev Log: Copy/paste error. Remove extra format. Modified: tomcat/connectors/trunk/jni/native/src/network.c Modified: tomcat/connectors/trunk/jni/native/src/network.c URL

svn commit: r391288 - /tomcat/connectors/trunk/jni/native/src/sslnetwork.c

2006-04-04 Thread mturk
Author: mturk Date: Tue Apr 4 05:32:16 2006 New Revision: 391288 URL: http://svn.apache.org/viewcvs?rev=391288view=rev Log: Fix ssl code by properly registering the socket shutdown modes. Modified: tomcat/connectors/trunk/jni/native/src/sslnetwork.c Modified: tomcat/connectors/trunk/jni

svn commit: r391301 - /tomcat/connectors/trunk/jni/examples/mkcerts

2006-04-04 Thread mturk
Author: mturk Date: Tue Apr 4 06:25:40 2006 New Revision: 391301 URL: http://svn.apache.org/viewcvs?rev=391301view=rev Log: Update year and add export for pkcs12 formatted server certificate. Modified: tomcat/connectors/trunk/jni/examples/mkcerts Modified: tomcat/connectors/trunk/jni

svn commit: r391647 - /tomcat/build/tc5.5.x/build.properties.default

2006-04-05 Thread mturk
Author: mturk Date: Wed Apr 5 08:48:07 2006 New Revision: 391647 URL: http://svn.apache.org/viewcvs?rev=391647view=rev Log: Update to version 5.5.17 so that HEAD is build as next release. Modified: tomcat/build/tc5.5.x/build.properties.default Modified: tomcat/build/tc5.5.x

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

2006-04-05 Thread mturk
Author: mturk Date: Wed Apr 5 08:49:41 2006 New Revision: 391649 URL: http://svn.apache.org/viewcvs?rev=391649view=rev Log: Update VERSION to the current number. Modified: tomcat/connectors/trunk/jk/native/configure.in Modified: tomcat/connectors/trunk/jk/native/configure.in URL: http

svn commit: r393735 - in /tomcat/connectors/trunk/jni/native/src: os.c ssl.c

2006-04-13 Thread mturk
Author: mturk Date: Wed Apr 12 23:41:49 2006 New Revision: 393735 URL: http://svn.apache.org/viewcvs?rev=393735view=rev Log: Use proper castings for thread_current. Modified: tomcat/connectors/trunk/jni/native/src/os.c tomcat/connectors/trunk/jni/native/src/ssl.c Modified: tomcat

svn commit: r394031 - /tomcat/connectors/trunk/jni/native/os/unix/system.c

2006-04-14 Thread mturk
Author: mturk Date: Thu Apr 13 23:33:09 2006 New Revision: 394031 URL: http://svn.apache.org/viewcvs?rev=394031view=rev Log: Fix #38985 by properly reporting 4G memory. Modified: tomcat/connectors/trunk/jni/native/os/unix/system.c Modified: tomcat/connectors/trunk/jni/native/os/unix

svn commit: r394036 - in /tomcat/connectors/trunk/jni/native: include/tcn_version.h os/win32/libtcnative.rc

2006-04-14 Thread mturk
Author: mturk Date: Fri Apr 14 00:29:02 2006 New Revision: 394036 URL: http://svn.apache.org/viewcvs?rev=394036view=rev Log: Update version numbers to 1.1.3 Modified: tomcat/connectors/trunk/jni/native/include/tcn_version.h tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc

svn commit: r394040 - in /tomcat/connectors/trunk/jni/native: Makefile.in configure.in

2006-04-14 Thread mturk
Author: mturk Date: Fri Apr 14 00:33:27 2006 New Revision: 394040 URL: http://svn.apache.org/viewcvs?rev=394040view=rev Log: Separate tcnative and apr versions. Modified: tomcat/connectors/trunk/jni/native/Makefile.in tomcat/connectors/trunk/jni/native/configure.in Modified: tomcat

svn commit: r394043 - /tomcat/connectors/trunk/jni/native/os/win32/system.c

2006-04-14 Thread mturk
Author: mturk Date: Fri Apr 14 01:03:35 2006 New Revision: 394043 URL: http://svn.apache.org/viewcvs?rev=394043view=rev Log: Fix compile warnings on WIN64 flatform Modified: tomcat/connectors/trunk/jni/native/os/win32/system.c Modified: tomcat/connectors/trunk/jni/native/os/win32/system.c

svn commit: r394045 - /tomcat/connectors/trunk/jk/native/common/jk_shm.h

2006-04-14 Thread mturk
Author: mturk Date: Fri Apr 14 01:23:47 2006 New Revision: 394045 URL: http://svn.apache.org/viewcvs?rev=394045view=rev Log: Use 64 byte alignment instead 1024. The shared memory size will be much lower. Modified: tomcat/connectors/trunk/jk/native/common/jk_shm.h Modified: tomcat/connectors

svn commit: r394046 - /tomcat/connectors/tags/other/TOMCAT_NATIVE_1_1_3/

2006-04-14 Thread mturk
Author: mturk Date: Fri Apr 14 01:24:27 2006 New Revision: 394046 URL: http://svn.apache.org/viewcvs?rev=394046view=rev Log: made a copy Added: tomcat/connectors/tags/other/TOMCAT_NATIVE_1_1_3/ - copied from r394045, tomcat/connectors/trunk

svn commit: r450737 - /tomcat/connectors/trunk/jni/native/src/poll.c

2006-09-28 Thread mturk
Author: mturk Date: Thu Sep 28 00:40:37 2006 New Revision: 450737 URL: http://svn.apache.org/viewvc?view=revrev=450737 Log: Fix #40525. When the Poll.create ttl was 0 the Poll.pool was returning immediately instead considering this as infinite timeout and using provided timeout param. Also

svn commit: r450741 - /tomcat/connectors/trunk/jni/native/include/tcn_version.h

2006-09-28 Thread mturk
Author: mturk Date: Thu Sep 28 00:46:28 2006 New Revision: 450741 URL: http://svn.apache.org/viewvc?view=revrev=450741 Log: Prepare to TAG 1.1.5 Modified: tomcat/connectors/trunk/jni/native/include/tcn_version.h Modified: tomcat/connectors/trunk/jni/native/include/tcn_version.h URL: http

svn commit: r450777 - /tomcat/connectors/trunk/jni/jnirelease.sh

2006-09-28 Thread mturk
Author: mturk Date: Thu Sep 28 02:47:44 2006 New Revision: 450777 URL: http://svn.apache.org/viewvc?view=revrev=450777 Log: Fix release process. The sources will from now have the -src in the path like APR has. Modified: tomcat/connectors/trunk/jni/jnirelease.sh Modified: tomcat/connectors

svn commit: r450778 - /tomcat/connectors/trunk/jni/jnirelease.sh

2006-09-28 Thread mturk
Author: mturk Date: Thu Sep 28 02:48:47 2006 New Revision: 450778 URL: http://svn.apache.org/viewvc?view=revrev=450778 Log: Add executable property. Modified: tomcat/connectors/trunk/jni/jnirelease.sh (props changed) Propchange: tomcat/connectors/trunk/jni/jnirelease.sh

svn commit: r451157 - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/connector/ coyote/ajp/ coyote/http11/ tomcat/util/net/

2006-09-29 Thread mturk
Author: mturk Date: Fri Sep 29 01:23:37 2006 New Revision: 451157 URL: http://svn.apache.org/viewvc?view=revrev=451157 Log: Introduce keepAliveTimeout to be able to separate the Keep-Alive and Socket timeout. The patch enables to have infinite socket timeouts while still having correct keep alive

svn commit: r451318 - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/connector/ catalina/startup/ coyote/ajp/ coyote/http11/ jasper/compiler/ tomcat/util/net/

2006-09-29 Thread mturk
Author: mturk Date: Fri Sep 29 07:58:32 2006 New Revision: 451318 URL: http://svn.apache.org/viewvc?view=revrev=451318 Log: Revert Keep-Alive patch. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/mbeans-descriptors.xml tomcat/tc6.0.x/trunk/java/org/apache/catalina

svn commit: r463194 - /tomcat/connectors/tags/other/TOMCAT_NATIVE_1_1_5/

2006-10-12 Thread mturk
Author: mturk Date: Thu Oct 12 04:12:54 2006 New Revision: 463194 URL: http://svn.apache.org/viewvc?view=revrev=463194 Log: made a copy Added: tomcat/connectors/tags/other/TOMCAT_NATIVE_1_1_5/ - copied from r463193, tomcat/connectors/trunk

svn commit: r463648 - /tomcat/connectors/trunk/jni/native/src/network.c

2006-10-13 Thread mturk
Author: mturk Date: Fri Oct 13 04:18:57 2006 New Revision: 463648 URL: http://svn.apache.org/viewvc?view=revrev=463648 Log: Fix compile time warning Modified: tomcat/connectors/trunk/jni/native/src/network.c Modified: tomcat/connectors/trunk/jni/native/src/network.c URL: http

svn commit: r463650 - /tomcat/connectors/trunk/jni/native/config.layout

2006-10-13 Thread mturk
Author: mturk Date: Fri Oct 13 04:19:24 2006 New Revision: 463650 URL: http://svn.apache.org/viewvc?view=revrev=463650 Log: Added generic config layout. Modified: tomcat/connectors/trunk/jni/native/config.layout Modified: tomcat/connectors/trunk/jni/native/config.layout URL: http

svn commit: r463703 - in /tomcat/connectors/trunk/jni/native: include/tcn_version.h os/win32/libtcnative.rc

2006-10-13 Thread mturk
Author: mturk Date: Fri Oct 13 08:17:53 2006 New Revision: 463703 URL: http://svn.apache.org/viewvc?view=revrev=463703 Log: Increment the current version Modified: tomcat/connectors/trunk/jni/native/include/tcn_version.h tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc

svn commit: r463923 - in /tomcat/connectors/trunk/jk/native/iis/pcre: dftables.c dftables.dsp

2006-10-14 Thread mturk
Author: mturk Date: Sat Oct 14 05:51:37 2006 New Revision: 463923 URL: http://svn.apache.org/viewvc?view=revrev=463923 Log: Make sure the 4996 is disabled only for VS2005+ Modified: tomcat/connectors/trunk/jk/native/iis/pcre/dftables.c tomcat/connectors/trunk/jk/native/iis/pcre

svn commit: r464212 - in /tomcat/connectors/trunk/jk/native/iis/pcre: dftables.c dftables.dsp

2006-10-15 Thread mturk
Author: mturk Date: Sun Oct 15 08:27:17 2006 New Revision: 464212 URL: http://svn.apache.org/viewvc?view=revrev=464212 Log: Revert /wd fix. We should use clean third party sources. Modified: tomcat/connectors/trunk/jk/native/iis/pcre/dftables.c tomcat/connectors/trunk/jk/native/iis/pcre

svn commit: r464213 - /tomcat/connectors/trunk/jk/native/iis/pcre/dftables.dsp

2006-10-15 Thread mturk
Author: mturk Date: Sun Oct 15 08:28:31 2006 New Revision: 464213 URL: http://svn.apache.org/viewvc?view=revrev=464213 Log: Remove extra colon from /wd compiler directive. On conversion the VS2005 reports: ommand line error D8021 : invalid numeric argument '/wd:4996' cl Modified: tomcat

svn commit: r464214 - /tomcat/connectors/trunk/jni/jnirelease.sh

2006-10-15 Thread mturk
Author: mturk Date: Sun Oct 15 08:29:16 2006 New Revision: 464214 URL: http://svn.apache.org/viewvc?view=revrev=464214 Log: Mark the current version. Modified: tomcat/connectors/trunk/jni/jnirelease.sh Modified: tomcat/connectors/trunk/jni/jnirelease.sh URL: http://svn.apache.org/viewvc

svn commit: r464840 - /tomcat/connectors/tags/other/TOMCAT_NATIVE_1_1_6/

2006-10-17 Thread mturk
Author: mturk Date: Tue Oct 17 00:01:38 2006 New Revision: 464840 URL: http://svn.apache.org/viewvc?view=revrev=464840 Log: Tag the tomcat native 1.1.6 Added: tomcat/connectors/tags/other/TOMCAT_NATIVE_1_1_6/ - copied from r464839, tomcat/connectors/trunk

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

2006-10-18 Thread mturk
Author: mturk Date: Wed Oct 18 04:09:50 2006 New Revision: 465208 URL: http://svn.apache.org/viewvc?view=revrev=465208 Log: Copy the tomcat-connector/jni/native to the native/connector. Added: tomcat/tc6.0.x/trunk/native/connector/ - copied from r465207, tomcat/connectors/trunk/jni

svn commit: r465217 - in /tomcat/tc6.0.x/trunk/native/connector/srclib: ./ VERSIONS

2006-10-18 Thread mturk
Author: mturk Date: Wed Oct 18 04:30:36 2006 New Revision: 465217 URL: http://svn.apache.org/viewvc?view=revrev=465217 Log: Add srclib build repository. Added: tomcat/tc6.0.x/trunk/native/connector/srclib/ tomcat/tc6.0.x/trunk/native/connector/srclib/VERSIONS Added: tomcat/tc6.0.x/trunk

svn commit: r468936 - /tomcat/connectors/trunk/jk/java/org/apache/coyote/ajp/AjpAprProcessor.java

2006-10-29 Thread mturk
Author: mturk Date: Sun Oct 29 08:50:07 2006 New Revision: 468936 URL: http://svn.apache.org/viewvc?view=revrev=468936 Log: On explicit flush, create an empty (8 bytes) SEND_BODY_CHUNK message, that can be used by web server to flush the packet. Modified: tomcat/connectors/trunk/jk/java/org

svn commit: r468937 - in /tomcat/tc6.0.x/trunk/java/org/apache/coyote/ajp: AjpAprProcessor.java AjpProcessor.java Constants.java

2006-10-29 Thread mturk
Author: mturk Date: Sun Oct 29 08:50:56 2006 New Revision: 468937 URL: http://svn.apache.org/viewvc?view=revrev=468937 Log: On explicit flush, create an empty (8 bytes) SEND_BODY_CHUNK message, that can be used by web server to flush the packet. Modified: tomcat/tc6.0.x/trunk/java/org/apache

svn commit: r468939 - in /tomcat/connectors/trunk/jk: native/apache-1.3/mod_jk.c native/apache-2.0/mod_jk.c native/common/jk_ajp_common.c native/common/jk_global.h native/common/jk_service.h xdocs/cha

2006-10-29 Thread mturk
Author: mturk Date: Sun Oct 29 08:59:04 2006 New Revision: 468939 URL: http://svn.apache.org/viewvc?view=revrev=468939 Log: When Tomcat sends AJP body message of size 0, this means that Servlet has asked for explicit flush. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c

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

2006-10-30 Thread mturk
Author: mturk Date: Mon Oct 30 00:29:31 2006 New Revision: 469090 URL: http://svn.apache.org/viewvc?view=revrev=469090 Log: Call the flush after sending headers if flush_header is defined. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified: tomcat/connectors/trunk

svn commit: r469091 - /tomcat/connectors/trunk/jni/native/src/sslutils.c

2006-10-30 Thread mturk
Author: mturk Date: Mon Oct 30 00:33:28 2006 New Revision: 469091 URL: http://svn.apache.org/viewvc?view=revrev=469091 Log: Fix JNIEnv initialization order for password callback Modified: tomcat/connectors/trunk/jni/native/src/sslutils.c Modified: tomcat/connectors/trunk/jni/native/src

svn commit: r469092 - in /tomcat/connectors/trunk/jni/native: include/tcn_version.h os/win32/libtcnative.rc

2006-10-30 Thread mturk
Author: mturk Date: Mon Oct 30 00:33:58 2006 New Revision: 469092 URL: http://svn.apache.org/viewvc?view=revrev=469092 Log: Increment working version Modified: tomcat/connectors/trunk/jni/native/include/tcn_version.h tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc Modified

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

2006-11-09 Thread mturk
Author: mturk Date: Thu Nov 9 09:25:11 2006 New Revision: 472983 URL: http://svn.apache.org/viewvc?view=revrev=472983 Log: Fix #40938. Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c tomcat/connectors/trunk/jk/xdocs/changelog.xml Modified: tomcat/connectors/trunk/jk

svn commit: r473293 - in /tomcat/connectors/trunk/jni/native/src: network.c sslnetwork.c

2006-11-10 Thread mturk
Author: mturk Date: Fri Nov 10 01:53:30 2006 New Revision: 473293 URL: http://svn.apache.org/viewvc?view=revrev=473293 Log: Make sure we register out cleanups before APR cleanups gets registered. Modified: tomcat/connectors/trunk/jni/native/src/network.c tomcat/connectors/trunk/jni

svn commit: r473341 - in /tomcat/connectors/trunk/jni/native: include/tcn.h src/network.c

2006-11-10 Thread mturk
Author: mturk Date: Fri Nov 10 05:55:47 2006 New Revision: 473341 URL: http://svn.apache.org/viewvc?view=revrev=473341 Log: Fix coredump when the client socket is inside read/write operation (not closed), and the Tomcat is shutdown. The pool was destroyed twice in that case. Modified: tomcat

svn commit: r473346 - /tomcat/tc6.0.x/trunk/build.properties.default

2006-11-10 Thread mturk
Author: mturk Date: Fri Nov 10 06:23:52 2006 New Revision: 473346 URL: http://svn.apache.org/viewvc?view=revrev=473346 Log: Add version control flags like in 5.5 Modified: tomcat/tc6.0.x/trunk/build.properties.default Modified: tomcat/tc6.0.x/trunk/build.properties.default URL: http

svn commit: r473349 - in /tomcat/tc6.0.x/trunk/native/connector: include/tcn.h src/network.c src/sslnetwork.c

2006-11-10 Thread mturk
Author: mturk Date: Fri Nov 10 06:26:11 2006 New Revision: 473349 URL: http://svn.apache.org/viewvc?view=revrev=473349 Log: Backport from tomcat-connectors. Fix coredump when the client socket is inside read/write operation (not closed), and the Tomcat is shutdown. The pool was destroyed twice

svn commit: r473358 - /tomcat/tc6.0.x/trunk/build.xml

2006-11-10 Thread mturk
Author: mturk Date: Fri Nov 10 06:45:01 2006 New Revision: 473358 URL: http://svn.apache.org/viewvc?view=revrev=473358 Log: Add version info to the build. Modified: tomcat/tc6.0.x/trunk/build.xml Modified: tomcat/tc6.0.x/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x

svn commit: r473374 - /tomcat/connectors/trunk/jni/native/src/network.c

2006-11-10 Thread mturk
Author: mturk Date: Fri Nov 10 07:45:52 2006 New Revision: 473374 URL: http://svn.apache.org/viewvc?view=revrev=473374 Log: Fix #40070 and #40868 by checking if the provided socket was already destroyed and set to zero instead crashing. Modified: tomcat/connectors/trunk/jni/native/src

svn commit: r473703 - /tomcat/connectors/trunk/jni/native/src/error.c

2006-11-11 Thread mturk
Author: mturk Date: Sat Nov 11 04:30:52 2006 New Revision: 473703 URL: http://svn.apache.org/viewvc?view=revrev=473703 Log: Fix the order of format params. Modified: tomcat/connectors/trunk/jni/native/src/error.c Modified: tomcat/connectors/trunk/jni/native/src/error.c URL: http

svn commit: r473704 - /tomcat/connectors/tags/other/TOMCAT_NATIVE_1_1_7/

2006-11-11 Thread mturk
Author: mturk Date: Sat Nov 11 04:31:42 2006 New Revision: 473704 URL: http://svn.apache.org/viewvc?view=revrev=473704 Log: made a copy Added: tomcat/connectors/tags/other/TOMCAT_NATIVE_1_1_7/ - copied from r473703, tomcat/connectors/trunk

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

2006-11-14 Thread mturk
Author: mturk Date: Tue Nov 14 08:18:45 2006 New Revision: 474850 URL: http://svn.apache.org/viewvc?view=revrev=474850 Log: Increase default IIS thread count to 250 as in Apache httpd. Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c tomcat/connectors/trunk/jk/xdocs

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

2006-11-14 Thread mturk
Author: mturk Date: Tue Nov 14 10:05:57 2006 New Revision: 474896 URL: http://svn.apache.org/viewvc?view=revrev=474896 Log: Add configuration for shm size. This is like Apache's JkShmSize. Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c Modified: tomcat/connectors/trunk/jk

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

2006-11-14 Thread mturk
Author: mturk Date: Tue Nov 14 11:05:53 2006 New Revision: 474921 URL: http://svn.apache.org/viewvc?view=revrev=474921 Log: Fix shared memory, so that even attached memory can be used for shm_alloc. Before the patch the memory would simply grow until failure. Modified: tomcat/connectors

svn commit: r475149 - /tomcat/connectors/trunk/jk/xdocs/config/iis.xml

2006-11-15 Thread mturk
Author: mturk Date: Wed Nov 15 00:02:21 2006 New Revision: 475149 URL: http://svn.apache.org/viewvc?view=revrev=475149 Log: Document shm_size property. Modified: tomcat/connectors/trunk/jk/xdocs/config/iis.xml Modified: tomcat/connectors/trunk/jk/xdocs/config/iis.xml URL: http

svn commit: r475152 - /tomcat/connectors/trunk/jk/xdocs/config/iis.xml

2006-11-15 Thread mturk
Author: mturk Date: Wed Nov 15 00:05:43 2006 New Revision: 475152 URL: http://svn.apache.org/viewvc?view=revrev=475152 Log: Fix xml tags. Modified: tomcat/connectors/trunk/jk/xdocs/config/iis.xml Modified: tomcat/connectors/trunk/jk/xdocs/config/iis.xml URL: http://svn.apache.org/viewvc

svn commit: r475153 - /tomcat/connectors/trunk/jk/xdocs/config/iis.xml

2006-11-15 Thread mturk
Author: mturk Date: Wed Nov 15 00:06:37 2006 New Revision: 475153 URL: http://svn.apache.org/viewvc?view=revrev=475153 Log: rewrite_rule_file is not required. Modified: tomcat/connectors/trunk/jk/xdocs/config/iis.xml Modified: tomcat/connectors/trunk/jk/xdocs/config/iis.xml URL: http

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

2006-11-15 Thread mturk
Author: mturk Date: Wed Nov 15 00:13:59 2006 New Revision: 475156 URL: http://svn.apache.org/viewvc?view=revrev=475156 Log: Document latest changes. Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml URL: http://svn.apache.org

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

2006-11-15 Thread mturk
Author: mturk Date: Wed Nov 15 23:10:31 2006 New Revision: 475601 URL: http://svn.apache.org/viewvc?view=revrev=475601 Log: Use difftime instead a simple math on time_t for map_update function. Be more informative with logging. Modified: tomcat/connectors/trunk/jk/native/common

svn commit: r475841 - in /tomcat/connectors/trunk/jni/native: include/tcn_version.h os/win32/libtcnative.rc

2006-11-16 Thread mturk
Author: mturk Date: Thu Nov 16 10:05:18 2006 New Revision: 475841 URL: http://svn.apache.org/viewvc?view=revrev=475841 Log: Increment the version number. Modified: tomcat/connectors/trunk/jni/native/include/tcn_version.h tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc

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

2006-11-24 Thread mturk
Author: mturk Date: Fri Nov 24 00:48:34 2006 New Revision: 478804 URL: http://svn.apache.org/viewvc?view=revrev=478804 Log: Handle cping/cpong in case of reconnect if the connect_timeout was set. This makes reconnects to behave like normal connects. Modified: tomcat/connectors/trunk/jk

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

2006-11-24 Thread mturk
Author: mturk Date: Fri Nov 24 01:00:12 2006 New Revision: 478809 URL: http://svn.apache.org/viewvc?view=revrev=478809 Log: Setup domain name from route name if the route name contains dot ('.'). The first part before dot will be used as domain name. This eases the domain sticky session

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

2006-11-24 Thread mturk
Author: mturk Date: Fri Nov 24 01:04:06 2006 New Revision: 478810 URL: http://svn.apache.org/viewvc?view=revrev=478810 Log: remove extra debug loop 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: r479107 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2006-11-25 Thread mturk
Author: mturk Date: Sat Nov 25 00:37:11 2006 New Revision: 479107 URL: http://svn.apache.org/viewvc?view=revrev=479107 Log: The cping/cpong is done inside ajp_connect_to_endpoint. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified: tomcat/connectors/trunk/jk/native

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

2006-11-25 Thread mturk
Author: mturk Date: Sat Nov 25 00:47:47 2006 New Revision: 479108 URL: http://svn.apache.org/viewvc?view=revrev=479108 Log: Add some code comment. No functional change. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified: tomcat/connectors/trunk/jk/native/common

svn commit: r479112 - in /tomcat/connectors/trunk/jni/native: os/win32/system.c src/ssl.c src/sslcontext.c src/sslinfo.c src/sslnetwork.c src/sslutils.c

2006-11-25 Thread mturk
Author: mturk Date: Sat Nov 25 02:22:33 2006 New Revision: 479112 URL: http://svn.apache.org/viewvc?view=revrev=479112 Log: Add empty stubs for without-openssl builds. Modified: tomcat/connectors/trunk/jni/native/os/win32/system.c tomcat/connectors/trunk/jni/native/src/ssl.c tomcat

svn commit: r479123 - /tomcat/connectors/trunk/jni/native/configure.in

2006-11-25 Thread mturk
Author: mturk Date: Sat Nov 25 04:58:45 2006 New Revision: 479123 URL: http://svn.apache.org/viewvc?view=revrev=479123 Log: Add --disable-openssl cmdline param to the configure. Modified: tomcat/connectors/trunk/jni/native/configure.in Modified: tomcat/connectors/trunk/jni/native

svn commit: r479124 - /tomcat/connectors/trunk/jni/native/configure.in

2006-11-25 Thread mturk
Author: mturk Date: Sat Nov 25 05:17:52 2006 New Revision: 479124 URL: http://svn.apache.org/viewvc?view=revrev=479124 Log: Use true/false instead string compare Modified: tomcat/connectors/trunk/jni/native/configure.in Modified: tomcat/connectors/trunk/jni/native/configure.in URL: http

svn commit: r479128 - /tomcat/connectors/trunk/jni/native/configure.in

2006-11-25 Thread mturk
Author: mturk Date: Sat Nov 25 06:21:08 2006 New Revision: 479128 URL: http://svn.apache.org/viewvc?view=revrev=479128 Log: Non need for test if we have boolean vars Modified: tomcat/connectors/trunk/jni/native/configure.in Modified: tomcat/connectors/trunk/jni/native/configure.in URL

svn commit: r479317 - in /tomcat/tc6.0.x/trunk/java/org/apache/coyote/ajp: AjpAprProcessor.java AjpProcessor.java Constants.java

2006-11-26 Thread mturk
Author: mturk Date: Sun Nov 26 01:29:15 2006 New Revision: 479317 URL: http://svn.apache.org/viewvc?view=revrev=479317 Log: Compress outgoing response headers according to the AJP13 protocol specification. Modified: tomcat/tc6.0.x/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java

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

2006-11-26 Thread mturk
Author: mturk Date: Sun Nov 26 01:50:34 2006 New Revision: 479321 URL: http://svn.apache.org/viewvc?view=revrev=479321 Log: Add simpler name for jvmRoute. Right now we use jvm_rute. Allow having just route to be consistent with domain and redirect params. Modified: tomcat/connectors/trunk/jk

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

2006-11-26 Thread mturk
Author: mturk Date: Sun Nov 26 02:01:09 2006 New Revision: 479324 URL: http://svn.apache.org/viewvc?view=revrev=479324 Log: Revert second name for jvm_route. We'll either deprecate jvm_route and use route instead, or keep the existing directive. Modified: tomcat/connectors/trunk/jk/native

  1   2   3   4   5   6   7   8   9   10   >