Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 64177777 | 2012-11-18 01:39:10 | Increment libtool version for 2.0.21 too | ||
| 0ee10fdf | 2012-11-18 01:38:07 | Increment version to 2.0.21-stable | ||
| 1c5517c9 | 2012-11-18 01:36:33 | Changelog for 2.0.21-stable | ||
| f38e0788 | 2012-11-18 01:36:03 | Make ssl version check in unit tests work | ||
| e3cccf38 | 2012-11-16 11:55:27 | Avoid crash when event_pending() called with no event_base set on event Instead, give a warning and return 0. Reported by Antony Dovgal on github as https://github.com/libevent/libevent/issues/19 | ||
| ac356502 | 2012-11-07 19:48:22 | remove stray 'x' so print_err will compile when uncommented | ||
| f3009e48 | 2012-11-16 10:28:19 | Make rpcgen_wrapper.sh work on systems without a "python2" binary | ||
| ac009f92 | 2012-11-15 11:43:20 | Warn when openssl version in unit test mismatches compiled version. | ||
| c2f30863 | 2012-11-15 11:42:14 | Fix renegotiation test to work around openssl 1.0.1 bug There's a bug in openssl 1.0.1 where TLS1.1 and TLS1.2 can't renegotiate with themselves. When testing renegotiation with OpenSSL >=1.0.1 and <1.0.1d, disable those protocols. | ||
| 62bd2c44 | 2012-11-02 11:44:29 | Fix compilation on mingw64 with -DUSE_DEBUG |