aboutsummaryrefslogtreecommitdiffstats
path: root/common/exechelp-w32.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-02-28w32: Make pipes really pollable.Werner Koch1-2/+10
2017-01-06agent,w32: Fix annoying output to DebugView.Werner Koch1-5/+8
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-10-18common,w32: Communicate with child in non-blocking mode.Justus Winter1-3/+4
2016-10-18common,w32: Extend gnupg_create_inbound_pipe et al.Justus Winter1-10/+27
2016-10-18common,w32: Make use of default_errsource in exechelp.Justus Winter1-7/+21
2016-05-27common: Allow a second input stream for gnupg_exec_tool_stream.Werner Koch1-1/+3
2016-05-27common: Extend gnupg_create_inbound_pipe et al.Werner Koch1-6/+14
2016-05-27common: Make use of default_errsource in exechelp.Werner Koch1-1/+1
2016-02-23common/exechelp: Provide a way to wait for multiple processes.Justus Winter1-32/+54
2016-02-23common/exechelp: Add general pipe function.Justus Winter1-31/+36
2016-02-23common/exechelp: Mute the Windows version.Justus Winter1-3/+4
2016-02-23common/exechelp: Avoid magic numbers.Justus Winter1-2/+2
2016-02-23common/exechelp: Disable debugging by default.Justus Winter1-1/+1
2016-02-23common/exechelp: Fix handle leak.Justus Winter1-0/+1
2016-02-23common/exechelp: Fix opening the 'nul' device.Justus Winter1-5/+5
2016-02-23common/exechelp: Fix error handling.Justus Winter1-2/+2
2016-02-23common/exechelp: Fix pipe creation.Justus Winter1-1/+1
2015-11-17Fix typos found using codespell.Justus Winter1-2/+2
2015-09-28common: Change calling convention for gnupg_spawn_process.Werner Koch1-27/+49
2014-10-03Remove support for the GPG_AGENT_INFO envvar.Werner Koch1-4/+1
2014-05-02common: Cleanup the use of USE_NPTH and HAVE_NPTH macros.Werner Koch1-1/+1
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-5/+5
2012-04-20Change license for some files in common to LGPLv3+/GPLv2+.Werner Koch1-5/+15
2012-01-25Port to npth.Marcus Brinkmann1-5/+5
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-28/+28
2010-08-23gpgconf does now work for Wince.Werner Koch1-34/+3
2010-08-20Reworked the posix and w32 exechelpers.Werner Koch1-74/+147
2010-06-09Merged Dirmngr with GnuPG.Werner Koch1-49/+60
2010-06-07Add unfinished gpgtar.Werner Koch1-7/+28
2010-03-24More changes for CE. gpgsm does now build and run a keylisting.Werner Koch1-26/+7
2010-03-22Reorganized the exechelp code.Werner Koch1-328/+6
2010-03-22Code cleanup.Werner Koch1-75/+25
2010-03-22More chnages to use estream. Add a way to replace the standardWerner Koch1-4/+4
2010-03-10Merged jnlib into common.Werner Koch1-1/+9
2010-03-08Changes required to use estream in gpgsm.Werner Koch1-5/+6
2009-10-13Keep on hacking on g13. A simple --create and --mount does now work.Werner Koch1-0/+25
2009-09-30Some changes to suport g13.Werner Koch1-3/+78
2009-06-17Add readcert command.Werner Koch1-1/+1
2009-04-01Import/export of pkcs#12 now uses the gpg-agent directly.Werner Koch1-0/+11
2009-03-19Make sure not to leak file descriptors if running gpg-agent with aWerner Koch1-14/+152
2009-03-03Add --reload command to gpgconf.Werner Koch1-2/+7
2008-12-05Add option --card-timeout.Werner Koch1-16/+16
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch1-1/+5
2008-07-17Revert that last stupid setuid detection fix. Werner Koch1-1/+1
2008-07-17Do not run the setuid test if running under as root proper.Werner Koch1-1/+1
2008-02-152008-02-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
2008-01-27[W32] Avoid extra console window when importing or exporting.Werner Koch1-2/+10
2007-08-29Extended the --check-program output: Error messages are now inlcued in anWerner Koch1-0/+44
2007-08-29New command --check-programs for gpgconf.Werner Koch1-7/+26