| Commit message (Expand) | Author | Age | Files | Lines |
* | core: Follow up to r1908393: comment about where ap_server_conf is set. | Yann Ylavic | 2023-03-15 | 1 | -2/+2 |
* | core: Follow up to r1908393: ap_server_conf to NULL before ap_read_config(). | Yann Ylavic | 2023-03-14 | 1 | -0/+2 |
* | core: Set ap_server_conf ASAP. | Yann Ylavic | 2023-03-14 | 1 | -4/+4 |
* | main: Follow up to r1897240: Fix bad log copypasta. | Yann Ylavic | 2022-02-02 | 1 | -3/+3 |
* | core: Follow up to r1897460: Provide ap_thread_main_create(). | Yann Ylavic | 2022-01-27 | 1 | -24/+5 |
* | core: Efficient ap_thread_current() when apr_thread_local() is missing. | Yann Ylavic | 2022-01-25 | 1 | -8/+7 |
* | ap_regex: Follow up to r1897240: #if APR_HAS_THREAD_LOCAL, not #ifdef. | Yann Ylavic | 2022-01-25 | 1 | -2/+2 |
* | ap_regex: Follow up to r1897240: Fix issues spotted by Rüdiger (thanks!). | Yann Ylavic | 2022-01-20 | 1 | -0/+1 |
* | Follow up to r1897240: APR_HAS_THREAD_LOCAL wants #ifdef instead of #if. | Yann Ylavic | 2022-01-20 | 1 | -2/+2 |
* | ap_regex: Use Thread Local Storage (if efficient) to avoid allocations. | Yann Ylavic | 2022-01-20 | 1 | -0/+37 |
* | ²main: -V to print the SHM mechanisms in use. | Yann Ylavic | 2020-12-06 | 1 | -4/+22 |
* | Fix spelling errors found by codespell. [skip ci] | Mike Rumph | 2020-02-13 | 1 | -1/+1 |
* | * server/main.c (main): Don't create a separate subpool for pcommands | Joe Orton | 2019-06-25 | 1 | -2/+1 |
* | Add an --enable-reduced-exports configure option to link libmain.a | Joe Orton | 2019-06-20 | 1 | -1/+1 |
* | global ap_server_conf must be reset when process->pconf is cleared | Eric Covener | 2018-07-05 | 1 | -0/+1 |
* | On the trunk: | Stefan Eissing | 2018-01-29 | 1 | -1/+5 |
* | core, MPMs unix: follow up to r1809881. | Yann Ylavic | 2017-09-28 | 1 | -12/+21 |
* | core: deregister all hooks before leaving pconf, otherwise some late cleanup | Yann Ylavic | 2017-09-27 | 1 | -1/+15 |
* | ap_server_config_defines and ap_server_{pre,post}_read_config are arrays of | Yann Ylavic | 2017-07-18 | 1 | -11/+14 |
* | PR61009: be as helpful as possible during -V operation | Jacob Champion | 2017-04-19 | 1 | -4/+13 |
* | Revert r1783759: really more things than intended :p | Yann Ylavic | 2017-02-20 | 1 | -2/+0 |
* | Follow up to r1783755: update APLOGNO. | Yann Ylavic | 2017-02-20 | 1 | -0/+2 |
* | Add -DDUMP_INCLUDES configtest option to show the tree | Eric Covener | 2016-06-11 | 1 | -0/+5 |
* | core: follow up to r1629925: new log tag | Yann Ylavic | 2014-10-07 | 1 | -1/+1 |
* | core: ensure that MPMs return an error on runtime failure and hence that | Yann Ylavic | 2014-10-07 | 1 | -7/+15 |
* | Add compiled and loaded PCRE version numbers | Rainer Jung | 2014-07-23 | 1 | -6/+10 |
* | Fix module id in log messages issued from main.c | Jeff Trawick | 2013-12-02 | 1 | -0/+4 |
* | Fix r1533728. Not a great idea to dereference process after pool destroy! | Nick Kew | 2013-10-21 | 1 | -1/+6 |
* | PR 55670 | Nick Kew | 2013-10-19 | 1 | -0/+9 |
* | * server/main.c (main): Bail out *before* signalling the server | Joe Orton | 2012-04-20 | 1 | -5/+5 |
* | Adapt loglevel of config errors during second pass | Stefan Fritsch | 2011-12-28 | 1 | -8/+8 |
* | Add lots of unique tags to error log messages | Stefan Fritsch | 2011-12-03 | 1 | -10/+10 |
* | Server directive display (-L): Include directives of DSOs. | Jeff Trawick | 2011-11-13 | 1 | -3/+8 |
* | config generation # (reported by ap_state_query(AP_SQ_CONFIG_GEN): | Jeff Trawick | 2011-11-10 | 1 | -1/+1 |
* | Only init the RNG once at startup. This saves some entropy and works around t... | Stefan Fritsch | 2011-11-07 | 1 | -0/+2 |
* | Add -D DUMP_RUN_CFG option to dump some configuration items | Stefan Fritsch | 2011-10-09 | 1 | -5/+11 |
* | Sort hooks twice, once before pre_config, once after ap_process_config_tree. | Stefan Fritsch | 2011-10-08 | 1 | -0/+14 |
* | 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 | -5/+1 |
* | Add in a configuration generation... this is independent of | Jim Jagielski | 2011-03-31 | 1 | -0/+1 |
* | * server/main.c (main): Use the real null cleanup callback. | Joe Orton | 2011-03-16 | 1 | -2/+2 |
* | Ensure that ap_server_conf always points to valid data or is NULL. | Stefan Fritsch | 2011-03-11 | 1 | -0/+4 |
* | Create new ap_state_query() function that allows modules to determine | Stefan Fritsch | 2011-02-12 | 1 | -23/+35 |
* | revert r1066944, r1067177 for now | Stefan Fritsch | 2011-02-05 | 1 | -22/+1 |
* | Until this is fixed to link in lresolv, exclude. | Jim Jagielski | 2011-02-04 | 1 | -2/+2 |
* | Reload resolv.conf on graceful restarts | Stefan Fritsch | 2011-02-03 | 1 | -0/+21 |
* | Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl use | Stefan Fritsch | 2010-11-06 | 1 | -4/+0 |
* | Fix hook sorting for the pre_config hook. | Stefan Fritsch | 2010-11-06 | 1 | -2/+2 |
* | Renamed optarg -> opt_arg to avoid name clashes with system-own optarg. | Guenter Knauf | 2010-10-04 | 1 | -11/+11 |
* | Fortify complains about an overflow of pad[], which would | Jeff Trawick | 2010-08-20 | 1 | -15/+10 |