summaryrefslogtreecommitdiff
path: root/include/http_core.h
Commit message (Expand)AuthorAgeFilesLines
* ------------------------------------------------------------------------Jim Jagielski2016-12-051-2/+16
* Merge r1734947, 1735952 from trunk:Jeff Trawick2016-04-271-0/+3
* Merge r1729929 from trunk:Jim Jagielski2016-03-021-1/+27
* Merge r1725149, r1726233, r1729374, r1729374 from trunk:Jim Jagielski2016-02-111-2/+2
* Merge r1710380, r1710391 from trunk:Jim Jagielski2015-11-031-0/+13
* Merge r1697855, r1697339, r1696428, r1696266, r1696264, r1695874, r1695727, r...Jim Jagielski2015-09-281-0/+4
* Merge r1642847 and r1673155 from trunk so that yesterday's ApacheCon talk is ...Jeff Trawick2015-04-151-0/+9
* Merge r1661448 from trunk:Jim Jagielski2015-03-311-7/+7
* revert r1642852 for 2.4.x release purposes. It appears to breakEric Covener2015-01-191-1/+0
* Merge r1635428 from trunk:Jim Jagielski2014-12-021-0/+1
* SECURITY: CVE-2013-5704 (cve.mitre.org)William A. Rowe Jr2014-08-221-0/+4
* Merge r1554300, r1554301, r1554994, r1555266 from trunk:Jim Jagielski2014-01-051-0/+4
* from trunk r1406616: comment spelling fixJeff Trawick2012-11-071-1/+1
* * headers: Move *_DECLARE_* macros to beginning of line in headers.Jim Jagielski2012-09-241-4/+4
* Merge r1235019, r1236122, r1240470:Stefan Fritsch2012-02-041-0/+27
* Merge r1240315:Stefan Fritsch2012-02-031-3/+3
* Merge r1229021 from trunk:Jim Jagielski2012-01-311-1/+1
* Clean up size_t abuse, part 2. ap_malloc/calloc/realloc are explicitlyWilliam A. Rowe Jr2012-01-061-1/+1
* Merge r1203634, r1204614, r1205564:Stefan Fritsch2011-11-231-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-271-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-06-301-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-031-2/+0