| Commit message (Expand) | Author | Age | Files | Lines |
* | add ap_set_content_type_ex to differentiate | Eric Covener | 2024-06-24 | 1 | -1/+1 |
* | core: Set ap_server_conf ASAP. | Yann Ylavic | 2023-03-14 | 1 | -0/+3 |
* | Rearrange and clear global core config state allocated out of pconf | Joe Orton | 2020-12-08 | 1 | -1/+0 |
* | config: Speed up graceful restarts by using pre-hashed command table. PR 64066. | Jim Jagielski | 2020-01-14 | 1 | -3/+7 |
* | Be a little more verbose when an error in trigerred in 'ap_set_file_slot()' | Christophe Jaillet | 2019-06-13 | 1 | -2/+2 |
* | Follow up to r1847430. | Christophe Jaillet | 2019-02-10 | 1 | -0/+1 |
* | core: Split out the ability to parse wildcard files and directories | Graham Leggett | 2018-11-25 | 1 | -209/+21 |
* | Axe some dead code. | Christophe Jaillet | 2018-05-24 | 1 | -1/+1 |
* | core: silently ignore a not existent file path when IncludeOptional | Luca Toscano | 2017-11-11 | 1 | -0/+15 |
* | 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 |