summaryrefslogtreecommitdiffstats
path: root/server/mpm/winnt (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix usage of MOD_* variables for MPM modulesStefan Fritsch2012-10-071-0/+4
* WinNT MPM logging:Jeff Trawick2012-09-241-7/+9
* use state query API instead of static counters to determine processingJeff Trawick2012-08-201-4/+4
* the rest of r1374877Jeff Trawick2012-08-201-9/+6
* minor cleanupsJeff Trawick2012-08-201-2/+0
* correction to r1374780:Jeff Trawick2012-08-201-0/+1
* WinNT MPM: Fix thread-safety issue in worker_main(). AllJeff Trawick2012-08-201-2/+3
* WinNT MPM: Store pid and generation for each thread in scoreboardJeff Trawick2012-08-193-1/+15
* Windows: Fix output of -M, -L, and similar command-line optionsJeff Trawick2012-08-171-1/+2
* initialize the protocol field when manufacturing an apr socketJeff Trawick2012-08-011-5/+6
* Tweak a message added in r750567 so that the accept threadJeff Trawick2012-07-211-3/+2
* Follow the MS docs on AcceptEx/GetAcceptExSockaddrs by loadingJeff Trawick2012-07-191-7/+44
* Replace ap_create_core_ctx()/ap_core_ctx_get_bb() with a hookStefan Fritsch2012-02-043-24/+25
* Make the core input/output filter contexts private and provide accessor APIsStefan Fritsch2012-01-231-10/+5
* * include/httpd.h, server/mpm/*/*.h: Tidy up doxygen tree view by movingJoe Orton2011-12-071-1/+2
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-033-131/+131
* Downgrade to DEBUG level several messages which were all redundant William A. Rowe Jr2011-10-102-5/+5
* Resolve server and remote IP's in the AcceptFilter 'none' path.William A. Rowe Jr2011-10-102-10/+26
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-234-33/+33
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-5/+5
* 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