summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* http: add callback to allow server to decline (and thereby close) incoming co...John Fremlin2017-12-181-0/+18
* Fix incorrect ref to evhttp_get_decoded_uri in http.hejurgensen2017-11-051-2/+2
* always define EV_INT16_MINCarlo Marcelo Arenas Belón2017-08-171-0/+1
* Merge remote-tracking branch 'official/pr/527' -- documentation fixesAzat Khuzhin2017-07-161-4/+4
|\
| * Fix a few trivial documentation typosNikolay Edigaryev2017-07-071-2/+2
| * Clarify event_free() documentation regarding pending/active eventsNikolay Edigaryev2017-07-071-2/+2
* | Document some obvious cases where a function might also return NULLNikolay Edigaryev2017-07-025-9/+16
* | Fix event_debug_logging_mask_ exporting on win32Azat Khuzhin2017-05-291-0/+12
* | Fix visibility issues under (mostly on win32)Azat Khuzhin2017-05-291-12/+2
|/
* Fix arc4random_addrandom() detecting and fallback (regression)Azat Khuzhin2017-03-271-1/+1
* log/win32: fix exporting extern variableAzat Khuzhin2017-03-141-1/+11
* cmake: eliminate EVENT_BUILDING_REGRESS_TEST, since we link with shared libsAzat Khuzhin2017-03-141-1/+1
* cmake: build SHARED and STATIC libraries (like autoconf does)Azat Khuzhin2017-03-131-6/+6
* cmake: add missing event_openssl/event_pthreads librariesAzat Khuzhin2017-03-131-1/+5
* Export symbols for -fvisibility=hidden (under cmake)Azat Khuzhin2017-03-134-5/+60
* Detect arch4random_addrandom() existenceMarek Sebera2017-03-081-0/+2