summaryrefslogtreecommitdiffstats
path: root/modules/filters/mod_reqtimeout.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_reqtimeout: Set socket timeout for AP_MODE_INIT.Yann Ylavic2022-01-241-2/+1
* PR64295 cannot override default Virtualhost's mod_reqtimeoutJean-Frederic Clere2020-04-151-2/+2
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-2/+2
* mod_reqtimeout: fix default_[stage]_rate_factor initializations.Yann Ylavic2019-04-081-10/+10
* mod_reqtimeout: follow up to r1853901: init stage name outside INIT_STAGE().Yann Ylavic2019-02-201-2/+3
* mod_reqtimeout: follow up to r1853901: fix macro args.Yann Ylavic2019-02-201-3/+3
* mod_reqtimeout: follow up to r1853906: adjust hooks priorities comments.Yann Ylavic2019-02-191-4/+6
* mod_reqtimeout: Allow to configure (TLS-)handshake timeouts.Yann Ylavic2019-02-191-5/+26
* mod_reqtimeout: factorize structs and code.Yann Ylavic2019-02-191-98/+87
* mod_reqtimeout: follow up to r1754391: fix missing "else".Yann Ylavic2016-07-281-1/+1
* mod_reqtimeout: Fix body timeout disabling for CONNECT requests to avoidYann Ylavic2016-07-281-2/+6
* mod_reqtimeout: Prevent long response times from triggering a timeout onceYann Ylavic2016-03-091-13/+20
* Revert r1733054: spurious commit of being-worked mod_reqtimeout changes.Yann Ylavic2016-03-011-18/+0
* mod_proxy: follow up to r1729826 + r1729847 + r1732986.Yann Ylavic2016-03-011-0/+18
* Fix some style issues on files that can easily be synch'ed with 2.4.xChristophe Jaillet2015-09-301-1/+2
* mod_reqtimeout: follow up to r1621453.Yann Ylavic2015-07-061-52/+42
* mod_reqtimeout: don't extend the timeout in speculative mode, wait for theYann Ylavic2014-11-241-1/+6
* mod_reqtimeout: revert r1640758.Yann Ylavic2014-11-201-11/+7
* mod_reqtimeout: avoid unnecessary calls to apr_socket_timeout_set().Yann Ylavic2014-11-201-7/+11
* PR56729: mod_reqtimeout gets confused when it sees a read viaEric Covener2014-08-301-0/+10
* mod_reqtimeout: Resolve unexpected timeouts on keepalive requests Eric Covener2014-03-231-3/+11
* Keep mod_req clear. Simply scan thru input filters andJim Jagielski2013-03-191-11/+0
* allow bypass and removal.Jim Jagielski2013-03-191-0/+6
* temp work-around... better ways to do this, butJim Jagielski2013-03-191-1/+1
* Allow modules to pro-actively bypass the reqtimeout filter (by connection)Jim Jagielski2013-03-191-0/+5
* Revert r1202255 to restore same behavior as in 2.4:Stefan Fritsch2012-01-311-5/+0
* Fix copy&paste error in comment.Rainer Jung2012-01-311-1/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-1/+1
* Avoid one apr_time_now() call in the fast pathStefan Fritsch2011-11-161-6/+9
* disable mod_reqtimeout if not configuredPaul Querna2011-11-151-0/+5
* mod_reqtimeout: Change the default to set some reasonable timeout values if l...Stefan Fritsch2011-11-081-33/+68
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-4/+4
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-10/+10
* Introduce new function ap_get_conn_socket() to access the socket ofStefan Fritsch2011-06-131-1/+1
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-1/+1
* Fix a timed out connection going into the keep-alive state after a timeoutStefan Fritsch2011-05-141-0/+7
* Fix CVE-2010-1623 in mod_reqtimeout, too. It includes a non-blocking variantStefan Fritsch2010-10-011-1/+38
* save some memory by using cmd->temp_pool instead of cmd->pool in some placesStefan Fritsch2010-09-281-1/+1
* Revert part of r983116: Don't break the loop if rv is EAGAINStefan Fritsch2010-08-121-1/+1
* rv is never used which makes the whole if uselessPhilip M. Gollucci2010-08-061-4/+1
* * Use APR_STATUS_IS_TIMEUP instead of direct compare to APR_TIMEUP toRuediger Pluem2010-06-101-1/+1
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* Replace apr_wait_for_io_or_timeout with apr_poll, to (hopefully) allowStefan Fritsch2010-04-181-4/+11
* Fix backward compatibility with APR versions less than 2.0 which don't haveBrian Havard2010-04-131-0/+8
* Remove usage of the APR private function apr_wait_for_io_or_timeout(),Brian Havard2010-04-121-2/+1
* Disable body timeout for CONNECT requestsStefan Fritsch2010-03-291-5/+7
* Surely we meant to use the right data type for a stream?William A. Rowe Jr2010-03-221-1/+1
* get the socket with ap_get_module_config instead of walking the filter chainStefan Fritsch2010-03-151-15/+1
* core: shorten the wait time in ap_lingering_close() if theStefan Fritsch2010-03-151-5/+4
* Also extend the timeout if have_lf_or_eos() returned APR_SUCCESS.Stefan Fritsch2010-03-121-4/+4