aboutsummaryrefslogtreecommitdiff
path: root/crypto/compat/posix_win.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Windows: Fix assertion pop-up up when using Debug compiled libressl.Christian Andersen2024-03-031-0/+2
* windows: minor compat header fixesViktor Szakats2024-03-031-1/+1
* fix get/setsockopt reversed logicBrent Cook2023-07-061-2/+2
* remove unneeded extern since we're not trying to hack this into mingw-w64Brent Cook2023-07-061-12/+0
* change socket / file descriptor checks on windowsBrent Cook2023-07-061-24/+101
* avoid exporting a sleep() symbol from libcryptoBrent Cook2020-04-141-6/+0
* Use posix_win.c functions on WIN32kinichiro2019-07-281-3/+6
* update autoconf for latest compat functionsBrent Cook2019-01-311-0/+7
* declare struct timezone outside of the function declarationBrent Cook2017-08-131-0/+1
* MSVSC fixesBrent Cook2017-01-161-1/+1
* add open(2) shim to handle O_BINARY and O_CLOEXECBrent Cook2017-01-161-0/+23
* handle EBADF, which is returned when a file is passedBrent Cook2017-01-151-3/+6
* include stdint.h uint*_tBrent Cook2015-12-111-0/+1
* wrap gets on Windows, replacing '\r\n' with '\n'Brent Cook2015-12-051-0/+14
* move sleep shim to posix_win.cBrent Cook2015-07-211-0/+7
* add initial CMake and Visual Studio build supportBrent Cook2015-07-211-0/+24
* add a missing header and fix typo in windows posix layerBrent Cook2015-06-131-1/+2
* refactor win32 shims into posix_win.cBrent Cook2015-06-051-0/+167