summaryrefslogtreecommitdiffstats
path: root/server/mpm/winnt (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initialize apr_thread_t pointer to NULL so that apr_os_thread_put()Jeff Trawick2011-07-021-1/+1
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-2/+1
* This is rather irritating.William A. Rowe Jr2011-05-311-2/+2
* fill in conn_rec::current_thread for WinNT, NetWare, and OS/2 MPMsJeff Trawick2011-05-161-0/+7
* 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-251-1/+20
* 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-072-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
* mpm_common.c implements a handful of config directives; the Jeff Trawick2011-03-282-12/+0
* some non-MPM code wants to see DEFAULT_PIDLOG, so liberate theJeff Trawick2011-03-281-5/+0
* consolidate logic to remove the pidfile in a new API,Jeff Trawick2011-03-281-7/+1
* enable DEFAULT_REL_RUNTIMEDIR on NetWare and WindowsJeff Trawick2011-03-281-5/+0
* axe unused mpm_default definitionsJeff Trawick2011-03-261-6/+0
* SCOREBOARD_MAINTENANCE_INTERVAL is gone, except for some localJeff Trawick2011-03-261-7/+0
* fix some grammar mistakes, mostly in commentsJeff Trawick2011-03-121-1/+1
* fix some logging calls to include the server_recJeff Trawick2011-02-261-1/+1
* Axed C++ comments and tabs.Guenter Knauf2011-02-261-14/+14
* Correct constness fix to manipulate our copyWilliam A. Rowe Jr2010-12-011-1/+1
* Fixed some win32 types.Guenter Knauf2010-11-292-6/+7
* Some minor fixes to provide protos and build with Watcom.Guenter Knauf2010-10-203-12/+18
* Rename MaxRequestsPerChild to MaxConnectionsPerChild, whichStefan Fritsch2010-10-122-5/+5
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-063-1/+5
* odd assortment of spelling fixesJeff Trawick2010-05-241-1/+1
* Log command line on startup, so there's a record of command lineDaniel Earl Poirier2010-02-161-0/+1
* fix typo in AcceptFilter-related commentJeff Trawick2009-11-211-1/+1
* Change the configure-based MPM build mechanism to support buildingJeff Trawick2009-11-032-8/+3
* more configure-time support for dynamically loadable MPMs:Jeff Trawick2009-11-031-2/+2
* Drop exit value (always NO_ERROR, needs work). Pass about the service contextWilliam A. Rowe Jr2009-05-151-41/+48
* Pick up earlier SHUTDOWN notificationWilliam A. Rowe Jr2009-05-151-4/+7
* Move comment block closer to related function.Rainer Jung2009-05-061-10/+10
* Move logic to decide if an MPM is supported, and whether the MPM is Jeff Trawick2009-04-172-3/+13
* main() can use ap_run_mpm() directly, so axe the old ap_mpm_run() functionJeff Trawick2009-04-051-4/+4
* mpm-query hook: distinguish between DECLINED and APR_ENOTIMPL so thatJeff Trawick2009-04-011-17/+21