aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32-util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix calling CancelSynchronousIo.NIIBE Yutaka2024-07-051-2/+2
* Don't use ath_self, but get thread ID directly.NIIBE Yutaka2024-07-051-2/+1
* doc: Fix typos in documentation and source code commentsIngo Klöcker2023-10-131-3/+3
* core,w32: More robust detection of GnuPG Desktop dir layoutWerner Koch2023-02-011-20/+75
* core: New global flags "inst-type".Werner Koch2022-10-261-4/+46
* w32: Add another fallback to look for gpgconf.exeAndre Heinecke2022-08-121-2/+10
* core: Support dirinfo("socketdir")Werner Koch2021-11-251-10/+11
* core,w32: Silence compiler warnings.Werner Koch2019-11-271-2/+3
* core: Improve the debug messages even more.Werner Koch2019-06-051-7/+7
* core,w32: Fix minor potential memleakAndre Heinecke2019-04-091-0/+2
* core,w32: Fix new w32-util functionsAndre Heinecke2019-04-091-3/+25
* core,w32: Improve handling of Unicode pathsAndre Heinecke2019-04-091-8/+97
* core,w32: Fix missing sentinel in dir name builder.Werner Koch2019-02-191-1/+1
* core: Remove old debug helper functionWerner Koch2018-11-161-2/+4
* core: Simplify the trace maros by using variadics.Werner Koch2018-11-161-5/+5
* Add SPDX identifiers to most source filesWerner Koch2018-11-161-2/+3
* w32: Fix and improve CancelSynchronousIo use.Werner Koch2018-11-021-4/+6
* w32: Use CancelSynchronousIo in destroy_reader.Werner Koch2018-11-011-3/+39
* w32: Remove all support for WindowsCEWerner Koch2018-10-311-78/+1
* doc: convert more links to equivalent https:// URLsDaniel Kahn Gillmor2018-10-181-1/+1
* core, w32: Add w64 handling for regkeysAndre Heinecke2018-05-171-3/+22
* core: Replace all calls to *sprintf by gpgrt_*sprintf.Werner Koch2017-02-021-2/+3
* doc: Replace http: by https: in core source files.Werner Koch2016-11-161-1/+1
* w32: Fix locating gpgconf on 64 bit systems.Werner Koch2016-11-041-2/+11
* core: Fix w32 crash in find_program_in_dirAndre Heinecke2016-10-101-1/+1
* core: Fix error checking in _gpgme_mkstemp.Werner Koch2016-09-221-1/+3
* core: New helper function _gpgme_strconcat.Werner Koch2016-09-221-24/+11
* w32: Fallback to 2.1 reg key for gpgconf searchAndre Heinecke2016-07-051-3/+14
* w32: Avoid conflict with Mingw-w64 version 4.0.4-1Werner Koch2015-12-091-2/+2
* w32: Improve locating gpgconf on 64 bit systems.Werner Koch2015-10-281-2/+7
* w32: Add new global flag "w32-inst-dir".Werner Koch2015-10-281-1/+29
* w32: Look for gpgconf in the new GnuPG 2.1 install dir.Werner Koch2015-08-241-6/+13
* w32: Expect gpgme-w32spawn.exe only in the gpgme installation dir.Werner Koch2015-08-241-58/+65
* w32: Fix memleak in an error code paths.Werner Koch2014-04-151-1/+4
* Add global flags disable-gpgconf, gpgconf-name, and gpg-name.Werner Koch2014-01-061-7/+93
* Locate engine names only at runtime and prefer GnuPG-2.Werner Koch2013-12-271-55/+19
* Prefer GnuPG-2 engines over GnuPG-1.Werner Koch2013-08-021-23/+1
* w32: Try to locate gpg in the gpgme installation dir.Werner Koch2013-08-021-73/+156
* w32: Hacks for building with 32 bit mingw64.Werner Koch2013-02-261-1/+5
* Remove all trailing whitespace from source filesWerner Koch2012-09-251-14/+14
* Merge commit 'a2b9adafe46c55a2c26dd46163055bbdf3526835'Marcus Brinkmann2011-02-021-15/+15
|\
| * 2011-02-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2011-02-021-15/+15
* | 2010-11-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2010-11-151-1/+1
* | Hopefully last changes for building with MSC.Werner Koch2010-11-031-3/+3
* | More include guards.Werner Koch2010-11-031-3/+6
|/
* Might now build for CE using MSC.Werner Koch2010-11-021-8/+25
* First take on changes to allow building with MSC for W32CE.Werner Koch2010-11-021-5/+13
* Fix last changeWerner Koch2010-10-071-1/+1
* Enable debugging feature for W32CE.Werner Koch2010-10-071-0/+21
* 2010-05-11 Marcus Brinkmann <[email protected]>Marcus Brinkmann2010-05-111-105/+84