summaryrefslogtreecommitdiffstats
path: root/server/mpm_unix.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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-211-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-031-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-171-4/+12
* Use APR_STATUS_IS_... in some more cases.Stefan Fritsch2011-05-121-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-041-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
* Do not presume we have a clean stackMladen Turk2009-03-291-1/+1
* remove BeOS OS supportJeff Trawick2009-03-261-10/+0
* refactor mpm_common.c into itself and mpm_unix.c for unix-specific quirksWilliam A. Rowe Jr2009-03-251-0/+925