summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* On the trunk:Stefan Eissing2016-12-241-2/+2
* On the trunk:Stefan Eissing2016-12-241-6/+0
* Return HTTP 504 rather than 503 when a proxy timeout is hit.Luca Toscano2016-12-231-0/+3
* On the trunk:Stefan Eissing2016-12-231-1/+10
* On the trunk:Stefan Eissing2016-12-231-2/+2
* On the trunk:Stefan Eissing2016-12-236-8/+66
* mod_proxy_{ajp,fcgi}: Fix a possible crash when reusing an establishedYann Ylavic2016-12-231-4/+7
* pass along error bucketsEric Covener2016-12-231-0/+7
* http_header_filter: on check_headers() failure, use AP_FILTER_ERROR and EOCYann Ylavic2016-12-201-24/+24
* Silence compiler warning:Rainer Jung2016-12-191-1/+1
* mod_socache_redis also uses mod_status hooksWilliam A. Rowe Jr2016-12-161-2/+2
* related to http://svn.apache.org/viewvc?view=revision&revision=1774602Jim Jagielski2016-12-161-8/+8
* Add ../generators to include path for WindowsRainer Jung2016-12-161-2/+2
* Use correct format pattern, "%lu" is wrong forRainer Jung2016-12-161-6/+6
* http: release data buckets (memory, fd, ...) as soon as possible whenYann Ylavic2016-12-141-6/+6
* short-circuit some kinds of looping in RewriteRule.Eric Covener2016-12-141-0/+11
* Follow up to r1773761: restore EOC semantic.Yann Ylavic2016-12-141-18/+10
* html elementsJim Jagielski2016-12-131-9/+9
* Some "error" reporting if we overflowJim Jagielski2016-12-131-1/+5
* Follow up to r1773761: improved recursion detection.Yann Ylavic2016-12-121-8/+19
* Follow up to r1773761: we need to check both ap_send_error_response() and int...Yann Ylavic2016-12-121-4/+4
* Follow up to r1773761: don't recurse on ap_send_error_response() either.Yann Ylavic2016-12-121-2/+5
* Follow up to r1773761: don't recurse on internal redirects.Yann Ylavic2016-12-121-11/+25
* Follow up to r1773761: don't check_headers() more than once.Yann Ylavic2016-12-121-9/+11
* Follow up to r1773293.Yann Ylavic2016-12-121-30/+40
* ProxyPass ! doesn't block per-directory ProxyPassEric Covener2016-12-091-4/+15
* Drop C-L header and message-body from HTTP 204 responses.Luca Toscano2016-12-091-2/+6
* change error handling for bad resp headersEric Covener2016-12-081-5/+16
* revert r1773285 Eric Covener2016-12-081-15/+5
* change error handling for bad resp headersEric Covener2016-12-081-5/+15
* After eliminating unusual whitespace in Unsafe mode (e.g. \f \v), we are leftWilliam A. Rowe Jr2016-12-081-11/+1
* mod_auth_digest: fix segfaults during shared memory exhaustionJacob Champion2016-12-061-9/+43
* mod_session_crypto: Authenticate the session data/cookie with a MAC (SipHash)Yann Ylavic2016-12-061-36/+192
* update after mod_http2 backportStefan Eissing2016-12-041-2/+2
* SECURITY: CVE-2016-8740Stefan Eissing2016-12-042-30/+42
* Fix some style issue.Christophe Jaillet2016-12-031-5/+10
* The default value of 'inherit' should be AP_LUA_INHERIT_UNSET.Christophe Jaillet2016-12-031-0/+1
* Remove some spaces to synch with 2.4Christophe Jaillet2016-12-031-1/+1
* loop in checking response headers Eric Covener2016-12-031-0/+1
* add mod_proxy_hcheck to legacy buildGregg Lewis Smith2016-11-291-0/+123
* mod_brotli: Update makefiles to use the library layout of the officialEvgeny Kotkov2016-11-291-5/+7
* mod_brotli: Explicitly cast 'const uint8_t *' to 'const char *' when usingEvgeny Kotkov2016-11-281-2/+2
* mod_brotli: Rewrite the autoconf script in a, hopefully, less convoluted way.Evgeny Kotkov2016-11-281-108/+42
* * Fix numbers count in comment.Ruediger Pluem2016-11-281-2/+2
* mod_http2: wseaking cleanup assertion on streams that have never been scheduledStefan Eissing2016-11-242-0/+3
* update after backportStefan Eissing2016-11-231-2/+2
* mod_http2: new directove H2EarlyPushes for enabled 103 interim responsesStefan Eissing2016-11-233-1/+35
* update after backportStefan Eissing2016-11-231-2/+2
* mod_proxy_http2: not forwarding any 1xx responses on frontend HTTP/1.x connec...Stefan Eissing2016-11-233-7/+26
* Allow for initual burst at full speedJim Jagielski2016-11-231-6/+46