]> granicus.if.org Git - apache/history - server/mpm/worker/worker.c
Switch all unix MPMs to use drop_privileges hook (mod_unixd) for startup
[apache] / server / mpm / worker / worker.c
2008-11-03 Nick KewSwitch all unix MPMs to use drop_privileges hook (mod_u...
2008-06-17 Greg Amesworker/event MPMs: graceful-stop doesn't work if the...
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2008-04-07 Paul QuernaRemove ap_graceful_stop_signalled from all MPMs.
2007-07-20 Greg Amesthe cost of synchronized SMP proof updates far outweigh...
2007-06-29 Joe OrtonAdd alternative fixes for CVE-2007-3304:
2007-06-29 Joe OrtonRevert r547987 ("svn merge -c -547987 .")
2007-06-16 Jim JagielskiPID table impl: parent process keeps a local table...
2006-12-24 Jeff Trawickremove a bit of useless code from worker and event...
2006-12-07 Ruediger Pluem* Remove an unused variable and thus fix a compiler...
2006-10-18 Chris Darrochadded APR_THREAD_FUNC on listener_thread() in event...
2006-09-05 Jeff TrawickReplace ap_get_server_version with ap_get_server_banner...
2006-08-14 Chris DarrochIntroduce a check_config phase between pre_config and...
2006-07-11 Roy T. Fieldingupdate license header text
2006-05-26 Chris DarrochOn graceless shutdown or restart, send AP_SIG_GRACEFUL...
2006-05-26 Chris DarrochMake the worker and event MPMs not touch the scoreboard...
2006-05-07 Nick KewInitialise server generation (Chris Darroch)
2006-05-03 Greg AmesPR 39275. don't fork MaxClients worth of processes...
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-04-14 Greg Amesdecouple the two scoreboard full messages
2006-04-13 Greg AmesMaxClients isn't the only reason the scoreboard can...
2006-02-13 Garrett RooneyMake the worker and event MPMs support GracefulShutdown...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-10-08 Jeff Trawickuse Greg's cleaner fix for CAN-2005-2970
2005-09-30 Jeff TrawickSECURITY: CAN-2005-2970 (cve.mitre.org)
2005-08-31 Colm MacCarthaighRevert one part. I should have tested seperately. This...
2005-08-31 Colm MacCarthaighActually allow the admin to set thread_limit higher...
2005-08-31 Jim JagielskiMore getpid format fixes
2005-08-29 Colm MacCarthaigh*how* did I mis-spell that.
2005-08-29 Colm MacCarthaighMove the "GracefulShutdownTimeout" command definition...
2005-08-27 Colm MacCarthaighImplement a graceful-stop for the worker MPM. We close...
2005-08-24 Colm MacCarthaighImplement "de-listening" in the worker MPM. Fixes PR281...
2005-05-31 Jeff Trawickdowngrade the log level of a proc_mutex_unlock error...
2005-05-19 Joe Orton* server/mpm/worker/worker.c (listener_thread): Create...
2005-05-06 Greg Amesmissed a couple.
2005-05-04 Greg Amesworker and event mpms: transient thread creation errors...
2005-04-05 Greg Amesthe style police have been sleeping
2005-03-05 Jeff Trawickworker MPM/mod_status: Support per-worker tracking...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-12-02 Jeff Trawickworker MPM: Fix a problem which could cause httpd proce...
2004-03-15 Jeff Trawickuse existing directive name ThreadStackSize instead of
2004-03-11 Jeff TrawickThreaded MPMs for Unix and Win32: Add WorkerStackSize...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first checkin
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-28 Jeff Trawickworker MPM: fix stack overlay bug that could cause...
2004-01-27 Jeff TrawickUnix MPMs: Stop dropping connections when the file...
2004-01-01 André Maloupdate license to 2004.
2003-12-13 Jeff Trawickremove inadvertent commit of clumsy gdb workaround...
2003-12-13 Jeff Trawickupdate leader, threadpool, and worker MPMs to return...
2003-11-24 Brian Paneremove calls to the apr_proc_other_child_read function...
2003-11-16 Greg SteinSwitch over to the new pollset API.
2003-09-05 Jeff TrawickLower the severity of the "listener thread didn't exit...
2003-09-05 Jeff TrawickFix a misleading message from the some of the threaded...
2003-08-28 Cliff WoolleyUpdated the various MPM's to use the new bucket_alloc_c...
2003-08-27 Bradley NicholesMake sure that the global ap_max_mem_free is initialize...
2003-04-09 Jeff Trawickconsolidate code related to sig_coredump
2003-02-03 André Malofinished that boring job:
2002-08-28 Jim JagielskiAdjust the descriptions of these directives, avoid...
2002-08-21 Jim JagielskiMinor error log typo
2002-07-11 Ryan BloomBring Apache in line with APR's new poll implementation...
2002-07-04 Brian Panereplaced APR_USEC_PER_SEC division with the new time...
2002-07-04 Sander StrikerAdd a new directive: MaxMemFree. MaxMemFree makes...
2002-06-07 Jim JagielskiNow that we have the functionality in apr, we can now...
2002-05-30 Sander StrikerCatch up with the apr_allocator_set_owner -> apr_alloca...
2002-05-24 Brian PaneFix for the worker deadlock problem
2002-05-23 Jeff TrawickAdd "-k start|startssl|restart|graceful|stop" support...
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_?error()
2002-05-01 Jeff Trawickwait for worker threads to exit even in graceless termi...
2002-05-01 Bill StoddardDefer starting the listener until we have at least...
2002-05-01 Justin ErenkrantzClose sockets on worker MPM when doing a graceless...
2002-04-28 Aaron BannertDetect APR_EINTR from ap_queue_pop() and avoid calling
2002-04-28 Brian PaneMoved the recycled pool list from the queue to the...
2002-04-28 Aaron BannertAdd a "queue_info" structure to the worker MPM. This...
2002-04-18 Jeff Trawickback out ill-conceived attempt to fix a segfault during
2002-04-17 Jeff Trawickuse an independent pool for threads so that when we...
2002-04-12 Jeff Trawickworker MPM: Fix a situation where a child exited withou...
2002-04-08 Jeff TrawickRemind the admin about the User and Group directives...
2002-04-05 Jeff Trawickquiet a bogus gcc warning that crops up with -O2
2002-04-05 Jeff Trawickworker MPM: add -DFOREGROUND option to use when you...
2002-04-03 Jeff Trawickworker MPM:
2002-04-03 Jeff TrawickAllow worker MPM to build on systems without pthread_ki...
2002-03-29 Jim JagielskiThe old, legacy (and unused) code in which the scoreboa...
2002-03-29 Cliff WoolleyBUCKET FREELISTS
2002-03-27 Jeff Trawickworker MPM:
2002-03-22 Jeff Trawickdocument yet another worker MPM glitch
2002-03-22 Jeff Trawickremove some unnecessary, commented-out code; add a...
2002-03-21 Jeff TrawickDon't drop connections during graceful restart. Previo...
2002-03-21 Jeff Trawickgraceful shutdown (no dropped connections) requires...
2002-03-21 Jeff Trawickdocument a glitch that prevents complete graceful termi...
2002-03-21 Jeff Trawickmake the comment for the call to apr_signal_thread...
2002-03-21 Jeff Trawickdon't log a failure of ap_queue_pop() at termination...
2002-03-20 Jeff Trawickin a worker thread, don't dare try to process a connect...
2002-03-20 Jim JagielskiFold the compiled-in knowledge of the allowable AcceptM...
2002-03-20 Jeff Trawickno need to kill the scoreboard cleanup anymore on graceful
2002-03-20 Jeff Trawickwrite a debug message to the log when we're stuck in...
2002-03-20 Jim JagielskiBring 2.0 up to parity, a bit, with how much info we...
2002-03-20 William A. Rowe Jr The pre_mpm hook creates server-lifetime objects...
2002-03-20 Jeff TrawickMake the listener thread stop accepting new connections...
next