kc3-lang/libevent

Branch :


Log

Author Commit Date CI Message
c3555837 2011-06-03 17:08:30 Changelog and new credits for 2.0.12-stable
7283facd 2011-06-03 17:08:14 Bump version to 2.0.12-stable. Not release just yet
bdfb8330 2011-06-03 17:06:17 Fix regress_ssl.c build on openbsd
d54d3fc4 2011-06-01 13:48:02 cygwin: make it possible to build DLLs Patch from Brian Koehmstedt
87c0dff6 2011-05-30 12:06:36 Merge branch '20_select_nfds' into patches-2.0
d90149d4 2011-05-30 11:53:19 Fix a fencepost bug in the select backend This bug would sometimes lead us to looking one bit off the end of the fdset arrays, and trying to activate a (nonexistent) event if that bit was set. Found by Harlann Stenn. Fixes a test failure on OpenSolaris.
f47c15e7 2011-05-27 23:28:17 Make the new http_connect_fail_test use a multicast addr, not broadcast Turns out that FreeBSD does _not_ give a ENETUNREACH error when told to make a TCP socket to 255.255.255.255, but it is quite happy to do so for 239.10.20.30. So that's what we'll do. Found by Robert Ransom and Dave Hart.
816115a1 2011-05-26 10:10:57 InitializeCriticalSectionAndSpinCount requires _WIN32_WINNT >= 0x0403.
203ba274 2011-05-27 15:08:25 Fix a couple of signed/unsigned warnings in http.c
c11c6fcd 2011-05-27 14:57:55 Disable main/many_events_slow_add with evport backend In 2.0 and earlier, evport only reports up to 8 events at a time, which confuses this test badly.