Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| bd8fe586 | 2015-12-11 09:21:43 | include stdint.h uint*_t | ||
| 5727d327 | 2015-12-11 16:29:50 | Replace STDIN_FILENO with _fileno Replace STDIN_FILENO with _fileno as STDIN_FILENO results in compile errors with Visual Studio 2015 (using CMake). | ||
| 4db1ad67 | 2015-12-07 08:24:41 | installing nc(1) should imply building, even if not whitelisted | ||
| 28aaab43 | 2015-12-07 08:14:51 | allow optionally installing nc(1) with '--enable-nc' | ||
| 19f58fdb | 2015-12-07 08:03:44 | rebase windows headers patch | ||
| 1988b8f6 | 2015-12-07 07:55:05 | fixup cert.pem path override for libtls, add for nc(1) this also fixes the formatting of help for nc(1) | ||
| 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. |