summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix UB in evutil_date_rfc1123()Azat Khuzhin2016-12-221-3/+3
* http: do not use local settings for Date headerVis Virial2016-12-191-0/+11
* use ev_uint16_t instead of unsigned short for portThomas Bernard2016-10-262-4/+4
* [#372] check for errno.hMark Ellzey2016-06-281-0/+3
* http: lingering close (like nginx have) for entity-too-largeAzat Khuzhin2016-03-091-0/+15
* http: read server response even after server closed the connectionAzat Khuzhin2016-03-091-0/+4
* http: fix conflicts EVHTTP_CON_AUTOFREE and EVHTTP_CON_REUSE_CONNECTED_ADDRAzat Khuzhin2016-02-241-1/+4
* visibility: align it to make it more readableAzat Khuzhin2016-01-121-19/+14
* Revert "The Windows socket type is defined as SOCKET."Mark Ellzey2015-12-201-2/+2
* The Windows socket type is defined as SOCKET.billsegall2015-12-161-2/+2
* buffer_compat: fix comment -- we have EVBUFFER_EOL_ANY not EOL_STYLE_ANYAzat Khuzhin2015-10-301-1/+1
* http: export evhttp_connection_set_family()Azat Khuzhin2015-09-101-0/+1
* Don't use BSD u_* types.Ed Schouten2015-08-251-2/+0
* http: reuse connected address only with EVHTTP_CON_REUSE_CONNECTED_ADDRAzat Khuzhin2015-08-181-0/+12
* bufferevent: move conn_address out from http into buffereventAzat Khuzhin2015-08-181-1/+1
* be: make @sa const for bufferevent_socket_connect()Azat Khuzhin2015-08-181-1/+1
* Fix garbage value in socketpair util function, stdint?Mark Ellzey2015-05-111-0/+15
* expose bufferevent_incref/decref (with fewer modifications)Mark Ellzey2015-05-061-0/+26
* Merge remote-tracking branch 'public/master'Nick Mathewson2015-02-021-1/+1
|\
| * EVBUFFER_PTR_SET -> EVBUFFER_PTR_ADDjer-gentoo2015-01-211-1/+1
* | New function to get address for nameserver.Nick Mathewson2015-02-021-0/+16
|/
* Implement new/free for struct evutil_monotonic_timer and export monotonic tim...Andrea Shepard2014-12-042-0/+62
* Merge remote-tracking branch 'origin/pr/182'Nick Mathewson2014-11-301-0/+8
|\
| * Implement interface that provides the ability to have an outbound evhttp_conn...John Ohl2014-10-261-0/+8
* | Merge remote-tracking branch 'origin/pr/180'Nick Mathewson2014-11-301-1/+1
|\ \ | |/ |/|
| * remove trailing comma from enumJean-Philippe Ouellet2014-10-161-1/+1
* | Provide support for SO_REUSEPORT through LEV_OPT_REUSABLE_PORTMaciej Soltysiak2014-10-132-0/+22
|/
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2014-10-091-1/+1
|\
| * Fix a typo in a doxygen comment. Reported by 亦得.Nick Mathewson2014-10-091-1/+1
* | Merge pull request #168 from ufo2243/masterNick Mathewson2014-09-181-3/+4
|\ \
| * | make bufferevent_getwatermark api more robustufo22432014-09-121-3/+4
* | | Merge pull request #118 from azat/http-forward-family-to-buffereventNick Mathewson2014-09-181-0/+6
|\ \ \ | |/ / |/| |
| * | Add evhttp_connection_set_family() to set addrinfo->family for DNS requestsAzat Khuzhin2014-03-211-0/+6
* | | Fix duplicate paragraph in evbuffer_ptr documentationNick Mathewson2014-03-121-7/+2