aboutsummaryrefslogtreecommitdiffstats
path: root/jnlib/w32-pth.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* First steps towards supporting W32.Werner Koch2007-06-061-245/+0
| | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
* Fix for bug 537Werner Koch2006-10-021-6/+6
|
* Updated FSF's address.Werner Koch2006-06-201-1/+2
|
* * query.c (initialize_module_query):Werner Koch2004-12-191-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.
* * w32-pth.h (pth_event_occured): Removed macro.Werner Koch2004-12-141-7/+1
| | | | | | | * w32-pth.c: Fixed license statement; its under the LGPL. (enter_pth, leave_pth): Use them to bracket almost all public functions.
* VArious hacks to make it at least build under W32.Werner Koch2004-12-131-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.
* Added real code written by Timo Schulz.Werner Koch2004-12-131-1/+218
| | | | | Not finished, though.
* * asshelp.c (send_pinentry_environment) [W32]: Do not use ttyname.Werner Koch2004-12-071-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.
* * configure.ac (have_w32_system): New. Disable Pth checks for W32.Werner Koch2004-12-061-0/+29
Link jnlib/w32-pth.h to pth.h. * Makefile.am (pkglib_PROGRAMS): Build only for W32. * keydb.c: Don't define DIRSEP_S here.