summaryrefslogtreecommitdiff
path: root/server/mpm
Commit message (Expand)AuthorAgeFilesLines
* fill in conn_rec::current_thread for WinNT, NetWare, and OS/2 MPMsJeff Trawick2011-05-163-0/+19
* fix some typos in commentsJeff Trawick2011-05-161-4/+4
* Not possible; you don't declare a variable const and thenWilliam A. Rowe Jr2011-05-071-1/+1
* WinNT MPM has hard-coded daemon limit of 1, not 0Jeff Trawick2011-04-261-1/+1
* Add child_status hook for tracking creation/termination of MPM childJeff Trawick2011-04-255-40/+164
* AP_ENABLE_V4_MAPPED with WinNT MPMJeff Trawick2011-04-121-0/+10
* add some debug logging to show more information about passing of socketsJeff Trawick2011-04-121-2/+5
* axe the cast in the call to our mpm_nt_eventlog_stderr_open()Jeff Trawick2011-04-113-4/+4
* match expected type of arg to StartService()Jeff Trawick2011-04-111-1/+1
* don't try to shut down child if it wasn't createdJeff Trawick2011-04-091-1/+9
* WinNT MPM: Improve robustness under heavy load.Jeff Trawick2011-04-091-9/+15
* Fix some MinGW build issues...Jeff Trawick2011-04-091-0/+4
* fix some logging glitches in the WinNT MPM:Jeff Trawick2011-04-091-9/+17
* log message fixes/tweaksJeff Trawick2011-04-082-7/+7
* Stop explicitly including the current pid in WinNT MPM messages,Jeff Trawick2011-04-072-52/+46
* axe ap_registry_get_server_root(), which seems to have been unusedJeff Trawick2011-04-071-37/+0
* format string fixes:Jeff Trawick2011-04-062-8/+8
* HANDLE is PVOID which is reasonably formatted by %pp, but not by %dJeff Trawick2011-04-061-3/+5
* can't format time_t with %d; cast this small interval time to intJeff Trawick2011-04-061-1/+2
* Log the OS socket (int) instead of the apr_socket_t *.Jeff Trawick2011-04-061-3/+3
* yank some dead code and variablesJeff Trawick2011-04-063-57/+0
* cleanups to function signatures, prototypes, visibilityJeff Trawick2011-04-064-9/+13
* Simplify the interface to ap_reclaim_child_processes() andJeff Trawick2011-03-303-23/+23
* the mpm-note-child-killed hook is just for state sync betweenJeff Trawick2011-03-302-15/+0
* mpm_common.c implements a handful of config directives; the Jeff Trawick2011-03-2813-78/+9
* ap_max_requests_per_child is a globalJeff Trawick2011-03-281-1/+0
* some non-MPM code wants to see DEFAULT_PIDLOG, so liberate theJeff Trawick2011-03-286-31/+0
* consolidate logic to remove the pidfile in a new API,Jeff Trawick2011-03-285-67/+8
* enable DEFAULT_REL_RUNTIMEDIR on NetWare and WindowsJeff Trawick2011-03-272-10/+0
* axe unused mpm_default definitionsJeff Trawick2011-03-262-27/+0
* SCOREBOARD_MAINTENANCE_INTERVAL is gone, except for some localJeff Trawick2011-03-264-28/+0
* * server/mpm/prefork/prefork.c (set_signals): Ignore SIGXFSZ; have aJoe Orton2011-03-213-6/+15
* fix some grammar mistakes, mostly in commentsJeff Trawick2011-03-121-1/+1
* worker, event, prefork: Correct several issues when built asJeff Trawick2011-03-053-190/+187
* zap needless reinitialization of is_graceful on the 2ndJeff Trawick2011-03-053-5/+0
* sanity check use of volatile in prefork, worker, and eventJeff Trawick2011-03-043-14/+15
* event: child_main() never returns, so remove some dead code afterJeff Trawick2011-03-031-2/+2
* worker: child_main() never returns, so remove some dead code afterJeff Trawick2011-03-031-2/+2
* prefork in ONE_PROCESS mode:Jeff Trawick2011-03-021-8/+5
* prefork: store pid in scoreboard for ONE_PROCESS modeJeff Trawick2011-03-021-0/+1
* fix some logging calls to include the server_recJeff Trawick2011-02-262-5/+5
* Axed C++ comments and tabs.Guenter Knauf2011-02-261-14/+14
* * server/mpm/prefork/prefork.c (stop_listening, sig_term, restart):Joe Orton2011-02-081-0/+3
* Revert an old (~10yr) change to the fd Q; move back toJim Jagielski2011-01-274-8/+30
* Fix ap_mpm_query results:Stefan Fritsch2011-01-091-2/+2
* Correct constness fix to manipulate our copyWilliam A. Rowe Jr2010-12-011-1/+1
* Fixed some win32 types.Guenter Knauf2010-11-292-6/+7
* PR#47782: compiled-in default for MaxConnectionsPerChild is 10,000 vs the Eric Covener2010-11-054-4/+4
* Some minor fixes to provide protos and build with Watcom.Guenter Knauf2010-10-203-12/+18
* Rename MaxRequestsPerChild to MaxConnectionsPerChild, whichStefan Fritsch2010-10-124-9/+9