| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | This is nothing but const bogosity. We have our very own manipulation, | William A. Rowe Jr | 2001-10-08 | 1 | -1/+1 |
* | Hmmm... continue's not so good an idea here :) | William A. Rowe Jr | 2001-10-07 | 1 | -16/+18 |
* | Aaargh! Unwinding part of my patch before I committed the prior version, | William A. Rowe Jr | 2001-10-07 | 1 | -201/+381 |
* | A major overhaul to the -replacement- ap_directory_walk logic. This still | William A. Rowe Jr | 2001-10-06 | 1 | -45/+72 |
* | Correct file lookups when we are given a file within the same directory | William A. Rowe Jr | 2001-10-03 | 1 | -126/+14 |
* | ap_sub_req_output_filter: don't pass along a brigade if it becomes empty | Greg Ames | 2001-10-01 | 1 | -1/+6 |
* | Fix for httpd-test modules/include test #17. | Justin Erenkrantz | 2001-09-29 | 1 | -1/+2 |
* | Optimize file_walk with the same logic as location_walk. Fix both to | William A. Rowe Jr | 2001-09-28 | 1 | -59/+110 |
* | Split out (soon to be) common code for all _walk functions | William A. Rowe Jr | 2001-09-28 | 1 | -38/+58 |
* | Overhaul the compatibility with 1.3's subrequest and redirect processing. | William A. Rowe Jr | 2001-09-28 | 1 | -75/+91 |
* | fix a gcc warning -- "/* within a comment" | Jeff Trawick | 2001-09-25 | 1 | -1/+1 |
* | Joy, joy. Relax the rules, just a wee bit, and prepare to move the fatal | William A. Rowe Jr | 2001-09-24 | 1 | -15/+43 |
* | Currently, when the map-to-storage handler for TRACE returns DONE, the | Jeff Trawick | 2001-09-20 | 1 | -4/+1 |
* | Fix a seg fault in mod_include. When we are generating an | Ryan Bloom | 2001-09-06 | 1 | -1/+1 |
* | Optimize location_walk. We build an array of incremental matches, and | William A. Rowe Jr | 2001-09-06 | 1 | -86/+126 |
* | After some consideration - Location walk is always required (before and | William A. Rowe Jr | 2001-09-01 | 1 | -3/+8 |
* | I love it when a plan comes together. | William A. Rowe Jr | 2001-09-01 | 1 | -0/+3 |
* | Ahhh, a const headache. Here's a flag that is writeable. | William A. Rowe Jr | 2001-09-01 | 1 | -3/+3 |
* | Since we can preserve and further canonicalize the subreq_file name onto | William A. Rowe Jr | 2001-09-01 | 1 | -1/+5 |
* | Add some notes of things I noticed while proofing. We still need a | William A. Rowe Jr | 2001-09-01 | 1 | -5/+7 |
* | resolve_symlink() is only used if REPLACE_PATH_INFO_METHOD is | Jeff Trawick | 2001-08-31 | 1 | -0/+2 |
* | As I understand it, this test is supposed to read like so: | Cliff Woolley | 2001-08-31 | 1 | -1/+1 |
* | Invoking the handler must occur at the caller's discression, in order | William A. Rowe Jr | 2001-08-31 | 1 | -4/+0 |
* | Move the ap_run_insert_filters to consistently occur in | William A. Rowe Jr | 2001-08-31 | 1 | -2/+0 |
* | Normalize all paths to run the same, common code for pre-request setup | William A. Rowe Jr | 2001-08-31 | 1 | -66/+158 |
* | The add-in/strip-off temporary trailing slash logic was really hosed | William A. Rowe Jr | 2001-08-31 | 1 | -4/+4 |
* | Fix the new code (not currently enabled) for directory_walk | William A. Rowe Jr | 2001-08-30 | 1 | -10/+9 |
* | fix some calls to apr_pool_userdata_get() | Jeff Trawick | 2001-08-27 | 1 | -4/+4 |
* | Final additional comments (for the moment) about the new optimization. | William A. Rowe Jr | 2001-08-27 | 1 | -1/+3 |
* | Further optimization to location_walk() and clean up unused variables. | William A. Rowe Jr | 2001-08-27 | 1 | -5/+14 |
* | Clean up location_walk, so that this step performs a minimum | William A. Rowe Jr | 2001-08-27 | 1 | -44/+93 |
* | Eliminate proxy: (and all other 'special') processing from the | William A. Rowe Jr | 2001-08-26 | 1 | -125/+44 |
* | Introduce the map_to_storage hook, which allows modules to bypass | William A. Rowe Jr | 2001-08-26 | 1 | -22/+25 |
* | sec, sec, who's got a sec? This gave me a headache, but I had to clear | William A. Rowe Jr | 2001-08-24 | 1 | -19/+19 |
* | Commit this code before another patch becomes to difficult to follow. | William A. Rowe Jr | 2001-08-24 | 1 | -78/+44 |
* | Whoops. To explain, we won't dup filename unless it really didn't match | William A. Rowe Jr | 2001-08-23 | 1 | -2/+2 |
* | Start with the presumption that canonical_filename is not likely to be set. | William A. Rowe Jr | 2001-08-23 | 1 | -10/+29 |
* | Another spot we are certain of the canonical_filename | William A. Rowe Jr | 2001-08-23 | 1 | -0/+3 |
* | Rather than continuing to canonicalize within directory_walk (very time | William A. Rowe Jr | 2001-08-23 | 1 | -27/+47 |
* | fix some homophonic issues in comments, as well as some | Jeff Trawick | 2001-08-15 | 1 | -3/+3 |
* | Fix the new method code. We need to cast 1 to an apr_int64_t or it will | Ryan Bloom | 2001-08-11 | 1 | -1/+1 |
* | Fix a segfault (was getting triggered by mod_include at least) caused | Cliff Woolley | 2001-08-07 | 1 | -2/+2 |
* | This was entirely broken. We cannot skip the location walk just because | William A. Rowe Jr | 2001-08-06 | 1 | -24/+20 |
* | Just a little cleaner. | William A. Rowe Jr | 2001-08-06 | 1 | -10/+19 |
* | More explanation | William A. Rowe Jr | 2001-08-06 | 1 | -2/+5 |
* | fix some warnings in resolve_symlink(), one of which seems to be for | Jeff Trawick | 2001-08-01 | 1 | -4/+4 |
* | Replace check_symlinks in the ap_sub_req_lookup_* calls with | William A. Rowe Jr | 2001-08-01 | 1 | -92/+132 |
* | Add the new directory_walk logic, eliminating get_path_info and | William A. Rowe Jr | 2001-08-01 | 1 | -0/+389 |
* | Use d_is_absolute within directory_walk. | William A. Rowe Jr | 2001-07-30 | 1 | -1/+1 |
* | Testing reveals a nasty side effect of this aftn's patch, this is the fix. | William A. Rowe Jr | 2001-06-28 | 1 | -1/+1 |