]> granicus.if.org Git - apache/history - server/mpm/worker/worker.c
Switch over to the new pollset API.
[apache] / server / mpm / worker / worker.c
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...
2002-03-20 Jeff Trawickget the start thread to exit when we have reached termi...
2002-03-19 Jeff Trawickbe a little more specific in a thread-create error...
2002-03-19 Jeff Trawick"apachectl stop" shouldn't send the gracefully-terminat...
2002-03-19 Jeff Trawickget rid of unnecessary code to track the number of...
2002-03-18 Jeff Trawickprefork and worker:
2002-03-16 William A. Rowe Jr Simplify s/APR_OS_PROC_T_FMT/APR_PID_T_FMT/, apr_os_f...
2002-03-15 Sander StrikerUpdate the mpms to call the new allocator/pools API
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-05 Jeff Trawickfailures on the accept mutex are common at restart...
2002-03-05 Jeff Trawickfix a typo in a log message... the message claimed...
2002-03-05 Jeff Trawickskip the lock release if the lock obtain failed
2002-02-24 Jeff Trawickrestart fixes for worker:
2002-02-21 Aaron BannertImplement apr_proc_detach changes and allow -DNO_DETACH...
2002-02-21 Jeff TrawickConvert the ap_queue_foo routines to return apr_status_...
2002-02-21 Jeff Trawickzap an incorrect comment
2002-02-15 Aaron BannertImplement new ScoreBoardFile directive logic. This...
2002-02-14 Aaron BannertRetain signal handling in the worker MPM for the one_pr...
2002-02-13 Brian PanePerformance optimization: updated the worker MPM to...
2002-02-11 Greg Amesif a child detects a resource shortage on accept()...
2002-02-11 Ryan BloomRemove all signal handling from the worker MPM's child...
2002-02-05 William A. Rowe Jr Some compatibility fixes. Built yet untested, read...
2002-02-04 Ryan BloomNot being able to bind to a socket is a fatal error...
2002-02-01 Bill StoddardReintroduce the create_connection hook. This hook is...
2002-01-30 Ryan BloomChange the Windows MPM to only use the pre_mpm phase...
2002-01-30 Jeff Trawickget rid of a bunch of warnings about unused variables
2002-01-30 Brian PaneAdded logic to the worker MPM to skip the poll before...
2002-01-29 Bill StoddardThis patch restores most of Ryan's patch (11/12/2001...
2002-01-29 Aaron BannertTake advantage of the new pre_config return value when...
2002-01-28 Aaron BannertThe pre_config hook now takes a return value. This...
2002-01-28 Jeff Trawickzap an unintended (and incorrect) comment that slipped...
2002-01-28 Jeff Trawickfix the problem where a scoreboard init failure could...
2002-01-27 Bill StoddardRemove the create_connection hook and put the client_so...
2002-01-11 Brian PaneFix for a segfault in the worker MPM during graceful...
2002-01-10 William A. Rowe Jr This patch eliminated from the _SHARED_ segment of...
2001-12-29 Jeff Trawickhandle the disappearance of apr_lock_create_np() and
2001-12-29 William A. Rowe Jr mpm_common.c did all this dirty work - cleans up...
2001-12-27 Aaron BannertClean up the error checking a little. Make sure we...
2001-12-27 Aaron BannertTake advantage of the new usable apr_thread_exit().
2001-12-25 David ReidAdd ap_os_killpg as well as unixd_killpg and beosd_killpg.
2001-12-25 David Reidunixd.h is included in mpm.h so shouldn't need to be...
2001-12-25 David ReidThis allows platforms without the _NP locking palaver...
2001-12-23 David ReidThis fixes a segfault that showed up on BeOS and may...
2001-12-19 Jeff TrawickAdd directives to worker and preform MPMs so that the...
2001-12-18 Jeff Trawickleaving the pipe-of-death in the ap_listeners list...
2001-12-18 Jeff TrawickChange core code to allow an MPM to set hard thread...
2001-12-14 Brian PaneUse the new APR pool code to reduce pool-related lock
2001-12-14 Justin ErenkrantzStyle change. Convert tabs->spaces, shorten long lines...
2001-12-10 Jeff Trawickget worker MPM to respect the LockFile setting
2001-12-08 Justin ErenkrantzFix segfault when restarting worker MPM. We can not...
2001-11-22 Brian Panefix segv in worker MPM following check_pipe_of_death...
2001-11-17 Jeff TrawickGet mod_cgid killed when a MPM exits due to a fatal...
2001-11-15 Ryan BloomPull lingering close out of the pool cleanup phase...
next