| Commit message (Expand) | Author | Age | Files | Lines |
* | stop using APLOG_NOERRNO in calls to ap_log_?error() | Jeff Trawick | 2002-05-17 | 1 | -7/+7 |
* | Optimization: skip cache setup in location_walk() if the vhost | Brian Pane | 2002-05-12 | 1 | -2/+2 |
* | A bug affecting any platform that had pre-lstat'ed the file or directory | William A. Rowe Jr | 2002-04-24 | 1 | -2/+3 |
* | Formatting irk grinding at me while stepping code | William A. Rowe Jr | 2002-04-24 | 1 | -1/+1 |
* | Fix this optimization. We will skip along so long as we aren't at the | William A. Rowe Jr | 2002-04-22 | 1 | -5/+5 |
* | Small optimization, if we are behind (at the 5th segment, for example), | William A. Rowe Jr | 2002-04-22 | 1 | -0/+1 |
* | Add a new parameter to the quick_handler hook to instruct | Bill Stoddard | 2002-03-27 | 1 | -36/+20 |
* | Allow URIs specifying CGI scripts to include '/' at the end | Jeff Trawick | 2002-03-15 | 1 | -0/+14 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | Move the quick_handler comment to the new quick handler location. Do not | Bill Stoddard | 2002-03-13 | 1 | -7/+27 |
* | Style Police comming through... | Sander Striker | 2002-03-12 | 1 | -162/+194 |
* | Remove the prev pointer from the filter chain. This removes | Ryan Bloom | 2002-03-07 | 1 | -1/+1 |
* | Only insert net_filter once per request. Initialize the output | Ryan Bloom | 2002-03-05 | 1 | -0/+1 |
* | This fixes most of the header bug that was committed last night. The server | Ryan Bloom | 2002-03-03 | 1 | -1/+6 |
* | Fix the mod_dir/mod_negotiation bug, where redirects and sub requests | Ryan Bloom | 2002-03-03 | 1 | -3/+13 |
* | Fix ap_directory_walk() per-dir merge bug seen when no <Directory /> is | Justin Erenkrantz | 2002-02-15 | 1 | -2/+3 |
* | Fix resolve_symlink to save the original symlink name if known. | Justin Erenkrantz | 2002-02-07 | 1 | -2/+15 |
* | Which PR? I can't count them all. Get QUERY_STRING and PATH_INFO | William A. Rowe Jr | 2002-01-27 | 1 | -9/+26 |
* | optimization: switched to ap_add_output_filter_handle() for installation of | Brian Pane | 2002-01-27 | 1 | -1/+2 |
* | ap_sub_req_lookup_dirent: fix mod_negotiation loop with near infinite | Greg Ames | 2002-01-26 | 1 | -1/+12 |
* | These changes are to allow caching of subrequests via a quick_handler. | Ian Holsman | 2002-01-21 | 1 | -4/+1 |
* | code police again | Ian Holsman | 2002-01-16 | 1 | -1/+1 |
* | sigh. | Ian Holsman | 2002-01-16 | 1 | -1/+1 |
* | quick handler now runs on subrequests as well | Ian Holsman | 2002-01-16 | 1 | -0/+13 |
* | Merge a singular path for dir_walk to parse, if we have an r->filename | William A. Rowe Jr | 2002-01-02 | 1 | -16/+92 |
* | Eliminate a duplicate absolute path test, and NEVER serve a request | William A. Rowe Jr | 2002-01-02 | 1 | -9/+11 |
* | Generalized the recent prep_walk_cache optimizations to allow other | Brian Pane | 2002-01-01 | 1 | -20/+17 |
* | Performance fix for prep_walk_cache(): | Brian Pane | 2001-12-31 | 1 | -17/+23 |
* | Move the insert_filter hook from the prepare request phase to the | William A. Rowe Jr | 2001-12-14 | 1 | -9/+0 |
* | . unwind MORE redundant code [wasn't I just here six months ago???] | William A. Rowe Jr | 2001-12-13 | 1 | -31/+15 |
* | Style reformat. Tabs->spaces, etc, etc, etc. | Justin Erenkrantz | 2001-12-09 | 1 | -81/+86 |
* | Reduce magic levels. | Ben Laurie | 2001-12-09 | 1 | -1/+3 |
* | Stat, don't lstat the final target. This means we may double-stat the | William A. Rowe Jr | 2001-11-09 | 1 | -15/+8 |
* | Reintroduce the 'one stat dir_walk', with singificantly more sensible | William A. Rowe Jr | 2001-11-09 | 1 | -38/+99 |
* | This patch optimizes away some strlen and strcat calls in | Justin Erenkrantz | 2001-11-04 | 1 | -9/+21 |
* | More style-stuff. A lot of this doesn't qualify as 'readable' even so.. :-( | Ken Coar | 2001-11-01 | 1 | -74/+93 |
* | Some style-guide fixes (nothing functional) | Ken Coar | 2001-11-01 | 1 | -59/+107 |
* | Use the _setn flavor which will avoid strdup'ing these strings, and | William A. Rowe Jr | 2001-10-29 | 1 | -2/+1 |
* | Oh, don't you love buffer overflows? | Justin Erenkrantz | 2001-10-20 | 1 | -1/+2 |
* | recognize filename subrequests without requiring a null URI. This fixes | Greg Ames | 2001-10-17 | 1 | -5/+6 |
* | Fix the little bits o' breakage I introduced with the last two | William A. Rowe Jr | 2001-10-16 | 1 | -5/+7 |
* | directory_walk trounced existing path_info declarations. I suspect _this_ | William A. Rowe Jr | 2001-10-16 | 1 | -1/+5 |
* | Streamline this function, and append the trailing slash for any directories | William A. Rowe Jr | 2001-10-16 | 1 | -15/+33 |
* | This will probably fix recent breakage to mod_negotation and httpd.test, | William A. Rowe Jr | 2001-10-16 | 1 | -1/+5 |
* | Always helps to add the member | William A. Rowe Jr | 2001-10-09 | 1 | -0/+1 |
* | Speed it up. While this optimization wasn't obvious for the two-pass | William A. Rowe Jr | 2001-10-09 | 1 | -5/+25 |
* | prevent near infinite subrequest recursion with mod_negotiation enabled. | Greg Ames | 2001-10-09 | 1 | -5/+1 |
* | get symlinks working again | Greg Ames | 2001-10-09 | 1 | -0/+3 |
* | at least *this* cast keeps gcc happy (and should keep | Jeff Trawick | 2001-10-08 | 1 | -1/+2 |
* | Revamped ap_directory_walk logic, without a path_info helper is now | William A. Rowe Jr | 2001-10-08 | 1 | -455/+1 |