summaryrefslogtreecommitdiffstats
path: root/common/exechelp-w32.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* common,w32: Fix handle_to_fd to match use of _open_osfhandle.NIIBE Yutaka2022-03-301-6/+5
* common: New flags for gnupg_spawn_processWerner Koch2022-03-181-3/+6
* w32: Prepare for the case gcrypt.h will not include winsock2.h.NIIBE Yutaka2021-12-171-0/+2
* common: New envvar GNUPG_EXEC_DEBUG_FLAGS.Werner Koch2021-09-131-4/+16
* common,w32: Replace log_debug by log_info for InProcessJobsWerner Koch2021-08-181-3/+3
* w32: Change spawn functions to use Unicode version of CreateProcess.Werner Koch2021-03-081-47/+97
* Replace all calls to access by gnupg_accessWerner Koch2020-10-201-2/+3
* common: New helper function gnupg_close_pipe.Werner Koch2020-09-021-0/+9
* common,w32: Breakaway detached childs when in jobAndre Heinecke2019-04-291-0/+45
* Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2018-05-131-1/+1
|\
| * common,w32: Hide spawned processes by defaultAndre Heinecke2018-05-021-1/+1
* | doc: Update copyright notices for common/exechelp*.Werner Koch2017-11-291-2/+3
|/
* w32: Make pipes really pollable.Werner Koch2017-02-281-2/+10
* agent,w32: Fix annoying output to DebugView.Werner Koch2017-01-061-5/+8
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* common,w32: Communicate with child in non-blocking mode.Justus Winter2016-10-181-3/+4
* common,w32: Extend gnupg_create_inbound_pipe et al.Justus Winter2016-10-181-10/+27
* common,w32: Make use of default_errsource in exechelp.Justus Winter2016-10-181-7/+21
* common: Allow a second input stream for gnupg_exec_tool_stream.Werner Koch2016-05-271-1/+3
* common: Extend gnupg_create_inbound_pipe et al.Werner Koch2016-05-271-6/+14
* common: Make use of default_errsource in exechelp.Werner Koch2016-05-271-1/+1
* common/exechelp: Provide a way to wait for multiple processes.Justus Winter2016-02-231-32/+54
* common/exechelp: Add general pipe function.Justus Winter2016-02-231-31/+36
* common/exechelp: Mute the Windows version.Justus Winter2016-02-231-3/+4
* common/exechelp: Avoid magic numbers.Justus Winter2016-02-231-2/+2
* common/exechelp: Disable debugging by default.Justus Winter2016-02-231-1/+1
* common/exechelp: Fix handle leak.Justus Winter2016-02-231-0/+1
* common/exechelp: Fix opening the 'nul' device.Justus Winter2016-02-231-5/+5
* common/exechelp: Fix error handling.Justus Winter2016-02-231-2/+2
* common/exechelp: Fix pipe creation.Justus Winter2016-02-231-1/+1
* Fix typos found using codespell.Justus Winter2015-11-171-2/+2
* common: Change calling convention for gnupg_spawn_process.Werner Koch2015-09-281-27/+49
* Remove support for the GPG_AGENT_INFO envvar.Werner Koch2014-10-031-4/+1
* common: Cleanup the use of USE_NPTH and HAVE_NPTH macros.Werner Koch2014-05-021-1/+1
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-5/+5
* Change license for some files in common to LGPLv3+/GPLv2+.Werner Koch2012-04-201-5/+15
* Port to npth.Marcus Brinkmann2012-01-251-5/+5
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-28/+28
* gpgconf does now work for Wince.Werner Koch2010-08-231-34/+3
* Reworked the posix and w32 exechelpers.Werner Koch2010-08-201-74/+147
* Merged Dirmngr with GnuPG.Werner Koch2010-06-091-49/+60
* Add unfinished gpgtar.Werner Koch2010-06-071-7/+28
* More changes for CE. gpgsm does now build and run a keylisting.Werner Koch2010-03-241-26/+7
* Reorganized the exechelp code.Werner Koch2010-03-221-0/+766