summaryrefslogtreecommitdiffstats
path: root/server/request.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* core: fix SymlinksIfOwnerMatch checking:Nick Kew2008-03-031-2/+3
* core: Add the option to keep aside a request body up to a certainGraham Leggett2007-11-081-0/+10
* Reinstate location walk for subrequestsNick Kew2007-09-261-7/+3
* Multiple trivial fixes from Christophe JAILLETNick Kew2007-07-201-2/+2
* re-introduce ap_satisfies API back into core and modify how the access_checke...Bradley Nicholes2007-05-021-8/+26
* DetabSander Temme2007-03-241-1/+1
* PR#41829 - Torsten FörtschNick Kew2007-03-241-0/+1
* * If APR_FINFO_NAME is added to the list of wanted information, apr_statRuediger Pluem2006-12-301-1/+8
* Improve the error message, include the full path of the file we are actually ...Paul Querna2006-12-291-1/+2
* * Although the lstat call should rarely ever fail, because we stat'ed theRuediger Pluem2006-07-251-3/+16
* * Fix typo. No functional change.Ruediger Pluem2006-07-241-4/+4
* * Check for symbolic links of the target file in the optimized case that weRuediger Pluem2006-07-201-1/+34
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* Make some error checking more clear by using the defined constants insteadGarrett Rooney2006-01-121-5/+5
* Authz refactoringBradley Nicholes2006-01-111-64/+14
* 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-061-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-291-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-241-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-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