| Commit message (Expand) | Author | Age | Files | Lines |
* | config: follow up to r1809302. | Yann Ylavic | 2017-09-22 | 1 | -12/+4 |
* | config: follow up to r1809302. | Yann Ylavic | 2017-09-22 | 1 | -2/+8 |
* | config: allow to specify flags when registering modules. | Yann Ylavic | 2017-09-22 | 1 | -7/+18 |
* | ap_server_config_defines and ap_server_{pre,post}_read_config are arrays of | Yann Ylavic | 2017-07-18 | 1 | -2/+2 |
* | Introduce request taint-checking concept. | Nick Kew | 2017-04-21 | 1 | -0/+2 |
* | * server/config.c, include/http_config.h (ap_build_cont_config, | Joe Orton | 2017-03-09 | 1 | -2/+2 |
* | Add <IfDirective> and <IfSection>: | Joe Orton | 2017-03-09 | 1 | -0/+10 |
* | Fix spelling in comments and text files. | Rainer Jung | 2016-08-11 | 1 | -3/+3 |
* | Add -DDUMP_INCLUDES configtest option to show the tree | Eric Covener | 2016-06-11 | 1 | -0/+62 |
* | Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen | William A. Rowe Jr | 2016-06-09 | 1 | -7/+7 |
* | Save a few bytes in the conf pool. | Christophe Jaillet | 2016-05-21 | 1 | -2/+12 |
* | mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections, | Yann Ylavic | 2016-04-26 | 1 | -0/+5 |
* | Follow up to r1715876: core directives' tokens are ASCII. | Yann Ylavic | 2015-12-30 | 1 | -2/+2 |
* | Follow up to r1715876: core directives are ASCII. | Yann Ylavic | 2015-12-30 | 1 | -6/+6 |
* | Fix some minor style issue. | Christophe Jaillet | 2015-12-10 | 1 | -7/+8 |
* | Use 'apr_pstrmemdup' instead of 'apr_pstrndup' when applicable in order to sa... | Christophe Jaillet | 2015-12-10 | 1 | -1/+1 |
* | Revert r1672014 - doesn't work as advertised (would break configs | Kaspar Brand | 2015-04-15 | 1 | -2/+1 |
* | UNSET the VirtualHost's LogLevel just before calling ap_merge_log_config(), | Kaspar Brand | 2015-04-08 | 1 | -1/+2 |
* | Save a few bytes in conf pool. | Christophe Jaillet | 2015-02-19 | 1 | -1/+5 |
* | Provide a way for EXEC_ON_READ directives to see their context | Eric Covener | 2015-01-30 | 1 | -3/+5 |
* | Avoid useless warning message when parsing a section guarded by <IfDefine foo... | Christophe Jaillet | 2014-08-18 | 1 | -4/+0 |
* | Replace pre_htaccess hook with more flexible open_htaccess hook | Stefan Fritsch | 2013-07-02 | 1 | -18/+21 |
* | factor out DEFAULT_HANDLER_NAME | Eric Covener | 2013-06-26 | 1 | -7/+1 |
* | Use %pm available since apr 1.3 instead of an extra call to apr_strerror | Stefan Fritsch | 2013-03-31 | 1 | -9/+6 |
* | Replace strdup by ap_malloc to ensure a proper error message if out-of-memory. | Stefan Fritsch | 2012-12-25 | 1 | -3/+5 |
* | Add minor 'Warning' directive as defined in current mod_macro. | Fabien Coelho | 2012-12-08 | 1 | -0/+3 |
* | PR54223: 2.4 generates AH00554 when Include points to a directory with no wil... | Eric Covener | 2012-11-29 | 1 | -1/+1 |
* | "Iterate" directives: Report an error if no arguments are provided. | Jeff Trawick | 2012-10-11 | 1 | -1/+9 |
* | add pre_htaccess hook; in conjunction with earlier dirwalk_stat | Jeff Trawick | 2012-09-24 | 1 | -0/+9 |
* | style in the neighborhood of a bug | Eric Covener | 2012-07-10 | 1 | -2/+4 |
* | Fold on Jeff's DefaultRuntimeDir impl... docs on the way | Jim Jagielski | 2012-03-07 | 1 | -0/+20 |
* | Core configuration: add AllowOverride option to treat syntax | Nick Kew | 2012-01-09 | 1 | -7/+27 |
* | Clean up size_t abuse, part 2. ap_malloc/calloc/realloc are explicitly | William A. Rowe Jr | 2012-01-06 | 1 | -1/+1 |
* | Limit length of lines in .htaccess to 8K again, to reduce DoS potential. | Stefan Fritsch | 2011-12-12 | 1 | -3/+12 |
* | Add some more log message tags | Stefan Fritsch | 2011-12-04 | 1 | -6/+5 |
* | Add lots of unique tags to error log messages | Stefan Fritsch | 2011-12-03 | 1 | -13/+13 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -1/+1 |
* | Add wrappers for malloc, calloc, realloc that check for out of memory | Stefan Fritsch | 2011-09-19 | 1 | -2/+2 |
* | Add ap_varbuf API for resizable buffers. | Stefan Fritsch | 2011-08-13 | 1 | -18/+25 |
* | Adjust some messages for <If> blocks and remove some dead code | Stefan Fritsch | 2011-08-03 | 1 | -2/+2 |
* | use temp pool for temp string | Stefan Fritsch | 2011-08-03 | 1 | -1/+1 |
* | Add AllowOverrideList directive and documentation | Daniel Ruggeri | 2011-07-28 | 1 | -3/+10 |
* | Use APR_UNSPEC to allow startup on IP6-only systems. | Stefan Fritsch | 2011-07-13 | 1 | -1/+1 |
* | Fix "statement not reached" warnings with sun cc | Stefan Fritsch | 2011-06-24 | 1 | -3/+0 |
* | Introduce ap_(get|set)_core_module_config() functions/macros and use them | Stefan Fritsch | 2011-06-06 | 1 | -4/+6 |
* | disable hook probes for our two hooks which have no args | Jeff Trawick | 2011-05-11 | 1 | -0/+14 |
* | Add new ap_reserve_module_slots/ap_reserve_module_slots_directive API, | Stefan Fritsch | 2011-04-25 | 1 | -8/+55 |
* | Prevent segfault if DYNAMIC_MODULE_LIMIT is reached | Stefan Fritsch | 2011-04-15 | 1 | -9/+9 |
* | Change the ap_cfg_getline() and ap_cfg_getc() to return an error code. | Stefan Fritsch | 2011-03-29 | 1 | -19/+35 |
* | typo in format string for 1070660 | Eric Covener | 2011-02-14 | 1 | -1/+1 |