summaryrefslogtreecommitdiffstats
path: root/include/http_core.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl useStefan Fritsch2010-11-061-1/+1
* improve docs for ap_errorlog_handler and ap_errorlog_infoStefan Fritsch2010-10-121-7/+39
* Add generate_log_id hook to allow to use the ID generated by mod_unique_id asStefan Fritsch2010-09-281-1/+1
* In ErrorLogFormat, make it possible to log an item only if the loglevelStefan Fritsch2010-09-261-4/+5
* add comment about (not) using pools in error log format handlersStefan Fritsch2010-09-121-0/+4
* Add ErrorLogFormat directive for configuring the error log format, includingStefan Fritsch2010-09-051-0/+65
* Disable sendfile by default, as discussed atStefan Fritsch2010-09-041-1/+5
* Move AddOutputFilterByType implementation from core to mod_filter.Nick Kew2010-07-221-2/+0
* re-order many struct members for better alignment on 64bitStefan Fritsch2010-07-011-6/+7
* - Add loglevels to request_rec and conn_recStefan Fritsch2010-06-061-0/+3
* Remove loglevel entry in core_dir_config, which has been unused for atStefan Fritsch2010-06-041-2/+0
* Turn static function get_server_name_for_url() into public functionStefan Fritsch2010-01-161-0/+9
* mod_logio: introduce new optional function ap_logio_get_last_bytes to getStefan Fritsch2009-10-081-0/+2
* Security fix for CVE-2009-1195: fix Options handling such thatJoe Orton2009-05-081-4/+4
* Disabled DefaultType directive and removed ap_default_type()Roy T. Fielding2009-01-301-14/+0
* bollocks, it's absolute crap to break the ABI structure alignment for featuresWilliam A. Rowe Jr2009-01-031-2/+0
* * include/http_core.hPaul Querna2008-10-291-1/+1
* Include http_config.h from http_core, since now without CORE_PRIVATE, you needPaul Querna2008-04-071-0/+2
* Remove CORE_PRIVATE.Paul Querna2008-04-071-3/+0
* HTTPD Core: Implement <If> sections for conditional (runtime) configuration.Nick Kew2008-04-031-0/+2
* *) mod_logio: Provide optional function to allow modules to adjust theEric Covener2008-01-111-0/+3
* re-introduce ap_satisfies API back into core and modify how the access_checke...Bradley Nicholes2007-05-021-1/+27
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* Authz refactoringBradley Nicholes2006-01-111-33/+9
* Okay, at least be nice when "breaking" the API.Jim Jagielski2005-11-151-5/+6
* Add in the UseCanonicalPhysicalPort directive, whichJim Jagielski2005-11-151-0/+5
* NET_TIME, as a standalone feature, was a horrid idea.William A. Rowe Jr2005-10-061-4/+0
* Doxygen fixup / cleanupIan Holsman2005-08-291-44/+71
* Initially a no-op. Add trace_enable configuration. The http and proxyWilliam A. Rowe Jr2005-07-011-0/+8
* Merge the listen-protocol sandbox branch to trunk.Paul Querna2005-06-141-0/+5
* Support the suppress-error-charset setting, as with Apache 1.3.x.Jeff Trawick2005-05-161-0/+3
* Move the POSIX reg* implementations into the ap_* namespace;Joe Orton2005-02-111-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Fix gcc "no previous prototype" warnings after reorganisation:Joe Orton2004-12-021-0/+9
* Added 'AllowOverride Options=Indexes,MultiViews' to give an admin betterPaul Querna2004-07-141-0/+1
* 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