Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| d4d55196 | 2011-04-27 20:25:57 | Increment version number to 2.0.11-stable | ||
| 8255fda7 | 2011-04-27 20:15:20 | Add more people to the acknowledgments | ||
| d30466fc | 2011-04-27 20:03:46 | Changelog for 2.0.11-stable | ||
| e49e64e7 | 2011-04-26 23:42:01 | Fix clang warning when resetting connection This was a regression on 2.0.10-stable: clang was warning about values that were unused (because event_debug wasn't using them unless USE_DEBUG was defined). Found by Sebastian Hahn. | ||
| ea0d019b | 2011-04-23 02:35:17 | Use AM_CONDITIONAL, not AC_SUBST, to tell automake to build regress For some reason, this makes mingw much happier about building regress.exe by default. No, I'm afraid I don't know why. | ||
| 7739c86d | 2011-04-23 02:31:04 | Fix msvc build: it needed to know about _EVENT_HAVE_STRUCT_SOCKADDR_STORAGE | ||
| 53d1e450 | 2011-04-23 01:48:11 | Try to fix up CHECK_REGRESS hack to not break on win32 | ||
| dd68cce4 | 2011-04-23 01:47:43 | Add missing header for regress_http compilation on win32 | ||
| 99f147d9 | 2011-04-23 01:47:11 | Merge branch '20_iocp_conn_sockopt' into patches-2.0 | ||
| 52f9baee | 2011-04-22 10:54:02 | call setsockopt correctly on connecting() IOCP-bufferevents so shutdown() will work |