summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | evdns: Implement dns requests via tcpayuseleznev2020-05-214-44/+467
* | | test: http/autofree_connection cleanupAzat Khuzhin2020-05-251-11/+5
|/ /
* | test: cleanup http/autofree_connectionAzat Khuzhin2020-05-191-8/+8
* | test: fix http/autofree_connectionAzat Khuzhin2020-05-191-0/+3
* | evdns: Add additional validation for values of dns optionsayuseleznev2020-05-181-0/+67
* | Add wepoll support to light up the epoll backend on WindowsNick Grifka2020-05-082-1/+4
* | test: Fix test_simpleclose for Windows platformNick Grifka2020-05-071-1/+1
* | Fix EV_CLOSED detection/reporting (epoll only)Azat Khuzhin2020-05-051-7/+2
* | test: cover EV_CLOSED with lots of possible scenariousAzat Khuzhin2020-05-041-0/+83
* | test: rename simpleclose to simpleclose_rw (since it works via write/read)Azat Khuzhin2020-05-041-3/+2
* | bench: Allow backend method selectionNick Grifka2020-04-271-5/+28
* | test-time: do not use deprecated APIAzat Khuzhin2020-03-011-9/+12
* | test-time: enable debug mode if EVENT_DEBUG_LOGGING_ALL env setAzat Khuzhin2020-03-011-0/+4
* | evdns: fix a crash when evdns_base with waiting requests is freedayuseleznev2020-02-281-0/+6
* | test-ratelim: add missing freeyuangongji2020-02-121-4/+6
* | test: mark common_timeout as retriableAzat Khuzhin2020-01-241-1/+1
* | test: move thread into realtime class even on EVENT__DISABLE_THREAD_SUPPORTAzat Khuzhin2020-01-143-63/+59
* | test: fix compilation without thread support (EVENT__DISABLE_THREAD_SUPPORT=ON)Azat Khuzhin2020-01-141-3/+5
* | test: fix bufferevent/bufferevent_connect_fail_eventcb* under osx/freebsdAzat Khuzhin2020-01-141-14/+29
* | test: fix dst thread in move_pthread_to_realtime_scheduling_class (osx)Azat Khuzhin2020-01-141-1/+1
* | test: fix compilation under win32 (rearrange thread_setup() code)Azat Khuzhin2020-01-144-49/+56
* | test: use THREAD_* wrappers over pthread* in del_notifyAzat Khuzhin2020-01-141-3/+3
* | test: Use THREAD_* wrappers in del_notify/del_waitAzat Khuzhin2020-01-131-10/+7
* | test: move threads created with THREAD_START() to realtime scheduling class tooAzat Khuzhin2020-01-133-8/+18
* | test: put thread into real time scheduling class on osx for better latenciesAzat Khuzhin2020-01-131-0/+43
* | Add callback support for error pagesnntrab2020-01-131-0/+183
* | Fix compilation without OPENSSL_API_COMPATAzat Khuzhin2020-01-071-4/+4
* | Add support for priority inheritanceAndre Pereira Azevedo Pinto2019-12-093-1/+11
* | test-ratelim: calculate timers bias (for slow CPUs) to avoid false-positiveAzat Khuzhin2019-11-171-0/+83
* | Parse IPv6 scope IDs.Philip Homburg2019-11-061-0/+60
* | Relax bufferevent_connect_hostname_emfileAzat Khuzhin2019-10-311-22/+8
* | test: add testcase for evutil_socketpair()yuangongji2019-10-191-0/+184
* | tinytest: support timeout on Windowsyuangongji2019-09-261-31/+82
* | regress_buffer: improve testcase for evbuffer_freeze()yuangongji2019-09-221-8/+57
* | eliminate some C4267 warnings in Windowsyuangongji2019-08-281-2/+2
* | Fix memory corruption in EV_CLOSURE_EVENT_FINALIZE with debug enabledJan Kasiak2019-08-281-0/+48
* | test: prevent duplicate event_enable_debug_mode() for TT_ENABLE_DEBUG_MODEJan Kasiak2019-08-281-2/+3
* | test: introduce TT_ENABLE_DEBUG_MODE flagAzat Khuzhin2019-08-262-0/+6
* | Fix typos in comments (sample/test/event-internal.h)dota172019-08-096-10/+10
* | buffer: fix possible NULL dereference in evbuffer_setcb() on ENOMEMAzat Khuzhin2019-07-311-2/+10
* | evdns: add new options -- so-rcvbuf/so-sndbufAzat Khuzhin2019-06-151-0/+23
* | test: mark bev_connect_hostname() as static (to avoid prototype requirement)Azat Khuzhin2019-05-251-1/+1
* | test: regression for evbuffer_expand_fast_() with invalid last_with_datapAzat Khuzhin2019-05-161-0/+38
* | test: cover adjusting of last_with_datap in evbuffer_prepend()Azat Khuzhin2019-05-161-0/+54
* | Implement bufferevent_socket_connect_hostname_hints()Joseph Spadavecchia2019-05-131-7/+26
* | Added test for evmap slot validations.Tobias Stoeckmann2019-04-271-0/+42
* | Added http method extendingThomas Bernard2019-04-111-5/+153
* | evwatch: Add "prepare" and "check" watchers.Dan Rosen2019-04-034-0/+246
* | Disable logging for tests that assume printing warningsAzat Khuzhin2019-04-034-18/+18
* | Remove manually written nmake makefiles (cmake should be used instead)Azat Khuzhin2019-04-031-79/+0