summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix some typos (#1284)cui fliter2022-06-121-1/+1
* fix grammar in commentzhongzedu2022-05-121-1/+1
* include/event.h: include <event2/util.h> over deprecatd <evutil.h>Syedh302022-04-301-1/+1
* Fix build w/o OpenSSL by w/ MbedTLSJay Freeman (saurik)2022-02-121-3/+3
* Fix make install failed when Automake used and both OpenSSL and MbedTLS are a...Dmitry Ilyin2022-01-151-3/+4
* Install bufferevent_ssl.h with MbedTLS support alsoDmitry Ilyin2021-12-151-0/+3
* feat: add `evdns_base_get_nameserver_fd` methodYongsheng Xu2021-12-101-0/+12
* Fix comment for evdns_base_new()Azat Khuzhin2021-11-221-2/+2
* doc: adjust flags notice on event_base_loop()Yong Wu2021-09-121-1/+2
* http: support unix domain socketsSean Young2021-08-101-1/+33
* evdns: add ability to get CNAMESergey Matveychuk2021-05-241-0/+3
* Merge #1152 -- remove no op evdns functionsAzat Khuzhin2021-04-031-25/+0
|\
| * dns: remove evdns_set_transaction_id_fnfanquake2021-04-031-13/+0
| * dns: remove evdns_set_random_bytes_fnfanquake2021-04-031-12/+0
* | doc: adjust edge-trigger notice on event_new()Emil Engler2021-04-021-1/+1
|/
* build: remove splice implementation fragmentsfanquake2021-03-281-6/+5
* bufferevent: introduce bufferevent_replacefd() (like setfd() but also close fd)Azat Khuzhin2021-03-231-0/+12
* Check return value of evbuffer_remove() in bufferevent_read()lilei2021-02-041-1/+2
* evdns: add max-probe-timeout/probe-backoff-factor settingschux05192021-01-121-3/+12
* Fix bufferevent_ssl_*flags() w/ disabled OpenSSL but enabled mbedTLSAzat Khuzhin2020-11-011-25/+28
* Introduce new BUFFEREVENT_SSL_BATCH_WRITE flag to avoid Nagle effect in SSLAzat Khuzhin2020-10-311-0/+12
* Introduce new API for flags of the SSL buffereventAzat Khuzhin2020-10-311-32/+70
* http: eliminate redundant bev fd manipulating and caching [WIP]Azat Khuzhin2020-10-311-1/+5
* http: add EVHTTP_URI_HOST_STRIP_BRACKETSAzat Khuzhin2020-10-271-0/+9
* 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