Re: cvs commit: apache-2.0/mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.h Makefile.tmpl acceptlock.c acceptlock.h http_accept.c mpmt_pthread.c scoreboard.c

1999-06-28 Thread Dean Gaudet
On 27 Jun 1999 [EMAIL PROTECTED] wrote: Index: ap_listen.h === RCS file: /home/cvs/apache-2.0/mpm/src/include/ap_listen.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -u -r1.1 -r1.2 ---

Re: cvs commit: apache-1.3/src/modules/standard mod_negotiation.c

1998-12-29 Thread Dean Gaudet
On 29 Dec 1998 [EMAIL PROTECTED] wrote: dgaudet 98/12/29 10:28:11 Modified:src/modules/standard mod_negotiation.c Log: The US is the only English speaking country which uses these misspellings, I'm Canadian. Revision ChangesPath 1.89 +1 -1

Re: cvs commit: apache-1.3/src/regex engine.c regcomp.c

1998-07-08 Thread Dean Gaudet
It's already in hsregex.h, or at least it was when I committed it. Both of these should be completely unnecessary. Why did you add them? Dean On 8 Jul 1998 [EMAIL PROTECTED] wrote: brian 98/07/08 11:47:14 Modified:src/regex engine.c regcomp.c Log: I'm assuming this is

Re: cvs commit: apache-1.3/src/modules/standard mod_setenvif.c

1998-03-15 Thread Dean Gaudet
On 15 Mar 1998 [EMAIL PROTECTED] wrote: - Perform more comparisons at compile-time in order to speed up things at compile-time. Er, perform more comparisons at config-time in order to speed up things at run-time. Dean

Re: cvs commit: apache/htdocs/manual/mod mod_auth_anon.html mod_example.html mod_mime.html mod_proxy.html

1997-11-02 Thread Dean Gaudet
Aw shoot, this one is screwed up. Dean On 2 Nov 1997 [EMAIL PROTECTED] wrote: dgaudet 97/11/01 16:16:11 Modified:htdocs/manual Tag: APACHE_1_2_X LICENSE install.html invoking.html suexec.html vhosts-in-depth.html htdocs/manual/misc Tag:

cvs commit: apachen/src/main httpd.h

1997-10-08 Thread Dean Gaudet
dgaudet 97/10/08 01:42:57 Modified:src/main httpd.h Log: Rolling 1.3b1. Revision ChangesPath 1.154 +1 -1 apachen/src/main/httpd.h Index: httpd.h === RCS file:

cvs commit: apachen/src/main httpd.h

1997-10-08 Thread Dean Gaudet
dgaudet 97/10/08 01:46:03 Modified:src/main httpd.h Log: oh foo whatever I think this is right Revision ChangesPath 1.155 +1 -1 apachen/src/main/httpd.h Index: httpd.h === RCS file:

cvs commit: apachen/src/modules/standard mod_mime.c

1997-10-08 Thread Dean Gaudet
dgaudet 97/10/08 14:18:20 Modified:src/modules/standard mod_mime.c Log: death to manifest constants! Revision ChangesPath 1.25 +1 -1 apachen/src/modules/standard/mod_mime.c Index: mod_mime.c

cvs commit: apachen/src/main httpd.h

1997-10-07 Thread Dean Gaudet
dgaudet 97/10/06 23:24:57 Modified:src/main httpd.h Log: yet more __attribute__ goodness, let gcc lint us better Revision ChangesPath 1.151 +2 -1 apachen/src/main/httpd.h Index: httpd.h ===

cvs commit: apachen/src/main http_vhost.c http_vhost.h Makefile.tmpl http_conf_globals.h http_config.c http_config.h http_core.c http_main.c http_protocol.c httpd.h

1997-10-07 Thread Dean Gaudet
dgaudet 97/10/07 12:34:11 Modified:src/main Makefile.tmpl http_conf_globals.h http_config.c http_config.h http_core.c http_main.c http_protocol.c httpd.h Added: src/main http_vhost.c http_vhost.h Log: The final vhost revamp?

cvs commit: apachen/src CHANGES

1997-10-07 Thread Dean Gaudet
was + moved into http_vhost.[ch]. [Dean Gaudet] + *) ap_inline can be used to force inlining. GNUC __attribute__() can be used for whatever reason is appropriate (i.e. format() warnings for printf style functions). Both are enabled only with

cvs commit: apachen/src/modules/example mod_example.c

1997-10-07 Thread Dean Gaudet
dgaudet 97/10/07 12:57:46 Modified:src/modules/example mod_example.c Log: eliminate some -Wall warnings Revision ChangesPath 1.20 +2 -2 apachen/src/modules/example/mod_example.c Index: mod_example.c

cvs commit: apachen/src/modules/standard mod_cgi.c

1997-10-07 Thread Dean Gaudet
reports. [Roy Fielding, Marc Slemko] - *) Change to CGI permission test to allow User/Group tests to do the - right thing for suexec. [Randy Terbush] PR#918 - *) send_fb would not detect aborted connections in some situations. [Dean Gaudet] 1.153 +1 -1

cvs commit: apachen/conf .cvsignore

1997-10-07 Thread Dean Gaudet
dgaudet 97/10/07 13:08:33 Added: conf .cvsignore Log: more ignore goodness Revision ChangesPath 1.1 apachen/conf/.cvsignore Index: .cvsignore === access.conf httpd.conf

cvs commit: apachen/src/main conf.h

1997-10-05 Thread Dean Gaudet
dgaudet 97/10/05 19:56:26 Modified:src/main conf.h Log: Allow admin to easily revert from SYSVSEM to FCNTL under IRIX. Revision ChangesPath 1.144 +2 -1 apachen/src/main/conf.h Index: conf.h

cvs commit: apachen/htdocs/manual upgrading_to_1_3.html index.html

1997-10-05 Thread Dean Gaudet
dgaudet 97/10/05 20:06:38 Modified:htdocs/manual index.html Added: htdocs/manual upgrading_to_1_3.html Log: Document changes from 1.2 to 1.3 that will affect existing installations. Revision ChangesPath 1.17 +1 -0 apachen/htdocs/manual/index.html

cvs commit: apachen/htdocs/manual new_features_1_2.html new_features_1_3.html windows.html

1997-10-04 Thread Dean Gaudet
dgaudet 97/10/04 11:43:31 Modified:htdocs/manual new_features_1_2.html new_features_1_3.html windows.html Log: update from Lars Revision ChangesPath 1.33 +0 -8 apachen/htdocs/manual/new_features_1_2.html Index: new_features_1_2.html

cvs commit: apachen/src/main http_main.c

1997-10-04 Thread Dean Gaudet
dgaudet 97/10/04 19:02:39 Modified:src/main http_main.c Log: Fix a bug with SAFE_UNSERIALIZED_ACCEPT. Revision ChangesPath 1.229 +1 -1 apachen/src/main/http_main.c Index: http_main.c ===

cvs commit: apachen/src/main http_request.c

1997-10-04 Thread Dean Gaudet
dgaudet 97/10/04 19:04:46 Modified:src/main http_request.c Log: Fix wildcarding of special directories like proxy: Reviewed by: Jim Jagielski Revision ChangesPath 1.86 +1 -1 apachen/src/main/http_request.c Index: http_request.c

cvs commit: apachen/src/main alloc.c http_main.c

1997-10-04 Thread Dean Gaudet
dgaudet 97/10/04 19:06:39 Modified:src/main alloc.c http_main.c Log: Fix Ouch! Freeing free block error. Beef up sigsegv/bus handler to also deal with sigabort/sigabrt and not get into an infinite loop. Reviewed by: Rob Hartill Revision ChangesPath 1.49 +1

cvs commit: apachen/src CHANGES

1997-10-04 Thread Dean Gaudet
the core file is + written when a SIGSEGV, SIGBUS, SIGABORT or SIGABRT are + received. [Marc Slemko, Dean Gaudet] + *) PORT: Support for Atari MINT. [Jan Paul Schmidt [EMAIL PROTECTED]]

cvs commit: apachen/src/main conf.h http_main.c

1997-10-01 Thread Dean Gaudet
dgaudet 97/10/01 22:25:05 Modified:src CHANGES Configure src/helpers GuessOS src/main conf.h http_main.c Log: Atari MINT port. Submitted by: Jan Paul Schmidt [EMAIL PROTECTED] Reviewed by: Dean Gaudet, Brian Behlendorf, Jim Jagielski

cvs commit: apachen/htdocs/manual/misc perf-tuning.html index.html perf.html

1997-09-30 Thread Dean Gaudet
Index: perf-tuning.html === html head titleApache Performance Notes/title /head body bgcolor=#ff text=#00 link=#ff vlink=#80 alink=#ff h1Apache Performance Notes/h1 pAuthor: Dean Gaudet

cvs commit: apachen/src PORTING

1997-09-30 Thread Dean Gaudet
dgaudet 97/09/30 16:24:50 Modified:src PORTING Log: document new serialization stuff Revision ChangesPath 1.13 +24 -3 apachen/src/PORTING Index: PORTING === RCS file:

cvs commit: apachen/src/modules/standard mod_alias.c

1997-09-25 Thread Dean Gaudet
permitted. + [Dean Gaudet] + *) mod_include now uses symbolic names to check for request success and return HTTP errors, and correctly handles all types of redirections (previously it only did temporary redirect correctly). 1.25 +6 -2 apachen/src

cvs commit: apachen/src/modules/standard mod_autoindex.c

1997-09-25 Thread Dean Gaudet
if it really exceeds the maximum length. Submitted by: Martin Kraemer Reviewed by: Dean Gaudet, Jim Jagielski, Roy Fielding Revision ChangesPath 1.446 +5 -0 apachen/src/CHANGES Index: CHANGES

cvs commit: apachen/src/modules/standard mod_include.c

1997-09-25 Thread Dean Gaudet
] Reviewed by: Dean Gaudet, Jim Jagielski, Roy Fielding Revision ChangesPath 1.449 +3 -0 apachen/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apachen/src/CHANGES,v retrieving revision 1.448

cvs commit: apachen/src/main http_protocol.c

1997-09-25 Thread Dean Gaudet
:21 1.450 @@ -1,5 +1,8 @@ Changes with Apache 1.3b1 - + + *) send_fb would not detect aborted connections in some situations. + [Dean Gaudet] + *) mod_include would use uninitialized data when parsing certain expressions involving and ||. [Brian Slesinsky] PR

cvs commit: apachen/src/modules/standard mod_cgi.c

1997-09-25 Thread Dean Gaudet
to rework this because the original was from pre-indent -djg) PR: 918 Submitted by: Randy Terbush Reviewed by: Dean Gaudet, Jim Jagielski Revision ChangesPath 1.451 +3 -0 apachen/src/CHANGES Index: CHANGES

cvs commit: apache/src CHANGES http_main.c

1997-09-22 Thread Dean Gaudet
-r1.286.2.53 -r1.286.2.54 --- CHANGES 1997/09/22 21:55:23 1.286.2.53 +++ CHANGES 1997/09/22 21:58:49 1.286.2.54 @@ -1,5 +1,8 @@ Changes with Apache 1.2.5 + *) Inetd mode (which is buggy) uses timeouts without having setup the + jmpbuffer. [Dean Gaudet] PR#1064

cvs commit: apachen/src INDENT

1997-09-18 Thread Dean Gaudet
dgaudet 97/09/18 00:49:52 Modified:src INDENT Log: more procrastination Revision ChangesPath 1.27 +4 -4 apachen/src/INDENT Index: INDENT === RCS file:

cvs commit: apachen/src/modules/proxy proxy_cache.c proxy_ftp.c proxy_http.c proxy_util.c

1997-09-17 Thread Dean Gaudet
dgaudet 97/09/17 17:20:25 Modified:src/modules/proxy proxy_cache.c proxy_ftp.c proxy_http.c proxy_util.c Log: mod_proxy uses char *p and pool *pool a whole bunch ... which is not exactly the style we use elsewhere in the code. Clean this up. I'm not

cvs commit: apachen/src/main http_config.c http_config.h

1997-09-15 Thread Dean Gaudet
dgaudet 97/09/15 17:18:06 Modified:src INDENT src/main http_config.c http_config.h Log: indent Revision ChangesPath 1.18 +6 -8 apachen/src/INDENT Index: INDENT === RCS

cvs commit: apachen/src/modules/proxy .indent.pro mod_proxy.c mod_proxy.h proxy_cache.c proxy_connect.c proxy_ftp.c proxy_http.c proxy_util.c

1997-09-15 Thread Dean Gaudet
dgaudet 97/09/15 17:59:48 Modified:src/modules/proxy mod_proxy.c mod_proxy.h proxy_cache.c proxy_connect.c proxy_ftp.c proxy_http.c proxy_util.c Added: src/modules/proxy .indent.pro Log: painful indent Revision Changes

cvs commit: apachen/src/main conf.h

1997-09-15 Thread Dean Gaudet
dgaudet 97/09/15 20:44:30 Modified:src/main conf.h Log: When you NEED_ a function, you should declare the prototype for it as well. (old patch from Martin) Submitted by: Martin Kraemer Reviewed by: Dean Gaudet Revision ChangesPath 1.140 +26 -0 apachen

cvs commit: apachen Makefile

1997-09-15 Thread Dean Gaudet
with an exitcode of nonzero. I don't know if this happens anywhere else, too, but the defensive improvement to avoid such a trap could be the addition of a ||true. Submitted by: Martin Kraemer Reviewed by: Dean Gaudet Revision ChangesPath 1.2 +1 -1 apachen

cvs commit: apachen/htdocs/manual/mod mod_auth_anon.html

1997-09-15 Thread Dean Gaudet
when used as-is, the |server returns a [500] server error (configuration error: couldn't check |user. No user file?). I added a comment to clarify things. Submitted by: Martin Kraemer Reviewed by: Dean Gaudet Revision ChangesPath 1.14 +13 -9 apachen/htdocs/manual

cvs commit: apachen/src/modules/standard mod_userdir.c

1997-09-15 Thread Dean Gaudet
B. Henson [EMAIL PROTECTED]] Submitted by: Paul B. Henson [EMAIL PROTECTED] Reviewed by: Dean Gaudet Revision ChangesPath 1.443 +5 -1 apachen/src/CHANGES Index: CHANGES === RCS file: /export/home

cvs commit: apachen/src/modules/standard mod_speling.c

1997-09-15 Thread Dean Gaudet
dgaudet 97/09/15 21:40:36 Modified:src/modules/standard mod_speling.c Log: use popendir/pclosedir to avoid resource losing race condition Revision ChangesPath 1.3 +3 -3 apachen/src/modules/standard/mod_speling.c Index: mod_speling.c

cvs commit: apachen/src/modules/standard mod_unique_id.c

1997-09-15 Thread Dean Gaudet
@@ */ /* - * mod_uniqueid.c: generate a unique identifier for each request + * mod_unique_id.c: generate a unique identifier for each request * * Original author: Dean Gaudet [EMAIL PROTECTED] */ @@ -215,21 +215,21 @@ * it's guaranteed that none of them will share the same pids between

cvs commit: apachen/src/main http_main.c

1997-09-14 Thread Dean Gaudet
dgaudet 97/09/14 03:30:57 Modified:src CHANGES src/main http_main.c Log: *) Inetd mode (which is buggy) uses timeouts without having setup the jmpbuffer. [Dean Gaudet] PR#1064 *) Work around problem under Linux where a child will start looping

cvs commit: apachen/src/main http_main.c

1997-09-14 Thread Dean Gaudet
dgaudet 97/09/14 04:06:53 Modified:src INDENT src/main http_main.c Log: indent Revision ChangesPath 1.5 +2 -2 apachen/src/INDENT Index: INDENT === RCS file:

cvs commit: apachen/src/main http_main.h

1997-09-14 Thread Dean Gaudet
dgaudet 97/09/14 04:09:34 Modified:src INDENT src/main http_main.h Log: indent Revision ChangesPath 1.6 +3 -3 apachen/src/INDENT Index: INDENT === RCS file:

cvs commit: apachen/src/main buff.c buff.h

1997-09-14 Thread Dean Gaudet
dgaudet 97/09/14 04:13:54 Modified:src INDENT src/main buff.c buff.h Log: indent Revision ChangesPath 1.7 +4 -4 apachen/src/INDENT Index: INDENT === RCS file:

cvs commit: apachen/src/main alloc.c alloc.h

1997-09-14 Thread Dean Gaudet
dgaudet 97/09/14 04:36:34 Modified:src INDENT src/main alloc.c alloc.h Log: indent Revision ChangesPath 1.8 +2 -2 apachen/src/INDENT Index: INDENT === RCS file:

cvs commit: apachen/src/os/win32 os.h

1997-09-12 Thread Dean Gaudet
/win32 os.h Log: *) API: New register_other_child() API (see http_main.h) which allows modules to register children with the parent for maintenance. It is disabled by defining NO_OTHER_CHILD. [Dean Gaudet] *) API: New piped_log API (see http_log.h) which implements piped

cvs commit: apachen/htdocs/manual new_features_1_3.html

1997-09-12 Thread Dean Gaudet
dgaudet 97/09/12 13:42:28 Modified:htdocs/manual new_features_1_3.html Log: add mod_speling, submitted by Martin Revision ChangesPath 1.22 +15 -0 apachen/htdocs/manual/new_features_1_3.html Index: new_features_1_3.html

cvs commit: apache-devsite mmn.txt

1997-09-12 Thread Dean Gaudet
dgaudet 97/09/12 13:47:23 Modified:.mmn.txt Log: a busy day for the API Revision ChangesPath 1.6 +6 -0 apache-devsite/mmn.txt Index: mmn.txt === RCS file:

cvs commit: apachen/src/main httpd.h

1997-09-12 Thread Dean Gaudet
dgaudet 97/09/12 15:39:02 Modified:src/main httpd.h Log: yet another #ifndef wrapper Revision ChangesPath 1.148 +2 -0 apachen/src/main/httpd.h Index: httpd.h === RCS file:

cvs commit: apachen/src/main http_core.c http_request.c

1997-09-11 Thread Dean Gaudet
dgaudet 97/09/11 11:46:47 Modified:src/main http_core.c http_request.c Log: I know we're about to commit os abstraction, but this bug bugs me. This fixes a bug I introduced with the directory_walk optimization where I test absolute paths in a non-portable way. Revision

cvs commit: apachen/src CHANGES

1997-09-08 Thread Dean Gaudet
in the timeout period. This reduces the static + request best-case syscall count to 22 from 29. This scheme is only + used by systems with memory-based scoreboards. [Dean Gaudet] + *) The proxy now properly handles CONNECT requests which are sent to proxy servers when

cvs commit: apachen/src/main http_protocol.c

1997-09-05 Thread Dean Gaudet
dgaudet 97/09/05 18:03:35 Modified:src/main http_protocol.c Log: add comment about zero-copy tcp under solaris 2.6 Revision ChangesPath 1.160 +3 -0 apachen/src/main/http_protocol.c Index: http_protocol.c

cvs commit: apachen/src/main http_log.c

1997-08-25 Thread Dean Gaudet
dgaudet 97/08/25 01:24:16 Modified:src/main http_log.c Log: not everything has LOG_FTP Revision ChangesPath 1.23 +2 -0 apachen/src/main/http_log.c Index: http_log.c === RCS file:

cvs commit: apache-devsite anoncvs.txt binbuild.sh index.html

1997-08-22 Thread Dean Gaudet
dgaudet 97/08/22 21:42:27 Modified:.index.html Added: .anoncvs.txt binbuild.sh Log: Adding Marc's anoncvs and binbuild.sh. Revision ChangesPath 1.9 +5 -0 apache-devsite/index.html Index: index.html

cvs commit: apachen/htdocs/manual windows.html

1997-08-22 Thread Dean Gaudet
dgaudet 97/08/22 21:47:26 Modified:htdocs/manual windows.html Log: Add warning about NT. Reviewed by: Brian Behlendorf, Randy Terbush, Paul Sutton Revision ChangesPath 1.5 +6 -0 apachen/htdocs/manual/windows.html Index: windows.html

cvs commit: apachen README.NT

1997-08-22 Thread Dean Gaudet
dgaudet 97/08/22 21:48:49 Modified:.README.NT Log: Add warning about NT. Reviewed by:Brian Behlendorf, Randy Terbush, Paul Sutton Revision ChangesPath 1.3 +6 -0 apachen/README.NT Index: README.NT

cvs commit: apachen/src/modules/standard mod_auth_db.module mod_auth_dbm.c

1997-08-21 Thread Dean Gaudet
dgaudet 97/08/21 11:12:25 Modified:src Configuration.tmpl Configure src/helpers TestCompile src/modules/standard mod_auth_db.module mod_auth_dbm.c Log: Add TestCompile func to test if a certain func exists in the already supplied libraries. Move

cvs commit: apachen/src/core http_request.c httpd.h

1997-08-19 Thread Dean Gaudet
dgaudet 97/08/19 00:52:44 Modified:src/core http_request.c httpd.h Log: Fix a bug introduced by Ben's canonical name patch. And avoid a strdup that's not necessary. Revision ChangesPath 1.78 +1 -1 apachen/src/core/http_request.c Index: http_request.c

cvs commit: apachen/src/modules/standard mod_mime_magic.c

1997-08-19 Thread Dean Gaudet
dgaudet 97/08/19 18:24:41 Modified:src/modules/standard mod_mime_magic.c Log: remove unreachable code Revision ChangesPath 1.12 +1 -2 apachen/src/modules/standard/mod_mime_magic.c Index: mod_mime_magic.c

cvs commit: apachen/src/core conf.h http_core.c http_protocol.c http_protocol.h

1997-08-18 Thread Dean Gaudet
to use mmap() for static files. There are two + compile-time tunables MMAP_THRESHOLD (minimum number of bytes + required to use mmap(), default is 0), and MMAP_SEGMENT_SIZE (maximum + number of bytes written in one cycle from a single mmap()d object, + default 32768). [Dean

cvs commit: apachen/htdocs/manual new_features_1_3.html

1997-08-18 Thread Dean Gaudet
dgaudet 97/08/18 00:26:27 Modified:htdocs/manual new_features_1_3.html Log: tweak tweak Revision ChangesPath 1.19 +2 -2 apachen/htdocs/manual/new_features_1_3.html Index: new_features_1_3.html

cvs commit: apachen/src/core conf.h http_core.c http_main.c httpd.h

1997-08-17 Thread Dean Gaudet
. Submitted by: Dean Gaudet, Submitted by: Pierre-Yves Kerembellec [EMAIL PROTECTED], Submitted by: Martijn Koster [EMAIL PROTECTED] Reviewed by: Paul Sutton Revision ChangesPath 1.15 +2 -2 apachen/htdocs/manual/new_features_1_3.html Index: new_features_1_3.html

cvs commit: apachen/src/core http_core.c http_request.c

1997-08-17 Thread Dean Gaudet
dgaudet 97/08/17 13:21:38 Modified:src/core http_core.c http_request.c Log: Fix a bug introduced during the directory_walk() optimizations most recently checked in. Includes a rewrite of core_reorder_directories, and removes some cruft code from {directory,file,locaiton}_walk.

broken commit logging

1997-08-08 Thread Dean Gaudet
commit logging is broken. So I'm posting this by hand. I just committed this patch, which is essentially the patch which I posted a few days ago for buff.c. I went line by line comparing it with the 1.2 buff.c and I think we've got all the 1.2 fixes in here now, plus the newer 1.3 stuff. Dean

cvs commit: apache/htdocs/manual new_features_1_3.html

1997-08-08 Thread Dean Gaudet
dgaudet 97/08/08 04:28:33 Modified:htdocs/manual new_features_1_3.html Log: Add a few of the things I worked on. Revision ChangesPath 1.13 +51 -1 apache/htdocs/manual/new_features_1_3.html Index: new_features_1_3.html

cvs commit: apache/src http_request.c

1997-08-07 Thread Dean Gaudet
dgaudet 97/08/07 01:15:31 Modified:src http_request.c Log: local shadowing another local ... caused by my recent commit Revision ChangesPath 1.72 +0 -1 apache/src/http_request.c Index: http_request.c

cvs commit: apache/src CHANGES http_config.c http_config.h http_request.c

1997-08-06 Thread Dean Gaudet
+ and corrupted paths. [Dean Gaudet] *) Enhanced and cleaned up the URL rewriting engine of mod_rewrite: First the grouped parts of RewriteRule pattern matches (parenthesis!) can 1.71 +7 -12 apache/src/http_config.c Index: http_config.c

cvs commit: apache/src fnmatch.c fnmatch.h CHANGES Makefile.tmpl http_config.c http_config.h http_core.c http_core.h http_request.c

1997-08-06 Thread Dean Gaudet
behaviour. + - It's possible now to use [] wildcarding in Directory, Files + or Location. + - Regex Directorys are applied after all non-regex Directorys. + +[Dean Gaudet] *) Fix a bug introduced in 1.3a1 directory_walk regarding .htaccess files

cvs commit: apache/src CHANGES http_request.c

1997-08-06 Thread Dean Gaudet
with + relative paths. (It's used by mod_dir, mod_negotiation, + and mod_include.) [Dean Gaudet] + *) directory_walk optimization to reduce an O(N*M) loop to O(N+M) where N is the number of Directory sections, and M is the number of components in the filename of an object

cvs commit: apache/src CHANGES http_conf_globals.h http_config.c http_main.c http_protocol.c httpd.h

1997-08-05 Thread Dean Gaudet
, ServerAlias, ServerPath) + *only on name-based vhosts* + - if they fail, look for _default_ vhosts + [Dean Gaudet, Dave Hankins [EMAIL PROTECTED]] + *) dbmmanage overhaul: - merge dbmmanage and dbmmanage.new functionality, remove dbmmanage.new - tie

cvs commit: apache/src util_script.c

1997-08-05 Thread Dean Gaudet
dgaudet 97/08/04 23:33:27 Modified:src util_script.c Log: eliminate unused variable warning Revision ChangesPath 1.69 +2 -0 apache/src/util_script.c Index: util_script.c === RCS

cvs commit: apache/src CHANGES http_core.c

1997-08-05 Thread Dean Gaudet
Fielding, Ralf S. Engelschall, Dean Gaudet PR: 717 Revision ChangesPath 1.383 +4 -0 apache/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apache/src/CHANGES,v retrieving revision 1.382

cvs commit: apache/src CHANGES

1997-08-05 Thread Dean Gaudet
. Otherwise the vhost can't override the main server. [Dean Gaudet] PR#717 + *) The Directory code would merge and re-merge the same section after + a match was found, possibly causing problems with some modules. + [Dean Gaudet] + *) ip-based vhosts are stored

cvs commit: apache/src http_core.c

1997-08-05 Thread Dean Gaudet
dgaudet 97/08/05 01:19:47 Modified:src http_core.c Log: Ugh, I suck. I made this mistake once, you'd think I wouldn't make it again. The append_arrays commit was messed up. Revision ChangesPath 1.108 +1 -1 apache/src/http_core.c Index: http_core.c

cvs commit: apache/src http_core.c

1997-08-05 Thread Dean Gaudet
dgaudet 97/08/05 01:20:55 Modified:src Tag: APACHE_1_2_X http_core.c Log: Yep I managed to post it screwed up ... and probably because I wrote so much with the patch to PR#717 everyone agreed with the concept without reviewing the code! Revision ChangesPath No

cvs commit: apache/src http_protocol.c

1997-08-05 Thread Dean Gaudet
dgaudet 97/08/05 01:24:34 Modified:src http_protocol.c Log: I'm on a roll tonight. Fix a bug with HTTP/1.1 and the recent hashed ip-vhosts commit. Revision ChangesPath 1.151 +3 -0 apache/src/http_protocol.c Index: http_protocol.c

cvs commit: apache/src http_protocol.c

1997-08-03 Thread Dean Gaudet
dgaudet 97/08/03 19:55:12 Modified:src http_protocol.c Log: Change set_last_modified to something that Roy and I are both happy with. Reviewed by: Roy Fielding Revision ChangesPath 1.149 +9 -3 apache/src/http_protocol.c Index: http_protocol.c

cvs commit: apache/src http_request.c

1997-08-03 Thread Dean Gaudet
dgaudet 97/08/03 22:14:26 Modified:src http_request.c Log: make it a little more obvious that this_conf is only used inside the inner loop. Revision ChangesPath 1.68 +2 -1 apache/src/http_request.c Index: http_request.c

cvs commit: apache/src http_main.c CHANGES

1997-08-02 Thread Dean Gaudet
a still registered cleanup. [Dean Gaudet] - *) A few cleanups were made to reduce unneeded time() and getpid() - calls. [Dean Gaudet] + *) A few cleanups were made to reduce time(), getpid(), and signal() calls. + [Dean Gaudet] *) PORT: AIX = 4.2 requires -lm

cvs commit: apache/src mod_setenvif.c

1997-08-02 Thread Dean Gaudet
dgaudet 97/08/02 00:12:50 Modified:src mod_setenvif.c Log: These error messages look like debugging stuff to me... and they're spamming my logs. Revision ChangesPath 1.3 +4 -0 apache/src/mod_setenvif.c Index: mod_setenvif.c

cvs commit: apache/src mod_setenvif.c

1997-08-02 Thread Dean Gaudet
dgaudet 97/08/02 01:10:28 Modified:src mod_setenvif.c Log: clean up a 64-bit warning Revision ChangesPath 1.4 +1 -1 apache/src/mod_setenvif.c Index: mod_setenvif.c === RCS file:

cvs commit: apache/src/modules/proxy proxy_connect.c proxy_ftp.c proxy_http.c

1997-08-01 Thread Dean Gaudet
+ the proxy weren't properly blocking alarms while registering the cleanup + for its sockets. bclose() now uses pclose() and pclosesocket(). There + was a bug where the client socket was being close()d twice due a still + registered cleanup. [Dean Gaudet

cvs commit: apache/src http_core.c

1997-07-31 Thread Dean Gaudet
dgaudet 97/07/31 00:51:36 Modified:src http_core.c Log: Fix a null deref, and improper status update in the double reverse code. Revision ChangesPath 1.103 +30 -16apache/src/http_core.c Index: http_core.c

cvs commit: apache/src buff.c

1997-07-31 Thread Dean Gaudet
dgaudet 97/07/31 02:10:30 Modified:src buff.c Log: Improve the heuristic for deciding when to use writev() vs. when to copy into the buffer. No sense copying if the copy would fill the buffer, might as well writev and start a fresh buffer. Revision ChangesPath

cvs commit: apache/src CHANGES

1997-07-30 Thread Dean Gaudet
- *) HostnameLookups double forces double-reverse DNS to succeed. - The old define MAXIMUM_DNS has been deprecated. [Dean Gaudet] + *) HostnameLookups double forces double-reverse DNS to succeed in + order for remote_host to be set (for logging, or for the env var + REMOTE_HOST). The old

cvs commit: apache/htdocs/manual/mod directives.html mod_info.html

1997-07-30 Thread Dean Gaudet
dgaudet 97/07/30 13:08:20 Modified:htdocs/manual new_features_1_3.html htdocs/manual/mod directives.html mod_info.html Log: Document the AddModuleInfo patch. Submitted by: Lou D. Langholtz [EMAIL PROTECTED] Revision ChangesPath 1.12 +3 -0

cvs commit: apache/src CHANGES buff.c

1997-07-29 Thread Dean Gaudet
write and the buffer into a single writev(). (This is + in anticipation of using mmap() for reading files.) + [Dean Gaudet] + + *) In obscure cases where a partial socket write occured while chunking, + Apache would omit the chunk header/footer on the next block. + [Dean

cvs commit: apache/src http_main.c

1997-07-29 Thread Dean Gaudet
dgaudet 97/07/28 23:57:21 Modified:src http_main.c Log: Defensive coding -- protect against a possible future where while just_die() is in effect something might be muddling in alloc.c's internal structure, and one of the child_exit handlers may want to muddle there too.

cvs commit: apache/src CHANGES mod_include.c

1997-07-28 Thread Dean Gaudet
dgaudet 97/07/28 01:46:45 Modified:src CHANGES mod_include.c Log: fixed unused handle_endif Submitted by: Howard Fear Reviewed by: Dean Gaudet, Marc Slemko Revision ChangesPath 1.369 +4 -0 apache/src/CHANGES Index: CHANGES

cvs commit: apache/src http_main.c

1997-07-28 Thread Dean Gaudet
dgaudet 97/07/28 02:59:23 Modified:src http_main.c Log: Solaris whines about the const struct sockaddr_in. Silly solaris. Revision ChangesPath 1.188 +1 -1 apache/src/http_main.c Index: http_main.c

cvs commit: apache/src http_main.c

1997-07-28 Thread Dean Gaudet
dgaudet 97/07/28 04:02:32 Modified:src http_main.c Log: Log a failed listen... perhaps it will help with diagnosing the bizarre accept() error loops. Revision ChangesPath 1.189 +10 -3 apache/src/http_main.c Index: http_main.c

cvs commit: apache/htdocs/manual/mod mod_proxy.html

1997-07-27 Thread Dean Gaudet
dgaudet 97/07/27 10:16:19 Modified:htdocs/manual/mod Tag: APACHE_1_2_X mod_proxy.html Log: merge up to 1.3 docs Revision ChangesPath No revision No revision 1.22.2.2 +15 -15apache/htdocs/manual/mod/mod_proxy.html

cvs commit: apache/htdocs/manual/misc descriptors.html

1997-07-27 Thread Dean Gaudet
dgaudet 97/07/27 10:17:43 Modified:htdocs/manual/misc Tag: APACHE_1_2_X descriptors.html Log: merge up to 1.3 docs Revision ChangesPath No revision No revision 1.1.2.4 +1 -1

cvs commit: apache/htdocs/manual/misc FAQ.html

1997-07-27 Thread Dean Gaudet
dgaudet 97/07/27 10:19:03 Modified:htdocs/manual/misc Tag: APACHE_1_2_X FAQ.html Log: merge up to 1.3 base Revision ChangesPath No revision No revision 1.63.2.12 +243 -3apache/htdocs/manual/misc/FAQ.html

cvs commit: apache/src mod_status.c util.c conf.h

1997-07-26 Thread Dean Gaudet
dgaudet 97/07/26 18:21:43 Modified:src mod_status.c util.c conf.h Log: Move difftime() defn from mod_status.c to util.c, and test NEED_DIFFTIME. Only SUNOS4 uses NEED_DIFFTIME. Revision ChangesPath 1.55 +0 -9 apache/src/mod_status.c Index:

cvs commit: apache/src/modules/proxy mod_proxy.c

1997-07-26 Thread Dean Gaudet
dgaudet 97/07/26 18:43:39 Modified:src mod_access.c mod_actions.c mod_alias.c mod_auth.c mod_auth_db.c mod_auth_dbm.c mod_auth_msql.c mod_browser.c mod_cgi.c mod_dld.c mod_env.c mod_expires.c mod_headers.c

cvs commit: apache/src http_config.c

1997-07-26 Thread Dean Gaudet
dgaudet 97/07/26 18:56:04 Modified:src http_config.c Log: Properly cast the -func parm of command_rec before calling it. This is to improve portability. Revision ChangesPath 1.66 +30 -12apache/src/http_config.c Index: http_config.c

cvs commit: apache/src util.c

1997-07-26 Thread Dean Gaudet
dgaudet 97/07/26 19:07:21 Modified:src util.c Log: chdir_file takes a const char *. It shouldn't modify its argument. Revision ChangesPath 1.66 +14 -7 apache/src/util.c Index: util.c

cvs commit: apache/src mod_rewrite.c

1997-07-26 Thread Dean Gaudet
dgaudet 97/07/26 19:10:41 Modified:src mod_rewrite.c Log: add static to cachep. (Ralf if it's exported for a reason I can't see then maybe change it to rewrite_cachep) Revision ChangesPath 1.41 +1 -1 apache/src/mod_rewrite.c Index: mod_rewrite.c

cvs commit: apache/src CHANGES mod_cern_meta.c

1997-07-26 Thread Dean Gaudet
@@ Changes with Apache 1.3a2 + *) mod_cern_meta would attempt to find meta files for the directory itself + in some cases, but not in others. It now avoids it in all cases. + [Dean Gaudet] + *) mod_mime_magic would core dump if there was a decompression error. [Martin

  1   2   3   >