summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Initial OpenSSL 3.0 supportWilliam Marlow2022-07-092-0/+10
* Initial Mbed-TLS 3 support to get the GitHub Actions working againWilliam Marlow2022-07-091-2/+25
* test: ignore -Walloc-size-larger-than error for calloc() returns ENOMEMAzat Khuzhin2022-07-091-1/+10
* OpenSSL 3 fixes: Disable TLS 1.3 when testing renegotiation supportPeter Edwards2022-06-272-1/+22
* OpenSSL 3 fixes: use SHA256 instead of SHA1Peter Edwards2022-06-271-1/+1
* regress_ssl: Use intptr_t when shoving an int into a void *Jessica Clarke2021-12-211-2/+2
* test: fix leak in http/cancel_*server_timeout testsAzat Khuzhin2021-12-211-7/+17
* feat: add `evdns_base_get_nameserver_fd` methodYongsheng Xu2021-12-101-0/+3
* Fix deadlock in case of evconnlistener_disable() in parallel with callbackmoonlightsh2021-12-071-0/+136
* build: remove inconsistently used x-prefix comparisonsfanquake2021-11-241-1/+1
* evutil: Fix evutil_freeaddrinfoTomas Gonzalez2021-11-041-0/+9
* test: retriable tests are marked failed only when all attempts have failedThomas Perrot2021-10-022-8/+7
* test: add --retries-delay (and set to 1 second by default)Azat Khuzhin2021-09-191-2/+23
* test: add --retries argumentAzat Khuzhin2021-09-191-4/+12
* test/regress_http: mark data_length_constraints as retriableAzat Khuzhin2021-09-191-1/+1
* test/dns: mark TCP tests as retriableAzat Khuzhin2021-09-191-4/+4
* test/regress: retry some signal rlated tests in darwinAzat Khuzhin2021-09-191-3/+9
* test/regress_util: mark monotonic_prc as retriableAzat Khuzhin2021-09-191-1/+1
* test/regress_http: fix unix_socket testAzat Khuzhin2021-09-191-4/+13
* test/regress_http: disable max_connections/data_length_constraints under windowsAzat Khuzhin2021-09-191-2/+9
* test: cleanup stalled socket after running http/unix_sockAzat Khuzhin2021-09-191-0/+1
* test: check return value of write()/send() in bufferevent_read_failedAzat Khuzhin2021-09-191-2/+2
* test: mark util/monotonic_prc_fallback as retriableAzat Khuzhin2021-09-191-1/+1
* test: http_unix_socket_test: fix url could be freed uninitializedPierce Lopez2021-09-171-1/+1
* test: regress_http: skip unix socket parsing tests in windowsPierce Lopez2021-09-171-0/+2
* test: fix regress_http evhttp_bind_unixsocket() on macOSPierce Lopez2021-09-171-1/+2
* test: skip dns_initialize_nameservers if missing /etc/resolv.confPierce Lopez2021-09-141-0/+9
* test: fix checking test args for http_parse_uri_testAzat Khuzhin2021-08-101-4/+6
* http: support unix domain socketsSean Young2021-08-101-4/+125
* Replace gettimeofday with the portable wrapperAlex Budovski2021-05-301-4/+4
* evdns: add ability to get CNAMESergey Matveychuk2021-05-242-3/+14
* test/regress.h: Increase default timeval tolerance 50 ms -> 100 msYi Fan Yu2021-04-231-1/+1
* build: remove splice implementation fragmentsfanquake2021-03-281-2/+1
* Check return value of evbuffer_remove() in bufferevent_read()lilei2021-02-041-0/+49
* test/regress_http: cover reading of chunked payload by serverAzat Khuzhin2021-01-191-0/+117
* evdns: add max-probe-timeout/probe-backoff-factor settingschux05192021-01-121-0/+87
* Introduce new BUFFEREVENT_SSL_BATCH_WRITE flag to avoid Nagle effect in SSLAzat Khuzhin2020-10-311-0/+9
* http: add EVHTTP_URI_HOST_STRIP_BRACKETSAzat Khuzhin2020-10-271-0/+25
* test: fix windows error when mbedtls httpsokhowang(王沛文)2020-09-161-2/+5
* test: add https with mbedtlsokhowang(王沛文)2020-09-143-35/+128
* Fix: long -> enum evhttp_cmd_type typeBerbe2020-08-291-2/+2
* test/regress_dns: fix -Wmaybe-uninitializedAzat Khuzhin2020-08-291-1/+1
* test/dns: fix initialize_nameservers when there is ipv6 in /etc/resolv.confAzat Khuzhin2020-07-281-1/+10
* test/regress_buffer.c: fix -Wbad-function-cast (in some specific env)Azat Khuzhin2020-07-231-1/+1
* test: rename ssl/* -> openssl/*Azat Khuzhin2020-07-223-3/+3
* fix build system and add test and cleanup codeokhowang(王沛文)2020-07-226-296/+688
* test: fix leak in dns/getaddrinfo_cancel_stressAzat Khuzhin2020-07-051-3/+13
* test: fix UB in evbuffer/empty_reference_prepend_bufferAzat Khuzhin2020-07-051-1/+1
* test: really disable bufferevent_pair_release_lock under ASAN (and fix gcc)Azat Khuzhin2020-07-051-2/+11
* test-closed: fix leakAzat Khuzhin2020-07-051-0/+1