| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | more info is better than less.. | Ken Coar | 2002-10-25 | 1 | -0/+6 |
* | Morph DONE result from a sub-request handler to OK as DONE is only relevant | Justin Erenkrantz | 2002-09-05 | 1 | -0/+3 |
* | stop using APLOG_NOERRNO in calls to ap_log_?error() | Jeff Trawick | 2002-05-17 | 1 | -7/+7 |
* | Optimization: skip cache setup in location_walk() if the vhost | Brian Pane | 2002-05-12 | 1 | -2/+2 |
* | A bug affecting any platform that had pre-lstat'ed the file or directory | William A. Rowe Jr | 2002-04-24 | 1 | -2/+3 |
* | Formatting irk grinding at me while stepping code | William A. Rowe Jr | 2002-04-24 | 1 | -1/+1 |
* | Fix this optimization. We will skip along so long as we aren't at the | William A. Rowe Jr | 2002-04-22 | 1 | -5/+5 |
* | Small optimization, if we are behind (at the 5th segment, for example), | William A. Rowe Jr | 2002-04-22 | 1 | -0/+1 |
* | Add a new parameter to the quick_handler hook to instruct | Bill Stoddard | 2002-03-27 | 1 | -36/+20 |
* | Allow URIs specifying CGI scripts to include '/' at the end | Jeff Trawick | 2002-03-15 | 1 | -0/+14 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | Move the quick_handler comment to the new quick handler location. Do not | Bill Stoddard | 2002-03-13 | 1 | -7/+27 |
* | Style Police comming through... | Sander Striker | 2002-03-12 | 1 | -162/+194 |
* | Remove the prev pointer from the filter chain. This removes | Ryan Bloom | 2002-03-07 | 1 | -1/+1 |
* | Only insert net_filter once per request. Initialize the output | Ryan Bloom | 2002-03-05 | 1 | -0/+1 |
* | This fixes most of the header bug that was committed last night. The server | Ryan Bloom | 2002-03-03 | 1 | -1/+6 |
* | Fix the mod_dir/mod_negotiation bug, where redirects and sub requests | Ryan Bloom | 2002-03-03 | 1 | -3/+13 |
* | Fix ap_directory_walk() per-dir merge bug seen when no <Directory /> is | Justin Erenkrantz | 2002-02-15 | 1 | -2/+3 |
* | Fix resolve_symlink to save the original symlink name if known. | Justin Erenkrantz | 2002-02-07 | 1 | -2/+15 |
* | Which PR? I can't count them all. Get QUERY_STRING and PATH_INFO | William A. Rowe Jr | 2002-01-27 | 1 | -9/+26 |
* | optimization: switched to ap_add_output_filter_handle() for installation of | Brian Pane | 2002-01-27 | 1 | -1/+2 |
* | ap_sub_req_lookup_dirent: fix mod_negotiation loop with near infinite | Greg Ames | 2002-01-26 | 1 | -1/+12 |
* | These changes are to allow caching of subrequests via a quick_handler. | Ian Holsman | 2002-01-21 | 1 | -4/+1 |
* | code police again | Ian Holsman | 2002-01-16 | 1 | -1/+1 |
* | sigh. | Ian Holsman | 2002-01-16 | 1 | -1/+1 |
* | quick handler now runs on subrequests as well | Ian Holsman | 2002-01-16 | 1 | -0/+13 |