summaryrefslogtreecommitdiff
path: root/server/mpm_unix.c
Commit message (Expand)AuthorAgeFilesLines
* * server/mpm_unix.c (ap_reclaim_child_processes, ap_relieve_child_processes):Joe Orton2021-08-181-6/+10
* Add missing pool tags to help debugging.Yann Ylavic2020-04-161-0/+1
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-1/+1
* Revert r1821526, r1821527, r1821534, r1821538, r1821539, r1821541, r1821605, ...Yann Ylavic2018-01-191-528/+2
* mpm_unix: Follow up to r1821526.Yann Ylavic2018-01-191-8/+15
* mpm_unix: Follow up to r1821526.Yann Ylavic2018-01-191-4/+6
* Follow up to r1821526: rename ap_queue_info_get_idlers to ap_queue_info_num_i...Yann Ylavic2018-01-181-1/+1
* Follow up to r1821526: style, no functional change.Yann Ylavic2018-01-181-30/+26
* Follow up to r1821526: opacify fdqueue types.Yann Ylavic2018-01-181-4/+11
* Follow up to r1821526: mpm_unix.h needs this includes only for now.Yann Ylavic2018-01-181-2/+1
* Follow up to r1821526: mpm_unix.hYann Ylavic2018-01-181-3/+3
* Share fdqueue code between MPMs event and worker.Yann Ylavic2018-01-181-0/+515
* core, MPMs unix: follow up to r1809881.Yann Ylavic2017-09-281-0/+29
* MPMs unix: Place signals handlers and helpers out of DSOs to avoidYann Ylavic2017-02-211-2/+1
* Revert r1783759: really more things than intended :pYann Ylavic2017-02-201-1/+2
* Follow up to r1783755: update APLOGNO.Yann Ylavic2017-02-201-2/+1
* ap_reclaim_child_processes(): Implement terminate immediatelyStefan Fritsch2016-11-211-11/+21
* mpm_unix: Apache fails to start if previously crashed then restarted withYann Ylavic2016-10-211-1/+4
* ap_reclaim_child_processes() ignores its first argumentStefan Fritsch2016-08-211-0/+1
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-091-2/+2
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-2/+2
* Revert r1715789: will re-commit without spurious functional changes.Yann Ylavic2015-11-231-2/+2
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-2/+2
* MPMs, core: make duplicated listeners (SO_REUSEPORT) introduced in r1599531Yann Ylavic2014-10-301-77/+74
* prepend 0Jim Jagielski2014-09-181-1/+1
* Optimize w/ duplicated listeners and use of SO_REUSEPORTJim Jagielski2014-06-031-74/+77
* Remove useless spaces that are not in 2.4.xChristophe Jaillet2013-11-171-8/+8
* PR: 54852. Only use a dummy_connection for idle processesJim Jagielski2013-11-151-0/+5
* Pull out the "extended" pod functions used by event and workerJim Jagielski2012-11-141-0/+101
* * server/mpm_unix.c (dummy_connection): Fix spello.Joe Orton2012-04-171-1/+1
* * server/mpm_unix.c (dummy_connection): Use a TLS 1.0 close_notifyJoe Orton2012-04-171-21/+34
* * Partly revert r1303435 and rename pconf back to in_pconf to avoid shadowingRuediger Pluem2012-03-221-2/+2
* * Fix changes in parameter names in function definitions done in r1303201Ruediger Pluem2012-03-211-2/+2
* Revert r1294936 (Jeff's revert) and fix NetWare / Win32 build.Guenter Knauf2012-03-201-9/+11
* * server/mpm_unix.c (dummy_connection): Destroy temp pool and returnJoe Orton2012-03-131-0/+2
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-22/+22
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-5/+5
* Add wrappers for malloc, calloc, realloc that check for out of memoryStefan Fritsch2011-09-191-1/+1
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-1/+4
* When shutting down with worker or event with active processes Jeff Trawick2011-05-161-4/+12
* Use APR_STATUS_IS_... in some more cases.Stefan Fritsch2011-05-111-1/+1
* Add child_status hook for tracking creation/termination of MPM childJeff Trawick2011-04-251-6/+13
* Fix some MinGW build issues...Jeff Trawick2011-04-091-0/+4
* Simplify the interface to ap_reclaim_child_processes() andJeff Trawick2011-03-301-4/+5
* the mpm-note-child-killed hook was just for use byJeff Trawick2011-03-301-2/+2
* PR50350: When no -k option is provided on the httpd command line, the serverEric Covener2010-11-291-4/+7
* remove more unused variablesStefan Fritsch2010-08-031-4/+0
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-0/+2
* OK, might as well finish this... Allow ServerTokens OffJim Jagielski2009-08-281-1/+1
* the mpm_get_child_pid hook is unnecessary, as was the per-MPM MPM_CHILD_PID()...Jeff Trawick2009-03-291-2/+5