]> granicus.if.org Git - apache/history - server/mpm/worker
Update our copyright for this year.
[apache] / server / mpm / worker /
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-18 Jeff Trawickclose a nearly-impossible leak in dummy_connection...
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-05 William A. Rowe Jr Do we have sys/socket.h?
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 PaneUpdated to support the use of the ap_mpm_pod API in...
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 BannertFully convert worker's fdqueue to the new APR lock...
2001-10-17 Aaron BannertFirst pass at converting worker MPM to APR's new lock...
2001-10-01 Ryan Bloomclean up the fdqueue a bit more, by implementing Greg's
2001-09-24 Ryan BloomClean the worker MPM a bit. This removes the idea...
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 Ryan BloomTurn the worker MPM's queue into a LIFO. This may
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-27 Ryan BloomRemove an obsolete function from fdqueue. The worker...
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-22 Martin KraemerUse uniform wrapping for unistd.h, and don't include...
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 Jeff Trawickchange the name of AP_MPM_NEEDS_RECLAIM_CHILD_PROCESSES to
2001-08-13 Jeff Trawickallow non-Unix MPMs to use mpm_common.c by not automati...
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...
2001-08-05 Greg AmesSpeed up the server's response to a spike in incoming...
2001-08-04 Jeff Trawickcosmetic changes only for a clean build; no serializati...
2001-08-02 Greg Amesfix a problem in the threaded and worker mpm's where...
2001-07-31 Ryan BloomIt helps if we broadcast to the workers that we are...
2001-07-31 Greg Amesdon't count workers in processes which aren't actively...
2001-07-31 Greg Amesthreads in process which are quiescing (due to PoD...
2001-07-30 Ryan BloomAdd the worker MPM. The name is probably horrible...