summaryrefslogtreecommitdiffstats
path: root/server/mpm/experimental/event (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add dummy ap_mpm_register_timed_callback for other MPMs besides Event.Paul Querna2008-09-211-0/+2
* Introduce Suspendable Requests to the Event MPM.Paul Querna2008-09-203-29/+197
* worker/event MPMs: graceful-stop doesn't work if the listener thread isGreg Ames2008-06-171-1/+4
* get the Event MPM to compile againGreg Ames2008-06-171-1/+1
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-2/+0
* Remove ap_graceful_stop_signalled from all MPMs.Paul Querna2008-04-071-15/+0
* * Add hint to PR in comment. No functional change.Ruediger Pluem2008-02-231-1/+1
* * Second part of fix for PR 44402:Ruediger Pluem2008-02-221-2/+8
* Don't call into get_worker while holding the timeout_list mutex.Paul Querna2007-09-111-4/+16
* Rework locking on timeout_mutex. We now drop (and reaquire) the lock inside ...Paul Querna2007-08-211-0/+5
* Use APR_STATUS_IS_NOTFOUND() rather than comparing against NOTFOUND directly.Paul Querna2007-08-201-1/+1
* Add comments that make it clear that we are usingJim Jagielski2007-08-071-0/+7
* These atomics expect apr_uint32_t *... The expectation, of course,Jim Jagielski2007-08-061-3/+3
* Aha! This explains some of the weird things I was seeing.Jim Jagielski2007-08-061-0/+18
* Multiple trivial fixes from Christophe JAILLETNick Kew2007-07-201-2/+1
* Rename relatively useless struct element for something moreJim Jagielski2007-07-031-8/+8
* Add alternative fixes for CVE-2007-3304:Joe Orton2007-06-291-6/+4
* Revert r547987 ("svn merge -c -547987 .")Joe Orton2007-06-292-8/+2
* PID table impl: parent process keeps a local table store ofJim Jagielski2007-06-162-2/+8
* Rather than handling lingering closes inline, fall down to a following if blo...Paul Querna2007-06-131-2/+1
* Add a clogging_input_filters variable to the conn_rec, enabling the Event MPM...Paul Querna2007-06-121-0/+10
* remove a bit of useless code from worker and event MPMsJeff Trawick2006-12-241-2/+0
* added APR_THREAD_FUNC on listener_thread() in event and worker MPMsChris Darroch2006-10-181-1/+1
* rename routines from worker MPM to match normal MPM namingChris Darroch2006-10-171-7/+7
* Replace ap_get_server_version with ap_get_server_banner() andJeff Trawick2006-09-051-1/+1
* Introduce a check_config phase between pre_config and open_logs,Chris Darroch2006-08-151-193/+267
* update license header textRoy T. Fielding2006-07-117-42/+42
* Make the worker and event MPMs not touch the scoreboard whenChris Darroch2006-05-261-3/+5
* Initialise server generation (Chris Darroch)Nick Kew2006-05-071-1/+1
* PR 39275. don't fork MaxClients worth of processes if child_init or fork() areGreg Ames2006-05-031-1/+1
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-197-7/+7
* decouple the two scoreboard full messagesGreg Ames2006-04-141-11/+10
* MaxClients isn't the only reason the scoreboard can fill up. anotherGreg Ames2006-04-131-5/+17
* Fill in the scoreboard's tid field in the event MPM, just like we do inGarrett Rooney2006-02-251-0/+1
* Make the worker and event MPMs support GracefulShutdownTimeout just likeGarrett Rooney2006-02-131-2/+8
* Removed the destruction of the bucket allocator prior toBrian Pane2005-12-311-1/+0
* When computing the timeouts for keepalives and write completion,Brian Pane2005-11-271-5/+3
* remove an obsolete commentBrian Pane2005-11-201-4/+0
* Minor refactoring: move the creation of the pollset and associatedBrian Pane2005-11-131-35/+48
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-102-40/+40
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-1/+1
* Async write completion for Event MPMBrian Pane2005-10-241-14/+83
* remove the recycled_pool variable to keep it more in sync with worker.Greg Ames2005-10-081-6/+2
* remove obsolete constantGreg Ames2005-10-081-11/+1
* get rid of an obsolete comment. the separate event thread disappeared whenGreg Ames2005-09-171-3/+2
* Move the timeout mutex up, to limit the time we are holding it.Paul Querna2005-09-091-2/+1
* Initiliase all of the first_*_limit variables to zero, so that we can actuallyColm MacCarthaigh2005-08-311-2/+2
* Implement graceful stop in the event MPM. Implementation is identical toColm MacCarthaigh2005-08-292-7/+74
* Doxygen fixup / cleanupIan Holsman2005-08-294-0/+38
* * event.c: Create ptrans pool as a child of pconf, to fix APR pool Paul Querna2005-06-011-1/+1