aboutsummaryrefslogtreecommitdiffstats
path: root/src/assuan-socket.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Introduced new type for better support of W32 HADNLES vs. file descriptors.Werner Koch2007-07-121-12/+16
|
* Switched to LGPLv3.libassuan-1.0.2Werner Koch2007-07-051-4/+2
|
* 2006-09-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-09-191-0/+12
| | | | | | * assuan-pipe-connect.c: Add hacks for Slowaris. * assuan-socket.c: Likewise here.
* Fixed and clarified copyright noticesWerner Koch2005-10-241-13/+15
|
* * configure.ac: Define HAVE_W32_SYSTEM and HAVE_DOSISH_SYSTEM.Werner Koch2004-12-071-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.hWerner Koch2004-11-271-0/+1
|
* Small API update and Windows fixesWerner Koch2004-11-241-5/+5
|
* 2004-11-23 Timo Schulz <[email protected]>Timo Schulz2004-11-241-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.