aboutsummaryrefslogtreecommitdiffstats
path: root/src/assuan-io-pth.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-10-08Add assuan_set_io_hooks.Werner Koch1-1/+24
2007-10-01Add socket wrapper API.Werner Koch1-2/+15
Changed the ABI ofthe W32 socket emulation.
2007-08-24Preparing 1.0.3Werner Koch1-1/+1
2007-07-12Better error code mapping.Werner Koch1-1/+1
2007-07-12Introduced new type for better support of W32 HADNLES vs. file descriptors.Werner Koch1-2/+4
2007-07-05Switched to LGPLv3.libassuan-1.0.2Werner Koch1-4/+2
2007-07-042007-07-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-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.
2007-06-12Various minor changes for W32Werner Koch1-11/+12
2006-10-09Splitted up into a standad lib and an pth enabled one.Werner Koch1-0/+147
Also enhanced libassuan-config and libassuan.m4. Not really tested!