summaryrefslogtreecommitdiffstats
path: root/include/http_core.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace ap_create_core_ctx()/ap_core_ctx_get_bb() with a hookStefan Fritsch2012-02-041-18/+11
* Fix various filter functions to return apr_status_t instead of intStefan Fritsch2012-02-031-3/+3
* Make the core input/output filter contexts private and provide accessor APIsStefan Fritsch2012-01-231-0/+34
* Core configuration: add AllowOverride option to treat syntaxNick Kew2012-01-091-1/+1
* Clean up size_t abuse, part 2. ap_malloc/calloc/realloc are explicitlyWilliam A. Rowe Jr2012-01-061-1/+1
* fix commentStefan Fritsch2011-11-231-1/+1
* Pass ap_errorlog_info to error_log hook.Stefan Fritsch2011-11-211-2/+18
* Change default FileETag to be "size mtime", i.e. remove the inode. Adjust theStefan Fritsch2011-11-081-1/+2
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-5/+5
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-17/+17
* Add in MaxRangeOverlaps and MaxRangeReversals to accomodateJim Jagielski2011-09-121-0/+4
* take care of some MaxRanges feedback:Eric Covener2011-09-071-1/+5
* add MaxRanges directive institute a default limit of 200 (post-merge where Eric Covener2011-08-281-0/+3
* Add AllowOverrideList directive and documentationDaniel Ruggeri2011-07-281-0/+4
* Introduce new function ap_get_conn_socket() to access the socket ofStefan Fritsch2011-06-131-0/+7
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-0/+28
* - Introduce concept of context prefix (which is an URL prefix)Stefan Fritsch2011-06-051-0/+18
* - Add <ElseIf> and <Else> to complement <If> sections. These are both easierStefan Fritsch2011-06-051-1/+6
* Reorder members in core_dir_config to be more logical and efficient.Stefan Fritsch2011-06-041-4/+5
* allow error log formatters to peek at the message formatJeff Trawick2011-05-091-0/+3
* Add new ap_reserve_module_slots/ap_reserve_module_slots_directive API,Stefan Fritsch2011-04-251-1/+2
* Add in a configuration generation... this is independent ofJim Jagielski2011-03-311-0/+2
* core: AllowEncodedSlashes new option NoDecode to allow encoded slashesDaniel Earl Poirier2011-03-161-0/+2
* spelling fixJeff Trawick2011-02-171-1/+1
* Create new ap_state_query() function that allows modules to determineStefan Fritsch2011-02-121-0/+46
* Initialize the core_dir_config->sec_files and ->sec_if only if needed.Stefan Fritsch2011-01-181-2/+2
* Merge the <If> sections in a separate step ap_if_walk, after ap_location_walk.Stefan Fritsch2011-01-171-1/+4
* 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