summaryrefslogtreecommitdiffstats
path: root/server/request.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* This is nothing but const bogosity. We have our very own manipulation,William A. Rowe Jr2001-10-081-1/+1
* Hmmm... continue's not so good an idea here :)William A. Rowe Jr2001-10-071-16/+18
* Aaargh! Unwinding part of my patch before I committed the prior version,William A. Rowe Jr2001-10-071-201/+381
* A major overhaul to the -replacement- ap_directory_walk logic. This stillWilliam A. Rowe Jr2001-10-061-45/+72
* Correct file lookups when we are given a file within the same directoryWilliam A. Rowe Jr2001-10-031-126/+14
* ap_sub_req_output_filter: don't pass along a brigade if it becomes emptyGreg Ames2001-10-011-1/+6
* Fix for httpd-test modules/include test #17.Justin Erenkrantz2001-09-291-1/+2
* Optimize file_walk with the same logic as location_walk. Fix both toWilliam A. Rowe Jr2001-09-281-59/+110
* Split out (soon to be) common code for all _walk functionsWilliam A. Rowe Jr2001-09-281-38/+58
* Overhaul the compatibility with 1.3's subrequest and redirect processing.William A. Rowe Jr2001-09-281-75/+91
* fix a gcc warning -- "/* within a comment"Jeff Trawick2001-09-251-1/+1
* Joy, joy. Relax the rules, just a wee bit, and prepare to move the fatalWilliam A. Rowe Jr2001-09-241-15/+43
* Currently, when the map-to-storage handler for TRACE returns DONE, theJeff Trawick2001-09-201-4/+1
* Fix a seg fault in mod_include. When we are generating anRyan Bloom2001-09-061-1/+1
* Optimize location_walk. We build an array of incremental matches, andWilliam A. Rowe Jr2001-09-061-86/+126
* After some consideration - Location walk is always required (before andWilliam A. Rowe Jr2001-09-011-3/+8
* I love it when a plan comes together.William A. Rowe Jr2001-09-011-0/+3
* Ahhh, a const headache. Here's a flag that is writeable.William A. Rowe Jr2001-09-011-3/+3
* Since we can preserve and further canonicalize the subreq_file name ontoWilliam A. Rowe Jr2001-09-011-1/+5
* Add some notes of things I noticed while proofing. We still need aWilliam A. Rowe Jr2001-09-011-5/+7
* resolve_symlink() is only used if REPLACE_PATH_INFO_METHOD isJeff Trawick2001-08-311-0/+2
* As I understand it, this test is supposed to read like so:Cliff Woolley2001-08-311-1/+1
* Invoking the handler must occur at the caller's discression, in orderWilliam A. Rowe Jr2001-08-311-4/+0
* Move the ap_run_insert_filters to consistently occur inWilliam A. Rowe Jr2001-08-311-2/+0
* Normalize all paths to run the same, common code for pre-request setupWilliam A. Rowe Jr2001-08-311-66/+158
* The add-in/strip-off temporary trailing slash logic was really hosedWilliam A. Rowe Jr2001-08-311-4/+4
* Fix the new code (not currently enabled) for directory_walkWilliam A. Rowe Jr2001-08-301-10/+9
* fix some calls to apr_pool_userdata_get()Jeff Trawick2001-08-271-4/+4
* Final additional comments (for the moment) about the new optimization.William A. Rowe Jr2001-08-271-1/+3
* Further optimization to location_walk() and clean up unused variables.William A. Rowe Jr2001-08-271-5/+14
* Clean up location_walk, so that this step performs a minimumWilliam A. Rowe Jr2001-08-271-44/+93
* Eliminate proxy: (and all other 'special') processing from theWilliam A. Rowe Jr2001-08-261-125/+44
* Introduce the map_to_storage hook, which allows modules to bypassWilliam A. Rowe Jr2001-08-261-22/+25
* sec, sec, who's got a sec? This gave me a headache, but I had to clearWilliam A. Rowe Jr2001-08-241-19/+19
* Commit this code before another patch becomes to difficult to follow.William A. Rowe Jr2001-08-241-78/+44
* Whoops. To explain, we won't dup filename unless it really didn't matchWilliam A. Rowe Jr2001-08-231-2/+2
* Start with the presumption that canonical_filename is not likely to be set.William A. Rowe Jr2001-08-231-10/+29
* Another spot we are certain of the canonical_filenameWilliam A. Rowe Jr2001-08-231-0/+3
* Rather than continuing to canonicalize within directory_walk (very timeWilliam A. Rowe Jr2001-08-231-27/+47
* fix some homophonic issues in comments, as well as someJeff Trawick2001-08-151-3/+3
* Fix the new method code. We need to cast 1 to an apr_int64_t or it willRyan Bloom2001-08-111-1/+1
* Fix a segfault (was getting triggered by mod_include at least) causedCliff Woolley2001-08-071-2/+2
* This was entirely broken. We cannot skip the location walk just becauseWilliam A. Rowe Jr2001-08-061-24/+20
* Just a little cleaner.William A. Rowe Jr2001-08-061-10/+19
* More explanationWilliam A. Rowe Jr2001-08-061-2/+5
* fix some warnings in resolve_symlink(), one of which seems to be forJeff Trawick2001-08-011-4/+4
* Replace check_symlinks in the ap_sub_req_lookup_* calls withWilliam A. Rowe Jr2001-08-011-92/+132
* Add the new directory_walk logic, eliminating get_path_info andWilliam A. Rowe Jr2001-08-011-0/+389
* Use d_is_absolute within directory_walk.William A. Rowe Jr2001-07-301-1/+1
* Testing reveals a nasty side effect of this aftn's patch, this is the fix.William A. Rowe Jr2001-06-281-1/+1