]> granicus.if.org Git - apache/history - server/request.c
ap_sub_req_output_filter: don't pass along a brigade if it becomes empty
[apache] / server / request.c
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...