summaryrefslogtreecommitdiff
path: root/bufferevent.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2014-09-181-1/+1
|\
| * [Bugfix] fix bufferevent setwatermark suspend_readufo22432014-09-181-1/+1
* | make bufferevent_getwatermark api more robustufo22432014-09-121-3/+8
* | Minor optimizations on bufferevent_trigger optionsNick Mathewson2013-12-241-8/+10
* | Make bufferevent_trigger_nolock_() inlineNick Mathewson2013-12-241-11/+0
* | Clarifications in response to merge req. commentsOndřej Kuzník2013-12-051-2/+2
* | Add an option to trigger bufferevent event callbacksOndřej Kuzník2013-12-031-4/+13
* | Add an option to trigger bufferevent I/O callbacksOndřej Kuzník2013-12-031-18/+37
* | Add watermark introspectionOndřej Kuzník2013-12-031-0/+21
* | Fix locking in bufferevent_get_options_().Maxime Henrion2013-05-241-1/+3
* | Fix a double close() bug in evhttp when the underlying bufferevent uses BEV_O...Maxime Henrion2013-05-241-0/+12
* | Remove bufferevent_del_generic_timeout_cbs as now unusedNick Mathewson2013-04-261-11/+0
* | Use finalization feature so bufferevents can avoid deadlocksNick Mathewson2013-04-261-11/+43
* | Make the argument to bufferevent_get_priority constNick Mathewson2012-11-181-1/+1
* | Restore our priority-inversion-prevention code with deferredsNick Mathewson2012-05-091-2/+2
* | Add a bufferevent_get_priority() functionNick Mathewson2012-05-091-0/+10
* | Replace more deferred_cb names with event_callbackNick Mathewson2012-05-091-3/+3
* | Replace deferred_cbs with event_callback-based implementation.Nick Mathewson2012-05-091-11/+12
* | Clean up lingering _identifiers.Nick Mathewson2012-02-291-3/+3
* | Have all visible internal function names end with an underscore.Nick Mathewson2012-02-291-20/+20
* | Fix all identifiers with names beginning with underscore.Nick Mathewson2012-02-291-28/+28
* | Convert event-config.h macros to avoid reserved identifiersNick Mathewson2012-02-291-4/+4
* | Add a bufferevent_getcb() to find a bufferevent's current callbacksNick Mathewson2012-02-111-0/+20
* | 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 '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/+2
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-08-281-0/+15
|\ \ | |/
| * Correctly terminate IO on an async bufferevent on bufferevent_freeNick Mathewson2011-08-281-0/+15
* | 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/+18
|\ \ | |/
| * Workaround libevent bugTomash Brechko2011-03-071-0/+18
* | Include evconfig-private.h in internal files for great good.Kevin Bowling2011-01-021-2/+3
|/
* Add a bufferevent_get_base functionNick Mathewson2010-10-211-0/+6
* Correct logic on disabling underlying bufferevents when disabling a filterNick Mathewson2010-10-141-4/+4
* Obey enabled status when unsuspendingSimon Perreault2010-09-101-2/+2
* Only process up to MAX_DEFERRED deferred_cbs at a time.Christopher Davis2010-09-081-10/+5
* Correctly detect failure to delete bufferevent read-timeout eventNick Mathewson2010-08-171-1/+1
* Fix a nasty dangling-event bug when using rate-limiting groupsNick Mathewson2010-08-091-1/+1
* Move event-config.h to include/event2Nick Mathewson2010-08-061-1/+1
* Add bufferevent_lock()/bufferevent_unlock()Nick Mathewson2010-06-211-0/+14
* Release locks on bufferevents while executing callbacksJoachim Bauch2010-04-271-6/+59
* Fix infrequent memory leak in bufferevent_init_common().Jardel Weyrich2010-03-211-0/+4
* Avoid an (untriggerable so far) crash bug in bufferevent_free()Nick Mathewson2010-03-131-1/+1
* Improve robustness for refcountingNick Mathewson2010-03-131-7/+33
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-1/+1
* Provide consistent, tested semantics for bufferevent timeoutsNick Mathewson2010-02-231-2/+9
* Make bufferevent_free() clear all callbacks immediately.Nick Mathewson2010-02-221-0/+8
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-181-8/+3