summaryrefslogtreecommitdiffstats
path: root/server/mpm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove MPM-private stuff from conn_state_tStefan Fritsch2011-11-205-80/+98
* follow up to r1202257 -- perform normal wakeup processing whenJeff Trawick2011-11-181-10/+7
* garbage C's in server-status and extra child processes with async lingeringGreg Ames2011-11-181-0/+5
* event no longer requires APR_POLLSET_THREADSAFE, or anyJeff Trawick2011-11-172-6/+2
* silly indentation fixJeff Trawick2011-11-171-1/+1
* spellcheck r1202258Jeff Trawick2011-11-151-1/+1
* Calculate the power of two size of the buffer before allocating it.Paul Querna2011-11-151-1/+1
* Use apr_pollset_wakeup to ensure that the listener thread will process most e...Paul Querna2011-11-151-2/+5
* Because the pollset is now only mutated from the event thread, we no longer n...Paul Querna2011-11-151-3/+3
* Create a new lock free circular queue, and use it in the EventMPM to remove t...Paul Querna2011-11-154-67/+294
* Instead of disabling the listening sockets from the pollset when under load, ...Paul Querna2011-11-151-13/+13
* Fix assertion failure during very high load by preventing race conditionStefan Fritsch2011-11-121-26/+79
* Fix spellingPaul Querna2011-11-101-1/+1
* revert accidental commit 1200129Jeff Trawick2011-11-101-1/+1
* clean up unused ap_my_generation variableJeff Trawick2011-11-101-1/+0
* clean up unused ap_my_generation variableJeff Trawick2011-11-101-1/+1
* Downgrade log message which is triggered when client disconnectsStefan Fritsch2011-11-101-1/+1
* Add comment why the code is disabledStefan Fritsch2011-10-261-0/+1
* Comment out some incomplete code that does nothing but produce a compilerStefan Fritsch2011-10-201-0/+2
* 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