| Commit message (Expand) | Author | Age | Files | Lines |
* | change the signature of ap_custom_response() to use a | Ian Holsman | 2001-11-18 | 1 | -2/+1 |
* | Remove the Win32 script-processing exception from mod_cgi, and | William A. Rowe Jr | 2001-09-17 | 1 | -19/+0 |
* | Changed syntax of Set{Input|Output}Filter. The list of filters | William A. Rowe Jr | 2001-08-30 | 1 | -4/+4 |
* | Since the mod_mime patch was applied, here is the rest of the patch to | William A. Rowe Jr | 2001-08-30 | 1 | -2/+4 |
* | Eliminate proxy: (and all other 'special') processing from the | William A. Rowe Jr | 2001-08-26 | 1 | -6/+0 |
* | sec, sec, who's got a sec? This gave me a headache, but I had to clear | William A. Rowe Jr | 2001-08-24 | 1 | -2/+2 |
* | Add the ability to extend the methods that Apache understands | Ryan Bloom | 2001-08-02 | 1 | -1/+1 |
* | Provide the same optimization to the dir_config structure to track | William A. Rowe Jr | 2001-07-30 | 1 | -1/+7 |
* | Doc formatting fixes | William A. Rowe Jr | 2001-07-27 | 1 | -4/+4 |
* | Define a hook for fetching management/status items. | Greg Stein | 2001-06-13 | 1 | -0/+44 |
* | Change AP_MIN_BYTES_TO_WRITE from 9000 to 8192 to match the bucket buffer | Cliff Woolley | 2001-04-13 | 1 | -2/+2 |
* | tweak ap_get_remote_host() so that the caller can find out if she got | Jeff Trawick | 2001-03-09 | 1 | -2/+4 |
* | just making server_signature enum decl easier to read (for both humans and C:... | Doug MacEachern | 2001-02-22 | 1 | -2/+10 |
* | shift some declarations over to mod_core.h where they're totally private. | Greg Stein | 2001-02-18 | 1 | -13/+25 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 1 | -1/+1 |
* | fix minor prototype inconsistencies noticed with C::Scan | Doug MacEachern | 2001-02-04 | 1 | -7/+7 |
* | get Apache building again after the change to make_exports.awk | Greg Ames | 2001-01-31 | 1 | -1/+1 |
* | Normalize the use of AP_DECLARE_DATA | William A. Rowe Jr | 2001-01-19 | 1 | -1/+1 |
* | The big change. This is part 3 of the apr-util symbols rename, please | William A. Rowe Jr | 2001-01-19 | 1 | -1/+1 |
* | *) Compensate for recent changes in the APR headers. Specifically, some | Greg Stein | 2000-11-26 | 1 | -2/+8 |
* | Next pass at the content-length filter. Not perfect quite yet, but | Ryan Bloom | 2000-11-22 | 1 | -1/+1 |
* | Modify the content-length filter to change the criteria used to determine | Ryan Bloom | 2000-11-21 | 1 | -0/+4 |
* | Missed these first time round... More apr_port_t changes. | David Reid | 2000-11-08 | 1 | -2/+2 |
* | ap_get_client_block() now uses a brigade in core_request_config | Jeff Trawick | 2000-10-18 | 1 | -3/+2 |
* | Add a core_request_config so we have a safe semi-hidden place to save core data | Greg Ames | 2000-10-18 | 1 | -0/+7 |
* | Rename output filters field ("filters") in core_dir_config to | Jeff Trawick | 2000-10-17 | 1 | -1/+1 |
* | input filtering changes: | Jeff Trawick | 2000-10-16 | 1 | -0/+2 |
* | Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols | William A. Rowe Jr | 2000-10-16 | 1 | -24/+24 |
* | Add a bit of infrastructure which will be needed for input filtering: | Jeff Trawick | 2000-10-05 | 1 | -0/+1 |
* | Add the AddFilter directive. This directive takes a list of filter names | Ryan Bloom | 2000-09-14 | 1 | -1/+2 |
* | Document http_core's public APIs for use with ScanDoc. | Ryan Bloom | 2000-08-05 | 1 | -9/+144 |
* | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 1 | -7/+7 |
* | shift the LimitXMLRequestBody directive to the core. use it from util_xml. | Greg Stein | 2000-07-11 | 1 | -0/+2 |
* | Whoops... will be needing this exported rsn for mod_mmap_static. But the | William A. Rowe Jr | 2000-06-28 | 1 | -1/+1 |
* | Hook functions aren't translated (and when they are, they are _NONSTD)... | William A. Rowe Jr | 2000-06-28 | 1 | -1/+1 |
* | blast the old names for the status codes | Greg Stein | 2000-06-24 | 1 | -1/+1 |
* | This Win32 patch adds the key HKCR/filetype/shell/execcgi/command as the | William A. Rowe Jr | 2000-06-20 | 1 | -2/+3 |
* | This patch solves several specific issues: | William A. Rowe Jr | 2000-06-20 | 1 | -1/+3 |
* | Command handler revamp. Note that this makes the code produce a LOT of | Ben Laurie | 2000-06-17 | 1 | -3/+3 |
* | Add the resource limiting code back to Apache 2.0. This only works on | Ryan Bloom | 2000-06-06 | 1 | -0/+10 |
* | PR: | William A. Rowe Jr | 2000-06-06 | 1 | -1/+1 |
* | Port mod_mmap_static to 2.0. Make it go faster. | Jeff Trawick | 2000-06-06 | 1 | -0/+1 |
* | PR: | William A. Rowe Jr | 2000-05-28 | 1 | -1/+1 |
* |
| William A. Rowe Jr | 2000-05-27 | 1 | -1/+1 |
* | Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages | Ryan Bloom | 2000-04-14 | 1 | -2/+2 |
* | Update to Apache Software License version 1.1 | Roy T. Fielding | 2000-03-31 | 1 | -33/+34 |
* | Backport the CSS security fixes to Apache 2.0a. Or is that forward | Jim Jagielski | 2000-03-13 | 1 | -0/+9 |
* | Fix all the License issues. Including: | Ryan Bloom | 2000-03-10 | 1 | -9/+9 |
* | Add back the script_interpreter_source code. | Bill Stoddard | 2000-01-21 | 1 | -0/+16 |
* | Finish the commits for the change in the header files. Basically, this hides | Ryan Bloom | 2000-01-19 | 1 | -16/+0 |