cvs commit: jakarta-tomcat/src/native/mod_jk/apache1.3 mod_jk.c

2001-09-23 Thread nacho
nacho 01/09/23 15:11:46 Modified:src/native/mod_jk/apache1.3 mod_jk.c Log: CRLF problems Revision ChangesPath 1.18 +4 -2 jakarta-tomcat/src/native/mod_jk/apache1.3/mod_jk.c Index: mod_jk.c ==

cvs commit: jakarta-tomcat/src/native/mod_jk/apache1.3 mod_jk.c

2001-09-10 Thread keith
keith 01/09/10 08:07:13 Modified:src/native/mod_jk/apache1.3 mod_jk.c Log: General case of chunked input was traversing an unintended code path. Reported by: David Schreibman <[EMAIL PROTECTED]> Revision ChangesPath 1.15 +3 -2 jakarta-tomcat/src/native/m

cvs commit: jakarta-tomcat/src/native/mod_jk/apache1.3 mod_jk.c

2001-09-08 Thread larryi
larryi 01/09/08 13:04:28 Modified:src/native/mod_jk/apache1.3 mod_jk.c Log: The fix to add a content-length:0 altered the desired behavior when is_chunked is true. Restore prior chunked behavior. Revision ChangesPath 1.14 +1 -1 jakarta-tomcat/src/native/mod

cvs commit: jakarta-tomcat/src/native/mod_jk/apache1.3 mod_jk.c

2001-09-03 Thread hgomez
hgomez 01/09/03 04:30:31 Modified:src/native/mod_jk/apache1.3 mod_jk.c Log: BOOL is not a native type on platform others than Win32. Use int instead Revision ChangesPath 1.12 +2 -2 jakarta-tomcat/src/native/mod_jk/apache1.3/mod_jk.c Index: mod_jk.c

cvs commit: jakarta-tomcat/src/native/mod_jk/apache1.3 mod_jk.c

2001-03-27 Thread hgomez
hgomez 01/03/27 14:01:20 Modified:src/native/mod_jk/apache1.3 mod_jk.c Log: Add support for timestamp in mod_jk.log New var is JkLogStampFormat and use strftime format ie : "[%a %b %d %H:%M:%S %Y] " nota the " " to make it a single param Revision ChangesPath 1.7

cvs commit: jakarta-tomcat/src/native/mod_jk/apache1.3 mod_jk.c

2001-03-20 Thread danmil
danmil 01/03/20 23:12:26 Modified:src/native/mod_jk/apache1.3 mod_jk.c Log: Added comments, renamed a few variables for clarity and converted tabs to spaces. Revision ChangesPath 1.6 +183 -81 jakarta-tomcat/src/native/mod_jk/apache1.3/mod_jk.c Index: mod_

cvs commit: jakarta-tomcat/src/native/mod_jk/apache1.3 mod_jk.c

2001-02-16 Thread danmil
danmil 01/02/16 21:24:39 Modified:src/native/mod_jk/apache1.3 mod_jk.c Log: Free up all allocated memory during shutdown. Submitted by: Mike Anderson ([EMAIL PROTECTED]) Revision ChangesPath 1.5 +14 -1 jakarta-tomcat/src/native/mod_jk/apache1.3/mod_jk.c