]> granicus.if.org Git - apache/history - server/mpm/worker/worker.c
worker MPM:
[apache] / server / mpm / worker / worker.c
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...
2001-11-15 Ryan BloomGet rid of the listensocks array. It was just duplicat...
2001-11-14 Ryan BloomPort the worker MPM to the new accept model. This...
2001-11-13 Ryan BloomAdd the server_rec argument back to the create_connecti...
2001-11-13 Ryan BloomRemove commas from the end of the macros that define
2001-11-13 Ryan BloomRemove more network logic from the MPMs. Essentially...
2001-11-12 Ryan BloomBegin to abstract out the underlying transport layer.
2001-11-12 Jeff TrawickReally reset the MaxClients value in worker when the
2001-11-10 Ryan BloomRemove ap_lingering_close from all of the MPMs. This...
2001-11-07 Cliff WoolleyFix the spelling of the AP_MPMQ_MIN_SPARE_DAEMONS and
2001-10-23 Ryan BloomFix the reporting for child processes that die. This...
2001-10-19 Aaron BannertMissed some error messages in the switch to the new...
2001-10-19 Aaron BannertThe worker MPM is now completely ported to APR's new...
2001-10-17 Aaron BannertFirst pass at converting worker MPM to APR's new lock...
2001-09-24 Ryan BloomFix MaxClients in the Worker MPM, so that it specifies...
2001-09-19 Jeff Trawickif we're gonna trash the connection due to a queue...
2001-09-19 Cliff WoolleyI was kinda hoping those (void)some_function() and...
2001-09-19 Justin ErenkrantzThis patch fixes a nasty bug in the worker MPM where the
2001-09-18 Justin ErenkrantzSwitch back to SIGUSR1 for graceful restarts on all...
2001-09-18 Ryan BloomCleanup the worker MPM. We no longer re-use transaction
2001-08-30 Justin ErenkrantzAdd -X functionality back to httpd.
2001-08-30 Cliff WoolleyUpdate the comments regarding -DONE_PROCESS and -DNO_DE...
2001-08-29 Ryan BloomRemove the declarations for variables that were moved...
2001-08-28 Ryan BloomFix a performance problem with the worker MPM. We...
2001-08-26 Doug MacEacherndidt pay attention to the first question; pretty sure...
2001-08-26 Doug MacEacherni think the answer to aaron's question is "a typo"...
2001-08-24 Ryan BloomMake the worker MPM shutdown and restart cleanly. ...
2001-08-16 Jeff TrawickThe Unix MPMs other than perchild now allow child server
2001-08-14 Jeff Trawicknamespace-protect accept_lock_mech
2001-08-13 Ryan BloomBegin to sanitize the MPM configuration directives...
2001-08-10 Ryan BloomThe worker MPM now handles shutdown and restart request...
2001-08-10 Greg Amesrecord something in the error log if the parent process...
2001-08-06 Ryan BloomExplain the worker MPM
2001-08-05 Ryan BloomGet the worker MPM working again. This should fix...
next