summaryrefslogtreecommitdiffstats
path: root/include/http_core.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix memory corruption problem with ap_custom_response() function.Jeff Trawick2004-03-241-1/+9
* Satisfy directives now can be influenced by a surrounding <Limit>André Malo2004-03-141-1/+1
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-071-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* Rework of the recursion stopper - collapse recursion counters into one functionAndré Malo2003-05-301-11/+3
* Prevent the server from crashing when entering infinite loops. TheAndré Malo2003-05-191-0/+26
* finished that boring job:André Malo2003-02-031-1/+1
* here we go. add a directive that will keep %2f from beingKen Coar2003-01-231-1/+2
* move rfc1413 code to a new module "metadata:mod_ident".André Malo2003-01-181-2/+8
* comment an endif for clarityBrian Pane2002-12-151-1/+1
* mod_logio modification: count bytes-sent after the writev or sendfileBrian Pane2002-10-251-0/+11
* Introduce an EnableSendfile directive (defaulted to ON) to allow usersWilliam A. Rowe Jr2002-10-141-1/+6
* Add logic to the default_handler to enable script delivery to scriptGreg Stein2002-10-031-0/+10
* Added EnableMMAP directive to allow the server administrator toBrian Pane2002-05-121-0/+9
* Whoops, missed this. Moved these symbols to mod_core.hWilliam A. Rowe Jr2002-04-051-9/+5
* Match the new APR_BUCKET_BUFF_SIZE. We want this to be slightly less thanCliff Woolley2002-04-011-2/+2
* Final commit to add ap_rset_content_type accessor. Add AddOutputFiltersbyTypeBill Stoddard2002-03-201-0/+3
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Introduce AddOutputFilterByType directive.Justin Erenkrantz2002-02-191-0/+2
* Replaced some more ap_add_output_filter() calls withBrian Pane2002-01-271-0/+4
* Performance improvement: incorporated the use of the newBrian Pane2002-01-271-0/+8
* Bring forward the FileETag directive enhancement from 1.3.23-dev.Ken Coar2002-01-111-0/+23
* Fix LimitRequestBody directive by moving the relevant code fromJustin Erenkrantz2002-01-021-3/+3
* Generalized the recent prep_walk_cache optimizations to allow otherBrian Pane2002-01-011-10/+40
* Performance fix for prep_walk_cache():Brian Pane2001-12-311-0/+11
* Jeff's guess, right on. [Thought I committed it all... gotta grab aWilliam A. Rowe Jr2001-12-131-1/+1
* hack up core_dir_config so that server/core.c compiles againJeff Trawick2001-12-131-0/+1
* 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