]> granicus.if.org Git - apache/history - server/mpm/simple/simple_io.c
mpm: Add a complete_connection hook that confirms whether an MPM is allowed
[apache] / server / mpm / simple / simple_io.c
2016-02-19 Graham Leggettmpm: Add a complete_connection hook that confirms wheth...
2015-10-04 Graham Leggettcore: Extend support for asynchronous write completion...
2013-04-22 Graham Leggettsimple MPM: Lift the restriction that prevents mod_ssl...
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-11-19 Stefan FritschRemove MPM-private stuff from conn_state_t
2011-10-25 Stefan FritschAdd comment why the code is disabled
2011-10-19 Stefan FritschComment out some incomplete code that does nothing...
2011-10-09 Stefan FritschCheck the return value from ap_run_create_connection...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2009-06-28 Paul QuernaOnly remove sockets from the pollcb when they have...
2009-03-25 Jeff Trawickfix function names in trace messages
2009-03-25 Jeff Trawickheader file tweaks required for compilability
2009-02-09 Paul QuernaAdd conn_rec::current_thread.
2008-11-03 Paul QuernaMake sure we clear out previous things we were listenin...
2008-11-01 Paul QuernaConvert events to have an associated pool.
2008-10-30 Paul Quernareindent according to our coding style: <http://httpd...
2008-10-29 Paul QuernaImprove ability to compile on C90 Compilers.
2008-10-28 Paul Querna* server/mpm/simple/simple_io.c: s/simple_io_timeut_cb...
2008-10-28 Paul Querna* simple_io.c line 111 and 145 cause a build falure...
2008-10-28 Paul QuernaAdd a work in progress, a completely new, "Simple MPM".