Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 905e2a3b | 2015-12-06 23:32:18 | refresh nc(1) support | ||
| 5b49c30c | 2015-12-06 20:21:16 | override _PATH_SSL_CA_FILE with OPENSSLDIR at build time fix #160 | ||
| fabe122b | 2015-12-06 16:56:14 | update changelog | ||
| afcc027d | 2015-12-05 22:14:42 | only set the console mode if stdin is a console (not a pipe) This allows piping commands and running from a cygwin console. | ||
| 75ef5bb1 | 2015-12-05 13:58:37 | wrap gets on Windows, replacing '\r\n' with '\n' | ||
| d7317353 | 2015-12-05 13:29:09 | Update 2.3.2 release notes | ||
| 585b57b2 | 2015-12-02 08:23:51 | no special workaround needed for MSVC2015 | ||
| 84f0a9db | 2015-11-23 12:35:36 | fix libtls-standalone tests for tls_read and tls_write changed api | ||
| 7a82b7c0 | 2015-11-23 02:07:23 | build nc on solaris and cygwin | ||
| 7109fb32 | 2015-11-23 02:06:03 | ensure we don't pass a negative int to ctypes functions Some implementations, e.g. cygwin, use a table lookup that can cast a char to a negative array offset. |