summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* http: const out address param to evcon_get_peerLeon M. George2020-09-091-1/+1
* Detect existence of pthread_mutexattr_setprotocol()Azat Khuzhin2020-08-291-1/+2
* Convert from WinCrypt to Windows BCryptGerry Garvey2020-08-021-1/+1
* fix build system and add test and cleanup codeokhowang(王沛文)2020-07-222-2/+3
* mbedtls based SSL implementationJesse Fang2020-07-221-3/+78
* doc: fix typo in thread.hfanquake2020-07-201-1/+1
* evdns: Add support for setting maximum UDP DNS message size.seleznevae2020-05-311-1/+3
* http: Merge branch 'http-max_connections-pr-592'Azat Khuzhin2020-05-251-0/+18
|\
| * Added evhttp max simultaneous connection limitingJoseph Coffland2018-01-301-0/+18
* | evdns: Implement dns requests via tcpayuseleznev2020-05-211-7/+68
* | Add EVENT_BASE_FLAG_EPOLL_DISALLOW_TIMERFD flag (fixes: #958)Azat Khuzhin2020-03-011-1/+14
* | Fix typo in thread.h (s/event/evthread)Azat Khuzhin2020-03-011-2/+2
* | misspelling of output in bufferevent_struct.hyangyongsheng2020-01-281-1/+1
* | Add callback support for error pagesnntrab2020-01-131-0/+27
* | Add support for priority inheritanceAndre Pereira Azevedo Pinto2019-12-091-0/+15
* | Parse IPv6 scope IDs.Philip Homburg2019-11-061-0/+6
* | improve the description of parameter to evbuffer_read()yuangongji2019-09-221-1/+2
* | Doxygen documentation improvementsyuangongji2019-08-2919-65/+80
* | buffer: fix possible NULL dereference in evbuffer_setcb() on ENOMEMAzat Khuzhin2019-07-311-1/+2
* | autotools: do not install bufferevent_ssl.h under --disable-opensslAzat Khuzhin2019-06-261-2/+5
* | evdns: add new options -- so-rcvbuf/so-sndbufAzat Khuzhin2019-06-151-1/+2
* | typo error in header fileyuangongji2019-05-312-7/+7
* | Implement bufferevent_socket_connect_hostname_hints()Joseph Spadavecchia2019-05-131-2/+23
* | Protect min_heap_push_ against integer overflow.Tobias Stoeckmann2019-04-221-1/+1
* | Added http method extendingThomas Bernard2019-04-111-0/+47
* | http: Update allowed_methods field from 16 to 32bits.Thomas Bernard2019-04-111-1/+1
* | Remove experimental note for finalizers APIAzat Khuzhin2019-04-071-19/+0
* | evwatch: Add "prepare" and "check" watchers.Dan Rosen2019-04-032-0/+135
* | evdns: add DNS_OPTION_NAMESERVERS_NO_DEFAULT/EVDNS_BASE_NAMESERVERS_NO_DEFAULTAzat Khuzhin2019-04-011-2/+9
* | evdns: add descriptions for DNS_OPTION_*/DNS_OPTIONS_ALLAzat Khuzhin2019-04-011-1/+26
* | Adjust evbuffer max read for buffereventsAzat Khuzhin2019-03-161-0/+2
* | Maximum evbuffer read configurationAzat Khuzhin2019-03-161-0/+24
* | http: add WebDAV methods supportAlexander Drozdov2019-03-141-2/+12
* | http: implement separate timeouts for read/write/connect phaseAzat Khuzhin2019-03-051-11/+87
* | Add support for EV_TIMEOUT to event_base_active_by_fdJohn Ohl2019-03-031-1/+1
* | Define `_GNU_SOURCE` properly/consistently per autoconfEnji Cooper2019-02-271-3/+0
* | Eliminate fd conversion warnings and introduce EVUTIL_INVALID_SOCKET (windows)Azat Khuzhin2019-01-291-2/+5
* | rpc: use *_new_with_arg() to match function prototypeAzat Khuzhin2019-01-111-2/+2
* | Introduce EVENT_VISIBILITY_WANT_DLLIMPORTAzat Khuzhin2018-10-281-1/+2
* | Check existence of IPV6_V6ONLY in evutil_make_listen_socket_ipv6only() (mingw32)Azat Khuzhin2018-10-281-1/+2
* | Add evhttp_parse_query_str_flags()Azat Khuzhin2018-10-271-1/+29
* | listener: ipv6only socket bind supportMurat Demirten2018-10-262-0/+24
* | Fix hangs due to watermarks overruns in bufferevents implementationsAzat Khuzhin2018-10-171-0/+3
* | Fix typoXiaozhou Liu2018-07-301-1/+1
* | Add convenience macros for user-triggered eventsPhilip Prindeville2018-06-181-2/+18
* | Make rpc headers self-compilableAzat Khuzhin2018-05-072-0/+16
* | [core] re-order fields in struct event for memory efficiencyNathan French2018-04-301-2/+4
* | Generating evdns_base_config_windows_nameservers docs on all platformsdpayne2018-04-031-1/+1
* | Fixing doxygen docs for evdns_base_search_clear when generated on non-windows...dpayne2018-04-031-1/+1
|/
* Fix typos in commentsDmitry Alimov2018-01-151-10/+10