Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an SPDX tag to all core files. | Werner Koch | 2017-11-15 | 1 | -0/+1 |
| | | | | -- | ||||
* | Fix WSAEADDRINUSE EADDRINUSE mismatch. | Werner Koch | 2015-01-27 | 1 | -2/+4 |
| | | | | | | | | | | | | * src/w32-sock-nonce.inc.h (EADDRINUSE): Avoid redefining. * src/assuan-socket.c (_assuan_sock_bind): Set error to EADDRINUSE. -- With the latest mingw-w64 EADDRINUSE is defined but to a different value than WSAEADDRINUSE. We need to use EADDRINUSE becuase that is what applications expect. Signed-off-by: Werner Koch <[email protected]> | ||||
* | Removed sysdep stuff from assuan.h. | Werner Koch | 2010-04-06 | 1 | -0/+50 |
fixed a problem for W32CE and Pth. |