summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* test: add getaddrinfo(AI_ADDRCONFIG) test (off by default)Azat Khuzhin2020-06-261-0/+36
* test: fix memory leaks for https (add BEV_OPT_CLOSE_ON_FREE)Azat Khuzhin2020-06-251-21/+19
* test: "fix" (with a quirk) leak in ssl/bufferevent_wm (w/o defer callbacks)Azat Khuzhin2020-06-251-0/+5
* test: disable bufferevent/bufferevent_pair_release_lock under ASAN (too tricky)Azat Khuzhin2020-06-251-2/+6
* test: detect test failures if atexit handler calls _exit(!0) (sanitizers)Azat Khuzhin2020-06-251-2/+10
* buffer: do not pass NULL to memcpy() from evbuffer_pullup()Azat Khuzhin2020-06-251-0/+31
* test: do not pass NULL to memcmp() in evbuffer_datacmp() helperAzat Khuzhin2020-06-251-0/+2
* http: fix undefined-shift in EVUTIL_IS*_ helpersAzat Khuzhin2020-06-251-0/+11
* test/regress_http: remove second ARRAY_SIZE macrosAzat Khuzhin2020-06-021-1/+0
* test/regress_testutils: use inet_addr()Azat Khuzhin2020-06-021-1/+1
* test/regress_dns: use tt_int_op() over tt_assert() in assert_request_results()Azat Khuzhin2020-06-021-3/+3
* evdns: Add support for setting maximum UDP DNS message size.seleznevae2020-05-311-0/+56
* http: Merge branch 'http-max_connections-pr-592'Azat Khuzhin2020-05-251-0/+71
|\
| * test: cover evhttp max connectionsAzat Khuzhin2020-05-251-0/+71
* | Merge branch 'evdns-tcp-pr-1004'Azat Khuzhin2020-05-254-44/+467
|\ \