summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix util/mm_calloc_enomem under FreeBSDAzat Khuzhin2023-05-141-1/+1
* test: add missing include of arpa/inet.h for ntohs in regress_ws.cAzat Khuzhin2023-05-141-0/+3
* Suppress -Wmacro-redefined for htonll/ntohll in OSXAzat Khuzhin2023-05-141-0/+2
* Fix -Wtautological-constant-out-of-range-compare in regress_http under OSXAzat Khuzhin2023-05-141-1/+2
* Fix building with -Wstack-protector due to VLA and fobid themAzat Khuzhin2023-04-041-11/+6
* test: fix potential null dereference in https_bind_ssl_bevcb (#1428)Zhipeng Xue2023-03-041-0/+4
* test: enable allocator_may_return_null=1 for calloc with ENOMEM testAzat Khuzhin2023-02-121-5/+14
* test: handle -v as --verbose for regressAzat Khuzhin2023-02-121-2/+2
* test: add del_wait/del_notify tests for windowsAzat Khuzhin2023-02-121-92/+93
* test: fix leaks in bufferevent_pair_release_lock (#1413)Azat Khuzhin2023-02-121-26/+2
* test: fix debug locks in case new lock gots old addressAzat Khuzhin2023-02-121-1/+9
* test: suppress logs from the tests that produce them under normal circumstancesAzat Khuzhin2023-02-121-2/+2
* test: fix TT_* flags valuesAzat Khuzhin2023-02-121-2/+2
* Fixes some new warnings under clang-15Azat Khuzhin2023-01-271-5/+0
* Allow evdns_base_new to succeed with no nameservers configuredDaniel Kempenich2023-01-272-2/+40
* Replace magic numbers with consts for evdns_base_resolv_conf_parse() errorsDaniel Kempenich2023-01-271-2/+4
* signal: new signal handling backend based on signalfdDmitry Antipov2022-11-121-1/+11
* ws: fix compile error on centos 7 - very old compiler (#1359)Leon George2022-10-231-2/+4
* Add locks for server WS, fixes #1357Dmitry Ilyin2022-10-121-1/+1
* Fix memleak in regress testsDmitry Ilyin2022-10-041-6/+6
* Add helpers and all regress tests are passedDmitry Ilyin2022-10-043-20/+3
* Fix socketpair failure when temporary directory has non-latin characterzhenhaonong2022-09-262-6/+28
* Add minimal WebSocket server implementation for evhttp (#1322)Dmitry Ilyin2022-09-125-4/+400
* test: fix util/getaddrinfo for netbsd (v2)Azat Khuzhin2022-08-141-3/+3
* Merge pull request #1315 from yogo1212/http_per_socket_bebcbAzat Khuzhin2022-08-142-0/+98
|\
| * http: allow setting bevcb per socketLeon M. George2022-08-131-0/+93
| * test: allow to run init_ssl() multiple timesAzat Khuzhin2022-08-131-0/+5
* | test: fix util/getaddrinfo for netbsdAzat Khuzhin2022-08-131-1/+2
|/
* test: add a comment for init_ssl() about suppressions for LSanAzat Khuzhin2022-08-131-0/+1
* test: fix unused variable in rand test (catched by newer clang)Azat Khuzhin2022-07-121-4/+1
* test: increase timeout significantly in dns/getaddrinfo_cancel_stress (for TSan)Azat Khuzhin2022-07-111-1/+9
* evdns: accept domains up to 254 long (previosly only 63 long was accepted)Azat Khuzhin2022-07-101-1/+34
* test: make dns/getaddrinfo_cancel_stress more deterministicAzat Khuzhin2022-07-101-3/+4
* test: suppress warning for already defined SSL_get_peer_certificateAzat Khuzhin2022-07-101-0/+2
* Use OPENSSL_VERSION_NUMBER over OPENSSL_VERSION_MAJOR (for compatibility)Azat Khuzhin2022-07-101-1/+1
* 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