summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_authz_core: follow up to r1864759.Yann Ylavic2019-11-071-7/+8
* Add comment, no functional change.Joe Orton2019-11-051-0/+4
* mod_proxy: Improve tunneling loop.Yann Ylavic2019-11-054-161/+342
* mod_proxy: Add proxy check_trans hook.Yann Ylavic2019-11-053-0/+33
* *) mod_md v2.2.3: Stefan Eissing2019-11-056-20/+15
* mod_proxy: factorize mod_proxy_{connect,wstunnel} tunneling code in proxy_util.Yann Ylavic2019-11-034-365/+329
* mod_proxy_http: follow up to r1869216.Yann Ylavic2019-10-311-33/+13
* Revert r1869222, wrong files committed.Yann Ylavic2019-10-312-246/+41
* mod_proxy_http: follow up to r1869216.Yann Ylavic2019-10-312-41/+246
* mod_proxy_http: fix load-balancer fallback for requests with a body.Yann Ylavic2019-10-311-14/+40
* Fix an incorrect NULL checked.Christophe Jaillet2019-10-261-1/+1
* mod_ssl: follow up to r1868645 and r1868929.Yann Ylavic2019-10-251-0/+2
* mod_ssl: follow up to r1868645.Yann Ylavic2019-10-251-2/+8
* mod_md: fixes compiler warning about initialization, version bumb.Stefan Eissing2019-10-252-4/+4
* mod_ssl: follow up to r1868645.Yann Ylavic2019-10-223-13/+15
* mod_md: resolve duplicate tag.Yann Ylavic2019-10-201-1/+1
* mod_proxy_http: follow up to r1868576.Yann Ylavic2019-10-201-0/+12
* mod_proxy_http: revert r1868625.Yann Ylavic2019-10-201-10/+10
* mod_ssl: negotiate the TLS protocol version per name based vhost configuration.Yann Ylavic2019-10-203-7/+91
* Synch 2.4.x and trunk.Christophe Jaillet2019-10-201-1/+1
* mod_proxy_http: follow up to r1868576.Yann Ylavic2019-10-191-10/+10
* mod_proxy_http: Fix 100-continue deadlock for spooled request bodies. PR 63855.Yann Ylavic2019-10-181-0/+15
* *) mod_md: Adding the several new features.Stefan Eissing2019-10-1647-1637/+4736
* * Correctly initialize nomime memberRuediger Pluem2019-10-141-0/+1
* Honor "Accept-Encoding: foo;q=0" as per RFC 7231; which means 'foo' is "not a...Christophe Jaillet2019-10-112-4/+30
* Fix pool concurrency problemsRuediger Pluem2019-10-113-59/+87
* * Add back logging goodnessRuediger Pluem2019-10-111-4/+4
* * Revert r1865944 and r1865938Ruediger Pluem2019-10-111-29/+5
* Fix build broken w/o --enable-cgid-fdpassing by r1867968:Joe Orton2019-10-043-3/+8
* * modules/generators/cgi_common.h (discard_script_output): SimplifyJoe Orton2019-10-041-8/+4
* Move common (and near-identical) code for CGI response output handlingJoe Orton2019-10-043-258/+143
* * modules/generators/cgi_common.h (cgi_bucket_create):Joe Orton2019-10-022-3/+4
* * modules/generators/mod_cgid.c (sock_readhdr): Only set up controlJoe Orton2019-10-021-7/+15
* * modules/ssl/ssl_engine_log.c (ssl_log_cert_error): Use stringJoe Orton2019-09-261-4/+2
* Fix a typoChristophe Jaillet2019-09-201-2/+2
* Fix a typoChristophe Jaillet2019-09-201-1/+1
* Reverse the order of the test... if clang, then use clang, because some clang...Jim Jagielski2019-09-192-14/+14
* ap_http_header_filter: avoid double encoding of output headers in traces.Yann Ylavic2019-09-161-2/+1
* * modules/mappers/mod_rewrite.c: Enhance trace-level logging to logJoe Orton2019-09-131-166/+205
* restore use of global mutex under !APR_HAS_THREADSEric Covener2019-08-303-9/+1
* * Lock the worker, not the balancer. We even do not know if we have a balancerRuediger Pluem2019-08-291-2/+2
* lognosEric Covener2019-08-261-6/+6
* PR63503: fix pool concurrency problems in mod_proxyEric Covener2019-08-261-5/+29
* remove APR_HAS_THREADS check Eric Covener2019-08-261-4/+0
* no-op PROXY_THREAD_LOCK if !APR_HAS_THREADSEric Covener2019-08-261-0/+5
* leave a hint about session expiration at TRACE2Eric Covener2019-08-251-0/+1
* PR63688 balancer csrf problemsEric Covener2019-08-231-1/+1
* mod_ssl: OCSP does not apply to proxy mode, fix verify context.Yann Ylavic2019-08-231-2/+2
* Increase the maximum length of strings that can be cached by the module from ...Christophe Jaillet2019-08-181-1/+1
* Include for mod_status.h Steffen Land2019-08-111-2/+2