aboutsummaryrefslogtreecommitdiffstats
path: root/jnlib/w32-pth.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-06First steps towards supporting W32.Werner Koch1-245/+0
This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
2006-10-02Fix for bug 537Werner Koch1-6/+6
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2004-12-19* query.c (initialize_module_query):Werner Koch1-7/+5
* call-scd.c (initialize_module_call_scd): New. * w32-pth.c (pth_init): Enable debugging depending on env var. (pth_self): New. (pth_mutex_release, pth_mutex_acquire): Implemented directly using the W32 API.
2004-12-14* w32-pth.h (pth_event_occured): Removed macro.Werner Koch1-7/+1
* w32-pth.c: Fixed license statement; its under the LGPL. (enter_pth, leave_pth): Use them to bracket almost all public functions.
2004-12-13VArious hacks to make it at least build under W32.Werner Koch1-1/+7
* 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-12-13Added real code written by Timo Schulz.Werner Koch1-1/+218
Not finished, though.
2004-12-07* asshelp.c (send_pinentry_environment) [W32]: Do not use ttyname.Werner Koch1-3/+3
* w32-pth.c, w32-pth.h: New. * Makefile.am (gpgsm_LDADD): Put libassuan before jnlib because under W32 we need the w32 pth code from jnlib. * misc.c (setup_pinentry_env) [W32]: Disabled.
2004-12-06* configure.ac (have_w32_system): New. Disable Pth checks for W32.Werner Koch1-25/+7
Link jnlib/w32-pth.h to pth.h. * Makefile.am (pkglib_PROGRAMS): Build only for W32. * keydb.c: Don't define DIRSEP_S here.
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.