summaryrefslogtreecommitdiff
path: root/test/modules
Commit message (Expand)AuthorAgeFilesLines
* *) mod_http2: v2.0.15 with the following fixes and improvementsStefan Eissing2023-05-1211-46/+318
* tests, adding ignore for warnings that child did not exist in timeStefan Eissing2023-05-021-0/+1
* tests, make test_h2_106_02 more robustStefan Eissing2023-05-021-4/+10
* test_h2_700_11, limit parallel connections, better error outputStefan Eissing2023-05-021-9/+9
* test_h2_200_16, check that we have at least nghttp2 v1.45.0Stefan Eissing2023-05-021-4/+4
* tests, re-enable http/2 tests in github workflow, install latest rustls-ffi v...Stefan Eissing2023-05-021-1/+4
* *) test: check for recent curl version in proxy testsStefan Eissing2023-05-022-0/+4
* make test cases for mod_tls work, do not clear gen directory on every invocationStefan Eissing2023-04-271-3/+4
* make the h1 test suite work againStefan Eissing2023-04-272-35/+60
* make the http2 test suite working againStefan Eissing2023-04-2711-166/+84
* pytests: test_tls_04_double_get does not want stdout separator for multiple r...Yann Ylavic2023-03-202-3/+3
* pytests: test_tls_05_proto_1_3: Don't rely on TlsTestEnv.curl_supports_tls_1_...Yann Ylavic2023-03-201-4/+1
* pytests: Use python3-multipart lib.Yann Ylavic2023-03-209-54/+126
* iFix proxy backend connection reuse tests.Rainer Jung2023-03-091-18/+21
* Make test more robust, log might have a short delay.Rainer Jung2023-03-091-0/+3
* Test case updates related to macOS ventura changes:Stefan Eissing2023-03-0430-186/+318
* *) mod_http2: new directive 'H2MaxDataFrameLen n' to limit the maximumStefan Eissing2023-02-161-0/+51
* *) mod_http2: field values (headers and trailers) are stripped ofStefan Eissing2022-10-221-17/+27
* *) test modules/http1, add testing field value with just whitespace.Stefan Eissing2022-10-221-0/+1
* *) test modules/http1: adding new invalid header values and testing also vi...Stefan Eissing2022-10-212-9/+35
* tests modules/http1: use "Header add" to produce response headers with whites...Stefan Eissing2022-10-191-0/+28
* Sync with v2.0.10 from github:Stefan Eissing2022-10-1111-13/+382
* *) mod_http2: new directive "H2HeaderStrictness" to control the complianceStefan Eissing2022-09-261-3/+3
* *) tests: load the top-level mod_aptest in all test suites.Stefan Eissing2022-09-214-3/+13
* *) mod_proxy_http2: use only the ':authority' header to forward 'Host'Stefan Eissing2022-09-204-12/+53
* *) test mod_md: disabling test holding file lock as this fails in our CIStefan Eissing2022-09-101-0/+1
* mod_md v2.4.19 from github syncStefan Eissing2022-08-252-0/+74
* *) mod_ssl: when a proxy connection had handled a request using SSL, anStefan Eissing2022-08-012-2/+28
* Make pytest error whitelist a bit more explicitRainer Jung2022-07-111-1/+6
* *) test/modules/http2: adding tests for response trailers withStefan Eissing2022-07-023-26/+178
* Remove an empty line to synch with 2.4.xChristophe Jaillet2022-06-121-1/+0
* *) test/modules/tls: remove some duplicate parameters forStefan Eissing2022-06-101-3/+0
* *) mod_md: the `MDCertificateAuthority` directive can take more than one UR...Stefan Eissing2022-05-139-26/+144
* *) mod_md: added support for managing certificates via aStefan Eissing2022-04-272-0/+192
* * Implement full auto status ("key: value" type status output).Stefan Eissing2022-04-191-6/+10
* *) mod_http2: using new session ids also in logging for connectionStefan Eissing2022-04-191-1/+1
* *) test: core stress test_core_002 enhanved to monitor dynamic childStefan Eissing2022-04-151-33/+128
* test/core: Allow for 12 simultaneous connections in test_core_002_01.Yann Ylavic2022-04-141-8/+10
* *) test/core: using rate periods for creating new connectionsStefan Eissing2022-04-141-9/+11
* *) test/core: start of a stress test case, skipped unlessStefan Eissing2022-04-144-3/+91
* *) mod_http2: use the new RESPONSE buckets introduced in r1899648.Stefan Eissing2022-04-071-13/+14
* *) mod_http: genereate HEADERS buckets for trailersStefan Eissing2022-04-0415-5/+695
* *) test: verify that HTTP/2 response carry `Date` andStefan Eissing2022-03-301-0/+9
* *) test: making pytest option --repeat global as otherwiseStefan Eissing2022-03-252-26/+0
* *) test/modules/tls: make proxy tests repeatable.Stefan Eissing2022-03-252-3/+20
* *) mod_http2: fixed a possible concurrency issue withStefan Eissing2022-03-241-3/+3
* *) core: adding a new hook and method to the API:Stefan Eissing2022-03-181-3/+3
* *) test/modules/http2: enable tests again where they should be.Stefan Eissing2022-02-281-0/+1
* *) test: check for the mpm module used and disable http2 testsStefan Eissing2022-02-2528-25/+57
* *) test/modules/http2. convert bytes to string beforeStefan Eissing2022-02-241-1/+1