Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | upgrade links in comments to HTTPS | Viktor Szakats | 2023-12-11 | 1 | -2/+2 |
| | |||||
* | delete unused `savsig` variable | Viktor Szakats | 2023-11-03 | 1 | -3/+0 |
| | | | | | | Follow-up to dd1d96f643b01a5edbe7e0db8399f3c88f5f0c8b Fixes #925 | ||||
* | fix cross-compilation on Windows 11 Arm64 | Brent Cook | 2023-10-30 | 1 | -42/+0 |
| | | | | | signal.h is less populated in this environment, remove stub signal handlers | ||||
* | Adjust for ui_locl.h -> ui_local.h rename | Theo Buehler | 2022-11-27 | 1 | -1/+1 |
| | |||||
* | Revert back to GetStdHandle, since it works fine with pipes. | Brent Cook | 2015-12-11 | 1 | -6/+6 |
| | | | | | Also include the formerly-missing NULL check, since this can fail in two ways. | ||||
* | Replace STDIN_FILENO with _fileno | Anthony Novatsis | 2015-12-11 | 1 | -3/+3 |
| | | | | | Replace STDIN_FILENO with _fileno as STDIN_FILENO results in compile errors with Visual Studio 2015 (using CMake). | ||||
* | only set the console mode if stdin is a console (not a pipe) | Brent Cook | 2015-12-06 | 1 | -9/+21 |
| | | | | This allows piping commands and running from a cygwin console. | ||||
* | fix spelling of OPENSSL_cleanse | Brent Cook | 2015-09-13 | 1 | -1/+1 |
| | |||||
* | win32 openssl CLI: preserve original echo state | Brent Cook | 2015-07-16 | 1 | -9/+9 |
| | | | | | | | Mirror the patch to ui_openssl.c, also fix the broken conditional that made it not actually turn off echo in the first place. ok guenther@ | ||||
* | Add conditional compilation for windows and posix functions. | Brent Cook | 2014-12-03 | 1 | -0/+367 |
This adds a Windows-specific versions of several symbols from libcrypto and openssl(1). |