aboutsummaryrefslogtreecommitdiffstats
path: root/common/w32-afunix.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-08-11common: Remove compatibility code.Justus Winter1-63/+0
* common/Makefile.am: Drop deleted files. * common/w32-afunix.c: Delete file. * common/w32-afunix.h: Likewise. GnuPG-bug-id: 2408 Signed-off-by: Justus Winter <[email protected]>
2015-11-27Silence unused variable or parameter warnings.Werner Koch1-1/+1
--
2015-04-24common: Remove JNLIB from boiler plate (jnlib merge).Werner Koch1-3/+3
* common/README.jnlib: Remove. -- This is the final part of merging jnlib into gnupg/common.
2011-09-30Change JNLIB license to LGPLv3+ or GPLv2+.Werner Koch1-7/+18
This is to allow the use of this code with code under GPLv2(only).
2010-03-10Merged jnlib into common.Werner Koch1-0/+0
2010-03-01Finished jnlib port to CE.Werner Koch1-0/+3
2007-10-01Use Assuan socket wrapper calls.Werner Koch1-1/+2
Made socket servers secure under Windows.
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2006-10-02Fix for bug 537Werner Koch1-7/+8
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2004-12-13VArious hacks to make it at least build under W32.Werner Koch1-0/+1
* stringhelp.c (w32_strerror) [W32]: New. * w32-pth.c, w32-pth.h: Added real code written by Timo Schulz. Not finished, though. * gpgconf-comp.c <ignore-ocsp-service-url>: Fixed typo.
2004-11-302004-11-30 Timo Schulz <[email protected]>Timo Schulz1-0/+47
* w32-afunix.c: New. AF_UNIX emulation for W32. * w32-afunix.h: Likewise.