Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 41d77a7c | 2012-08-23 14:39:30 | Add a date to the changelog | ||
| 46604b34 | 2012-08-23 14:38:54 | Increment version to 2.0.20-stable | ||
| fc43cbdc | 2012-08-23 10:36:39 | Initial changelog and credits for 2.0.20 | ||
| 606ac43b | 2012-08-22 12:30:42 | Correctly invoke callbacks when a SSL bufferevent reads some and then blocks. Based on a patch by Andrew Hochhaus, who correctly diagnosed this bug. | ||
| ca80ea61 | 2012-08-02 11:56:17 | Add explicit AC_PROG_SED to configure.in so all autoconfs will expose $(SED) | ||
| c0720c1b | 2012-08-02 11:38:32 | Fix an unused variable warning on *BSD. | ||
| dc320776 | 2012-07-30 16:52:55 | Avoid segfault on weird timeout during name lookup. If an evdns_getaddrinfo timeout happens while pending_cb is set, and a callback is about to run, but we get a call to evdns_getaddrinfo_gotresolve before it finishes. Github issue #60. Thanks to Greg Hazel for patch and patience. | ||
| a0912e32 | 2012-07-26 10:39:05 | Check more setsockopt return values when binding sockets. Found by coverity | ||
| a1a0e675 | 2012-07-26 10:38:29 | memset sockaddr_in before using it. Found by coverity. | ||
| a2006c00 | 2012-07-26 10:37:47 | Move assignment outside tt_assert in ssl unit tests. Appeases coverity. |