| Commit message (Expand) | Author | Age | Files | Lines |
* | * server/mpm_unix.c (ap_reclaim_child_processes, ap_relieve_child_processes): | Joe Orton | 2021-08-18 | 1 | -6/+10 |
* | Add missing pool tags to help debugging. | Yann Ylavic | 2020-04-16 | 1 | -0/+1 |
* | Fix spelling errors found by codespell. [skip ci] | Mike Rumph | 2020-02-13 | 1 | -1/+1 |
* | Revert r1821526, r1821527, r1821534, r1821538, r1821539, r1821541, r1821605, ... | Yann Ylavic | 2018-01-19 | 1 | -528/+2 |
* | mpm_unix: Follow up to r1821526. | Yann Ylavic | 2018-01-19 | 1 | -8/+15 |
* | mpm_unix: Follow up to r1821526. | Yann Ylavic | 2018-01-19 | 1 | -4/+6 |
* | Follow up to r1821526: rename ap_queue_info_get_idlers to ap_queue_info_num_i... | Yann Ylavic | 2018-01-18 | 1 | -1/+1 |
* | Follow up to r1821526: style, no functional change. | Yann Ylavic | 2018-01-18 | 1 | -30/+26 |
* | Follow up to r1821526: opacify fdqueue types. | Yann Ylavic | 2018-01-18 | 1 | -4/+11 |
* | Follow up to r1821526: mpm_unix.h needs this includes only for now. | Yann Ylavic | 2018-01-18 | 1 | -2/+1 |
* | Follow up to r1821526: mpm_unix.h | Yann Ylavic | 2018-01-18 | 1 | -3/+3 |
* | Share fdqueue code between MPMs event and worker. | Yann Ylavic | 2018-01-18 | 1 | -0/+515 |
* | core, MPMs unix: follow up to r1809881. | Yann Ylavic | 2017-09-28 | 1 | -0/+29 |
* | MPMs unix: Place signals handlers and helpers out of DSOs to avoid | Yann Ylavic | 2017-02-21 | 1 | -2/+1 |
* | Revert r1783759: really more things than intended :p | Yann Ylavic | 2017-02-20 | 1 | -1/+2 |
* | Follow up to r1783755: update APLOGNO. | Yann Ylavic | 2017-02-20 | 1 | -2/+1 |
* | ap_reclaim_child_processes(): Implement terminate immediately | Stefan Fritsch | 2016-11-21 | 1 | -11/+21 |
* | mpm_unix: Apache fails to start if previously crashed then restarted with | Yann Ylavic | 2016-10-21 | 1 | -1/+4 |
* | ap_reclaim_child_processes() ignores its first argument | Stefan Fritsch | 2016-08-21 | 1 | -0/+1 |
* | Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen | William A. Rowe Jr | 2016-06-09 | 1 | -2/+2 |
* | Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive). | Yann Ylavic | 2015-11-23 | 1 | -2/+2 |
* | Revert r1715789: will re-commit without spurious functional changes. | Yann Ylavic | 2015-11-23 | 1 | -2/+2 |
* | Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive). | Yann Ylavic | 2015-11-23 | 1 | -2/+2 |
* | MPMs, core: make duplicated listeners (SO_REUSEPORT) introduced in r1599531 | Yann Ylavic | 2014-10-30 | 1 | -77/+74 |
* | prepend 0 | Jim Jagielski | 2014-09-18 | 1 | -1/+1 |
* | Optimize w/ duplicated listeners and use of SO_REUSEPORT | Jim Jagielski | 2014-06-03 | 1 | -74/+77 |
* | Remove useless spaces that are not in 2.4.x | Christophe Jaillet | 2013-11-17 | 1 | -8/+8 |
* | PR: 54852. Only use a dummy_connection for idle processes | Jim Jagielski | 2013-11-15 | 1 | -0/+5 |
* | Pull out the "extended" pod functions used by event and worker | Jim Jagielski | 2012-11-14 | 1 | -0/+101 |
* | * server/mpm_unix.c (dummy_connection): Fix spello. | Joe Orton | 2012-04-17 | 1 | -1/+1 |
* | * server/mpm_unix.c (dummy_connection): Use a TLS 1.0 close_notify | Joe Orton | 2012-04-17 | 1 | -21/+34 |
* | * Partly revert r1303435 and rename pconf back to in_pconf to avoid shadowing | Ruediger Pluem | 2012-03-22 | 1 | -2/+2 |
* | * Fix changes in parameter names in function definitions done in r1303201 | Ruediger Pluem | 2012-03-21 | 1 | -2/+2 |
* | Revert r1294936 (Jeff's revert) and fix NetWare / Win32 build. | Guenter Knauf | 2012-03-21 | 1 | -9/+11 |
* | * server/mpm_unix.c (dummy_connection): Destroy temp pool and return | Joe Orton | 2012-03-13 | 1 | -0/+2 |
* | Add lots of unique tags to error log messages | Stefan Fritsch | 2011-12-03 | 1 | -22/+22 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -5/+5 |
* | Add wrappers for malloc, calloc, realloc that check for out of memory | Stefan Fritsch | 2011-09-19 | 1 | -1/+1 |
* | Introduce ap_(get|set)_core_module_config() functions/macros and use them | Stefan Fritsch | 2011-06-06 | 1 | -1/+4 |
* | When shutting down with worker or event with active processes | Jeff Trawick | 2011-05-17 | 1 | -4/+12 |
* | Use APR_STATUS_IS_... in some more cases. | Stefan Fritsch | 2011-05-12 | 1 | -1/+1 |
* | Add child_status hook for tracking creation/termination of MPM child | Jeff Trawick | 2011-04-25 | 1 | -6/+13 |
* | Fix some MinGW build issues... | Jeff Trawick | 2011-04-09 | 1 | -0/+4 |
* | Simplify the interface to ap_reclaim_child_processes() and | Jeff Trawick | 2011-03-30 | 1 | -4/+5 |
* | the mpm-note-child-killed hook was just for use by | Jeff Trawick | 2011-03-30 | 1 | -2/+2 |
* | PR50350: When no -k option is provided on the httpd command line, the server | Eric Covener | 2010-11-29 | 1 | -4/+7 |
* | remove more unused variables | Stefan Fritsch | 2010-08-04 | 1 | -4/+0 |
* | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 1 | -0/+2 |
* | OK, might as well finish this... Allow ServerTokens Off | Jim Jagielski | 2009-08-28 | 1 | -1/+1 |
* | the mpm_get_child_pid hook is unnecessary, as was the per-MPM MPM_CHILD_PID()... | Jeff Trawick | 2009-03-29 | 1 | -2/+5 |