Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed and clarified copyright notices | Werner Koch | 2005-10-24 | 1 | -13/+15 | |
| | ||||||
* | * configure.ac: Define HAVE_W32_SYSTEM and HAVE_DOSISH_SYSTEM. | Werner Koch | 2004-12-07 | 1 | -5/+5 | |
| | | | | | | | | | | Add -lwsock2 to the config lib flags for W32. * assuan-logging.c, assuan-io.c: Include config.h * assuan-pipe-connect.c (assuan_pipe_connect2) [_WIN32]: Return error Not Imlemented. | |||||
* | include/sys/types.h | Werner Koch | 2004-11-27 | 1 | -0/+1 | |
| | ||||||
* | Small API update and Windows fixes | Werner Koch | 2004-11-24 | 1 | -5/+5 | |
| | ||||||
* | 2004-11-23 Timo Schulz <[email protected]> | Timo Schulz | 2004-11-24 | 1 | -0/+133 | |
* assuan-socket.c (_assuan_sock_connect): Get local port from the sun_path[] file. (_assuan_sock_bind): Write local port to the sun_path[] file. * assuan-socket-connect.c (assuan_socket_connect): Use DIRSEP_C for a better portability. (assuan-defs.h): Define DIRSEP_C. 2004-11-22 Timo Schulz <[email protected]> * assuan-io.c (_assuan_simple_read, _assuan_simple_write): W32 support. * assuan-socket.c (_assuan_close): New. (_assuan_sock_new): New. (_assuan_sock_bind): New. |