index
:
portable
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/portable.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
compat
/
posix_win.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Windows: Fix assertion pop-up up when using Debug compiled libressl.
Christian Andersen
2024-03-03
1
-0
/
+2
*
windows: minor compat header fixes
Viktor Szakats
2024-03-03
1
-1
/
+1
*
fix get/setsockopt reversed logic
Brent Cook
2023-07-06
1
-2
/
+2
*
remove unneeded extern since we're not trying to hack this into mingw-w64
Brent Cook
2023-07-06
1
-12
/
+0
*
change socket / file descriptor checks on windows
Brent Cook
2023-07-06
1
-24
/
+101
*
avoid exporting a sleep() symbol from libcrypto
Brent Cook
2020-04-14
1
-6
/
+0
*
Use posix_win.c functions on WIN32
kinichiro
2019-07-28
1
-3
/
+6
*
update autoconf for latest compat functions
Brent Cook
2019-01-31
1
-0
/
+7
*
declare struct timezone outside of the function declaration
Brent Cook
2017-08-13
1
-0
/
+1
*
MSVSC fixes
Brent Cook
2017-01-16
1
-1
/
+1
*
add open(2) shim to handle O_BINARY and O_CLOEXEC
Brent Cook
2017-01-16
1
-0
/
+23
*
handle EBADF, which is returned when a file is passed
Brent Cook
2017-01-15
1
-3
/
+6
*
include stdint.h uint*_t
Brent Cook
2015-12-11
1
-0
/
+1
*
wrap gets on Windows, replacing '\r\n' with '\n'
Brent Cook
2015-12-05
1
-0
/
+14
*
move sleep shim to posix_win.c
Brent Cook
2015-07-21
1
-0
/
+7
*
add initial CMake and Visual Studio build support
Brent Cook
2015-07-21
1
-0
/
+24
*
add a missing header and fix typo in windows posix layer
Brent Cook
2015-06-13
1
-1
/
+2
*
refactor win32 shims into posix_win.c
Brent Cook
2015-06-05
1
-0
/
+167