Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-14 | Detect failure from event_init() or event_base_new_with_config() | Nick Mathewson | |
2011-11-14 | Use the EVENT_BASE_FLAG_NOLOCK flag to prevent socketpair() invocation | Nick Mathewson | |
In Tor 0.2.2, we never need the event base to be notifiable, since we don't call it from other threads. This is a workaround for bug 4457, which is not actually a Tor bug IMO. |