summaryrefslogtreecommitdiffstats
path: root/server/mpm (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* If a child is created just before graceful restart and then exits becauseStefan Fritsch2011-10-103-11/+58
* Check the return value from ap_run_create_connection in mpm_event.Stefan Fritsch2011-10-102-0/+7
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-2312-64/+64
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-234-8/+8
* Add wrappers for malloc, calloc, realloc that check for out of memoryStefan Fritsch2011-09-192-34/+10
* Install signal handlers for crashes before detaching. Previously, thereStefan Fritsch2011-07-263-0/+6
* Reduce period during startup and restart where a successive signal may be lostStefan Fritsch2011-07-263-3/+3
* Allow to specify module specific custom linker flagsRainer Jung2011-07-051-1/+1
* Initialize apr_thread_t pointer to NULL so that apr_os_thread_put()Jeff Trawick2011-07-021-1/+1
* Log the deprecation warning at level info, not warnStefan Fritsch2011-06-213-3/+3
* Fix search'n'replace error: Actually warn if MaxClients is usedStefan Fritsch2011-06-203-3/+3
* New AsyncRequestWorkerFactor directive to influence how manyStefan Fritsch2011-06-201-6/+34
* Remove dead assignment, as pointed out by Chris Wilson <cwilson vigilantsw com>Stefan Fritsch2011-06-201-6/+1
* Rename MaxClients to MaxRequestWorkers which describes more accurately whatStefan Fritsch2011-06-205-93/+109
* Some improvements for handling of many connections for MPM event:Stefan Fritsch2011-06-193-188/+460
* If MaxMemFree is set, limit the number of recycled pools that is keptStefan Fritsch2011-06-193-22/+44
* Some logging tweaksStefan Fritsch2011-06-191-6/+8
* Formatting changes, reuse 'now' variable instead of declaring a new oneStefan Fritsch2011-06-191-54/+42
* Fix graceful restart aborting connectionsStefan Fritsch2011-06-181-19/+53
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-062-3/+2
* 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-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-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
* 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