summaryrefslogtreecommitdiff
path: root/server/request.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up and remove dead codeBradley Nicholes2005-12-311-47/+0
* Remove all of the Satisfy functionality from the request handing. All the va...Bradley Nicholes2005-12-301-0/+14
* Remove the calls to ap_some_auth_required() from the request handling to allo...Bradley Nicholes2005-12-271-18/+13
* Add general authn and authz modules to hold non-authxxx specific directives s...Bradley Nicholes2005-12-061-22/+3
* Reimplement ap_some_auth_required as an optional function since the data has ...Bradley Nicholes2005-12-021-1/+8
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-24/+24
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-1/+1
* Pay close attention to core_create_req() ... and noteWilliam A. Rowe Jr2005-10-051-0/+5
* Initialise a variable, to avoid a gcc warning.Colm MacCarthaigh2005-10-031-1/+2
* When doing a subrequest lookup, do not lookup using the quickhandler ifColm MacCarthaigh2005-09-271-2/+10
* * server/request.c (core_opts_merge): When AllowOverride is specifiedJoe Orton2005-09-231-2/+0
* Any failure in apr_stat on a symlink currently givesJoshua Slive2005-09-101-1/+2
* Doxygen fixup / cleanupIan Holsman2005-08-281-2/+3
* 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