| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace ap_create_core_ctx()/ap_core_ctx_get_bb() with a hook | Stefan Fritsch | 2012-02-04 | 1 | -18/+11 |
* | Fix various filter functions to return apr_status_t instead of int | Stefan Fritsch | 2012-02-03 | 1 | -3/+3 |
* | Make the core input/output filter contexts private and provide accessor APIs | Stefan Fritsch | 2012-01-23 | 1 | -0/+34 |
* | Core configuration: add AllowOverride option to treat syntax | Nick Kew | 2012-01-09 | 1 | -1/+1 |
* | Clean up size_t abuse, part 2. ap_malloc/calloc/realloc are explicitly | William A. Rowe Jr | 2012-01-06 | 1 | -1/+1 |
* | fix comment | Stefan Fritsch | 2011-11-23 | 1 | -1/+1 |
* | Pass ap_errorlog_info to error_log hook. | Stefan Fritsch | 2011-11-21 | 1 | -2/+18 |
* | Change default FileETag to be "size mtime", i.e. remove the inode. Adjust the | Stefan Fritsch | 2011-11-08 | 1 | -1/+2 |
* | More cleanup: Expand tabs and some more indentation fixes | Stefan Fritsch | 2011-09-23 | 1 | -5/+5 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -17/+17 |
* | Add in MaxRangeOverlaps and MaxRangeReversals to accomodate | Jim Jagielski | 2011-09-12 | 1 | -0/+4 |
* | take care of some MaxRanges feedback: | Eric Covener | 2011-09-07 | 1 | -1/+5 |
* | add MaxRanges directive institute a default limit of 200 (post-merge where | Eric Covener | 2011-08-28 | 1 | -0/+3 |
* | Add AllowOverrideList directive and documentation | Daniel Ruggeri | 2011-07-28 | 1 | -0/+4 |
* | Introduce new function ap_get_conn_socket() to access the socket of | Stefan Fritsch | 2011-06-13 | 1 | -0/+7 |
* | Introduce ap_(get|set)_core_module_config() functions/macros and use them | Stefan Fritsch | 2011-06-06 | 1 | -0/+28 |
* | - Introduce concept of context prefix (which is an URL prefix) | Stefan Fritsch | 2011-06-05 | 1 | -0/+18 |
* | - Add <ElseIf> and <Else> to complement <If> sections. These are both easier | Stefan Fritsch | 2011-06-05 | 1 | -1/+6 |
* | Reorder members in core_dir_config to be more logical and efficient. | Stefan Fritsch | 2011-06-04 | 1 | -4/+5 |
* | allow error log formatters to peek at the message format | Jeff Trawick | 2011-05-09 | 1 | -0/+3 |
* | Add new ap_reserve_module_slots/ap_reserve_module_slots_directive API, | Stefan Fritsch | 2011-04-25 | 1 | -1/+2 |
* | Add in a configuration generation... this is independent of | Jim Jagielski | 2011-03-31 | 1 | -0/+2 |
* | core: AllowEncodedSlashes new option NoDecode to allow encoded slashes | Daniel Earl Poirier | 2011-03-16 | 1 | -0/+2 |
* | spelling fix | Jeff Trawick | 2011-02-17 | 1 | -1/+1 |
* | Create new ap_state_query() function that allows modules to determine | Stefan Fritsch | 2011-02-12 | 1 | -0/+46 |
* | Initialize the core_dir_config->sec_files and ->sec_if only if needed. | Stefan Fritsch | 2011-01-18 | 1 | -2/+2 |
* | Merge the <If> sections in a separate step ap_if_walk, after ap_location_walk. | Stefan Fritsch | 2011-01-17 | 1 | -1/+4 |
* | Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl use | Stefan Fritsch | 2010-11-06 | 1 | -1/+1 |
* | improve docs for ap_errorlog_handler and ap_errorlog_info | Stefan Fritsch | 2010-10-12 | 1 | -7/+39 |
* | Add generate_log_id hook to allow to use the ID generated by mod_unique_id as | Stefan Fritsch | 2010-09-28 | 1 | -1/+1 |
* | In ErrorLogFormat, make it possible to log an item only if the loglevel | Stefan Fritsch | 2010-09-26 | 1 | -4/+5 |
* | add comment about (not) using pools in error log format handlers | Stefan Fritsch | 2010-09-12 | 1 | -0/+4 |
* | Add ErrorLogFormat directive for configuring the error log format, including | Stefan Fritsch | 2010-09-05 | 1 | -0/+65 |
* | Disable sendfile by default, as discussed at | Stefan Fritsch | 2010-09-04 | 1 | -1/+5 |
* | Move AddOutputFilterByType implementation from core to mod_filter. | Nick Kew | 2010-07-22 | 1 | -2/+0 |
* | re-order many struct members for better alignment on 64bit | Stefan Fritsch | 2010-07-01 | 1 | -6/+7 |
* | - Add loglevels to request_rec and conn_rec | Stefan Fritsch | 2010-06-06 | 1 | -0/+3 |
* | Remove loglevel entry in core_dir_config, which has been unused for at | Stefan Fritsch | 2010-06-04 | 1 | -2/+0 |
* | Turn static function get_server_name_for_url() into public function | Stefan Fritsch | 2010-01-16 | 1 | -0/+9 |
* | mod_logio: introduce new optional function ap_logio_get_last_bytes to get | Stefan Fritsch | 2009-10-08 | 1 | -0/+2 |
* | Security fix for CVE-2009-1195: fix Options handling such that | Joe Orton | 2009-05-08 | 1 | -4/+4 |
* | Disabled DefaultType directive and removed ap_default_type() | Roy T. Fielding | 2009-01-30 | 1 | -14/+0 |
* | bollocks, it's absolute crap to break the ABI structure alignment for features | William A. Rowe Jr | 2009-01-03 | 1 | -2/+0 |
* | * include/http_core.h | Paul Querna | 2008-10-29 | 1 | -1/+1 |
* | Include http_config.h from http_core, since now without CORE_PRIVATE, you need | Paul Querna | 2008-04-07 | 1 | -0/+2 |
* | Remove CORE_PRIVATE. | Paul Querna | 2008-04-07 | 1 | -3/+0 |
* | HTTPD Core: Implement <If> sections for conditional (runtime) configuration. | Nick Kew | 2008-04-03 | 1 | -0/+2 |
* | *) mod_logio: Provide optional function to allow modules to adjust the | Eric Covener | 2008-01-11 | 1 | -0/+3 |
* | re-introduce ap_satisfies API back into core and modify how the access_checke... | Bradley Nicholes | 2007-05-02 | 1 | -1/+27 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |