]> granicus.if.org Git - apache/history - server/request.c
fix references / update transformation
[apache] / server / request.c
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-01 André Maloupdate license to 2004.
2003-11-20 Jeff Trawickspell check
2003-11-01 André MaloLet mod_autoindex show filenames containing special...
2003-10-13 Jeff Trawicktag the pools created for requests and subrequests
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-05-29 André MaloRework of the recursion stopper - collapse recursion...
2003-05-19 André MaloPrevent the server from crashing when entering infinite...
2003-02-03 André Malofinished that boring job:
2003-01-28 André MaloFix "Satisfy Any" logic. The access_checker has nothing...
2003-01-23 Ken Coar here we go. add a directive that will keep %2f from...
2002-12-12 William A. Rowe Jr Make the code simpler to follow, and perhaps clear...
2002-11-03 Jeff Trawickcore_opts_merge() needs to be static
2002-11-01 William A. Rowe Jr Mr. Trawick was dead on, and this revealed a much...
2002-11-01 Jeff Trawickno such thing as AP_ASSERT()
2002-11-01 William A. Rowe Jr Fix a trailing slash/last filename truncation bug...
2002-10-25 Ken Coari hate it when tha happens..
2002-10-25 Ken Coarmore info is better than less..
2002-09-05 Justin ErenkrantzMorph DONE result from a sub-request handler to OK...
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_?error()
2002-05-12 Brian PaneOptimization: skip cache setup in location_walk() if...
2002-04-24 William A. Rowe Jr A bug affecting any platform that had pre-lstat'ed...
2002-04-24 William A. Rowe Jr Formatting irk grinding at me while stepping code
2002-04-22 William A. Rowe Jr Fix this optimization. We will skip along so long...
2002-04-22 William A. Rowe Jr Small optimization, if we are behind (at the 5th...
2002-03-27 Bill StoddardAdd a new parameter to the quick_handler hook to instruct
2002-03-15 Jeff TrawickAllow URIs specifying CGI scripts to include '/' at...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-13 Bill StoddardMove the quick_handler comment to the new quick handler...
2002-03-12 Sander StrikerStyle Police comming through...
2002-03-07 Ryan BloomRemove the prev pointer from the filter chain. This...
2002-03-05 Ryan BloomOnly insert net_filter once per request. Initialize...
2002-03-03 Ryan BloomThis fixes most of the header bug that was committed...
2002-03-03 Ryan BloomFix the mod_dir/mod_negotiation bug, where redirects...
2002-02-15 Justin ErenkrantzFix ap_directory_walk() per-dir merge bug seen when...
2002-02-07 Justin ErenkrantzFix resolve_symlink to save the original symlink name...
2002-01-27 William A. Rowe Jr Which PR? I can't count them all. Get QUERY_STRING...
2002-01-27 Brian Paneoptimization: switched to ap_add_output_filter_handle...
2002-01-26 Greg Amesap_sub_req_lookup_dirent: fix mod_negotiation loop...
2002-01-21 Ian HolsmanThese changes are to allow caching of subrequests via...
2002-01-16 Ian Holsmancode police again
2002-01-16 Ian Holsmansigh.
2002-01-16 Ian Holsmanquick handler now runs on subrequests as well
2002-01-02 William A. Rowe Jr Merge a singular path for dir_walk to parse, if we...
2002-01-02 William A. Rowe Jr Eliminate a duplicate absolute path test, and NEVER...
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...
next