| Commit message (Expand) | Author | Age | Files | Lines |
* | iFix proxy backend connection reuse tests. | Rainer Jung | 2023-03-10 | 1 | -18/+21 |
* | Make test more robust, log might have a short delay. | Rainer Jung | 2023-03-09 | 1 | -0/+3 |
* | Test case updates related to macOS ventura changes: | Stefan Eissing | 2023-03-04 | 30 | -186/+318 |
* | *) mod_http2: new directive 'H2MaxDataFrameLen n' to limit the maximum | Stefan Eissing | 2023-02-16 | 1 | -0/+51 |
* | *) mod_http2: field values (headers and trailers) are stripped of | Stefan Eissing | 2022-10-22 | 1 | -17/+27 |
* | *) test modules/http1, add testing field value with just whitespace. | Stefan Eissing | 2022-10-22 | 1 | -0/+1 |
* | *) test modules/http1: adding new invalid header values and testing also vi... | Stefan Eissing | 2022-10-21 | 2 | -9/+35 |
* | tests modules/http1: use "Header add" to produce response headers with whites... | Stefan Eissing | 2022-10-19 | 1 | -0/+28 |
* | Sync with v2.0.10 from github: | Stefan Eissing | 2022-10-11 | 11 | -13/+382 |
* | *) mod_http2: new directive "H2HeaderStrictness" to control the compliance | Stefan Eissing | 2022-09-26 | 1 | -3/+3 |
* | *) tests: load the top-level mod_aptest in all test suites. | Stefan Eissing | 2022-09-21 | 4 | -3/+13 |
* | *) mod_proxy_http2: use only the ':authority' header to forward 'Host' | Stefan Eissing | 2022-09-20 | 4 | -12/+53 |
* | *) test mod_md: disabling test holding file lock as this fails in our CI | Stefan Eissing | 2022-09-10 | 1 | -0/+1 |
* | mod_md v2.4.19 from github sync | Stefan Eissing | 2022-08-25 | 2 | -0/+74 |
* | *) mod_ssl: when a proxy connection had handled a request using SSL, an | Stefan Eissing | 2022-08-01 | 2 | -2/+28 |
* | Make pytest error whitelist a bit more explicit | Rainer Jung | 2022-07-11 | 1 | -1/+6 |
* | *) test/modules/http2: adding tests for response trailers with | Stefan Eissing | 2022-07-02 | 3 | -26/+178 |
* | Remove an empty line to synch with 2.4.x | Christophe Jaillet | 2022-06-12 | 1 | -1/+0 |
* | *) test/modules/tls: remove some duplicate parameters for | Stefan Eissing | 2022-06-10 | 1 | -3/+0 |
* | *) mod_md: the `MDCertificateAuthority` directive can take more than one UR... | Stefan Eissing | 2022-05-13 | 9 | -26/+144 |
* | *) mod_md: added support for managing certificates via a | Stefan Eissing | 2022-04-27 | 2 | -0/+192 |
* | * Implement full auto status ("key: value" type status output). | Stefan Eissing | 2022-04-19 | 1 | -6/+10 |
* | *) mod_http2: using new session ids also in logging for connection | Stefan Eissing | 2022-04-19 | 1 | -1/+1 |
* | *) test: core stress test_core_002 enhanved to monitor dynamic child | Stefan Eissing | 2022-04-15 | 1 | -33/+128 |
* | test/core: Allow for 12 simultaneous connections in test_core_002_01. | Yann Ylavic | 2022-04-14 | 1 | -8/+10 |
* | *) test/core: using rate periods for creating new connections | Stefan Eissing | 2022-04-14 | 1 | -9/+11 |
* | *) test/core: start of a stress test case, skipped unless | Stefan Eissing | 2022-04-14 | 4 | -3/+91 |
* | *) mod_http2: use the new RESPONSE buckets introduced in r1899648. | Stefan Eissing | 2022-04-07 | 1 | -13/+14 |
* | *) mod_http: genereate HEADERS buckets for trailers | Stefan Eissing | 2022-04-04 | 15 | -5/+695 |
* | *) test: verify that HTTP/2 response carry `Date` and | Stefan Eissing | 2022-03-30 | 1 | -0/+9 |
* | *) test: making pytest option --repeat global as otherwise | Stefan Eissing | 2022-03-25 | 2 | -26/+0 |
* | *) test/modules/tls: make proxy tests repeatable. | Stefan Eissing | 2022-03-25 | 2 | -3/+20 |
* | *) mod_http2: fixed a possible concurrency issue with | Stefan Eissing | 2022-03-24 | 1 | -3/+3 |
* | *) core: adding a new hook and method to the API: | Stefan Eissing | 2022-03-18 | 1 | -3/+3 |
* | *) test/modules/http2: enable tests again where they should be. | Stefan Eissing | 2022-02-28 | 1 | -0/+1 |
* | *) test: check for the mpm module used and disable http2 tests | Stefan Eissing | 2022-02-25 | 28 | -25/+57 |
* | *) test/modules/http2. convert bytes to string before | Stefan Eissing | 2022-02-24 | 1 | -1/+1 |
* | *) mod_http2: preserve the port number given in a HTTP/1.1 | Stefan Eissing | 2022-02-17 | 2 | -0/+41 |
* | *) test: capture and parse output from nghttp more reliably. | Stefan Eissing | 2022-02-14 | 1 | -12/+16 |
* | *) mod_http2: :scheme pseudo-header values, not matching the | Stefan Eissing | 2022-02-10 | 1 | -1/+9 |
* | *) mod_http2: when a h2 request carries a ':scheme' pseudoheader, | Stefan Eissing | 2022-02-08 | 1 | -0/+8 |
* | * test) sync of mod_md test cases from github. | Stefan Eissing | 2022-02-08 | 3 | -17/+61 |
* | *) core/mod_ssl/mpm_event: reverting changes to nonblocing SSL handshakes | Stefan Eissing | 2022-02-04 | 1 | -1/+0 |
* | *) test cases | Stefan Eissing | 2022-02-01 | 4 | -13/+18 |
* | *) test: | Stefan Eissing | 2022-01-20 | 5 | -30/+25 |
* | Fix some typos | Christophe Jaillet | 2021-12-25 | 9 | -11/+11 |
* | 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: added first mod_proxy tests in test/modules/proxy that | Stefan Eissing | 2021-12-15 | 5 | -0/+357 |
* | * When reaching server limits, such as MaxRequestsPerChild, the HTTP/2 conne... | Stefan Eissing | 2021-12-09 | 2 | -0/+21 |