]> granicus.if.org Git - apache/history - modules/filters/mod_reqtimeout.c
Remove usage of the APR private function apr_wait_for_io_or_timeout(),
[apache] / modules / filters / mod_reqtimeout.c
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...