| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | test: fully qualified URIs should work through reverse proxy too. | Yann Ylavic | 2021-12-16 | 1 | -0/+1 |
* | *) test: modules/proxy, make uds faker a daemon thread, so it does not | Stefan Eissing | 2021-12-16 | 1 | -1/+1 |
* | *) test: when building librustls, force an update to cbindgen as focal seems | Stefan Eissing | 2021-12-16 | 1 | -0/+2 |
* | *) test: enabling proxy tests. | Stefan Eissing | 2021-12-16 | 2 | -2/+8 |
* | mod_ssl: Fix -Werror=unused-value in ssl_var_lookup_ssl_cert_data(). | Yann Ylavic | 2021-12-15 | 1 | -1/+1 |
* | *) test: added first mod_proxy tests in test/modules/proxy that | Stefan Eissing | 2021-12-15 | 7 | -4/+361 |
* | Add maintainer-mode for the OpenSSL 3.x -Werror build so we get actual warnin... | Joe Orton | 2021-12-15 | 1 | -1/+1 |
* | mod_proxy: Axe useless setting of *balancer to NULL in ap_proxy_pre_request() | Yann Ylavic | 2021-12-15 | 1 | -4/+2 |
* | Add Travis job against OpenSSL 3 with -Werror but with deprecation | Joe Orton | 2021-12-15 | 2 | -0/+10 |
* | mod_proxy: follow up to r1895921: Don't prevent forwarding URIs w/ no hostname. | Yann Ylavic | 2021-12-15 | 3 | -8/+14 |
* | Test against OpenSSL 3.0.1. | Joe Orton | 2021-12-15 | 1 | -2/+2 |
* | * Improve error handling | Ruediger Pluem | 2021-12-15 | 1 | -0/+1 |
* | Trim leading empty lines [skip ci] | Yann Ylavic | 2021-12-14 | 1 | -3/+0 |
* | Sync changes-entries [skip ci]. | Yann Ylavic | 2021-12-14 | 4 | -12/+18 |
* | http: Enforce that fully qualified uri-paths not to be forward-proxied | Yann Ylavic | 2021-12-13 | 7 | -10/+42 |
* | mod_proxy: Detect unix: scheme syntax errors at load time. | Yann Ylavic | 2021-12-13 | 2 | -7/+28 |
* | Add a note about aliging mapping= with the backend's. [skip ci] | Yann Ylavic | 2021-12-13 | 1 | -13/+23 |
* | Add Travis job for 2.4.x against OpenSSL 3, using APR 1.7/apr-util 1.6. | Joe Orton | 2021-12-13 | 2 | -7/+20 |
* | Improve docs for ProxyPass mapping= parameter. [skip ci] | Yann Ylavic | 2021-12-13 | 1 | -3/+14 |
* | Add Travis build job building/testing mod_ssl against OpenSSL 3. | Joe Orton | 2021-12-10 | 3 | -0/+37 |
* | * modules/ssl/ssl_engine_io.c (bio_filter_in_ctrl): Remove debugging | Joe Orton | 2021-12-10 | 1 | -1/+0 |
* | docs: rebuild of documentation | Stefan Eissing | 2021-12-10 | 45 | -2715/+3762 |
* | *) mod_tls: adding module documentation to our manuals. | Stefan Eissing | 2021-12-10 | 1 | -0/+629 |
* | * When reaching server limits, such as MaxRequestsPerChild, the HTTP/2 conne... | Stefan Eissing | 2021-12-09 | 4 | -3/+34 |
* | * Correctly sent a 100 Continue status code when sending an interim | Ruediger Pluem | 2021-12-09 | 2 | -0/+6 |
* | * Whitespace fixes | Ruediger Pluem | 2021-12-09 | 1 | -35/+35 |
* | * Do not change the status code after we already sent it to the client. | Ruediger Pluem | 2021-12-09 | 2 | -5/+0 |
* | As in r1877467 for mod_ssl, for OpenSSL 1.1.1+ require that OpenSSL is | Joe Orton | 2021-12-07 | 1 | -0/+15 |
* | mpm_event: Follow up to r1895553. | Yann Ylavic | 2021-12-06 | 1 | -4/+10 |
* | *) mod_http2: fixed a bug in v2.0.0 that could lead to an infinite | Stefan Eissing | 2021-12-06 | 15 | -112/+160 |
* | fr doc rebuild. | Lucien Gentis | 2021-12-04 | 2 | -4/+13 |
* | fr doc XML file update. | Lucien Gentis | 2021-12-04 | 1 | -4/+16 |
* | Revert r1895551: seems to break python tests.. | Yann Ylavic | 2021-12-03 | 1 | -1/+0 |
* | * support/ab.c (main): Check apr_getopt() returned APR_EOF, fixing clang | Joe Orton | 2021-12-03 | 1 | -2/+2 |
* | Sync CHANGES entries. [skip ci]. | Yann Ylavic | 2021-12-03 | 15 | -87/+99 |
* | mpm_event: Follow up to r1894285: new MaxSpareThreads heuristics. | Yann Ylavic | 2021-12-03 | 1 | -21/+15 |
* | * modules/filters/mod_deflate.c (deflate_in_filter): Handle FLUSH in | Joe Orton | 2021-12-03 | 1 | -29/+31 |
* | mpm_event: Close the listeners first for ungraceful stop too. | Yann Ylavic | 2021-12-03 | 1 | -0/+1 |
* | mpm_event: Retain active_daemons instead of resetting it on restart. | Yann Ylavic | 2021-12-03 | 1 | -14/+13 |
* | * mod_tls: remove modules.mk, should not be under version control | Stefan Eissing | 2021-12-01 | 1 | -7/+0 |
* | * test: removing the loadtest.py from test/modules/tls that requires additi... | Stefan Eissing | 2021-12-01 | 1 | -882/+0 |
* | * travis: installing librustls in $PREFIX and using | Stefan Eissing | 2021-12-01 | 1 | -2/+2 |
* | * test suite: add an image to test mod_tls on travis | Stefan Eissing | 2021-12-01 | 2 | -0/+57 |
* | * test: check the h2load version for test suite making use | Stefan Eissing | 2021-11-30 | 2 | -1/+20 |
* | * test suite: adding modules/tls, the test suite for the | Stefan Eissing | 2021-11-30 | 30 | -0/+2661 |
* | *) mod_tls: added mod_tls from abetterinternet, donated | Stefan Eissing | 2021-11-30 | 25 | -0/+7231 |
* | allicating numbers for mod_tls. [skip ci] | Stefan Eissing | 2021-11-30 | 1 | -1/+1 |
* | * test: allow more flexibility in the ssl modules used | Stefan Eissing | 2021-11-30 | 9 | -30/+67 |
* | * mod_md: install the early config hook with _FIRST, so that | Stefan Eissing | 2021-11-30 | 1 | -1/+1 |
* | * mod_http2: handle gracefully when SSL_PROTOCOL variable is not available. | Stefan Eissing | 2021-11-30 | 1 | -1/+1 |