summaryrefslogtreecommitdiffstats
path: root/include/http_core.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* change the signature of ap_custom_response() to use aIan Holsman2001-11-181-2/+1
* Remove the Win32 script-processing exception from mod_cgi, andWilliam A. Rowe Jr2001-09-171-19/+0
* Changed syntax of Set{Input|Output}Filter. The list of filtersWilliam A. Rowe Jr2001-08-301-4/+4
* Since the mod_mime patch was applied, here is the rest of the patch toWilliam A. Rowe Jr2001-08-301-2/+4
* Eliminate proxy: (and all other 'special') processing from theWilliam A. Rowe Jr2001-08-261-6/+0
* sec, sec, who's got a sec? This gave me a headache, but I had to clearWilliam A. Rowe Jr2001-08-241-2/+2
* Add the ability to extend the methods that Apache understandsRyan Bloom2001-08-021-1/+1
* Provide the same optimization to the dir_config structure to trackWilliam A. Rowe Jr2001-07-301-1/+7
* Doc formatting fixesWilliam A. Rowe Jr2001-07-271-4/+4
* Define a hook for fetching management/status items.Greg Stein2001-06-131-0/+44
* Change AP_MIN_BYTES_TO_WRITE from 9000 to 8192 to match the bucket bufferCliff Woolley2001-04-131-2/+2
* tweak ap_get_remote_host() so that the caller can find out if she gotJeff Trawick2001-03-091-2/+4
* just making server_signature enum decl easier to read (for both humans and C:...Doug MacEachern2001-02-221-2/+10
* shift some declarations over to mod_core.h where they're totally private.Greg Stein2001-02-181-13/+25
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* fix minor prototype inconsistencies noticed with C::ScanDoug MacEachern2001-02-041-7/+7
* get Apache building again after the change to make_exports.awkGreg Ames2001-01-311-1/+1
* Normalize the use of AP_DECLARE_DATAWilliam A. Rowe Jr2001-01-191-1/+1
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-1/+1
* *) Compensate for recent changes in the APR headers. Specifically, someGreg Stein2000-11-261-2/+8
* Next pass at the content-length filter. Not perfect quite yet, butRyan Bloom2000-11-221-1/+1
* Modify the content-length filter to change the criteria used to determineRyan Bloom2000-11-211-0/+4
* Missed these first time round... More apr_port_t changes.David Reid2000-11-081-2/+2
* ap_get_client_block() now uses a brigade in core_request_configJeff Trawick2000-10-181-3/+2
* Add a core_request_config so we have a safe semi-hidden place to save core dataGreg Ames2000-10-181-0/+7
* Rename output filters field ("filters") in core_dir_config toJeff Trawick2000-10-171-1/+1
* input filtering changes:Jeff Trawick2000-10-161-0/+2
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-24/+24
* Add a bit of infrastructure which will be needed for input filtering:Jeff Trawick2000-10-051-0/+1
* Add the AddFilter directive. This directive takes a list of filter namesRyan Bloom2000-09-141-1/+2
* Document http_core's public APIs for use with ScanDoc.Ryan Bloom2000-08-051-9/+144
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-7/+7
* shift the LimitXMLRequestBody directive to the core. use it from util_xml.Greg Stein2000-07-111-0/+2
* Whoops... will be needing this exported rsn for mod_mmap_static. But theWilliam A. Rowe Jr2000-06-281-1/+1
* Hook functions aren't translated (and when they are, they are _NONSTD)...William A. Rowe Jr2000-06-281-1/+1
* blast the old names for the status codesGreg Stein2000-06-241-1/+1
* This Win32 patch adds the key HKCR/filetype/shell/execcgi/command as theWilliam A. Rowe Jr2000-06-201-2/+3
* This patch solves several specific issues:William A. Rowe Jr2000-06-201-1/+3
* Command handler revamp. Note that this makes the code produce a LOT ofBen Laurie2000-06-171-3/+3
* Add the resource limiting code back to Apache 2.0. This only works onRyan Bloom2000-06-061-0/+10
* PR:William A. Rowe Jr2000-06-061-1/+1
* Port mod_mmap_static to 2.0. Make it go faster.Jeff Trawick2000-06-061-0/+1
* PR:William A. Rowe Jr2000-05-281-1/+1
* William A. Rowe Jr2000-05-271-1/+1
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-2/+2
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-33/+34
* Backport the CSS security fixes to Apache 2.0a. Or is that forwardJim Jagielski2000-03-131-0/+9
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Add back the script_interpreter_source code.Bill Stoddard2000-01-211-0/+16
* Finish the commits for the change in the header files. Basically, this hidesRyan Bloom2000-01-191-16/+0