summaryrefslogtreecommitdiff
path: root/src/common/compat_libevent.c
AgeCommit message (Expand)Author
2011-11-14Detect failure from event_init() or event_base_new_with_config()Nick Mathewson
2011-11-14Use the EVENT_BASE_FLAG_NOLOCK flag to prevent socketpair() invocationNick Mathewson
2011-05-12Fix comment typoRobert Ransom
2011-03-25Clean up a comment-conversation about bad libevent version/method combosNick Mathewson
2011-03-16Resolve the one DOCDOC in the 0.2.2 code atmNick Mathewson
2011-03-16Doxygen documentation for about 100 things that didn't have anyNick Mathewson
2011-01-03Bump copyright statements to 2011 (0.2.2)Nick Mathewson
2010-11-19Do not send Libevent log messages to a controller.Nick Mathewson
2010-07-27whitespace fixSebastian Hahn
2010-07-26Make sure we don't warn for libevent versions like 1.4.14b-stableSebastian Hahn
2010-07-09Rename log.h to torlog.hNick Mathewson
2010-06-25Fix a compile error when building with Libevent before 1.4.5-stableNick Mathewson
2010-06-25Use Libevent 2.0's periodic timers where available.Nick Mathewson
2010-04-19Fix a compilation warning on compat_libevent.c on some versions of windows li...Nick Mathewson
2010-02-27Update copyright dates for files not in maint-0.2.1Nick Mathewson
2009-12-18Remove duplicate words and a duplicate newline.Karsten Loesing
2009-06-18Set EV_PERSIST flag on signal events with Libevent < 2.0.Nick Mathewson
2009-06-16Fix bug 1001Sebastian Hahn
2009-06-12Whitespace and osx fixes on libevent2 patch.Nick Mathewson
2009-06-12Make Tor compile with Libevent 1.0 again.Nick Mathewson
2009-06-12Move the Libvent setup logic into compat_libevent from config.Nick Mathewson
2009-06-12Update Tor to use Libevent 2.0 APIs when available.Nick Mathewson