summaryrefslogtreecommitdiffstats
path: root/server/request.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use more intuitive variable namesStas Bekman2004-08-201-6/+6
* Added 'AllowOverride Options=Indexes,MultiViews' to give an admin betterPaul Querna2004-07-141-0/+5
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* spell checkJeff Trawick2003-11-201-1/+1
* Let mod_autoindex show filenames containing special chars like %.André Malo2003-11-011-1/+4
* tag the pools created for requests and subrequestsJeff Trawick2003-10-141-0/+1
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-031-20/+25
* Rework of the recursion stopper - collapse recursion counters into one functionAndré Malo2003-05-301-3/+3
* Prevent the server from crashing when entering infinite loops. TheAndré Malo2003-05-191-0/+22
* finished that boring job:André Malo2003-02-031-1/+1
* Fix "Satisfy Any" logic. The access_checker has nothing to do withAndré Malo2003-01-281-6/+2
* here we go. add a directive that will keep %2f from beingKen Coar2003-01-231-5/+14
* Make the code simpler to follow, and perhaps clear up the follow-symlinkWilliam A. Rowe Jr2002-12-121-43/+23
* core_opts_merge() needs to be staticJeff Trawick2002-11-031-1/+1
* Mr. Trawick was dead on, and this revealed a much bigger bug.William A. Rowe Jr2002-11-011-108/+117
* no such thing as AP_ASSERT()Jeff Trawick2002-11-011-1/+1
* Fix a trailing slash/last filename truncation bug observed on Linux,William A. Rowe Jr2002-11-011-0/+2
* i hate it when tha happens..Ken Coar2002-10-251-2/+2
* more info is better than less..Ken Coar2002-10-251-0/+6
* Morph DONE result from a sub-request handler to OK as DONE is only relevantJustin Erenkrantz2002-09-051-0/+3
* 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