dgaudet 97/06/30 15:50:45
Modified:src CHANGES http_core.c http_request.c httpd.h
mod_negotiation.c util.c
Log:
directory_walk() is an expensive function, keep a little more state to
avoid needless string counting. Add two new functions make_dirstr_p
fielding97/05/08 06:09:27
Modified:src CHANGES http_core.c http_request.c mod_include.c
Log:
Test for error conditions before creating output header fields, since
we don't want the error message to include those fields. Likewise,
reset the content_language(s) and content_e
fielding97/02/10 02:24:50
Modified:src CHANGES http_core.c http_request.c
Log:
Fix condition where, if a bad directive occurs in .htaccess, and
sub_request() goes first to this directory, then log_reason() will
SIGSEGV because it doesn't have initialized r->per_dir_config.