]> granicus.if.org Git - apache/history - server/request.c
showstoppers--;
[apache] / server / request.c
2002-01-01 Brian PaneGeneralized the recent prep_walk_cache optimizations...
2001-12-31 Brian PanePerformance fix for prep_walk_cache():
2001-12-14 William A. Rowe Jr Move the insert_filter hook from the prepare request...
2001-12-13 William A. Rowe Jr . unwind MORE redundant code [wasn't I just here...
2001-12-09 Justin ErenkrantzStyle reformat. Tabs->spaces, etc, etc, etc.
2001-12-09 Ben LaurieReduce magic levels.
2001-11-09 William A. Rowe Jr Stat, don't lstat the final target. This means we...
2001-11-09 William A. Rowe Jr Reintroduce the 'one stat dir_walk', with singificant...
2001-11-04 Justin ErenkrantzThis patch optimizes away some strlen and strcat calls in
2001-11-01 Ken CoarMore style-stuff. A lot of this doesn't qualify as...
2001-11-01 Ken CoarSome style-guide fixes (nothing functional)
2001-10-29 William A. Rowe Jr Use the _setn flavor which will avoid strdup'ing...
2001-10-20 Justin ErenkrantzOh, don't you love buffer overflows?
2001-10-17 Greg Amesrecognize filename subrequests without requiring a...
2001-10-16 William A. Rowe Jr Fix the little bits o' breakage I introduced with...
2001-10-16 William A. Rowe Jr directory_walk trounced existing path_info declaratio...
2001-10-16 William A. Rowe Jr Streamline this function, and append the trailing...
2001-10-16 William A. Rowe Jr This will probably fix recent breakage to mod_negotat...
2001-10-09 William A. Rowe Jr Always helps to add the member
2001-10-09 William A. Rowe Jr Speed it up. While this optimization wasn't obvious...
2001-10-09 Greg Amesprevent near infinite subrequest recursion with mod_neg...
2001-10-08 Greg Amesget symlinks working again
2001-10-08 Jeff Trawickat least *this* cast keeps gcc happy (and should keep
2001-10-08 William A. Rowe Jr Revamped ap_directory_walk logic, without a path_info...
2001-10-08 William A. Rowe Jr This is nothing but const bogosity. We have our...
2001-10-06 William A. Rowe Jr Hmmm... continue's not so good an idea here :)
2001-10-06 William A. Rowe Jr Aaargh! Unwinding part of my patch before I committe...
2001-10-06 William A. Rowe Jr A major overhaul to the -replacement- ap_directory_wa...
2001-10-03 William A. Rowe Jr Correct file lookups when we are given a file within...
2001-10-01 Greg Amesap_sub_req_output_filter: don't pass along a brigade...
2001-09-29 Justin ErenkrantzFix for httpd-test modules/include test #17.
2001-09-28 William A. Rowe Jr Optimize file_walk with the same logic as location_wa...
2001-09-28 William A. Rowe Jr Split out (soon to be) common code for all _walk...
2001-09-28 William A. Rowe Jr Overhaul the compatibility with 1.3's subrequest...
2001-09-25 Jeff Trawickfix a gcc warning -- "/* within a comment"
2001-09-24 William A. Rowe Jr Joy, joy. Relax the rules, just a wee bit, and prepa...
2001-09-20 Jeff TrawickCurrently, when the map-to-storage handler for TRACE...
2001-09-06 Ryan BloomFix a seg fault in mod_include. When we are generating an
2001-09-06 William A. Rowe Jr Optimize location_walk. We build an array of increme...
2001-09-01 William A. Rowe Jr After some consideration - Location walk is always...
2001-09-01 William A. Rowe Jr I love it when a plan comes together.
2001-08-31 William A. Rowe Jr Ahhh, a const headache. Here's a flag that is writeable.
2001-08-31 William A. Rowe Jr Since we can preserve and further canonicalize the...
2001-08-31 William A. Rowe Jr Add some notes of things I noticed while proofing...
2001-08-31 Jeff Trawickresolve_symlink() is only used if REPLACE_PATH_INFO_MET...
2001-08-31 Cliff WoolleyAs I understand it, this test is supposed to read like so:
2001-08-31 William A. Rowe Jr Invoking the handler must occur at the caller's discr...
2001-08-31 William A. Rowe Jr Move the ap_run_insert_filters to consistently occur in
2001-08-31 William A. Rowe Jr Normalize all paths to run the same, common code...
2001-08-30 William A. Rowe Jr The add-in/strip-off temporary trailing slash logic...
2001-08-30 William A. Rowe Jr Fix the new code (not currently enabled) for director...
2001-08-27 Jeff Trawickfix some calls to apr_pool_userdata_get()
2001-08-27 William A. Rowe Jr Final additional comments (for the moment) about...
2001-08-27 William A. Rowe Jr Further optimization to location_walk() and clean...
2001-08-27 William A. Rowe Jr Clean up location_walk, so that this step performs...
2001-08-26 William A. Rowe Jr Eliminate proxy: (and all other 'special') processing...
2001-08-25 William A. Rowe Jr Introduce the map_to_storage hook, which allows modul...
2001-08-24 William A. Rowe Jr sec, sec, who's got a sec? This gave me a headache...
2001-08-24 William A. Rowe Jr Commit this code before another patch becomes to...
2001-08-23 William A. Rowe Jr Whoops. To explain, we won't dup filename unless...
2001-08-23 William A. Rowe Jr Start with the presumption that canonical_filename...
2001-08-23 William A. Rowe Jr Another spot we are certain of the canonical_filename
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...