]> granicus.if.org Git - apache/history - server/request.c
Rather than continuing to canonicalize within directory_walk (very time
[apache] / server / request.c
2001-08-23 William A. Rowe Jr Rather than continuing to canonicalize within directo...
2001-08-15 Jeff Trawickfix some homophonic issues in comments, as well as...
2001-08-11 Ryan BloomFix the new method code. We need to cast 1 to an apr_i...
2001-08-07 Cliff WoolleyFix a segfault (was getting triggered by mod_include...
2001-08-06 William A. Rowe Jr This was entirely broken. We cannot skip the locatio...
2001-08-06 William A. Rowe Jr Just a little cleaner.
2001-08-06 William A. Rowe Jr More explanation
2001-08-01 Jeff Trawickfix some warnings in resolve_symlink(), one of which...
2001-08-01 William A. Rowe Jr Replace check_symlinks in the ap_sub_req_lookup_...
2001-08-01 William A. Rowe Jr Add the new directory_walk logic, eliminating get_pat...
2001-07-30 William A. Rowe Jr Use d_is_absolute within directory_walk.
2001-06-27 William A. Rowe Jr Testing reveals a nasty side effect of this aftn...
2001-06-27 William A. Rowe Jr Pull harry, difficult to read sub_req_common_validati...
2001-06-27 William A. Rowe Jr Here, finally are a few cleanups of my fat fingers.
2001-06-27 William A. Rowe Jr Now, introduce ap_sub_req_lookup_dirent() for process...
2001-06-27 William A. Rowe Jr Pull the common cruft from ap_sub_req_lookup_*()...
2001-06-27 William A. Rowe Jr Sorry, second pass, working on legibility. This...
2001-06-27 William A. Rowe Jr Revert changes in 1.7, I had applied the patch incorr...
2001-06-27 William A. Rowe Jr Move duplicated rnew cloning from apr_ap_sub_req_look...
2001-06-07 Jeff Trawickback out bogus "fix" for subrequest buckets using wrong...
2001-06-07 Jeff Trawickimplement Ryan's suggested fix for buckets associated...
2001-06-06 Jeff Trawicknicer to compare r->finfo.filetype with APR_NOFILE...
2001-03-25 Doug MacEachernchange create_request hook to RUN_ALL/return int so...
2001-03-18 Ryan BloomAdd a hook, create_request. This hook allows modules...
2001-03-05 Ryan BloomAnother chunk of code from http to core. This should...