]> granicus.if.org Git - apache/history - modules/filters/mod_reqtimeout.c
mod_deflate: follow up to r1619383.
[apache] / modules / filters / mod_reqtimeout.c
2014-03-23 Eric Covenermod_reqtimeout: Resolve unexpected timeouts on keepaliv...
2013-03-19 Jim JagielskiKeep mod_req clear. Simply scan thru input filters and
2013-03-19 Jim Jagielskiallow bypass and removal.
2013-03-19 Jim Jagielskitemp work-around... better ways to do this, but
2013-03-19 Jim JagielskiAllow modules to pro-actively bypass the reqtimeout...
2012-01-31 Stefan FritschRevert r1202255 to restore same behavior as in 2.4:
2012-01-31 Rainer JungFix copy&paste error in comment.
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-11-16 Stefan FritschAvoid one apr_time_now() call in the fast path
2011-11-15 Paul Quernadisable mod_reqtimeout if not configured
2011-11-08 Stefan Fritschmod_reqtimeout: Change the default to set some reasonab...
2011-09-23 Stefan FritschMore cleanup: Expand tabs and some more indentation...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-06-13 Stefan FritschIntroduce new function ap_get_conn_socket() to access...
2011-06-06 Stefan FritschIntroduce ap_(get|set)_core_module_config() functions...
2011-05-14 Stefan FritschFix a timed out connection going into the keep-alive...
2010-10-01 Stefan FritschFix CVE-2010-1623 in mod_reqtimeout, too. It includes...
2010-09-28 Stefan Fritschsave some memory by using cmd->temp_pool instead of...
2010-08-12 Stefan FritschRevert part of r983116: Don't break the loop if rv...
2010-08-06 Philip M. Golluccirv is never used which makes the whole if useless
2010-06-10 Ruediger Pluem* Use APR_STATUS_IS_TIMEUP instead of direct compare...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-04-18 Stefan FritschReplace apr_wait_for_io_or_timeout with apr_poll, to...
2010-04-13 Brian HavardFix backward compatibility with APR versions less than...
2010-04-12 Brian HavardRemove usage of the APR private function apr_wait_for_i...
2010-03-29 Stefan FritschDisable body timeout for CONNECT requests
2010-03-22 William A. Rowe JrSurely we meant to use the right data type for a stream?
2010-03-15 Stefan Fritschget the socket with ap_get_module_config instead of...
2010-03-15 Stefan Fritschcore: shorten the wait time in ap_lingering_close(...
2010-03-12 Stefan FritschAlso extend the timeout if have_lf_or_eos() returned...
2010-03-10 Stefan Fritsch- Enforce request timeout even for AP_MODE_GETLINE.
2010-03-10 Stefan FritschMove initialization to process_connection hook, right...
2010-01-24 Guenter Knaufchanged strcasestr() to ap_strcasestr() to fix broken...
2010-01-23 Stefan FritschRename RequestTimeout into RequestReadTimeout and chang...
2009-11-10 Stefan FritschFix broken config check for *max timeouts
2009-10-14 Stefan FritschRename ReqTimeout into RequestTimeout, to be more in...
2009-10-05 Jim JagielskiNo need to constantly compute these; do so once at...
2009-10-05 Jim JagielskiRefactor mod_reqtimeout a bit to use just 1 directives...
2009-10-04 Stefan FritschAdd mod_reqtimeout: New module to set timeouts and...