kc3-lang/libevent/test

Branch :


Log

Author Commit Date CI Message
be371163 2018-06-16 17:16:10 Eliminate compiler warnings (at least for gcc/linux) Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> Closes: #646 # cherry-picked from the PR
4802c132 2018-08-02 09:13:33 evdns: add regress test for getaddrinfo race
d9ffd221 2018-05-15 12:14:05 test: make regress_dns C89 compatible Closes: #635 (cherry-picked)
c57f5c34 2018-05-07 02:39:44 Make rpc headers self-compilable Fixes: #633
23c2914f 2018-04-24 00:59:11 Notify event base if there are no more events, so it can exit without delay Fixes: #623
d1c8993c 2018-04-24 14:46:06 test/dns: install correct RLIMIT_NOFILE in bufferevent_connect_hostname_emfile Otherwise poll() will fail with EINVAL: EINVAL The nfds value exceeds the RLIMIT_NOFILE value. P.S. and cleanup this test a little, with early-return. CI: https://travis-ci.org/libevent/libevent/jobs/370350426
e4edc7fc 2018-04-24 02:22:58 test/http: cover evhttp_connection_get_addr() for incomming connections Refs: #510
a3d8f2e0 2018-04-24 01:45:00 test/dns: verify bufferevent_socket_connect() errorcb invoking if socket() fails Refs: #600
623ef3cc 2018-04-24 01:34:06 test/dns: cleanup test_bufferevent_connect_hostname()
28b80754 2018-04-02 13:18:27 Fix build with LibreSSL 2.7 LibreSSL 2.7 implements OpenSSL 1.1 API except for BIO_get_init() See also: https://bugs.freebsd.org/226900 Signed-off-by: Bernard Spil <brnrd@FreeBSD.org> Closes: #617 (cherry-pick)