summaryrefslogtreecommitdiffstats
path: root/server/mpm/worker (follow)
Commit message (Expand)AuthorAgeFilesLines
* prefork, worker, event:Jeff Trawick2009-03-261-5/+1
* resurrect the old (pre-r757867) compiled-in MPM_NAME value, but via a hook fo...Jeff Trawick2009-03-251-0/+6
* The rewrite-args hook isn't available to MPM DSOs. Piggy-back on the Jeff Trawick2009-03-251-1/+1
* prefork, worker, and event MPMs: use retained-data API to maintainJeff Trawick2009-03-251-17/+30
* Introduce a new set of APIs to allow MPMs to be proper modules insteadJeff Trawick2009-03-244-147/+103
* Add conn_rec::current_thread.Paul Querna2009-02-091-2/+4
* I'm not 100% sure about this, but it seems to silence theChris Darroch2008-12-121-3/+3
* API Cleanup in preperation for 2.4.x, make sure all exported functions or var...Paul Querna2008-12-022-3/+3
* Further unixd hacks to remove duplication between old-unixd and mod_unixd,Nick Kew2008-11-041-2/+0
* Switch all unix MPMs to use drop_privileges hook (mod_unixd) for startupNick Kew2008-11-031-1/+1
* * Recheck again if idle workers are still available when we are signaled thatRuediger Pluem2008-10-081-2/+10
* worker/event MPMs: graceful-stop doesn't work if the listener thread isGreg Ames2008-06-171-1/+4
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-2/+0
* Remove ap_graceful_stop_signalled from all MPMs.Paul Querna2008-04-071-11/+0
* add comment from event MPM's fdqueue ap_pop_pool() regardingChris Darroch2008-03-041-0/+8
* * 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-1/+1
* Worker MPM: fix race conditionNick Kew2008-02-221-3/+7
* the cost of synchronized SMP proof updates far outweighs the value of havingGreg Ames2007-07-201-1/+1
* Multiple trivial fixes from Christophe JAILLETNick Kew2007-07-201-2/+1
* Add alternative fixes for CVE-2007-3304:Joe Orton2007-06-291-6/+4
* Revert r547987 ("svn merge -c -547987 .")Joe Orton2007-06-292-10/+2
* PID table impl: parent process keeps a local table store ofJim Jagielski2007-06-162-2/+10
* remove a bit of useless code from worker and event MPMsJeff Trawick2006-12-241-2/+0
* * Remove an unused variable and thus fix a compiler warning.Ruediger Pluem2006-12-071-2/+1
* added APR_THREAD_FUNC on listener_thread() in event and worker MPMsChris Darroch2006-10-181-1/+1
* 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-194/+267
* update license header textRoy T. Fielding2006-07-117-42/+42
* On graceless shutdown or restart, send AP_SIG_GRACEFUL to all workerChris Darroch2006-05-261-0/+25
* Make the worker and event MPMs not touch the scoreboard whenChris Darroch2006-05-261-4/+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/+16
* Make the worker and event MPMs support GracefulShutdownTimeout just likeGarrett Rooney2006-02-131-2/+8
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-103-132/+132
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-8/+8
* use Greg's cleaner fix for CAN-2005-2970Jeff Trawick2005-10-081-13/+9
* SECURITY: CAN-2005-2970 (cve.mitre.org)Jeff Trawick2005-09-301-0/+5
* Revert one part. I should have tested seperately. This line isn't neccessary.Colm MacCarthaigh2005-08-311-1/+1
* Actually allow the admin to set thread_limit higher than the default. Colm MacCarthaigh2005-08-311-3/+3
* More getpid format fixesJim Jagielski2005-08-311-4/+4
* *how* did I mis-spell that.Colm MacCarthaigh2005-08-291-1/+1
* Move the "GracefulShutdownTimeout" command definition into mpm_commonColm MacCarthaigh2005-08-291-3/+1
* Doxygen fixup / cleanupIan Holsman2005-08-294-0/+37
* Implement a graceful-stop for the worker MPM. We close our listeners, and thenColm MacCarthaigh2005-08-282-6/+74
* Implement "de-listening" in the worker MPM. Fixes PR28167. Comments in CHANGESColm MacCarthaigh2005-08-241-0/+1
* downgrade the log level of a proc_mutex_unlock error messageJeff Trawick2005-06-011-1/+7