Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-11-15 | Add an SPDX tag to all core files. | Werner Koch | 1 | -0/+1 | |
-- | |||||
2015-01-27 | Fix WSAEADDRINUSE EADDRINUSE mismatch. | Werner Koch | 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]> | |||||
2010-04-06 | Removed sysdep stuff from assuan.h. | Werner Koch | 1 | -6/+28 | |
fixed a problem for W32CE and Pth. | |||||
2010-03-22 | Do not distribute assuan.h. | Werner Koch | 1 | -0/+28 | |