summaryrefslogtreecommitdiff
path: root/bufferevent-internal.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Include evconfig-private.h in internal files for great good.Kevin Bowling2011-01-021-0/+1
|/ /
* | bufferevent-internal.h: Use the new event2/util.h header, not evutil.hEvan Jones2010-12-021-1/+1
* | Try to clear up more size_t vs int/long issues.Nick Mathewson2010-10-271-4/+4
* | Make rate-limits go up to SIZE_MAX/EV_SSIZE_MAX, not just INT32_MAXNick Mathewson2010-10-261-1/+1
* | Correct logic on disabling underlying bufferevents when disabling a filterNick Mathewson2010-10-141-6/+11
* | Fix all warnings in the main codebase flagged by -Wsigned-compareNick Mathewson2010-09-231-1/+1
* | Move event-config.h to include/event2Nick Mathewson2010-08-061-1/+1
* | Fix unused-variable warning when building with threads disabledNick Mathewson2010-05-081-0/+6
* | Merge commit 'chrisd/connect-hostname-report-err'Nick Mathewson2010-05-061-0/+3
|\ \
| * | Report DNS error when lookup fails during bufferevent_socket_connect_hostname.Christopher Davis2010-04-241-0/+3
| |/
* | Remove redundant checks for lock!=NULL before calling EVLOCK_LOCKNick Mathewson2010-04-281-4/+2
|/
* Functions to track the total bytes sent over a rate limit group.Nick Mathewson2010-03-211-0/+7
* Improve robustness for refcountingNick Mathewson2010-03-131-4/+5
* more whitespace normalizationNick Mathewson2010-03-051-2/+2
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-1/+1
* deal with connect() failing immediatelyNiels Provos2010-02-271-0/+3
* Provide consistent, tested semantics for bufferevent timeoutsNick Mathewson2010-02-231-0/+5
* Merge remote branch 'github/split_free_from_decref'Nick Mathewson2010-02-231-2/+2
|\
| * Make bufferevent_free() clear all callbacks immediately.Nick Mathewson2010-02-221-2/+2