summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Always have evutil_secure_rng_add_bytes available (#1427)Kurt Roeckx2023-03-051-2/+3
* Add LEV_OPT_BIND_IPV4_AND_IPV6 flag (#1400)Edoardo Lolletti2023-02-042-1/+26
* Replace magic numbers with consts for evdns_base_resolv_conf_parse() errorsDaniel Kempenich2023-01-271-3/+22
* signal: new signal handling backend based on signalfdDmitry Antipov2022-11-121-0/+16
* Add locks for server WS, fixes #1357Dmitry Ilyin2022-10-121-1/+1
* Add helpers and all regress tests are passedDmitry Ilyin2022-10-041-3/+16
* Add minimal WebSocket server implementation for evhttp (#1322)Dmitry Ilyin2022-09-122-0/+59
* http: allow setting bevcb per socketLeon M. George2022-08-131-0/+10
* Add more HTTP_ response codesDmitry Ilyin2022-08-071-1/+12
* Add a note that IOCP is experimental featureAzat Khuzhin2022-07-101-0/+2
* 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