| Commit message (Expand) | Author | Age | Files | Lines |
* | mpm_event,mod_http2,mod_status: Follow up to r1918257: CONN_STATE_ASYNC_WAITIO. | Yann Ylavic | 2024-06-21 | 1 | -2/+2 |
* | mpm_event,mod_http2: Keep compatibility with CONN_STATE_PROCESSING + OK | Yann Ylavic | 2024-06-11 | 1 | -0/+2 |
* | *) core/mod_ssl/mpm_event: reverting changes to nonblocing SSL handshakes | Stefan Eissing | 2022-02-04 | 1 | -2/+0 |
* | event: Add AP_MPM_CAN_AGAIN and AGAIN to signal to the MPM that | Graham Leggett | 2022-01-24 | 1 | -0/+2 |
* | Follow up to r1879449: yet better MPM poll callback API. | Yann Ylavic | 2020-07-02 | 1 | -2/+2 |
* | mpm_common: add pool argument to mpm_register_poll_callback[_timeout] hooks. | Yann Ylavic | 2020-07-02 | 1 | -3/+13 |
* | mpm_common: remove ap_mpm_unregister_poll_callback(). | Yann Ylavic | 2020-07-02 | 1 | -10/+0 |
* | Fix some doxygen warning. | Christophe Jaillet | 2016-05-30 | 1 | -4/+1 |
* | reverting the reverting of r1735174, r1735176 was the culprit | Stefan Eissing | 2016-03-16 | 1 | -28/+31 |
* | reverting r1735174 as http/1.1 just terminated before response | Stefan Eissing | 2016-03-16 | 1 | -31/+28 |
* | mpm: Generalise the ap_mpm_register_socket functions to accept pipes or sockets. | Graham Leggett | 2016-03-15 | 1 | -28/+31 |
* | Revert r1601943, r1602058, r1605307 (socket callback returning pollfds) | Takashi Sato | 2014-06-27 | 1 | -3/+2 |
* | Follow up r1601943: | Takashi Sato | 2014-06-12 | 1 | -1/+1 |
* | Socket event callback now takes pollfd. | Takashi Sato | 2014-06-11 | 1 | -2/+3 |
* | PR56333: Add an API to resume a connection that a handler has previously susp... | Eric Covener | 2014-05-11 | 1 | -0/+4 |
* | Extend the socket callbacks in event to allow a timeout on the I/O callback. | Eric Covener | 2014-05-11 | 1 | -1/+24 |
* | doxygen improvements | Jeff Trawick | 2014-01-22 | 1 | -28/+73 |
* | fix Doxygen warnings/comments | Jeff Trawick | 2013-08-13 | 1 | -1/+1 |
* | Fold in Eric Covener's socket callback | Jim Jagielski | 2013-06-17 | 1 | -0/+23 |
* | Fix another compiler warning | Stefan Fritsch | 2012-02-25 | 1 | -1/+1 |
* | More cleanup: Expand tabs and some more indentation fixes | Stefan Fritsch | 2011-09-23 | 1 | -3/+3 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -8/+8 |
* | Add child_status hook for tracking creation/termination of MPM child | Jeff Trawick | 2011-04-25 | 1 | -1/+39 |
* | Improve the comments for AP_MPMQ_NOT_SUPPORTED/AP_MPMQ_STATIC/AP_MPMQ_DYNAMIC | Stefan Fritsch | 2010-06-08 | 1 | -8/+8 |
* | Fix a lot of doxygen warnings. Thanks to Brad Hards for the patch. | Daniel Earl Poirier | 2009-10-28 | 1 | -1/+1 |
* | main() can use ap_run_mpm() directly, so axe the old ap_mpm_run() function | Jeff Trawick | 2009-04-05 | 1 | -6/+5 |
* | mpm-query hook: distinguish between DECLINED and APR_ENOTIMPL so that | Jeff Trawick | 2009-04-01 | 1 | -2/+6 |
* | If serf is available, compile in driving the serf event loop from inside the | Paul Querna | 2009-03-28 | 1 | -0/+1 |
* | fix typo in comment | Jeff Trawick | 2009-03-27 | 1 | -1/+1 |
* | Introduce a new set of APIs to allow MPMs to be proper modules instead | Jeff Trawick | 2009-03-24 | 1 | -7/+9 |
* | Introduce Suspendable Requests to the Event MPM. | Paul Querna | 2008-09-20 | 1 | -0/+8 |
* | Remove ap_graceful_stop_signalled from all MPMs. | Paul Querna | 2008-04-07 | 1 | -8/+0 |
* | Use correct Doxygen keywords for functions and variables. TODO: figure out w... | Sander Temme | 2007-07-04 | 1 | -3/+3 |
* | * Add extern "C" linkage to several headers to make it easier to use | Ruediger Pluem | 2007-05-04 | 1 | -0/+8 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | Doxygen fixup / cleanup | Ian Holsman | 2005-08-29 | 1 | -4/+10 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | The Event MPM. | Paul Querna | 2004-11-20 | 1 | -0/+1 |
* | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 1 | -1/+1 |
* | fix copyright dates according to the first check in | André Malo | 2004-02-07 | 1 | -1/+1 |
* | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 1 | -49/+10 |
* | outch. Fix include guard to match the right name. | André Malo | 2004-02-04 | 1 | -2/+2 |
* | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
* | add new MPM query -- AP_MPMQ_MPM_STATE -- to find out what the MPM | Jeff Trawick | 2003-12-10 | 1 | -1/+6 |
* | Add fatal exception hook for use by debug modules. The hook is only | Jeff Trawick | 2003-11-26 | 1 | -0/+9 |
* | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | carry over from 1.3: disable profiling in the parent process #ifdef GPROF | Doug MacEachern | 2001-11-29 | 1 | -0/+14 |
* | Allow modules that add sockets to the ap_listeners list to | Ryan Bloom | 2001-11-13 | 1 | -0/+2 |