]> granicus.if.org Git - apache/history - include/ap_mpm.h
XML update.
[apache] / include / ap_mpm.h
2014-06-27 Takashi SatoRevert r1601943, r1602058, r1605307 (socket callback...
2014-06-12 Takashi SatoFollow up r1601943:
2014-06-11 Takashi SatoSocket event callback now takes pollfd.
2014-05-11 Eric CovenerPR56333: Add an API to resume a connection that a handl...
2014-05-11 Eric CovenerExtend the socket callbacks in event to allow a timeout...
2014-01-22 Jeff Trawickdoxygen improvements
2013-08-13 Jeff Trawickfix Doxygen warnings/comments
2013-06-17 Jim JagielskiFold in Eric Covener's socket callback
2012-02-25 Stefan FritschFix another compiler warning
2011-09-23 Stefan FritschMore cleanup: Expand tabs and some more indentation...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-04-25 Jeff TrawickAdd child_status hook for tracking creation/termination...
2010-06-08 Stefan FritschImprove the comments for AP_MPMQ_NOT_SUPPORTED/AP_MPMQ_...
2009-10-28 Daniel Earl PoirierFix a lot of doxygen warnings. Thanks to Brad Hards...
2009-04-05 Jeff Trawickmain() can use ap_run_mpm() directly, so axe the old...
2009-04-01 Jeff Trawickmpm-query hook: distinguish between DECLINED and APR_EN...
2009-03-28 Paul QuernaIf serf is available, compile in driving the serf event...
2009-03-27 Jeff Trawickfix typo in comment
2009-03-24 Jeff TrawickIntroduce a new set of APIs to allow MPMs to be proper...
2008-09-20 Paul QuernaIntroduce Suspendable Requests to the Event MPM.
2008-04-07 Paul QuernaRemove ap_graceful_stop_signalled from all MPMs.
2007-07-03 Sander TemmeUse correct Doxygen keywords for functions and variable...
2007-05-04 Ruediger Pluem* Add extern "C" linkage to several headers to make...
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-08-28 Ian HolsmanDoxygen fixup / cleanup
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-11-20 Paul QuernaThe Event MPM.
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-07 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-02-04 André Malooutch. Fix include guard to match the right name.
2004-01-01 André Maloupdate license to 2004.
2003-12-10 Jeff Trawickadd new MPM query -- AP_MPMQ_MPM_STATE -- to find out...
2003-11-26 Jeff TrawickAdd fatal exception hook for use by debug modules....
2003-02-03 André Malofinished that boring job:
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2001-11-29 Doug MacEacherncarry over from 1.3: disable profiling in the parent...
2001-11-13 Ryan BloomAllow modules that add sockets to the ap_listeners...
2001-11-07 Cliff WoolleyFix the spelling of the AP_MPMQ_MIN_SPARE_DAEMONS and
2001-08-15 Jeff Trawickfix some homophonic issues in comments, as well as...
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-04-13 Ryan BloomAdd more options to the ap_mpm_query function. This...
2001-04-06 Paul J. RederChanges required to make prefork clean up idle children...
2001-03-02 Ryan BloomAllow modules to query the MPM about it's execution...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-12 Greg Stein*) remove some obsolete/unused defines from httpd.h.
2000-12-19 Ryan Bloomap_start_shutdown is not used by anybody outside of...
2000-11-26 Greg Stein*) Compensate for recent changes in the APR headers...
2000-10-24 William A. Rowe Jr Get everything working with suexec patches again.
2000-10-23 Manoj KasichainulaAdd back suexec support.
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-08-23 Ryan BloomRemove IOLs from Apache. They are no longer necessary...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-29 Ryan BloomDocument ap_mpm.h using ScanDoc.
2000-05-27 William A. Rowe Jr This patch corrects the issues from the AP_EXPORT...
2000-05-04 Ryan BloomMake reliable piped logs work on 2.0.
2000-04-14 Ryan BloomChange ap_context_t to ap_pool_t. This compiles, runs...
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-10 Ryan BloomFix all the License issues. Including:
1999-12-20 Bill StoddardHandle -k restart|shutdown command line option from...
1999-12-13 Ryan BloomFix some warnings when configured with --enable-maintai...
1999-11-19 Ryan BloomRemove the ap_thread_mutex code from all MPM's. This...
1999-08-31 Ryan BloomChanged pools to contexts. Tested with prefork and...
1999-06-20 dgaudetap_mpm_graceful_stop -> ap_graceful_stop_signalled
1999-06-20 dgaudetdocumentation
1999-06-20 dgaudetcrude ap_thread_mutex abstraction
1999-06-18 dgaudetInitial revision