| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | core: fix SymlinksIfOwnerMatch checking: | Nick Kew | 2008-03-03 | 1 | -2/+3 |
* | core: Add the option to keep aside a request body up to a certain | Graham Leggett | 2007-11-08 | 1 | -0/+10 |
* | Reinstate location walk for subrequests | Nick Kew | 2007-09-26 | 1 | -7/+3 |
* | Multiple trivial fixes from Christophe JAILLET | Nick Kew | 2007-07-20 | 1 | -2/+2 |
* | re-introduce ap_satisfies API back into core and modify how the access_checke... | Bradley Nicholes | 2007-05-02 | 1 | -8/+26 |
* | Detab | Sander Temme | 2007-03-24 | 1 | -1/+1 |
* | PR#41829 - Torsten Förtsch | Nick Kew | 2007-03-24 | 1 | -0/+1 |
* | * If APR_FINFO_NAME is added to the list of wanted information, apr_stat | Ruediger Pluem | 2006-12-30 | 1 | -1/+8 |
* | Improve the error message, include the full path of the file we are actually ... | Paul Querna | 2006-12-29 | 1 | -1/+2 |
* | * Although the lstat call should rarely ever fail, because we stat'ed the | Ruediger Pluem | 2006-07-25 | 1 | -3/+16 |
* | * Fix typo. No functional change. | Ruediger Pluem | 2006-07-24 | 1 | -4/+4 |
* | * Check for symbolic links of the target file in the optimized case that we | Ruediger Pluem | 2006-07-20 | 1 | -1/+34 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | Make some error checking more clear by using the defined constants instead | Garrett Rooney | 2006-01-12 | 1 | -5/+5 |
* | Authz refactoring | Bradley Nicholes | 2006-01-11 | 1 | -64/+14 |
* | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 1 | -24/+24 |
* | No functional change: simple detabbing of indented code. | Jim Jagielski | 2005-11-10 | 1 | -1/+1 |
* | Pay close attention to core_create_req() ... and note | William A. Rowe Jr | 2005-10-06 | 1 | -0/+5 |
* | Initialise a variable, to avoid a gcc warning. | Colm MacCarthaigh | 2005-10-03 | 1 | -1/+2 |
* | When doing a subrequest lookup, do not lookup using the quickhandler if | Colm MacCarthaigh | 2005-09-27 | 1 | -2/+10 |
* | * server/request.c (core_opts_merge): When AllowOverride is specified | Joe Orton | 2005-09-23 | 1 | -2/+0 |
* | Any failure in apr_stat on a symlink currently gives | Joshua Slive | 2005-09-10 | 1 | -1/+2 |
* | Doxygen fixup / cleanup | Ian Holsman | 2005-08-29 | 1 | -2/+3 |
* | Move the POSIX reg* implementations into the ap_* namespace; | Joe Orton | 2005-02-11 | 1 | -1/+1 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | veto and revert win64 patch: 64bit changes must percolate from the | Roy T. Fielding | 2004-10-24 | 1 | -2/+1 |
* | WIN64: API changes to clean up Windows 64bit compile warnings | Allan K. Edwards | 2004-10-22 | 1 | -1/+2 |
* | Minor comment fixes, no code changes: | Erik Abele | 2004-10-11 | 1 | -1/+1 |
* | use more intuitive variable names | Stas Bekman | 2004-08-20 | 1 | -6/+6 |
* | Added 'AllowOverride Options=Indexes,MultiViews' to give an admin better | Paul Querna | 2004-07-14 | 1 | -0/+5 |
* | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 1 | -1/+1 |
* | fix copyright dates according to the first check in | André Malo | 2004-02-08 | 1 | -1/+1 |
* | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 1 | -53/+10 |
* | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
* | spell check | Jeff Trawick | 2003-11-20 | 1 | -1/+1 |
* | Let mod_autoindex show filenames containing special chars like %. | André Malo | 2003-11-01 | 1 | -1/+4 |
* | tag the pools created for requests and subrequests | Jeff Trawick | 2003-10-14 | 1 | -0/+1 |
* | switch to APR 1.0 API (which is still in flux) | Jeff Trawick | 2003-09-03 | 1 | -20/+25 |
* | Rework of the recursion stopper - collapse recursion counters into one function | André Malo | 2003-05-30 | 1 | -3/+3 |
* | Prevent the server from crashing when entering infinite loops. The | André Malo | 2003-05-19 | 1 | -0/+22 |
* | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
* | Fix "Satisfy Any" logic. The access_checker has nothing to do with | André Malo | 2003-01-28 | 1 | -6/+2 |
* | here we go. add a directive that will keep %2f from being | Ken Coar | 2003-01-23 | 1 | -5/+14 |
* | Make the code simpler to follow, and perhaps clear up the follow-symlink | William A. Rowe Jr | 2002-12-12 | 1 | -43/+23 |
* | core_opts_merge() needs to be static | Jeff Trawick | 2002-11-03 | 1 | -1/+1 |
* | Mr. Trawick was dead on, and this revealed a much bigger bug. | William A. Rowe Jr | 2002-11-01 | 1 | -108/+117 |
* | no such thing as AP_ASSERT() | Jeff Trawick | 2002-11-01 | 1 | -1/+1 |
* | Fix a trailing slash/last filename truncation bug observed on Linux, | William A. Rowe Jr | 2002-11-01 | 1 | -0/+2 |
* | i hate it when tha happens.. | Ken Coar | 2002-10-25 | 1 | -2/+2 |