]> granicus.if.org Git - apache/history - server/mpm/simple
core: integrate data_in_{in,out}put_filter to ap_filter_{in,out}put_pending().
[apache] / server / mpm / simple /
2018-07-18 Yann Ylaviccore: integrate data_in_{in,out}put_filter to ap_filter...
2017-09-22 Yann Ylavicevent, simple, motorz: better naming, error code checki...
2016-04-27 William A. Rowe Jr Ensure http2 follows http in the meaning of
2016-03-22 Yann YlavicFollow up to r1734656: restore c->data_in_input_filters...
2016-03-12 Graham Leggettcore: Extend support for setting aside data from the...
2016-03-01 Yann Ylavicmpms: follow up to r1629925: more error reports.
2016-02-19 Stefan Eissingmaking complete_connection addition compile, hopefully...
2016-02-19 Graham Leggettmpm: Add a complete_connection hook that confirms wheth...
2016-01-19 Rainer JungAdded some more log numbers to log statements that
2015-10-04 Graham Leggettcore: Extend support for asynchronous write completion...
2014-10-07 Yann Ylaviccore: ensure that MPMs return an error on runtime failu...
2013-04-22 Graham Leggettsimple MPM: Lift the restriction that prevents mod_ssl...
2012-10-07 Stefan FritschFix usage of MOD_* variables for MPM modules
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-11-10 Paul QuernaFix spelling
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:
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-03-28 Jeff Trawickmpm_common.c implements a handful of config directives...
2010-06-15 Rainer JungRemove unused header file from simple MPM.
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2009-11-21 Jeff Trawickremove dead code related to the accept mutex
2009-11-14 Jeff TrawickImprove hack to "determine" if APR supports thread...
2009-11-03 Jeff TrawickChange the configure-based MPM build mechanism to suppo...
2009-11-03 Jeff Trawickmore configure-time support for dynamically loadable...
2009-06-28 Paul Querna* server/mpm/simple/simple_run.c
2009-06-28 Paul QuernaOnly remove sockets from the pollcb when they have...
2009-06-28 Paul Quernaserver/mpm/simple/simple_run.c
2009-04-17 Jeff TrawickMove logic to decide if an MPM is supported, and whethe...
2009-04-05 Jeff Trawickmain() can use ap_run_mpm() directly, so axe the old...
2009-04-01 Jeff Trawickclean up apr_time_from_msec() compatibility macros
2009-04-01 Jeff Trawickmpm-query hook: distinguish between DECLINED and APR_EN...
2009-03-30 Jeff Trawickrename the new retained-data APIs to ap_retained_data_c...
2009-03-25 Jeff Trawickresurrect the old (pre-r757867) compiled-in MPM_NAME...
2009-03-25 Jeff TrawickThe rewrite-args hook isn't available to MPM DSOs....
2009-03-25 Jeff Trawickchange the allocation path for the simple MPM's retaine...
2009-03-25 Jeff Trawickfix function names in trace messages
2009-03-25 Jeff Trawickheader file tweaks required for compilability
2009-03-24 Jeff TrawickIntroduce a new set of APIs to allow MPMs to be proper...
2009-02-09 Paul QuernaAdd conn_rec::current_thread.
2009-01-03 Rainer JungClean up thread and process number defaults
2009-01-02 Rainer JungInclude mpm_common.h in simple_run.c in order
2008-11-03 Paul QuernaMake sure we clear out previous things we were listenin...
2008-11-03 Nick KewSwitch all unix MPMs to use drop_privileges hook (mod_u...
2008-11-01 Paul QuernaConvert events to have an associated pool.
2008-11-01 Paul QuernaReset the timers when in the child -- this prevents...
2008-11-01 Paul QuernaRemove extra log line with how many threads are being...
2008-11-01 Paul QuernaMove creation of the pollcb object to after we fork...
2008-10-30 Jim JagielskiMake a valid prototype
2008-10-30 Paul QuernaBasic support for spawning children porcesses via fork...
2008-10-30 Paul QuernaRemove completed todo items.
2008-10-30 Paul Quernareindent according to our coding style: <http://httpd...
2008-10-30 Paul QuernaCreate a new drop_privileges hook for the Simple MPM.
2008-10-30 Paul QuernaRemove SimpleUser configuration command, this will...
2008-10-29 Nick KewIntroduce modules/system, and mod_unixd.c
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 Querna* server/mpm/simple/simple_{event,run}.c: Turn off...
2008-10-28 Paul QuernaAdd a work in progress, a completely new, "Simple MPM".