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

1998-07-01 Thread dougm
dougm 98/06/30 18:37:31 Modified:.STATUS src CHANGES src/include hsregex.h src/modules/standard mod_include.c Log: add support for #perl arg interpolation in mod_include Submitted by: Doug MacEachern Reviewed by: Dean

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

1998-07-01 Thread dougm
dougm 98/06/30 18:45:25 Modified:src/include hsregex.h Log: backout from last commit. (no idea how that happened, I did cvs update -dP before any changes) Revision ChangesPath 1.7 +2 -0 apache-1.3/src/include/hsregex.h Index: hsregex.h

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

1998-07-01 Thread brian
brian 98/06/30 23:52:32 Modified:htdocs/manual/mod mod_usertrack.html Log: Add analysis done by Christian Sane Revision ChangesPath 1.17 +42 -0 apache-1.3/htdocs/manual/mod/mod_usertrack.html Index: mod_usertrack.html

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

1998-07-01 Thread dgaudet
dgaudet 98/07/01 10:25:56 Modified:htdocs/manual/misc perf-tuning.html Log: lmbench moved Revision ChangesPath 1.12 +1 -1 apache-1.3/htdocs/manual/misc/perf-tuning.html Index: perf-tuning.html

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

1998-07-01 Thread dgaudet
dgaudet 98/07/01 11:18:27 Modified:src CHANGES src/main buff.c Log: It's definately wrong to start ap_bprintf() on a connection that's got an error, or one which is not buffered. It's wrong for ap_bflush() to return 0 when B_EOUT is set -- B_EOUT can be

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

1998-07-01 Thread dgaudet
dgaudet 98/07/01 11:22:34 Modified:src/main buff.c Log: more efficient comparisons Revision ChangesPath 1.79 +2 -5 apache-1.3/src/main/buff.c Index: buff.c === RCS file:

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

1998-07-01 Thread ben
ben 98/07/01 14:20:01 Modified:src/include http_core.h http_protocol.h src/main http_core.c http_protocol.c http_request.c src/modules/standard mod_auth.c mod_digest.c mod_rewrite.c Log: Yet more constification. Revision ChangesPath 1.44

cvs commit: apache-1.3/src/support suexec.c

1998-07-01 Thread coar
coar98/07/01 03:34:21 Modified:src/support suexec.c Log: Redo the 'too few arguments' error reporting in a way that doesn't do excessive unsafe string copying (which Marc pointed out was a flaw in the last edit). Revision ChangesPath 1.41