]> granicus.if.org Git - apache/history - server/mpm/experimental
Update our copyright for this year.
[apache] / server / mpm / experimental /
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-07 Justin ErenkrantzAs hinted on dev@httpd, change filter naming schemes...
2002-02-21 Aaron BannertImplement apr_proc_detach changes and allow -DNO_DETACH...
2002-02-15 Aaron BannertImplement new ScoreBoardFile directive logic. This...
2002-02-05 Ryan BloomRemove the install_transport_filters hook. The same...
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-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 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-25 Justin ErenkrantzChange ap_get_brigade prototype to remove *readbytes...
2002-01-19 Justin ErenkrantzInput filtering prototype change: Socket blocking type...
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-23 Jeff Trawickadd ThreadLimit/ServerLimit to perchild
2001-12-22 Jeff Trawickfix a nasty bug which periodically led to segfaults...
2001-12-19 Ryan BloomThis gets perchild compiling and serving pages again...
2001-12-19 Aaron BannertAdd a comment about the passoff logic.
2001-12-19 Aaron BannertClean up some of these magic numbers in perchild. Still...
2001-12-18 Jeff TrawickChange core code to allow an MPM to set hard thread...
2001-12-07 Aaron BannertFix bug that could potentially prevent perchild from...
2001-12-07 Aaron BannertOne thing I learned from the worker MPM was that the...
2001-12-03 Cliff WoolleyFix prototype for post_config hook
2001-12-03 Cliff WoolleyFix a typo (?)
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-13 Ryan BloomRemove commas from the end of the macros that define
2001-11-12 Ryan BloomBegin to abstract out the underlying transport layer.
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-09-18 Justin ErenkrantzSwitch back to SIGUSR1 for graceful restarts on all...
2001-09-04 Justin ErenkrantzFix breakage from Brian Pane's util_filter switch to...
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-27 Ryan BloomRemove some warnings from the perchild MPM
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-07-24 William A. Rowe Jr Change the worker_function implementations to accept...
2001-07-18 Ryan BloomMake scoreboard creation a hook. This allows management
2001-07-18 Paul J. RederChanged AP_MPMQ_MAX_DAEMONS to refer to MaxClients and
2001-06-27 William A. Rowe Jr Add additional query datum to the MPMs.
2001-06-26 Jeff Trawickadd the AcceptMutex directive to the perchild MPM
2001-06-12 Jeff Trawickfix the bindprocessor() code selection; we need to...
2001-06-11 Victor J. OrlikowskiMake the processor unbinding/re-binding stuff on AIX...
2001-05-06 Ryan BloomBack out the recent change to ap_get_brigade, to make...
2001-05-05 Greg SteinFix a bug in the input handling. ap_http_filter() was...
2001-04-24 Doug MacEachernadjust to ap_get_brigade() / input filter api changes
2001-04-13 Ryan BloomAdd more options to the ap_mpm_query function. This...
2001-04-13 Doug MacEacherns/apr_signal_thread_func/apr_signal_thread/
2001-04-12 Ryan BloomConvert the apr_create_signal_thread to apr_signal_thre...
2001-04-11 Greg AmesFix the naming of the apr_threadattr_detach_xxx functio...
2001-04-05 Jeff Trawickas Bill did with threaded, don't let a child process...
2001-04-03 Ryan BloomMake Apache check APR's configuration when determining...
2001-04-03 Marc SlemkoThreads is a feature, so it is HAS threads not HAVE...
2001-04-03 Greg Amestell the user what's going if APR threads aren't unavai...
2001-03-19 Brian HavardDeclaration of ap_reclaim_child_processes() in exports...
2001-03-05 Jeff TrawickRely on APR to determine whether or not we have netinet...
2001-03-02 Ryan BloomAllow modules to query the MPM about it's execution...
2001-02-28 Jeff TrawickPass the correct worker thread id to worker_thread...
2001-02-23 Doug MacEachernremove ap_{post_config,child_init}_hook
2001-02-23 Jeff TrawickGet it to build on FreeBSD by dropping <stropt.h>....
2001-02-21 Ryan BloomMake the perchild MPM use the APR signal child and...
2001-02-19 Doug MacEachernrename miss: s/apr_clear_pool/apr_pool_clear/g
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-13 Doug MacEacherndoh. need a spellchekker for these rename scripts...
2001-02-13 Jeff Trawickmod_status references ap_my_generation; declare it...
2001-02-13 Ryan BloomMake perchild build again
2001-02-11 Jeff TrawickINIT_SIGLIST() is gone; stop using it
2001-02-11 Greg Stein*) include "apr_signal.h" when needed
2001-02-09 Bill StoddardReplace reinit_scoreboard with ap_create_scoreboard.
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-02-07 Ryan BloomGet the Unix MPMs restarting again. If we are going...
2001-02-07 Jeff Trawickget rid of some cruft related to a now-unused parameter to
2001-02-06 Jeff Trawickget perchild just a little closer to building; maybe...
2001-02-05 Jeff Trawickap_new_connection() returns NULL if an error occurred...
2001-02-01 Ryan BloomBring mod_status for 2.0 back in line with mod_status...
2001-01-20 William A. Rowe Jr The changes required for the APR_FINFO_wanted argument to
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2001-01-18 Jeff Trawickfix the declaration of the register-hooks function...
2001-01-12 Ryan BloomStop using environment variables to set ONE_PROCESS...
2001-01-09 Jeff Trawickfix some handler brokenness
2000-12-19 Ryan Bloomap_start_shutdown is not used by anybody outside of...
2000-12-19 Ryan BloomGet the perchild MPM working better again. I have...
2000-12-11 Ryan BloomGet perchild serving pages again. This doesn't work...
2000-12-06 Ryan BloomGet the Perchild MPM serving pages again.
2000-12-05 Ryan BloomGet the perchild MPM building cleanly again. This...
2000-12-04 Jeff TrawickGet rid of ap_new_apr_connection(). ap_new_connection...
2000-11-10 Ryan BloomFix a lot of the fallback from the apr_ssize_t to apr_s...
2000-10-23 Manoj KasichainulaAdd a temporary pool argument to unixd_pre_config,...
2000-10-18 Ryan BloomThis begins to remove BUFF from the server. The idea...
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-10-05 William A. Rowe Jr The lots of little ones... APR_IS_STATUS_condition...
2000-08-23 Ryan BloomRemove IOLs from Apache. They are no longer necessary...
2000-08-22 Brian HavardAPRize disabling nagle (setting TCP_NODELAY).
2000-08-06 Ryan BloomRemove some values that aren't needed anymore. These...
next