Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use posix_win.c functions on WIN32 | kinichiro | 2019-07-28 | 1 | -25/+0 |
| | | | | | | - read() returns bytes count as 1 for crlf unless binary mode isn't specified with open(). Reported by @ulfworsoe in libressl-portable#542 - err could be WSANOTINITIALISED when WSAStartup() is not called | ||||
* | Force binary mode for open() on WIN32 | kinichiro | 2019-07-26 | 1 | -2/+14 |
| | | | | Reported by @ulfworsoe https://github.com/libressl-portable/portable/issues/542 | ||||
* | Fix using right functions for file descriptor with MS Visual Studio | kinichiro | 2018-03-18 | 1 | -0/+13 |