aboutsummaryrefslogtreecommitdiff
path: root/src/common/compat_libevent.c
AgeCommit message (Expand)Author
2016-08-12Merge remote-tracking branch 'public/Fix_19450'Nick Mathewson
2016-08-11Only use evutil_secure_rng_add_bytes() when present.Nick 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-07-04Remove two wrong commentsSebastian Hahn
2016-06-16add LCOV_EXCL for unreachable exit() blocks in src/commonNick Mathewson
2016-06-11Add -Wmissing-variable-declarations, with attendant fixesNick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2016-02-04Add an assertion to tor_libevent_get_base()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-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-11-12Replace operators used as macro arguments with OP_XX macrosNick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-09-30Make tor_libevent_get_base() mockableAndrea Shepard
2014-09-26Avoid a "constant variable guards dead code" warning from coverityNick Mathewson
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-05Fix whitespace errors, all of them mine.Nick 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-02-01Rename log() to tor_log() for loggingNick Mathewson
2013-01-21More of b30d06255c24165 for #6826: fix compat_libevent compilationNick Mathewson
2013-01-17Even more code-removal for 6826Nick Mathewson
2013-01-17Drop detection logic for pre-1.3 busted libeventsNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-09-06Don't log about Libevent/OpenSSL initialization when all's wellNick Mathewson
2012-06-15Whitespace fixNick Mathewson
2012-06-15Move tor_gettimeofday_cached() into compat_libeventNick 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
2012-01-31Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32Nick Mathewson
2011-12-08appease check-spacesSebastian Hahn
2011-12-06Revert "Use callback-driven approach to block renegotiations."Nick Mathewson
2011-12-06Revert "appease check-spaces"Nick Mathewson
2011-12-06Revert "Refactor tor_event_base_once to do what we actually want"Nick Mathewson
2011-12-06Revert "use event_free() wrapper; fix bug 4582"Nick Mathewson
2011-12-06Revert "Make pending libevent actions cancelable"Nick Mathewson
2011-11-29Make pending libevent actions cancelableNick Mathewson
2011-11-25use event_free() wrapper; fix bug 4582Nick Mathewson
2011-11-25Refactor tor_event_base_once to do what we actually wantNick Mathewson