tor/changes
Nick Mathewson 7be50c26e8 Disable IOCP and retry event_base_new_with_config once on failure
This is a fancier bug4457 workaround for 0.2.3.  In 0.2.2, we could
just tell Libevent "Don't enable locking!" so it wouldn't try to make
the event_base notifiable.  But for IOCP, we need a notifiable base.
(Eventually, we'll want a notifiable base for other stuff, like
multithreaded crypto.)  So the solution is to try a full-featured
initialization, and then retry with all the options turned off if that
fails.
2011-11-14 18:12:29 -05:00
..
aes_hackery Dump our internal AES implementation 2011-11-11 11:47:24 -05:00
bug3832 Add GETINFO md/id/* and md/name/* items for relay microdescs 2011-11-07 15:32:33 -08:00
bug4426 Include HiddenServiceDir in some warning messages 2011-11-07 17:02:50 -08:00
bug4434 Changes file for patches from 4ZM 2011-11-11 11:11:15 -05:00
bug4437 Don't warn when compiling with --disable-threads 2011-11-09 10:26:35 +01:00
bug4457 Detect failure from event_init() or event_base_new_with_config() 2011-11-14 17:53:45 -05:00
bug4457_master Disable IOCP and retry event_base_new_with_config once on failure 2011-11-14 18:12:29 -05:00
fix-msvc Fix test_util.c compilation on MSVC 2011-11-11 23:49:53 -05:00
geoip-november2011 Update to the November 2011 GeoIP database. 2011-11-07 14:23:48 +01:00
test_bench Fix the bench_{aes,dmap} test functions to work with TT 2011-11-11 11:47:25 -05:00