summaryrefslogtreecommitdiff
path: root/src/common/compat_libevent.c
AgeCommit message (Expand)Author
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
2011-11-25Merge remote-tracking branch 'asn/bug4312'Nick Mathewson
2011-11-24appease check-spacesSebastian Hahn
2011-11-14Disable IOCP and retry event_base_new_with_config once on failureNick Mathewson
2011-11-14Merge remote-tracking branch 'public/bug4457_022' into bug4457_masterNick Mathewson
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-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-08-17Call evthread_use_windows_threads when running with IOCP on windowsNick Mathewson
2011-07-01Replace 4 more sscanf()s with tor_sscanf()Nick Mathewson
2011-05-23Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-12Fix comment typoRobert Ransom
2011-04-07Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-03-25Clean up a comment-conversation about bad libevent version/method combosNick Mathewson
2011-03-16Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-03-16Resolve the one DOCDOC in the 0.2.2 code atmNick Mathewson
2011-03-16Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-03-16Doxygen documentation for about 100 things that didn't have anyNick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-03Bump copyright statements to 2011 (0.2.2)Nick Mathewson
2010-12-21Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-12-16Turn on epoll changelists with libevent 2.0.9-rc and laterNick Mathewson
2010-11-19Do not send Libevent log messages to a controller.Nick Mathewson
2010-10-15Fix one-time memory leak when initializing libevent. Spotted by SebastianNick Mathewson
2010-10-15Fix an apostrophe in a commentNick Mathewson
2010-10-15Fix an xxx wrt picking libevent methods known-to-workNick Mathewson
2010-09-29make c612ddee compile with old libeventsRoger Dingledine
2010-09-28Add a new option to enable/disable IOCP supportNick Mathewson