summaryrefslogtreecommitdiff
path: root/server/request.c
Commit message (Expand)AuthorAgeFilesLines
* stop using APLOG_NOERRNO in calls to ap_log_?error()Jeff Trawick2002-05-171-7/+7
* Optimization: skip cache setup in location_walk() if the vhostBrian Pane2002-05-121-2/+2
* A bug affecting any platform that had pre-lstat'ed the file or directoryWilliam A. Rowe Jr2002-04-241-2/+3
* Formatting irk grinding at me while stepping codeWilliam A. Rowe Jr2002-04-241-1/+1
* Fix this optimization. We will skip along so long as we aren't at theWilliam A. Rowe Jr2002-04-221-5/+5
* Small optimization, if we are behind (at the 5th segment, for example),William A. Rowe Jr2002-04-221-0/+1
* Add a new parameter to the quick_handler hook to instructBill Stoddard2002-03-271-36/+20
* Allow URIs specifying CGI scripts to include '/' at the endJeff Trawick2002-03-151-0/+14
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Move the quick_handler comment to the new quick handler location. Do notBill Stoddard2002-03-131-7/+27
* Style Police comming through...Sander Striker2002-03-121-162/+194
* Remove the prev pointer from the filter chain. This removesRyan Bloom2002-03-071-1/+1
* Only insert net_filter once per request. Initialize the outputRyan Bloom2002-03-051-0/+1
* This fixes most of the header bug that was committed last night. The serverRyan Bloom2002-03-031-1/+6
* Fix the mod_dir/mod_negotiation bug, where redirects and sub requestsRyan Bloom2002-03-031-3/+13
* Fix ap_directory_walk() per-dir merge bug seen when no <Directory /> isJustin Erenkrantz2002-02-151-2/+3
* Fix resolve_symlink to save the original symlink name if known.Justin Erenkrantz2002-02-071-2/+15
* Which PR? I can't count them all. Get QUERY_STRING and PATH_INFOWilliam A. Rowe Jr2002-01-271-9/+26
* optimization: switched to ap_add_output_filter_handle() for installation ofBrian Pane2002-01-271-1/+2
* ap_sub_req_lookup_dirent: fix mod_negotiation loop with near infiniteGreg Ames2002-01-261-1/+12
* These changes are to allow caching of subrequests via a quick_handler.Ian Holsman2002-01-211-4/+1
* code police againIan Holsman2002-01-161-1/+1
* sigh.Ian Holsman2002-01-161-1/+1
* quick handler now runs on subrequests as wellIan Holsman2002-01-161-0/+13
* Merge a singular path for dir_walk to parse, if we have an r->filenameWilliam A. Rowe Jr2002-01-021-16/+92
* Eliminate a duplicate absolute path test, and NEVER serve a requestWilliam A. Rowe Jr2002-01-021-9/+11
* Generalized the recent prep_walk_cache optimizations to allow otherBrian Pane2002-01-011-20/+17
* Performance fix for prep_walk_cache():Brian Pane2001-12-311-17/+23
* Move the insert_filter hook from the prepare request phase to theWilliam A. Rowe Jr2001-12-141-9/+0
* . unwind MORE redundant code [wasn't I just here six months ago???]William A. Rowe Jr2001-12-131-31/+15
* Style reformat. Tabs->spaces, etc, etc, etc.Justin Erenkrantz2001-12-091-81/+86
* Reduce magic levels.Ben Laurie2001-12-091-1/+3
* Stat, don't lstat the final target. This means we may double-stat theWilliam A. Rowe Jr2001-11-091-15/+8
* Reintroduce the 'one stat dir_walk', with singificantly more sensibleWilliam A. Rowe Jr2001-11-091-38/+99
* This patch optimizes away some strlen and strcat calls inJustin Erenkrantz2001-11-041-9/+21
* More style-stuff. A lot of this doesn't qualify as 'readable' even so.. :-(Ken Coar2001-11-011-74/+93
* Some style-guide fixes (nothing functional)Ken Coar2001-11-011-59/+107
* Use the _setn flavor which will avoid strdup'ing these strings, andWilliam A. Rowe Jr2001-10-291-2/+1
* Oh, don't you love buffer overflows?Justin Erenkrantz2001-10-201-1/+2
* recognize filename subrequests without requiring a null URI. This fixesGreg Ames2001-10-171-5/+6
* Fix the little bits o' breakage I introduced with the last twoWilliam A. Rowe Jr2001-10-161-5/+7
* directory_walk trounced existing path_info declarations. I suspect _this_William A. Rowe Jr2001-10-161-1/+5
* Streamline this function, and append the trailing slash for any directoriesWilliam A. Rowe Jr2001-10-161-15/+33
* This will probably fix recent breakage to mod_negotation and httpd.test,William A. Rowe Jr2001-10-161-1/+5
* Always helps to add the memberWilliam A. Rowe Jr2001-10-091-0/+1
* Speed it up. While this optimization wasn't obvious for the two-passWilliam A. Rowe Jr2001-10-091-5/+25
* prevent near infinite subrequest recursion with mod_negotiation enabled.Greg Ames2001-10-091-5/+1
* get symlinks working againGreg Ames2001-10-081-0/+3
* at least *this* cast keeps gcc happy (and should keepJeff Trawick2001-10-081-1/+2
* Revamped ap_directory_walk logic, without a path_info helper is nowWilliam A. Rowe Jr2001-10-081-455/+1