summaryrefslogtreecommitdiff
path: root/server/request.c
Commit message (Expand)AuthorAgeFilesLines
* merge from trunk:Jeff Trawick2007-04-091-0/+1
* update license header textRoy T. Fielding2006-07-121-6/+6
* Revert r395231 from the 2.2.x branch. This gets us back to the old place wit...Paul Querna2006-04-221-1/+1
* Update the last year of copyright for the 2.2.x branchColm MacCarthaigh2006-04-191-1/+1
* No functional change: remove trailing whitespace. This also meansJim Jagielski2005-11-101-24/+24
* No functional change: detab all indenting to be consistentJim Jagielski2005-11-101-1/+1
* Backport 295141William A. Rowe Jr2005-10-061-0/+5
* Merge r293364 from trunk.Colm MacCarthaigh2005-10-031-1/+2
* Backport the Doxygen changes to the 2.2.x branch. No functional changes,Colm MacCarthaigh2005-09-291-2/+3
* Merge r291588, r291672 and r291914 from trunk; make mod_dir and mod_cacheColm MacCarthaigh2005-09-291-2/+10
* Merge r291120 from trunk:Joe Orton2005-09-231-2/+0
* Merge r280018 from trunk:Joshua Slive2005-09-211-1/+2
* Move the POSIX reg* implementations into the ap_* namespace;Joe Orton2005-02-111-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* veto and revert win64 patch: 64bit changes must percolate from theRoy T. Fielding2004-10-231-2/+1
* WIN64: API changes to clean up Windows 64bit compile warningsAllan K. Edwards2004-10-221-1/+2
* Minor comment fixes, no code changes:Erik Abele2004-10-111-1/+1
* 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-131-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-291-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