aboutsummaryrefslogtreecommitdiffstats
path: root/src/assuan-io-pth.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2008-03-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-03-211-1/+8
| | | | | | | | | * assuan-defs.h (_assuan_usleep): New prototype. * assuan-io.c (_assuan_usleep): New function. * assuan-io-pth.c (_assuan_usleep): New function. * mkerrors: Do not incude <windows.h>, but assuan-defs.h. (_assuan_error_is_eagain): Call _assuan_usleep.
* Add assuan_set_io_hooks.Werner Koch2007-10-081-1/+24
|
* Add socket wrapper API.Werner Koch2007-10-011-2/+15
| | | | | Changed the ABI ofthe W32 socket emulation.
* Preparing 1.0.3Werner Koch2007-08-241-1/+1
|
* Better error code mapping.Werner Koch2007-07-121-1/+1
|
* Introduced new type for better support of W32 HADNLES vs. file descriptors.Werner Koch2007-07-121-2/+4
|
* Switched to LGPLv3.libassuan-1.0.2Werner Koch2007-07-051-4/+2
|
* 2007-07-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-07-041-2/+2
| | | | | | | | | Change _WIN32 to HAVE_W32_SYSTEM for consistency. * assuan-defs.h (struct assuan_context_s): Have full peercred structure even if not HAVE_SO_PEERCRED, but not if HAVE_W32_SYSTEM.
* Various minor changes for W32Werner Koch2007-06-121-11/+12
|
* Splitted up into a standad lib and an pth enabled one.Werner Koch2006-10-091-0/+147
Also enhanced libassuan-config and libassuan.m4. Not really tested!