summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make it build using OpenSSL 1.1.0Kurt Roeckx2016-10-161-28/+28
* Switch from a 512 to 2048-bit RSA key.Adam Langley2016-10-131-11/+28
* tests: use waitpid(..., WNOWAIT) to fix failing of main/fork under solarisAzat Khuzhin2016-08-111-2/+7
* test: replace sleeping with syncing pair in main/forkAzat Khuzhin2016-08-111-6/+42
* test/http: do not run tests that based on backlog filling (freebsd)Azat Khuzhin2016-08-111-1/+3
* test/bufferevent/iocp: fix test name for "bufferevent_connect_fail_eventcb"Azat Khuzhin2016-08-101-1/+1
* test/ssl: use send()/recv()/EVUTIL_ERR_RW_RETRIABLE()/EVUTIL_SOCKET_ERROR() t...Azat Khuzhin2016-08-091-4/+5
* test/https_basic: increase timeout for complete write (fixes win32)Azat Khuzhin2016-08-091-1/+1
* test: fix building with --disable-thread-support under win32Azat Khuzhin2016-08-093-0/+6
* autoconf: fix --disable-thread-support build under win32Azat Khuzhin2016-08-091-0/+2
* test/buffer: cover evbuffer_expand() for overflowAzat Khuzhin2016-06-261-0/+18
* buffer: Merge branch 'evbuffer-empty-chains-fixes-v4'Azat Khuzhin2016-06-191-0/+146
|\
| * test/buffer: evbuffer_add_buffer() with empty chainsAzat Khuzhin2016-06-171-0/+62
| * test/buffer: evbuffer_remove_buffer() with empty chains (prepend)Azat Khuzhin2016-06-171-0/+42
| * test/buffer: evbuffer_remove_buffer() with empty chains (evbuffer_add_buffer())Azat Khuzhin2016-06-171-0/+42
* | test/be_filter: creating test case for data stuck with active watermarksEduardo Panisset2016-06-191-0/+103
* | Fix bufferevent_pair to properly set BEV_EVENT_{READING,WRITING} on flush.David Paschich2016-06-171-0/+39
|/
* test/http: avoid using conditionals with omitted operands (fixes VS2015)Azat Khuzhin2016-06-171-3/+6
* test/http: don't mix declarations and code (fixes -Wdeclaration-after-statement)Azat Khuzhin2016-06-171-3/+2
* test/buffer: fix leak in test_evbuffer_prepend()Azat Khuzhin2016-06-171-0/+1
* test/buffer: avoid errors with --no-fork (reinitialize static vars)Azat Khuzhin2016-06-171-4/+8
* test/buffer: cover n_add_for_cb when evbuffer_prepend() need to allocate bufferAzat Khuzhin2016-04-211-1/+27
* test/tinytest_macros: add new one tt_nstr_op()Azat Khuzhin2016-04-211-0/+6
* test/bufferevent: check that output_filter disabled during processing outputAzat Khuzhin2016-04-181-22/+39
* test/listener: regression for missing unlock in listener_read_cb()Azat Khuzhin2016-04-011-0/+44
* test/regress: add tests for evbuffer_add() breakage on empty last chainMarcus Sundberg2016-03-261-0/+87
* test/http: fix running some tests sequential (with --no-fork)Azat Khuzhin2016-03-251-0/+5
* test/http: localize evhttp server structureAzat Khuzhin2016-03-251-68/+44