summaryrefslogtreecommitdiff
path: root/bufferevent-internal.h
Commit message (Expand)AuthorAgeFilesLines
* Fix BEV_LOCK/BEV_UNLOCK macros for EVENT__DISABLE_THREAD_SUPPORTAzat Khuzhin2022-07-091-2/+2
* Fix BEV_IS_SSL() macroAzat Khuzhin2020-10-311-2/+9
* Fix preprocessor condition for BEV_IS_SSL()Azat Khuzhin2020-10-311-1/+1
* Remove reduntant BEV_IS_MBEDTLSAzat Khuzhin2020-10-311-7/+0
* Merge ssl implementations (openssl and mbedtls)okhowang(王沛文)2020-07-221-4/+4
* mbedtls based SSL implementationJesse Fang2020-07-221-0/+7
* Match definition with prototype for bufferevent_socket_set_conn_address_fd_()Azat Khuzhin2019-02-241-1/+1
* Fix evhttp_connection_get_addr() fox incomming http connectionsGreg Hazel2018-04-241-0/+9
* bufferevent: refactor to use type check macrosDominic Chen2017-04-131-0/+7
* Export symbols for -fvisibility=hidden (under cmake)Azat Khuzhin2017-03-131-0/+20
* be_sock: cancel in-progress dns requestsAzat Khuzhin2016-03-231-0/+2
* be: introduce bufferevent_generic_adj_existing_timeouts_()Azat Khuzhin2015-11-061-0/+1
* Add missing include of <netinet/in.h>.Ed Schouten2015-09-101-0/+3
* be: include all variations of headers for sockaddr_in6 structAzat Khuzhin2015-08-201-0/+7
* be: fix sockaddr_in6 type definition for win32Azat Khuzhin2015-08-191-0/+1
* be: replace sockaddr_storage with sockaddr_in6 for conn_addressAzat Khuzhin2015-08-181-1/+4
* be: replace conn_address by full struct instead of pointerAzat Khuzhin2015-08-181-1/+1
* bufferevent: move conn_address out from http into buffereventAzat Khuzhin2015-08-181-0/+12
* expose bufferevent_incref/decref (with fewer modifications)Mark Ellzey2015-05-061-4/+7
* Remove unneeded declaration in bufferevent-internal.hNick Mathewson2013-12-241-1/+0
* Make bufferevent_trigger_nolock_() inlineNick Mathewson2013-12-241-2/+15
* Clarifications in response to merge req. commentsOndřej Kuzník2013-12-051-3/+4
* Add an option to trigger bufferevent event callbacksOndřej Kuzník2013-12-031-2/+3
* Add an option to trigger bufferevent I/O callbacksOndřej Kuzník2013-12-031-2/+8
* Fix a double close() bug in evhttp when the underlying bufferevent uses BEV_O...Maxime Henrion2013-05-241-0/+2
* More documentation for finalization featureNick Mathewson2013-04-261-2/+4
* Remove bufferevent_del_generic_timeout_cbs as now unusedNick Mathewson2013-04-261-3/+0
* Use finalization feature so bufferevents can avoid deadlocksNick Mathewson2013-04-261-1/+4
* Replace more deferred_cb names with event_callbackNick Mathewson2012-05-091-1/+1
* Replace deferred_cbs with event_callback-based implementation.Nick Mathewson2012-05-091-0/+1
* Tweak the new evutil_weakrand_() codeNick Mathewson2012-04-091-2/+2
* Change evutil_weakrand_() to avoid platform random()Nicholas Marriott2012-04-091-0/+4
* Have all visible internal function names end with an underscore.Nick Mathewson2012-02-291-12/+12
* Fix all identifiers with names beginning with underscore.Nick Mathewson2012-02-291-16/+16
* Convert include-guard macro convention to avoid reserved identifiersNick Mathewson2012-02-291-3/+3
* Convert event-config.h macros to avoid reserved identifiersNick Mathewson2012-02-291-1/+1
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-101-1/+1
|\
| * Update copyright notices to 2012Nick Mathewson2012-02-101-1/+1
* | Merge remote-tracking branch 'github/linked_list'Nick Mathewson2012-01-201-2/+2
|\ \
| * | Use LIST rather than TAILQ for bufferevent_rate_limit_group membersNick Mathewson2010-04-091-2/+2
* | | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-10-261-1/+1
|\ \ \ | | |/ | |/|
| * | Update copyright dates to 2011.Nick Mathewson2011-10-241-1/+1
* | | bufferevent: Add functions to set/get max_single_read/write values.Alexander Drozdov2011-10-111-0/+10
* | | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-08-281-1/+2
|\ \ \ | |/ /
| * | Correctly terminate IO on an async bufferevent on bufferevent_freeNick Mathewson2011-08-281-1/+2
* | | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-08-171-0/+2
|\ \ \ | |/ /
| * | Fix handling of group rate limits under 64 bytes of burstNick Mathewson2011-08-111-0/+2
* | | Use "_WIN32", not WIN32: it's standard and we don't need to fake itNick Mathewson2011-05-251-1/+1
* | | Merge remote branch 'origin/patches-2.0'Nick Mathewson2011-03-071-0/+15
|\ \ \ | |/ /
| * | Followup for Tomash Brechko's http patchNick Mathewson2011-03-071-0/+15