aboutsummaryrefslogtreecommitdiff
path: root/src/common/compat_libevent.h
AgeCommit message (Expand)Author
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
2011-11-29Make pending libevent actions cancelableNick Mathewson
2011-11-25Refactor tor_event_base_once to do what we actually wantNick Mathewson
2011-11-13Use callback-driven approach to block renegotiations.George Kadianakis
2011-09-22Make bufferevents work with TokenBucketRefillIntervalNick Mathewson
2011-08-24Apply rate-limiting to the lowest bufferevent in the stack.Nick Mathewson
2011-08-18Automatically use filtering bufferevents with IOCP.Nick Mathewson
2011-05-30Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-30whitespace fixesNick Mathewson
2011-05-30Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-23Use a 64-bit type to hold sockets on win64.Nick Mathewson
2010-09-28Add a new option to enable/disable IOCP supportNick Mathewson
2010-09-27Convert bufferevents to use rate-limiting.Nick Mathewson
2010-09-27Teach read_event/write_event manipulators about bufferevents.Nick Mathewson
2010-06-25Use Libevent 2.0's periodic timers where available.Nick Mathewson
2010-02-19Make the DNSPort option work with libevent 2.xSebastian Hahn
2009-06-12Whitespace and osx fixes on libevent2 patch.Nick Mathewson