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

1999-06-04 Thread coar
coar99/06/04 11:40:01 Modified:src CHANGES htdocs/manual/mod mod_setenvif.html src/modules/standard mod_setenvif.c Log: A minor enhancement to SetEnvIf*: allow it to test envariables as well as request attributes. Revision

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

1999-05-21 Thread rse
rse 99/05/21 05:16:28 Modified:src CHANGES src/include httpd.h ap_mmn.h ap_compat.h src/main util.c http_request.c util_uri.c src/support httpd.exp src/modules/standard mod_setenvif.c mod_rewrite.c

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

1999-05-19 Thread coar
coar99/05/19 06:26:10 Modified:.STATUS htdocs/manual/mod mod_setenvif.html src CHANGES src/modules/standard mod_setenvif.c Log: Allow SetEnvIf* to set things according to the protocol of the request.

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

1998-07-10 Thread coar
coar98/07/09 17:54:18 Modified:src/modules/standard mod_setenvif.c Log: Yes, I know this is style-guide/indent stuff, but I'm tracking down a possible bug and want to have a clean basis for any changes. I.e., I'm not just being capricious.. Revision

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

1998-07-10 Thread coar
coar98/07/10 05:58:56 Modified:src CHANGES src/modules/standard mod_setenvif.c Log: Make mod_setenvif work like mod_rewrite - namely, let it use ^$ to match missing fields. Revision ChangesPath 1.957 +3 -0

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

1998-03-15 Thread dgaudet
dgaudet 98/03/15 13:39:56 Modified:htdocs/manual/mod mod_setenvif.html src CHANGES src/modules/standard mod_setenvif.c Log: - The merging optimization in mod_setenvif did not deal with SetEnvIfNoCase properly; and it used strcmp() to compare

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

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 in there I

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

1998-01-31 Thread ben
ben 98/01/31 06:38:24 Modified:src/modules/standard mod_setenvif.c Log: Make setenvif terminate when it should, instead of by accident, and also correctly handle multiple env vars to be set. As a side-effect, eliminate an env var with a null name. Revision Changes