summaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* ci: Disable ASan's LeakSanitizer.Yann Ylavic2023-11-161-1/+1
* * Fix .gdbinit directory locationRuediger Pluem2023-10-301-1/+1
* * .gdbinit is one level deeperRuediger Pluem2023-10-301-1/+1
* * Systemd based systems might process core dumps via systemd-coredump.Ruediger Pluem2023-10-301-0/+3
* *) mod_proxy_http2: fix `X-Forward-Host` header to carry the correct value.Stefan Eissing2023-09-082-13/+40
* Tests: update pytest for curl 8.1.x bugsStefan Eissing2023-08-164-25/+68
* *) mod_http2: Fix reporting of `Total Accesses` in server-status to not countStefan Eissing2023-07-261-4/+44
* * mod_md:Stefan Eissing2023-07-145-2/+383
* test: update http2 test 008_03 for curl allowing the server to send almost al...Stefan Eissing2023-07-141-1/+8
* pytest: Fine tuning for LogLevel vs -v^n.Yann Ylavic2023-07-071-3/+8
* pytests: Ignore log errors/warnings per function.Yann Ylavic2023-07-0744-368/+762
* test h2: be more generous in stutter step jittering.Stefan Eissing2023-07-062-4/+2
* proxy_util: revert timeout selection on a proxy tunnel back toStefan Eissing2023-07-061-2/+24
* Use 'git clone' rather than 'svn export' in CI scripts.Joe Orton2023-07-051-32/+3
* tests: another sync of the http2 testsStefan Eissing2023-06-302-9/+1
* tests: sync mod_http2 tests with mod_h2 and 2.4.x version checksStefan Eissing2023-06-306-18/+29
* pyhttpd: Generate core dumps on crash and show them in the ci eventually.Yann Ylavic2023-06-282-1/+7
* test_800_websockets: AH10467 is an expected error for the _fail_proto test.Yann Ylavic2023-06-281-7/+8
* *) mod_http2: new directive `H2ProxyRequests on|off` to enable handlingStefan Eissing2023-06-281-0/+79
* tests: add the websockets python module version checks needed for our CI infraStefan Eissing2023-06-281-0/+7
* HTTP/2 WebSockets: adding throughput tests and test client improvementsStefan Eissing2023-06-283-10/+51
* *) mod_http2: adding checks for websocket support on platform andStefan Eissing2023-06-211-15/+19
* *) mod_http2: added support for bootstrapping WebSockets via HTTP/2, asStefan Eissing2023-06-209-2/+1677
* CI: re-add TEST_H2 apr cache ignore, still needed. :(Stefan Eissing2023-06-011-0/+5
* CI: re-enable apr caching for TEST_H2, require newer curl for test_h2_601_05Stefan Eissing2023-06-012-4/+2
* CI: force reset of cached apr for TEST_H2, it seems to be brokenStefan Eissing2023-06-011-0/+4
* *) core: add `final_resp_passed` flag to request_rec to allowStefan Eissing2023-06-013-11/+1
* tests: synch with recent changes from mod_h2 repositoryStefan Eissing2023-06-018-50/+233
* *) mod_proxy_http2: fix retry handling to not leak temporary errors.Stefan Eissing2023-05-222-27/+26
* tests: parameterize some h2 tests to make fail cases better visibleStefan Eissing2023-05-222-34/+37
* *) mod_http2: avoid double chunked-encoding on internal redirects.Stefan Eissing2023-05-192-1/+22
* *) mod_http2: v2.0.15 with the following fixes and improvementsStefan Eissing2023-05-1213-47/+339
* 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-022-6/+6
* *) test: check for recent curl version in proxy testsStefan Eissing2023-05-023-0/+19
* make test cases for mod_tls work, do not clear gen directory on every invocationStefan Eissing2023-04-272-6/+6
* make the h1 test suite work againStefan Eissing2023-04-272-35/+60
* make the http2 test suite working againStefan Eissing2023-04-2713-185/+113
* Update ci docs for move to GHA. [skip ci]Joe Orton2023-04-211-14/+19
* Trigger ci.Yann Ylavic2023-04-011-1/+1
* pytests: test_tls_04_double_get does not want stdout separator for multiple r...Yann Ylavic2023-03-203-6/+6
* 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
* rerun failing tests with -vEric Covener2023-03-191-4/+34
* Stop dumping error_log on failure, since is is now capturedJoe Orton2023-03-131-4/+0
* iFix proxy backend connection reuse tests.Rainer Jung2023-03-101-18/+21
* Support splitting mutiple outputs when using curl withRainer Jung2023-03-103-9/+35