cvs commit: apache-1.3/src/main http_protocol.c

1998-02-21 Thread dgaudet
dgaudet 98/02/20 17:18:29 Modified:src CHANGES src/main http_protocol.c Log: Fix "http://host1"; without trailing /. Revision ChangesPath 1.645 +3 -0 apache-1.3/src/CHANGES Inde

cvs commit: apache-1.3/src/main http_main.c

1998-02-21 Thread dgaudet
dgaudet 98/02/20 17:38:35 Modified:src CHANGES src/main http_main.c Log: Use SA_RESETHAND or SA_ONESHOT when installing the coredump handlers. In particular the handlers could trigger themselves into an infinite loop if RLimitMem was used with a small amount

cvs commit: apache-1.3/src/main http_core.c util_script.c

1998-02-21 Thread dgaudet
dgaudet 98/02/20 17:42:41 Modified:src/include conf.h http_core.h src/main http_core.c util_script.c Log: RLIMIT_AS is part of Single Unix... and presumably posix as well. So it makes sense to support it everywhere rather than just on Linux. So treat it like

cvs commit: apache-1.3/src CHANGES

1998-02-21 Thread dgaudet
dgaudet 98/02/21 02:43:44 Modified:src CHANGES Log: mention pr# Revision ChangesPath 1.647 +2 -1 apache-1.3/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apache-1.3/src

cvs commit: apache-1.3/htdocs/manual/misc known_bugs.html

1998-02-21 Thread dgaudet
dgaudet 98/02/21 02:46:02 Modified:htdocs/manual/misc known_bugs.html Log: document pr 1847 and 1850 Revision ChangesPath 1.46 +13 -0 apache-1.3/htdocs/manual/misc/known_bugs.html Index: known_bugs.html

cvs commit: apache-1.3/src/include util_script.h

1998-02-21 Thread dgaudet
dgaudet 98/02/21 03:05:19 Modified:src/main util_script.c src/include util_script.h Log: long live const Revision ChangesPath 1.96 +1 -1 apache-1.3/src/main/util_script.c Index: util_script.c

cvs commit: apache-1.3/src/main http_config.c

1998-02-21 Thread dgaudet
dgaudet 98/02/21 03:08:31 Modified:src/main http_config.c Log: The prototype of set_file_slot already includes API_EXPORT_NONSTD... fix the declaration. BTW, I think _NONSTD is only required for functions which have variable length parameter lists. i.e. bputs and rputs

cvs commit: apache-1.2/src CHANGES mod_include.c

1998-02-21 Thread dgaudet
dgaudet 98/02/21 03:44:11 Modified:src CHANGES mod_include.c Log: Work around a broken cpp. PR: 1717 Revision ChangesPath 1.297 +5 -0 apache-1.2/src/CHANGES Index: CHANGES

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

1998-02-21 Thread dgaudet
dgaudet 98/02/21 03:46:00 Modified:src CHANGES src/modules/standard mod_include.c Log: Work around a broken cpp. PR: 1717 Revision ChangesPath 1.648 +3 -0 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.2/src CHANGES mod_include.c

1998-02-21 Thread dgaudet
dgaudet 98/02/21 04:25:43 Modified:src CHANGES mod_include.c Log: boy that was a dumb patch, back it out Revision ChangesPath 1.298 +0 -5 apache-1.2/src/CHANGES Index: CHANGES === RCS

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

1998-02-21 Thread dgaudet
dgaudet 98/02/21 04:26:23 Modified:src CHANGES src/modules/standard mod_include.c Log: boy that was a dumb patch, back it out Revision ChangesPath 1.649 +0 -3 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3/src/main http_core.c

1998-02-21 Thread dgaudet
dgaudet 98/02/21 12:32:08 Modified:src/main http_core.c Log: fix typo Revision ChangesPath 1.163 +1 -1 apache-1.3/src/main/http_core.c Index: http_core.c === RCS file: /export/home/cvs

cvs commit: apache-1.3/src/main http_config.c

1998-02-21 Thread dgaudet
dgaudet 98/02/21 13:04:35 Modified:src/main http_config.c Log: eliminate a compiler warning from hpux ansi c Revision ChangesPath 1.98 +12 -12apache-1.3/src/main/http_config.c Index: http_config.c

cvs commit: apache-1.3/src/main Makefile.tmpl

1998-02-23 Thread dgaudet
dgaudet 98/02/22 16:04:44 Modified:src/main Makefile.tmpl Log: no explain.c Revision ChangesPath 1.12 +1 -4 apache-1.3/src/main/Makefile.tmpl Index: Makefile.tmpl === RCS file: /export

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

1998-02-23 Thread dgaudet
dgaudet 98/02/22 16:05:41 Modified:src/include conf.h src/main buff.c http_core.c src/modules/experimental mod_mmap_static.c src/modules/standard mod_unique_id.c Log: We have NO_UNISTD_H, but we don't use it in conf.h ... surely this

cvs commit: apache-1.3/src/main util_script.c

1998-02-23 Thread dgaudet
dgaudet 98/02/22 23:58:46 Modified:src CHANGES src/main util_script.c Log: hide Proxy-Authorization just like Authorization is hidden Submitted by: Alvaro Martinez Echevarria <[EMAIL PROTECTED]> Reviewed by: Martin Kraemer, Ian Kluft, Dean

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

1998-02-23 Thread dgaudet
dgaudet 98/02/23 02:53:35 Modified:src CHANGES src/modules/standard mod_setenvif.c Log: BrowserMatch didn't handle spaces in the regex properly. I redid Ronald's patch because it would have required proper quoting to work right. While I was

cvs commit: apache-1.3/src CHANGES

1998-02-24 Thread dgaudet
dgaudet 98/02/23 23:22:23 Modified:src CHANGES Log: this is right isn't it Ralf? You used some of Jay's code I think Revision ChangesPath 1.663 +2 -1 apache-1.3/src/CHANGES Inde

cvs commit: apache-1.3/src/main http_config.c

1998-02-25 Thread dgaudet
dgaudet 98/02/25 01:36:13 Modified:src CHANGES src/main http_config.c Log: fix binding to port 0 Revision ChangesPath 1.667 +3 -0 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3/htdocs/manual/mod mod_alias.html

1998-02-26 Thread dgaudet
dgaudet 98/02/25 23:01:13 Modified:htdocs/manual/mod mod_alias.html Log: what a tangled web we weave... PR: 1874 Revision ChangesPath 1.19 +9 -0 apache-1.3/htdocs/manual/mod/mod_alias.html Index: mod_alias.html

cvs commit: apache-1.3/src/modules/standard Makefile.tmpl

1998-02-28 Thread dgaudet
dgaudet 98/02/28 02:32:03 Modified:src Makefile.tmpl src/ap Makefile.tmpl src/include util_uri.h src/main Makefile.tmpl http_main.c util_uri.c src/modules/proxy Makefile.tmpl proxy_util.c src/modules

cvs commit: apache-1.3/htdocs/manual/misc known_bugs.html

1998-02-28 Thread dgaudet
dgaudet 98/02/28 15:54:57 Modified:htdocs/manual/misc known_bugs.html Log: 1.3b5 proxy is broken. No patch supplied. Revision ChangesPath 1.47 +2 -0 apache-1.3/htdocs/manual/misc/known_bugs.html Index: known_bugs.html

cvs commit: apache-1.3/htdocs/manual/misc known_bugs.html

1998-03-01 Thread dgaudet
dgaudet 98/02/28 16:09:48 Modified:htdocs/manual/misc known_bugs.html Log: ok I made a patch available. PR: 1889 Revision ChangesPath 1.48 +4 -2 apache-1.3/htdocs/manual/misc/known_bugs.html Index: known_bugs.html

cvs commit: apache-1.3/htdocs/manual/misc known_bugs.html

1998-03-01 Thread dgaudet
dgaudet 98/02/28 16:10:50 Modified:htdocs/manual/misc known_bugs.html Log: cut&paste Revision ChangesPath 1.49 +1 -1 apache-1.3/htdocs/manual/misc/known_bugs.html Index: known_bugs.

cvs commit: apache-1.3/src/main util_uri.c

1998-03-01 Thread dgaudet
dgaudet 98/02/28 16:15:43 Modified:src/main util_uri.c Log: indentation tweak Revision ChangesPath 1.5 +2 -2 apache-1.3/src/main/util_uri.c Index: util_uri.c === RCS file: /export/home

cvs commit: apache-1.3/src/main util.c

1998-03-01 Thread dgaudet
dgaudet 98/02/28 16:19:36 Modified:src CHANGES src/main util.c Log: Wow this is an ancient bug... \\ didn't do what it was supposed to do. Fixing this means that regexes using \\ will break suddenly because they need to become ... I dunno what

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

1998-03-01 Thread dgaudet
dgaudet 98/02/28 16:31:51 Modified:src CHANGES src/modules/standard mod_imap.c Log: fix border processing for polys PR: 1771 Submitted by: Konstantin Morshnev <[EMAIL PROTECTED]> Revision ChangesPath 1.675 +4 -0 apac

cvs commit: apache-1.3/src/test/vhtest/bin test1 test1d test2 test2d test3 test4 test5 vhget

1998-03-02 Thread dgaudet
dgaudet 98/03/01 22:51:28 Modified:src CHANGES src/include http_vhost.h httpd.h util_uri.h src/main http_config.c http_core.c http_main.c http_protocol.c http_request.c http_vhost.c util_uri.c

cvs commit: apache-1.3/src/os/unix Makefile.tmpl

1998-03-02 Thread dgaudet
dgaudet 98/03/01 23:06:05 Modified:src Makefile.tmpl src/main Makefile.tmpl src/modules/proxy Makefile.tmpl src/modules/standard Makefile.tmpl src/modules/test Makefile.tmpl src/os/unix Makefile.tmpl Log

cvs commit: apache-1.3/src Makefile.tmpl

1998-03-02 Thread dgaudet
dgaudet 98/03/01 23:07:17 Modified:src Makefile.tmpl Log: some garbage that crept in Revision ChangesPath 1.82 +0 -2 apache-1.3/src/Makefile.tmpl Index: Makefile.tmpl === RCS file

cvs commit: apache-1.3/src/os/unix os.h

1998-03-02 Thread dgaudet
dgaudet 98/03/02 09:51:34 Modified:src/os/unix os.h Log: remove a gccism: __const Revision ChangesPath 1.7 +3 -3 apache-1.3/src/os/unix/os.h Index: os.h === RCS file: /export/home/cvs

cvs commit: apache-1.3/src/main http_vhost.c

1998-03-02 Thread dgaudet
dgaudet 98/03/02 09:53:48 Modified:src/main http_vhost.c Log: some systems #define s_addr s_addr_list[0].S_un or something like that, so s_addr is offlimits Revision ChangesPath 1.9 +4 -4 apache-1.3/src/main/http_vhost.c Index: http_vhost.c

cvs commit: apache-1.3/src/include conf.h

1998-03-03 Thread dgaudet
dgaudet 98/03/02 17:22:11 Modified:htdocs/manual new_features_1_3.html htdocs/manual/misc perf-tuning.html src CHANGES Configure src/include conf.h Log: Fall back to USE_FCNTL_SERIALIZED_ACCEPT for Solaris. It's foolish us wa

cvs commit: apache-1.3 STATUS

1998-03-03 Thread dgaudet
dgaudet 98/03/02 18:25:07 Modified:.STATUS Log: it was a sunny day Revision ChangesPath 1.168 +17 -9 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS

cvs commit: apache-1.3/src/modules/test mod_test_util_uri.c

1998-03-03 Thread dgaudet
dgaudet 98/03/03 00:21:55 Modified:src/modules/test mod_test_util_uri.c Log: (some cvs brokenness going on here) Aha! Now I understand why Martin modified the uri regex the way he did... and I documented it. Fix the "GET //foo/bar" bug. Revision Changes

cvs commit: apache-1.3/htdocs/manual/mod mod_log_config.html

1998-03-03 Thread dgaudet
dgaudet 98/03/03 00:25:06 Modified:htdocs/manual/mod mod_log_config.html Log: more accurate %p docs Revision ChangesPath 1.25 +1 -1 apache-1.3/htdocs/manual/mod/mod_log_config.html Index: mod_log_config.html

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

1998-03-03 Thread dgaudet
dgaudet 98/03/03 00:31:29 Modified:src/modules/standard mod_log_config.c Log: explain why we don't use get_server_port and get_server_name in mod_log_config Revision ChangesPath 1.47 +3 -0 apache-1.3/src/modules/standard/mod_log_config.c

cvs commit: apache-1.3/htdocs/manual/mod mod_log_config.html

1998-03-03 Thread dgaudet
dgaudet 98/03/03 00:38:27 Modified:htdocs/manual/mod mod_log_config.html Log: Explain %p and %v a little more. PR: 1908 Revision ChangesPath 1.26 +13 -2 apache-1.3/htdocs/manual/mod/mod_log_config.html Index: mod_log_config.html

cvs commit: apache-1.3/src CHANGES

1998-03-04 Thread dgaudet
dgaudet 98/03/04 00:37:07 Modified:src CHANGES Log: hmm, this was not documented... i suck Revision ChangesPath 1.681 +3 -0 apache-1.3/src/CHANGES Index: CHANGES === RCS file: /export

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

1998-03-04 Thread dgaudet
dgaudet 98/03/04 00:53:53 Modified:htdocs/manual/mod mod_proxy.html Log: I thought we got rid of all the ... in our examples... is there some reason this one is still around? I'm ditching it anyhow unless someone explains why it's necessary. Revision Chang

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

1998-03-04 Thread dgaudet
dgaudet 98/03/04 00:54:33 Modified:src/modules/proxy mod_proxy.c Log: Dean messed up ProxyPass, Mark fixed it. Submitted by: Mark J Cox <[EMAIL PROTECTED]> Revision ChangesPath 1.43 +25 -30apache-1.3/src/modules/proxy/mod_proxy.c Index: mod_p

cvs commit: apache-1.3/src/main util.c

1998-03-04 Thread dgaudet
dgaudet 98/03/04 01:35:46 Modified:src/main util.c Log: pr2six is a local, mark it static, and make it take 1/4 the space Revision ChangesPath 1.95 +1 -1 apache-1.3/src/main/util.c Index: util.c

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

1998-03-04 Thread dgaudet
dgaudet 98/03/04 01:45:47 Modified:src/include httpd.h src/main util.c src/modules/proxy proxy_util.c src/modules/standard mod_usertrack.c Log: As long as we're exporting month_snames we might as well make use of it. And if we

cvs commit: apache-1.3/src/helpers UpdateHide

1998-03-04 Thread dgaudet
dgaudet 98/03/04 01:47:38 Modified:src/helpers UpdateHide Log: Support for -DUSE_HSREGEX, no hiding for the regex symbols. Support for Linux... which incidentally has an R symbol type for read-only data (this is a gnu feature maybe, it may even be an optional posix thing

cvs commit: apache-1.3/src/include hide.h

1998-03-04 Thread dgaudet
dgaudet 98/03/04 01:48:39 Modified:src/include hide.h Log: A few updates. Revision ChangesPath 1.3 +4 -3 apache-1.3/src/include/hide.h Index: hide.h === RCS file: /export/home/cvs/apache

cvs commit: apache-1.3/src/include alloc.h hide.h

1998-03-04 Thread dgaudet
dgaudet 98/03/04 01:57:29 Modified:src/helpers UpdateHide src/include alloc.h hide.h Log: When you define ALLOC_DEBUG and POOL_DEBUG you get a few more symbols that would be nice to hide. Revision ChangesPath 1.4 +3 -0 apache-1.3/src/helpers

cvs commit: apache-1.3 STATUS

1998-03-04 Thread dgaudet
dgaudet 98/03/04 01:59:48 Modified:.STATUS Log: Proxies combined with namevhosts seem to work just as well as before... and when I looked at old vs. new logic in this area I don't see the problem that I thought was there. So I think this is closed. Rev

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

1998-03-04 Thread dgaudet
dgaudet 98/03/04 02:50:33 Modified:src/modules/proxy mod_proxy.c Log: Revert a parsed uri change which I think was Martin's -- in proxy_fixup the comparisons are done against the url as stored in r->filename... it's kind of lame, but this is just how the proxy w

cvs commit: apache-1.3/src/modules/proxy proxy_http.c

1998-03-04 Thread dgaudet
dgaudet 98/03/04 02:58:09 Modified:src CHANGES src/modules/proxy proxy_http.c Log: ProxyPass didn't deal with query strings because the ?args part is already truncated in that case. Joel's patch worked for subrequests (i.e. via #include virtual).

cvs commit: apache-1.3 STATUS

1998-03-05 Thread dgaudet
dgaudet 98/03/05 03:37:09 Modified:.STATUS Log: Please vote and/or modify the announcement! I really really want to get 1.2.6 out there. Revision ChangesPath 1.177 +35 -0 apache-1.3/STATUS Index: STATUS

cvs commit: apache-1.3/src/modules/standard mod_auth_db.module mod_auth_dbm.c mod_rewrite.c

1998-03-05 Thread dgaudet
dgaudet 98/03/05 04:42:39 Modified:src/helpers TestCompile src/modules/standard mod_auth_db.module mod_auth_dbm.c mod_rewrite.c Added: src/helpers find-dbm-lib Log: It seems foolish for two standard distribution modules to disagree

cvs commit: apache-site/contributors index.html

1998-03-05 Thread dgaudet
dgaudet 98/03/05 13:37:53 Modified:contributors index.html Log: I don't have access to IRIX any longer... and I don't feel like being listed as a solaris expert. Revision ChangesPath 1.28 +3 -2 apache-site/contributors/index.html Index:

cvs commit: apache-site/contributors index.html

1998-03-05 Thread dgaudet
dgaudet 98/03/05 13:39:15 Modified:contributors index.html Log: Uh, something split a line in the middle of my name. I hope it wasn't one of the html mangling scripts. Revision ChangesPath 1.29 +1 -2 apache-site/contributors/index.html Index: index

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

1998-03-06 Thread dgaudet
dgaudet 98/03/05 20:25:46 Modified:src/modules/standard mod_autoindex.c Log: indent Revision ChangesPath 1.69 +2 -2 apache-1.3/src/modules/standard/mod_autoindex.c Index: mod_autoindex.c

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

1998-03-06 Thread dgaudet
dgaudet 98/03/05 23:51:00 Modified:src CHANGES src/include httpd.h src/modules/proxy mod_proxy.c Log: Fix a bug pointed out by Lars on new-httpd in message-id <[EMAIL PROTECTED]>. I'm not sure how this ever worked before. L

cvs commit: apache-1.3/src/main http_request.c

1998-03-06 Thread dgaudet
dgaudet 98/03/06 00:26:19 Modified:src/main http_request.c Log: No functional difference, other than to short-circuit earlier if there are no Location sections. I wanted to do this before I made another change which will have functional difference. Revision Changes

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

1998-03-06 Thread dgaudet
dgaudet 98/03/06 00:52:02 Modified:src CHANGES src/modules/standard mod_mime_magic.c Log: Slight mistake in mod_mime_magic. If you tried to request a 0-length file it would return DONE all the way back to the core... which would interpret that to mean "

cvs commit: apache-1.3/htdocs/manual/mod core.html

1998-03-06 Thread dgaudet
dgaudet 98/03/06 01:37:11 Modified:src CHANGES src/main http_request.c htdocs/manual upgrading_to_1_3.html htdocs/manual/mod core.html Log: Change to the multiple-slash behaviour of LocationMatch for consistency with AliasMatch and

cvs commit: apache-1.3/src/main http_vhost.c

1998-03-06 Thread dgaudet
dgaudet 98/03/06 11:49:13 Modified:src/main http_vhost.c Log: tweak warnings for vhost stuff Revision ChangesPath 1.10 +3 -2 apache-1.3/src/main/http_vhost.c Index: http_vhost.c === RCS

cvs commit: apache-1.3/src/include http_log.h

1998-03-06 Thread dgaudet
dgaudet 98/03/06 11:53:50 Modified:src/include http_log.h Log: Oh sheesh. No wonder we still get so many reports of problems from folks who haven't read the docs about NameVirtualHost. Those messages are warnings, because the server is still functioning. And the de

cvs commit: apache-1.3/conf httpd.conf-dist httpd.conf-dist-win

1998-03-06 Thread dgaudet
dgaudet 98/03/06 11:56:26 Modified:conf httpd.conf-dist httpd.conf-dist-win Log: I think we do more harm than good by including every directive in this file. This encourages people to skip reading the manuals. Revision ChangesPath 1.22 +6 -0 apache-1.3

cvs commit: apache-1.3/src/helpers find-dbm-lib

1998-03-07 Thread dgaudet
dgaudet 98/03/07 13:29:57 Modified:src/helpers find-dbm-lib Log: Fix a logic problem -- it was giving false positives because DBM_LIB is sometimes set when it shouldn't be... it's set by default in Configure. Revision ChangesPath 1.2 +15 -3 apac

cvs commit: apache-1.3/src/helpers find-dbm-lib

1998-03-07 Thread dgaudet
dgaudet 98/03/07 13:37:27 Modified:src/helpers find-dbm-lib Log: and make it work for linux too Revision ChangesPath 1.3 +4 -2 apache-1.3/src/helpers/find-dbm-lib Index: find-dbm-lib

cvs commit: apache-1.3/src/include httpd.h

1998-03-07 Thread dgaudet
dgaudet 98/03/07 13:39:30 Modified:src/main util_uri.c src/include httpd.h Log: Don't use strtoul. And defend against similar slipups in the future... I know that define in httpd.h may annoy module authors... Revision ChangesPath 1.8

cvs commit: apache-1.3/src/helpers find-dbm-lib

1998-03-07 Thread dgaudet
dgaudet 98/03/07 13:43:32 Modified:src/helpers find-dbm-lib Log: I should clearly not be coding today. Revision ChangesPath 1.4 +1 -1 apache-1.3/src/helpers/find-dbm-lib Index: find-dbm-lib

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

1998-03-08 Thread dgaudet
dgaudet 98/03/07 18:50:15 Modified:src/modules/standard mod_rewrite.c Log: defend against possible sh lameness Revision ChangesPath 1.89 +1 -1 apache-1.3/src/modules/standard/mod_rewrite.c Index: mod_rewrite.c

cvs commit: apache-2.0/docs page_io

1998-03-08 Thread dgaudet
dgaudet 98/03/07 19:13:05 Modified:docs page_io Log: add an hpux link Revision ChangesPath 1.2 +4 -0 apache-2.0/docs/page_io Index: page_io === RCS file: /export/home/cvs/apache-2.0

cvs commit: apache-2.0/docs page_io

1998-03-08 Thread dgaudet
dgaudet 98/03/07 19:21:02 Modified:docs page_io Log: more stuff Revision ChangesPath 1.3 +13 -0 apache-2.0/docs/page_io Index: page_io === RCS file: /export/home/cvs/apache-2.0/docs

cvs commit: apache-1.3/src/include .cvsignore

1998-03-08 Thread dgaudet
dgaudet 98/03/07 19:46:26 Added: src/include .cvsignore Log: autogenerated Revision ChangesPath 1.1 apache-1.3/src/include/.cvsignore Index: .cvsignore === ap_config.h

cvs commit: apache-1.3/src/main http_main.c

1998-03-08 Thread dgaudet
dgaudet 98/03/07 20:25:59 Modified:src CHANGES PORTING src/include conf.h src/main http_main.c Log: http_main is way too big. Bleh. Some clean up on scoreboard stuff. Revision ChangesPath 1.693 +4 -0 apache-1.3/src/CHANGES

cvs commit: apache-2.0/docs stacked_io

1998-03-08 Thread dgaudet
dgaudet 98/03/07 22:07:51 Modified:docs stacked_io Log: some comments Revision ChangesPath 1.2 +26 -1 apache-2.0/docs/stacked_io Index: stacked_io === RCS file: /export/home/cvs/apache

cvs commit: apache-2.0/docs stacked_io

1998-03-08 Thread dgaudet
dgaudet 98/03/07 22:17:57 Modified:docs stacked_io Log: more comments Revision ChangesPath 1.3 +12 -1 apache-2.0/docs/stacked_io Index: stacked_io === RCS file: /export/home/cvs/apache

cvs commit: apache-1.3/src/main util_script.c

1998-03-10 Thread dgaudet
dgaudet 98/03/09 21:14:20 Modified:src CHANGES src/main util_script.c Log: The CGI spec says that REMOTE_HOST should be set to the remote hosts's name, or left unset if this value is unavailable. Apache was setting it to the IP address when unavai

cvs commit: apache-1.3/src/main http_protocol.c

1998-03-10 Thread dgaudet
dgaudet 98/03/09 22:13:52 Modified:src CHANGES src/main http_protocol.c Log: rputs() did not calculate r->sent_bodyct properly. PR: 1900 Submitted by: Siegmund Stirnweiss <[EMAIL PROTECTED]> Revision ChangesPath 1.696

cvs commit: apache-1.2/src CHANGES http_protocol.c

1998-03-10 Thread dgaudet
dgaudet 98/03/09 22:14:59 Modified:src CHANGES http_protocol.c Log: rputs() did not calculate r->sent_bodyct properly. PR: 1900 Submitted by: Siegmund Stirnweiss <[EMAIL PROTECTED]> Revision ChangesPath 1.299 +7 -0 apache-1.2/sr

cvs commit: apache-1.2/src util.c

1998-03-10 Thread dgaudet
dgaudet 98/03/09 22:16:57 Modified:src util.c Log: Err, forgot to commit this one. Fix \\ in quoted strings. Submitted by: [EMAIL PROTECTED] Revision ChangesPath 1.55 +1 -1 apache-1.2/src/util.c Index: util.c

cvs commit: apache-1.3/src/main util_script.c

1998-03-10 Thread dgaudet
dgaudet 98/03/09 22:30:50 Modified:src CHANGES src/main util_script.c Log: Prior to the existence of mod_setenv it was necessary to tweak the TZ environment variable in the apache core. But that tweaking interferes with mod_setenv. So don't tweak i

cvs commit: apache-1.3/src/modules/test mod_rndchunk.c

1998-03-10 Thread dgaudet
dgaudet 98/03/10 01:41:28 Modified:src/modules/test mod_rndchunk.c Log: fix timeouts Revision ChangesPath 1.2 +3 -0 apache-1.3/src/modules/test/mod_rndchunk.c Index: mod_rndchunk.c

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

1998-03-10 Thread dgaudet
dgaudet 98/03/10 01:42:46 Modified:src/modules/standard mod_include.c Log: Oh this is a nice one. I hope to followup to new-httpd about this one eventually. signals are a mess. It's bogus for mod_include to be doing a hard_timeout() and then running subrequests and all

cvs commit: apache-1.3/src Configure

1998-03-10 Thread dgaudet
dgaudet 98/03/10 01:52:19 Modified:src Configure Log: It is bogus to use LDFLAGS on the shared ld command line for at least two reasons: - LDFLAGS has traditionally meant "flags to use when linking an executable", and such flags can be different than

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

1998-03-12 Thread dgaudet
dgaudet 98/03/12 02:18:26 Modified:src/modules/standard mod_dir.c Log: Death to pointless run-time memory allocation wastage... split up DirectoryIndex at config time. Revision ChangesPath 1.47 +29 -8 apache-1.3/src/modules/standard/mod_dir.c Index

cvs commit: apache-1.3/src/os/win32 mod_isapi.c

1998-03-12 Thread dgaudet
dgaudet 98/03/12 02:29:14 Modified:src CHANGES src/include http_config.h httpd.h src/main http_config.c util_script.c src/modules/example mod_example.c src/modules/standard mod_alias.c mod_autoindex.c

cvs commit: apache-1.3/src/include hide.h

1998-03-12 Thread dgaudet
dgaudet 98/03/12 02:35:07 Modified:src/include hide.h Log: add set_string_slot_lower NOTE! I notice that log_error is being deleted here... and I'm too tired to figure out what in UpdateHide is causing that. Revision ChangesPath 1.6 +1 -1 apach

cvs commit: apache-1.3/src/include http_config.h

1998-03-12 Thread dgaudet
dgaudet 98/03/12 02:36:33 Modified:src/include http_config.h Log: Bump mmn... this is for the changes/clarifications just made and also to declare the parse_uri_components/util_uri stuff part of the API. Revision ChangesPath 1.72 +1 -1 apache-1.3/src/include

cvs commit: apache-devsite mmn.txt

1998-03-12 Thread dgaudet
dgaudet 98/03/12 02:36:38 Modified:.mmn.txt Log: I think we're ready to call parse_uri_components and all of that change part of the API... they've been pretty stable. Note the other few clarifications. Revision ChangesPath 1.13 +10 -0

cvs commit: apache-1.3/src/modules/standard mod_access.c mod_actions.c mod_auth_anon.c mod_env.c mod_expires.c mod_headers.c mod_log_referer.c mod_negotiation.c mod_rewrite.c mod_so.c mod_userdir.c mod_usertrack.c

1998-03-12 Thread dgaudet
dgaudet 98/03/12 03:03:10 Modified:src/modules/standard mod_access.c mod_actions.c mod_auth_anon.c mod_env.c mod_expires.c mod_headers.c mod_log_referer.c mod_negotiation.c mod_rewrite.c mod_so.c mod_userdir.c

cvs commit: apache-1.3/src/modules/standard mod_actions.c mod_auth.c mod_headers.c mod_log_config.c mod_mime.c mod_setenvif.c mod_userdir.c

1998-03-12 Thread dgaudet
dgaudet 98/03/12 03:13:28 Modified:src/modules/standard mod_actions.c mod_auth.c mod_headers.c mod_log_config.c mod_mime.c mod_setenvif.c mod_userdir.c Log: save more memory! table_set -> table_setn transformations for those ca

cvs commit: apache-1.3 STATUS

1998-03-12 Thread dgaudet
dgaudet 98/03/12 03:30:08 Modified:.STATUS Log: el nino is taking a break, we've had sun for several days... p.s. something to vote on Revision ChangesPath 1.184 +18 -36apache-1.3/STATUS Index: S

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

1998-03-12 Thread dgaudet
dgaudet 98/03/12 03:36:11 Modified:src/modules/standard mod_negotiation.c Log: yuck Revision ChangesPath 1.74 +1 -0 apache-1.3/src/modules/standard/mod_negotiation.c Index: mod_negotiation.c

cvs commit: apache-1.3/src/include http_main.h

1998-03-12 Thread dgaudet
dgaudet 98/03/12 03:53:14 Modified:src/include http_main.h Log: document timeout stuff a bit more Revision ChangesPath 1.25 +15 -0 apache-1.3/src/include/http_main.h Index: http_main.h

cvs commit: apache-1.3/src/main http_config.c

1998-03-12 Thread dgaudet
dgaudet 98/03/12 04:11:14 Modified:src/main http_config.c Log: Fix a case where sar->virthost would be NULL... in the main server. Pointed out by Martin. Revision ChangesPath 1.102 +1 -0 apache-1.3/src/main/http_config.c Index: http_confi

cvs commit: apache-1.3/conf highperformance.conf-dist

1998-03-13 Thread dgaudet
dgaudet 98/03/12 17:32:34 Added: conf highperformance.conf-dist Log: This is a basic configuration that I've used in the past for high performance work. Nothing but the basics. I think it's an excellent counter-point to our kitchen-and-sink config files that a

cvs commit: apache-1.3/src/main util_uri.c

1998-03-13 Thread dgaudet
dgaudet 98/03/12 23:11:03 Modified:src/main util_uri.c Log: Deal with the performance problem in parse_uri_components(). This new version is over two orders of magnitude faster based on timing trials requesting the test page from mod_test_util_uri. It's 50% faster ov

cvs commit: apache-1.3/src/main http_protocol.c

1998-03-13 Thread dgaudet
dgaudet 98/03/12 23:12:56 Modified:src/main http_protocol.c Log: Move this ugly platform specific code from parse_uri_components() into parse_uri(). Guys this is probably something that should be done elsewhere. Like maybe in directory_walk(). Revision ChangesPath

cvs commit: apache-1.3/conf .cvsignore

1998-03-13 Thread dgaudet
dgaudet 98/03/12 23:13:33 Modified:conf .cvsignore Log: yadda Revision ChangesPath 1.2 +1 -0 apache-1.3/conf/.cvsignore Index: .cvsignore === RCS file: /export/home/cvs/apache-1.3

cvs commit: apache-1.3/src CHANGES

1998-03-13 Thread dgaudet
dgaudet 98/03/12 23:49:21 Modified:src/main http_config.c src CHANGES Log: Another 2% improvement that's been queued waiting for the lowercase issues to be resolved. This is "NULL-compression" for invoke_handler() similar to what happene

cvs commit: apache-1.3 STATUS

1998-03-13 Thread dgaudet
dgaudet 98/03/12 23:52:22 Modified:.STATUS Log: I'm a bad boy I don't keep this up to date. It was overcast today, rained a bit. Revision ChangesPath 1.186 +3 -0 apache-1.3/STATUS Ind

cvs commit: apache-1.3/src/main util_uri.c

1998-03-13 Thread dgaudet
dgaudet 98/03/13 00:13:54 Modified:src/main util_uri.c Log: oops left some turds in the regex code T_AT isn't needed... and it's existence made the scheme stuff a bit wrong Revision ChangesPath 1.10 +0 -10 apache-1.3/src/main/util_uri.c

cvs commit: apache-1.3/src/modules/test mod_rndchunk.c mod_test_util_uri.c

1998-03-13 Thread dgaudet
dgaudet 98/03/13 11:20:59 Modified:src CHANGES src/include http_config.h src/main http_config.c http_core.c src/modules/example mod_example.c src/modules/experimental mod_mmap_static.c src/modules/proxy

cvs commit: apache-1.3 STATUS

1998-03-13 Thread dgaudet
dgaudet 98/03/13 15:54:02 Modified:.STATUS Log: rfc1413 not threadsafe Revision ChangesPath 1.188 +2 -0 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3

<    1   2   3   4   5   6   7   8   9   >