index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
filters
/
mod_reqtimeout.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mod_reqtimeout: Set socket timeout for AP_MODE_INIT.
Yann Ylavic
2022-01-24
1
-2
/
+1
*
PR64295 cannot override default Virtualhost's mod_reqtimeout
Jean-Frederic Clere
2020-04-15
1
-2
/
+2
*
Fix spelling errors found by codespell. [skip ci]
Mike Rumph
2020-02-13
1
-2
/
+2
*
mod_reqtimeout: fix default_[stage]_rate_factor initializations.
Yann Ylavic
2019-04-08
1
-10
/
+10
*
mod_reqtimeout: follow up to r1853901: init stage name outside INIT_STAGE().
Yann Ylavic
2019-02-20
1
-2
/
+3
*
mod_reqtimeout: follow up to r1853901: fix macro args.
Yann Ylavic
2019-02-20
1
-3
/
+3
*
mod_reqtimeout: follow up to r1853906: adjust hooks priorities comments.
Yann Ylavic
2019-02-19
1
-4
/
+6
*
mod_reqtimeout: Allow to configure (TLS-)handshake timeouts.
Yann Ylavic
2019-02-19
1
-5
/
+26
*
mod_reqtimeout: factorize structs and code.
Yann Ylavic
2019-02-19
1
-98
/
+87
*
mod_reqtimeout: follow up to r1754391: fix missing "else".
Yann Ylavic
2016-07-28
1
-1
/
+1
*
mod_reqtimeout: Fix body timeout disabling for CONNECT requests to avoid
Yann Ylavic
2016-07-28
1
-2
/
+6
*
mod_reqtimeout: Prevent long response times from triggering a timeout once
Yann Ylavic
2016-03-09
1
-13
/
+20
*
Revert r1733054: spurious commit of being-worked mod_reqtimeout changes.
Yann Ylavic
2016-03-01
1
-18
/
+0
*
mod_proxy: follow up to r1729826 + r1729847 + r1732986.
Yann Ylavic
2016-03-01
1
-0
/
+18
*
Fix some style issues on files that can easily be synch'ed with 2.4.x
Christophe Jaillet
2015-09-30
1
-1
/
+2
*
mod_reqtimeout: follow up to r1621453.
Yann Ylavic
2015-07-06
1
-52
/
+42
*
mod_reqtimeout: don't extend the timeout in speculative mode, wait for the
Yann Ylavic
2014-11-24
1
-1
/
+6
*
mod_reqtimeout: revert r1640758.
Yann Ylavic
2014-11-20
1
-11
/
+7
*
mod_reqtimeout: avoid unnecessary calls to apr_socket_timeout_set().
Yann Ylavic
2014-11-20
1
-7
/
+11
*
PR56729: mod_reqtimeout gets confused when it sees a read via
Eric Covener
2014-08-30
1
-0
/
+10
*
mod_reqtimeout: Resolve unexpected timeouts on keepalive requests
Eric Covener
2014-03-23
1
-3
/
+11
*
Keep mod_req clear. Simply scan thru input filters and
Jim Jagielski
2013-03-19
1
-11
/
+0
*
allow bypass and removal.
Jim Jagielski
2013-03-19
1
-0
/
+6
*
temp work-around... better ways to do this, but
Jim Jagielski
2013-03-19
1
-1
/
+1
*
Allow modules to pro-actively bypass the reqtimeout filter (by connection)
Jim Jagielski
2013-03-19
1
-0
/
+5
*
Revert r1202255 to restore same behavior as in 2.4:
Stefan Fritsch
2012-01-31
1
-5
/
+0
*
Fix copy&paste error in comment.
Rainer Jung
2012-01-31
1
-1
/
+1
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-1
/
+1
*
Avoid one apr_time_now() call in the fast path
Stefan Fritsch
2011-11-16
1
-6
/
+9
*
disable mod_reqtimeout if not configured
Paul Querna
2011-11-15
1
-0
/
+5
*
mod_reqtimeout: Change the default to set some reasonable timeout values if l...
Stefan Fritsch
2011-11-08
1
-33
/
+68
*
More cleanup: Expand tabs and some more indentation fixes
Stefan Fritsch
2011-09-23
1
-4
/
+4
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-10
/
+10
*
Introduce new function ap_get_conn_socket() to access the socket of
Stefan Fritsch
2011-06-13
1
-1
/
+1
*
Introduce ap_(get|set)_core_module_config() functions/macros and use them
Stefan Fritsch
2011-06-06
1
-1
/
+1
*
Fix a timed out connection going into the keep-alive state after a timeout
Stefan Fritsch
2011-05-14
1
-0
/
+7
*
Fix CVE-2010-1623 in mod_reqtimeout, too. It includes a non-blocking variant
Stefan Fritsch
2010-10-01
1
-1
/
+38
*
save some memory by using cmd->temp_pool instead of cmd->pool in some places
Stefan Fritsch
2010-09-28
1
-1
/
+1
*
Revert part of r983116: Don't break the loop if rv is EAGAIN
Stefan Fritsch
2010-08-12
1
-1
/
+1
*
rv is never used which makes the whole if useless
Philip M. Gollucci
2010-08-06
1
-4
/
+1
*
* Use APR_STATUS_IS_TIMEUP instead of direct compare to APR_TIMEUP to
Ruediger Pluem
2010-06-10
1
-1
/
+1
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-1
/
+1
*
Replace apr_wait_for_io_or_timeout with apr_poll, to (hopefully) allow
Stefan Fritsch
2010-04-18
1
-4
/
+11
*
Fix backward compatibility with APR versions less than 2.0 which don't have
Brian Havard
2010-04-13
1
-0
/
+8
*
Remove usage of the APR private function apr_wait_for_io_or_timeout(),
Brian Havard
2010-04-12
1
-2
/
+1
*
Disable body timeout for CONNECT requests
Stefan Fritsch
2010-03-29
1
-5
/
+7
*
Surely we meant to use the right data type for a stream?
William A. Rowe Jr
2010-03-22
1
-1
/
+1
*
get the socket with ap_get_module_config instead of walking the filter chain
Stefan Fritsch
2010-03-15
1
-15
/
+1
*
core: shorten the wait time in ap_lingering_close() if the
Stefan Fritsch
2010-03-15
1
-5
/
+4
*
Also extend the timeout if have_lf_or_eos() returned APR_SUCCESS.
Stefan Fritsch
2010-03-12
1
-4
/
+4
[next]