Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 9669ade5 | 2010-02-28 12:55:29 | Bump the version to 2.0.4-alpha | ||
| 3a5cfb0d | 2010-02-28 12:49:03 | Add a changelog for 2.0.4-alpha from Git, sorted by hand | ||
| ad85908a | 2010-02-28 12:52:39 | Fix compilation with --disable-debug-mode | ||
| 57b72488 | 2010-02-27 22:27:13 | Small cleanups on freebsd-connect-refused patch. There should be no need to call be_socket_enable: that does an event_add(). What we really want to do is event_active(), to make sure that the writecb is executed. Also, there was one "} if () {" that was missing an else. I've noted that the return value for evutil_socket_connect() is getting screwy, but since that isn't an exported function, we can fix it whenever. | ||
| 7bc48bfd | 2010-02-27 18:59:06 | deal with connect() failing immediately | ||
| 98edb891 | 2010-02-25 17:14:41 | Fix arc4random compilation on MSVC. | ||
| 1e14f826 | 2010-02-25 17:11:28 | Try to define a sane _EVENT_SIZEOF_SIZE_T for msvc compilation | ||
| 23170a69 | 2010-02-25 16:57:57 | Fix mingw compilation | ||
| 7ffd3875 | 2010-02-24 13:40:06 | Delete stack-alloced event in new unit test before returning. | ||
| f3dfe462 | 2010-02-23 23:59:26 | Use new timeval diff comparison function in bufferevent test |