aboutsummaryrefslogtreecommitdiff
path: root/src/common/compat_libevent.h
AgeCommit message (Expand)Author
2018-05-10Add functions to enable/disable periodic_event_t objects.Nick Mathewson
2018-04-26Remove the "cached gettimeofday" logic.Nick Mathewson
2018-04-13Generic mechaism for "post-loop" callbacksNick Mathewson
2018-04-05Wrap the function we use to run the event loop.Nick Mathewson
2018-04-05Add wrappers for event_base_loopexit and event_base_loopbreak.Nick Mathewson
2018-04-05Add an API for a scheduled/manually activated event in the mainloopNick Mathewson
2018-04-02Remove event2/event.h include from compat_libevent.hNick Mathewson
2017-12-11On exit, free the event_base and set its pointer to NULL.Nick Mathewson
2017-12-08Fix wide lines introduced by previous patch.Nick Mathewson
2017-12-08Replace all FREE_AND_NULL* uses to take a type and a free function.Nick Mathewson
2017-12-08Switch to a safer FREE_AND_NULL implementationNick Mathewson
2017-12-08Convert the rest of src/common's headers to use FREE_AND_NULLNick Mathewson
2017-10-20Expose a new function to make the event loop exit once and for all.Nick Mathewson
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-05-10In channelpadding tests that touch libevent, call event_reinit().Nick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2016-08-12Merge remote-tracking branch 'public/Fix_19450'Nick Mathewson
2016-08-02Search for remaining references to 'bufferevent'.Nick Mathewson
2016-08-02Bufferevent removal: remove more bufferevent-only optionsNick Mathewson
2016-08-02Remove USE_BUFFEREVENTS code outside src/orNick Mathewson
2016-07-19Remove tor_gettimeofday_cached_monotonic as broken and unneededNick Mathewson
2016-07-04Address review comments from cypherpunksSebastian Hahn
2016-07-04Raise libevent dependency to 2.0.10-stable or newerSebastian Hahn
2016-02-27Update the copyright year.Nick Mathewson
2015-10-02Clean up compat_libevent testsNick Mathewson
2015-09-15Add tests for compat_libeventOla Bini
2015-03-12Remove workarounds for Libevent < 1.3.Nick Mathewson
2015-01-12src/common/compat_libevent.h: include testsupport.hAnthony G. Basile
2015-01-07Merge remote-tracking branch 'public/bug12985_025'Nick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-11-27Merge remote-tracking branch 'andrea/cmux_refactor_configurable_threshold'Nick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-09-30Make tor_libevent_get_base() mockableAndrea Shepard
2014-08-29Merge remote-tracking branch 'public/bug12985_024' into bug12984_025Nick Mathewson
2014-08-29Always event_del() connection events before freeing themNick Mathewson
2014-04-16Get Libevent's PRNG functioning under the linux sandboxNick Mathewson
2014-03-04Merge remote-tracking branch 'public/bug10169_024' into bug10169_025_v2Nick Mathewson
2014-03-04Merge remote-tracking branch 'public/bug10169_023' into bug10169_024Nick Mathewson
2014-02-26Monotonize the OOM-killer data timersNick Mathewson
2014-02-12Add tests for buffer time tracking.Nick Mathewson
2013-09-01Added --library-versions flag to print the compile time and runtime versions ...Kevin Butler
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-10-12Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson
2012-06-15Move tor_gettimeofday_cached() into compat_libeventNick Mathewson
2012-06-05Resolve about 24 DOCDOCsNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-06-04Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson
2011-12-06Revert "Use callback-driven approach to block renegotiations."Nick Mathewson
2011-12-06Revert "Refactor tor_event_base_once to do what we actually want"Nick Mathewson
2011-12-06Revert "Make pending libevent actions cancelable"Nick Mathewson