]> granicus.if.org Git - libevent/history - test
epoll: use epoll_pwait2() if available
[libevent] / test /
2022-09-26 zhenhaonongFix socketpair failure when temporary directory has...
2022-09-12 Dmitry IlyinAdd minimal WebSocket server implementation for evhttp...
2022-08-14 Azat Khuzhintest: fix util/getaddrinfo for netbsd (v2)
2022-08-13 Azat KhuzhinMerge pull request #1315 from yogo1212/http_per_socket_...
2022-08-13 Azat Khuzhintest: fix util/getaddrinfo for netbsd
2022-08-13 Leon M. Georgehttp: allow setting bevcb per socket
2022-08-13 Azat Khuzhintest: allow to run init_ssl() multiple times
2022-08-13 Azat Khuzhintest: add a comment for init_ssl() about suppressions...
2022-07-12 Azat Khuzhinci: use ubuntu 22.04 with clang 11 for sanitizers build...
2022-07-12 Azat Khuzhintest: fix unused variable in rand test (catched by...
2022-07-11 Azat Khuzhintest: increase timeout significantly in dns/getaddrinfo...
2022-07-10 Azat Khuzhinevdns: accept domains up to 254 long (previosly only...
2022-07-10 Azat Khuzhintest: make dns/getaddrinfo_cancel_stress more deterministic
2022-07-10 Azat KhuzhinInitial OpenSSL 3.0 support (#1288)
2022-07-10 Azat Khuzhintest: suppress warning for already defined SSL_get_peer...
2022-07-10 Azat KhuzhinUse OPENSSL_VERSION_NUMBER over OPENSSL_VERSION_MAJOR...
2022-07-09 William MarlowInitial OpenSSL 3.0 support
2022-07-09 Azat KhuzhinMerge branch 'mbedtls-3'
2022-07-09 William MarlowInitial Mbed-TLS 3 support to get the GitHub Actions...
2022-07-09 Azat KhuzhinMerge branch 'Werror'
2022-07-09 Azat Khuzhintest: ignore -Walloc-size-larger-than error for calloc...
2022-07-09 Azat KhuzhinFix some OpenSSL 3 test issues (#1291)
2022-06-27 Peter EdwardsOpenSSL 3 fixes: Disable TLS 1.3 when testing renegotia...
2022-06-27 Peter EdwardsOpenSSL 3 fixes: use SHA256 instead of SHA1
2021-12-21 Jessica Clarkeregress_ssl: Use intptr_t when shoving an int into...
2021-12-21 Azat Khuzhintest: fix leak in http/cancel_*server_timeout tests
2021-12-10 Yongsheng Xufeat: add `evdns_base_get_nameserver_fd` method
2021-12-07 moonlightshFix deadlock in case of evconnlistener_disable() in...
2021-11-30 Azat KhuzhinMerge #1230 -- build: remove inconsistently used x...
2021-11-24 fanquakebuild: remove inconsistently used x-prefix comparisons
2021-11-04 Tomas Gonzalezevutil: Fix evutil_freeaddrinfo
2021-10-02 Thomas Perrottest: retriable tests are marked failed only when all...
2021-09-19 Azat KhuzhinMerge branch 'skip-tests' -- fix/skip some tests to...
2021-09-19 Azat Khuzhintest: add --retries-delay (and set to 1 second by default)
2021-09-19 Azat Khuzhintest: add --retries argument
2021-09-19 Azat Khuzhintest/regress_http: mark data_length_constraints as...
2021-09-19 Azat Khuzhintest/dns: mark TCP tests as retriable
2021-09-19 Azat Khuzhintest/regress: retry some signal rlated tests in darwin
2021-09-19 Azat Khuzhintest/regress_util: mark monotonic_prc as retriable
2021-09-19 Azat Khuzhintest/regress_http: fix unix_socket test
2021-09-19 Azat Khuzhintest/regress_http: disable max_connections/data_length_...
2021-09-18 Azat Khuzhintest: cleanup stalled socket after running http/unix_sock
2021-09-18 Azat Khuzhintest: check return value of write()/send() in buffereve...
2021-09-18 Azat Khuzhintest: mark util/monotonic_prc_fallback as retriable
2021-09-18 Azat KhuzhinMerge remote-tracking branch 'upstream/pr/1203'
2021-09-18 Azat KhuzhinMerge !1204 -- tests: fix macOS CI runs
2021-09-17 Pierce Lopeztest: http_unix_socket_test: fix url could be freed...
2021-09-17 Pierce Lopeztest: regress_http: skip unix socket parsing tests...
2021-09-17 Pierce Lopeztest: fix regress_http evhttp_bind_unixsocket() on...
2021-09-14 Pierce Lopeztest: skip dns_initialize_nameservers if missing /etc...
2021-08-10 Azat Khuzhintest: fix checking test args for http_parse_uri_test
2021-08-10 Sean Younghttp: support unix domain sockets
2021-05-30 Alex BudovskiReplace gettimeofday with the portable wrapper
2021-05-24 Sergey Matveychukevdns: add ability to get CNAME
2021-04-23 Yi Fan Yutest/regress.h: Increase default timeval tolerance...
2021-03-28 fanquakebuild: remove splice implementation fragments
2021-02-03 lileiCheck return value of evbuffer_remove() in bufferevent_...
2021-01-18 Azat Khuzhintest/regress_http: cover reading of chunked payload...
2021-01-12 chux0519evdns: add max-probe-timeout/probe-backoff-factor settings
2020-10-31 Azat KhuzhinMerge branch 'ssl-nagle'
2020-10-31 Azat KhuzhinIntroduce new BUFFEREVENT_SSL_BATCH_WRITE flag to avoid...
2020-10-26 Azat KhuzhinMerge branch 'ipv6-tiny-improvements'
2020-10-26 Azat Khuzhinhttp: add EVHTTP_URI_HOST_STRIP_BRACKETS
2020-09-16 okhowang(王沛文)test: fix windows error when mbedtls https
2020-09-14 Azat KhuzhinMerge #1087 - tests for https with mbedtls
2020-09-14 okhowang(王沛文)test: add https with mbedtls
2020-08-29 BerbeFix: long -> enum evhttp_cmd_type type
2020-08-28 Azat Khuzhintest/regress_dns: fix -Wmaybe-uninitialized
2020-07-27 Azat Khuzhintest/dns: fix initialize_nameservers when there is...
2020-07-22 Azat Khuzhintest/regress_buffer.c: fix -Wbad-function-cast (in...
2020-07-22 Azat KhuzhinMerge branch 'mbedtls'
2020-07-22 Azat Khuzhintest: rename ssl/* -> openssl/*
2020-07-22 okhowang(王沛文)fix build system and add test and cleanup code
2020-07-05 Azat Khuzhintest: fix leak in dns/getaddrinfo_cancel_stress
2020-07-05 Azat Khuzhintest: fix UB in evbuffer/empty_reference_prepend_buffer
2020-07-05 Azat Khuzhintest: really disable bufferevent_pair_release_lock...
2020-07-05 Azat Khuzhintest-closed: fix leak
2020-06-26 Azat Khuzhintest: add getaddrinfo(AI_ADDRCONFIG) test (off by default)
2020-06-25 Azat KhuzhinMerge branch 'tests-under-sanitizers'
2020-06-25 Azat Khuzhintest: fix memory leaks for https (add BEV_OPT_CLOSE_ON_...
2020-06-25 Azat Khuzhintest: "fix" (with a quirk) leak in ssl/bufferevent_wm...
2020-06-25 Azat Khuzhintest: disable bufferevent/bufferevent_pair_release_lock...
2020-06-25 Azat Khuzhintest: detect test failures if atexit handler calls...
2020-06-25 Azat Khuzhinbuffer: do not pass NULL to memcpy() from evbuffer_pullup()
2020-06-25 Azat Khuzhintest: do not pass NULL to memcmp() in evbuffer_datacmp...
2020-06-25 Azat Khuzhinhttp: fix undefined-shift in EVUTIL_IS*_ helpers
2020-06-02 Azat Khuzhintest/regress_http: remove second ARRAY_SIZE macros
2020-06-02 Azat Khuzhintest/regress_testutils: use inet_addr()
2020-06-02 Azat Khuzhintest/regress_dns: use tt_int_op() over tt_assert()...
2020-05-31 seleznevaeevdns: Add support for setting maximum UDP DNS message...
2020-05-25 Azat Khuzhinhttp: Merge branch 'http-max_connections-pr-592'
2020-05-25 Azat Khuzhintest: cover evhttp max connections
2020-05-25 Azat KhuzhinMerge branch 'evdns-tcp-pr-1004'
2020-05-24 Azat Khuzhintest: http/autofree_connection cleanup
2020-05-21 ayuseleznevevdns: Implement dns requests via tcp
2020-05-18 Azat Khuzhintest: cleanup http/autofree_connection
2020-05-18 Azat Khuzhintest: fix http/autofree_connection
2020-05-18 ayuseleznevevdns: Add additional validation for values of dns...
2020-05-08 Nick GrifkaAdd wepoll support to light up the epoll backend on...
2020-05-08 Nick Grifkatest: Fix test_simpleclose for Windows platform
next