summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Make rpc headers self-compilableAzat Khuzhin2018-05-071-1/+0
* Notify event base if there are no more events, so it can exit without delayAzat Khuzhin2018-04-261-0/+29
* test/dns: install correct RLIMIT_NOFILE in bufferevent_connect_hostname_emfileAzat Khuzhin2018-04-241-26/+33
* test/http: cover evhttp_connection_get_addr() for incomming connectionsAzat Khuzhin2018-04-241-0/+19
* test/dns: verify bufferevent_socket_connect() errorcb invoking if socket() failsAzat Khuzhin2018-04-241-9/+43
* test/dns: cleanup test_bufferevent_connect_hostname()Azat Khuzhin2018-04-241-48/+31
* Fix build with LibreSSL 2.7Bernard Spil2018-04-021-1/+2
* Call underlying bev ctrl GET_FD on filtered buffereventsGreg Hazel2018-03-251-2/+2
* test/listener: cover immediate-close logicAzat Khuzhin2018-01-041-0/+41
* http: add callback to allow server to decline (and thereby close) incoming co...John Fremlin2017-12-181-0/+125
* listener: cover closing of fd in case evconnlistener_free() called from acceptcbAzat Khuzhin2017-12-101-0/+48
* Add missing includes into openssl-compat.hAzat Khuzhin2017-11-221-1/+0
* Fix crashing http server when callback do not reply in place from *gencb*Azat Khuzhin2017-11-041-18/+48
* Fix crashing http server when callback do not reply in placeAzat Khuzhin2017-10-291-0/+66
* Port `event_rpcgen.py` and `test/check-dumpevents.py` to Python 3.Kiyoshi Aman2017-09-253-17/+8
* test: fix warningVincent JARDIN2017-09-111-1/+2
* test: avoid regress hanging in macOSCarlo Marcelo Arenas Belón2017-09-111-1/+1
* test: fix 32bit linux regressCarlo Marcelo Arenas Belón2017-09-011-0/+2
* Fix tests with detached buildsOndřej Kuzník2017-07-161-20/+20
* test: do not use .fieldname in structure initializations (fixes win32)Azat Khuzhin2017-05-011-2/+2
* Add missing print-winsock-errors.c into dist archiveAzat Khuzhin2017-05-011-0/+1
* test: cover that after event_del() callback will not be scheduled againAzat Khuzhin2017-04-301-3/+5
* test: do not return voidAzat Khuzhin2017-03-142-33/+24
* test: windows doesn't have WNOWAITAzat Khuzhin2017-03-141-14/+26
* Check for WNOWAIT in waitpid() in runtime (not in cmake/configure)Azat Khuzhin2017-03-081-6/+2
* Unbreak build with LibreSSL after openssl 1.1 support addedJan Beich2017-01-301-1/+1
* test/bench*: prefix event-config.h macros after 0dda56a48e94Jan Beich2017-01-292-4/+4
* test/bench_httpclient: restore SO_LINGER usage after 0dda56a48e94Jan Beich2017-01-291-2/+2
* test: register different tests in automakeAzat Khuzhin2017-01-221-7/+34
* test: run different tests under different options (in a wrapper)Azat Khuzhin2017-01-221-11/+39
* test/dns: replace servname since solaris does not have "http"Azat Khuzhin2017-01-201-1/+1
* test/ssl: fix bufferevent_getfd() for bufferevent_openssl_filter_new()Azat Khuzhin2017-01-191-5/+4
* test/https: separate cases for https client with filtered openssl buffereventAzat Khuzhin2017-01-191-4/+18
* test/ssl: cover case when we writing to be_openssl after connectingAzat Khuzhin2017-01-191-2/+15
* test/thread: netbsd is too slow, increase timeout for conditions_simpleAzat Khuzhin2017-01-191-1/+1
* test/dns: run async resolving after sync one (to avoid timeouts)Azat Khuzhin2017-01-191-9/+9
* test/http: turn off some tests that based on backlog filling (falky)Azat Khuzhin2017-01-081-6/+6
* test: fix util/date_rfc1123 under win32Azat Khuzhin2016-12-221-2/+12
* Fix UB in evutil_date_rfc1123()Azat Khuzhin2016-12-221-1/+2
* add tests for evutil_date_rfc1123().Vis Virial2016-12-191-0/+65
* test/https: fix ssl dirty bypass for https_simpleAzat Khuzhin2016-12-071-0/+4
* test/https: cover multiple request over the same connectionAzat Khuzhin2016-12-071-8/+42
* test/http: sanity check for http_request_empty_done()Azat Khuzhin2016-12-071-0/+5
* test: fix building under openssl 1.1 (init functions has been deprecated)Azat Khuzhin2016-12-071-0/+2
* Fix _FILE_OFFSET_BITS redinition (solaris/autotools)Azat Khuzhin2016-12-062-2/+3
* util-internal: fix __func__ redefinition (netbsd)Azat Khuzhin2016-12-064-16/+1
* Fix signedness differ for iov_base (solaris)Azat Khuzhin2016-12-061-4/+4
* C90 doesn't like declarations intermingled with statementsPhilip Prindeville2016-12-061-1/+2
* test/regress: cover a polling of invalid fdTim Hentenaar2016-11-041-3/+38
* use ev_uint16_t instead of unsigned short for portThomas Bernard2016-10-262-2/+2