]> granicus.if.org Git - apache/history - server/mpm/event
mpm_winnt: Factor out a helper function to parse the type of an accept
[apache] / server / mpm / event /
2014-06-16 Yann YlavicMark all unused/duplicated/closed child listeners as...
2014-06-14 Takashi Satostyle fix, no functional change.
2014-06-13 Takashi SatoeventMPM:
2014-06-11 Takashi SatoSocket event callback now takes pollfd.
2014-06-07 Yann Ylavicmpm_event[opt]: Send the SSL close notify alert when...
2014-06-07 Yann Ylavic-MPMs event & eventopt: child listeners are used in...
2014-06-03 Jim JagielskiBreak out common code to be share-able
2014-06-03 Jim Jagielskifold in performance hack from eventopt
2014-06-03 Jim JagielskiNow allow MPMs to call ap_log_common()
2014-06-03 Jim JagielskiOptimize w/ duplicated listeners and use of SO_REUSEPORT
2014-05-13 Mike RumphFix some comment typos
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-04-20 Eric Covenerr1494157 from eventopt for event, per sf's review comments.
2013-11-30 Jeff Trawickfollow-up to r1546759: remove an inadvertently committe...
2013-11-30 Jeff TrawickAdd suspend_connection and resume_connection hooks...
2013-11-30 Jeff Trawickfix whitespace in a debug message
2013-11-26 Jeff TrawickFollow-up to r1538490:
2013-11-25 Jim JagielskiConsistent types
2013-11-25 Jim Jagielskinaming suggestion re: trawick
2013-11-25 Jim JagielskiUse offset which is smack dab in the middle.
2013-11-25 Jim JagielskiUse correct type...
2013-11-25 Jim JagielskiUse a normalized offset point for idlers... still need...
2013-11-25 Jim Jagielskirevert 1544876
2013-11-23 Jim JagielskiJust critically warn people... but keep pushing through.
2013-11-04 Eric Covenerc->sbh can be unexpectedly NULL when the thread that...
2013-10-23 Jeff Trawickaxe unused autodata+heap (clang scan-build)
2013-10-05 Jeff TrawickDisable event/eventopt if apr skiplist isn't available
2013-10-02 Jim Jagielskiskiplist is now in apr 1.5 and above
2013-08-25 Eric CovenerIn event's process_lingering_close, close the socket...
2013-06-17 Jim JagielskiFold in Eric Covener's socket callback
2013-05-11 Stefan Fritschupdate log tags
2013-04-22 Graham Leggettcore, mod_ssl: Lift the restriction that prevents mod_s...
2013-03-31 Stefan FritschRemove some useless declarations that were shadowing...
2013-03-03 Eric Covenerrv uninitialized -- the failing checks don't set rv...
2013-03-01 Jim JagielskiAs long as we have skiplist, use it.
2013-01-15 Christophe JailletLog a warning if ThreadStackSize has an inappropriate...
2012-12-25 Stefan FritschCheck that AsyncRequestWorkerFactor is not negative
2012-11-18 Jim JagielskiDocument the check in open_logs()
2012-11-16 Jim Jagielskifdq expects a certain behavior from atomics... ensure...
2012-11-15 Jim JagielskiPrefer higher-mode polling, but allow for drop down...
2012-11-14 Jim Jagielskino longer needed
2012-11-14 Jim JagielskiPull out the "extended" pod functions used by event...
2012-10-07 Stefan FritschFix usage of MOD_* variables for MPM modules
2012-10-03 Graham LeggettFix spelling mistakes.
2012-07-23 Jeff TrawickFollow up to r1363557:
2012-07-19 Jeff Trawickmpm_event, mpm_worker: Remain active amidst prevalent...
2012-07-19 Jeff Trawickmpm_event, mpm_worker: Fix cases where the spawn rate...
2012-07-15 Stefan FritschDon't count connections in lingering close state when
2012-07-15 Stefan FritschKeep track of the number of clogged, lingering, and...
2012-07-15 Stefan FritschSimplify handling of MaxConnectionsPerChild
2012-05-27 Stefan FritschFix MaxConnectionsPerChild
2012-05-27 Stefan Fritschrename requests_this_child to conns_this_child, which...
2012-02-27 Stefan FritschTake care not to call ap_start_lingering_close from...
2012-02-27 Stefan FritschPrevent listener thread from ever updating a worker...
2012-02-24 Stefan FritschRevert Paul's lock free circular queue changes done...
2011-12-19 Graham LeggettFix the case where AP_DEBUG is unset.
2011-12-19 Graham LeggettFix warning: variable 'rv' set but not used.
2011-12-07 Joe Orton* include/httpd.h, server/mpm/*/*.h: Tidy up doxygen...
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-18 Jeff Trawickfollow up to r1202257 -- perform normal wakeup processi...
2011-11-18 Greg Amesgarbage C's in server-status and extra child processes...
2011-11-17 Jeff Trawickevent no longer requires APR_POLLSET_THREADSAFE, or any
2011-11-17 Jeff Trawicksilly indentation fix
2011-11-15 Jeff Trawickspellcheck r1202258
2011-11-15 Paul QuernaCalculate the power of two size of the buffer before...
2011-11-15 Paul QuernaUse apr_pollset_wakeup to ensure that the listener...
2011-11-15 Paul QuernaBecause the pollset is now only mutated from the event...
2011-11-15 Paul QuernaCreate a new lock free circular queue, and use it in...
2011-11-15 Paul QuernaInstead of disabling the listening sockets from the...
2011-11-12 Stefan FritschFix assertion failure during very high load by preventi...
2011-11-10 Jeff Trawickclean up unused ap_my_generation variable
2011-11-09 Stefan FritschDowngrade log message which is triggered when client...
2011-10-09 Stefan FritschIf a child is created just before graceful restart...
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-09-19 Stefan FritschAdd wrappers for malloc, calloc, realloc that check...
2011-07-26 Stefan FritschInstall signal handlers for crashes before detaching...
2011-07-26 Stefan FritschReduce period during startup and restart where a succes...
2011-07-05 Rainer JungAllow to specify module specific custom linker flags
2011-06-20 Stefan FritschLog the deprecation warning at level info, not warn
2011-06-20 Stefan FritschFix search'n'replace error: Actually warn if MaxClients...
2011-06-20 Stefan FritschNew AsyncRequestWorkerFactor directive to influence...
2011-06-20 Stefan FritschRemove dead assignment, as pointed out by Chris Wilson...
2011-06-20 Stefan FritschRename MaxClients to MaxRequestWorkers which describes...
2011-06-19 Stefan FritschSome improvements for handling of many connections...
2011-06-18 Stefan FritschIf MaxMemFree is set, limit the number of recycled...
2011-06-18 Stefan FritschSome logging tweaks
2011-06-18 Stefan FritschFormatting changes, reuse 'now' variable instead of...
2011-06-18 Stefan FritschFix graceful restart aborting connections
2011-04-25 Jeff TrawickAdd child_status hook for tracking creation/termination...
2011-03-30 Jeff TrawickSimplify the interface to ap_reclaim_child_processes...
2011-03-28 Jeff Trawickmpm_common.c implements a handful of config directives...
2011-03-28 Jeff Trawicksome non-MPM code wants to see DEFAULT_PIDLOG, so liber...
2011-03-28 Jeff Trawickconsolidate logic to remove the pidfile in a new API,
2011-03-26 Jeff TrawickSCOREBOARD_MAINTENANCE_INTERVAL is gone, except for...
2011-03-21 Joe Orton* server/mpm/prefork/prefork.c (set_signals): Ignore...
2011-03-05 Jeff Trawickworker, event, prefork: Correct several issues when...
next