| Commit message (Expand) | Author | Files | Lines |
2024-01-26 | common,w32: Fix use of GNUPG_SPAWN_KEEP_STDERR. | Werner Koch | 1 | -1/+1 |
2023-05-25 | common,w32: Fix gnupg_process_release. | NIIBE Yutaka | 1 | -0/+1 |
2023-05-11 | common,agent,gpg,dirmngr,g13,scd,tests,tools: New spawn function. | NIIBE Yutaka | 1 | -510/+696 |
2022-11-16 | common: Remove Windows CE support in common. | NIIBE Yutaka | 1 | -1/+1 |
2022-10-20 | agent,common,dirmngr,tests,tools: Remove spawn PREEXEC argument. | NIIBE Yutaka | 1 | -5/+1 |
2022-03-30 | common,w32: Fix handle_to_fd to match use of _open_osfhandle. | NIIBE Yutaka | 1 | -6/+5 |
2022-03-18 | common: New flags for gnupg_spawn_process | Werner Koch | 1 | -3/+6 |
2021-12-17 | w32: Prepare for the case gcrypt.h will not include winsock2.h. | NIIBE Yutaka | 1 | -0/+2 |
2021-09-13 | common: New envvar GNUPG_EXEC_DEBUG_FLAGS. | Werner Koch | 1 | -4/+16 |
2021-08-18 | common,w32: Replace log_debug by log_info for InProcessJobs | Werner Koch | 1 | -3/+3 |
2021-03-08 | w32: Change spawn functions to use Unicode version of CreateProcess. | Werner Koch | 1 | -47/+97 |
2020-10-20 | Replace all calls to access by gnupg_access | Werner Koch | 1 | -2/+3 |
2020-09-02 | common: New helper function gnupg_close_pipe. | Werner Koch | 1 | -0/+9 |
2019-04-29 | common,w32: Breakaway detached childs when in job | Andre Heinecke | 1 | -0/+45 |
2018-05-02 | common,w32: Hide spawned processes by default | Andre Heinecke | 1 | -1/+1 |
2017-11-29 | doc: Update copyright notices for common/exechelp*. | Werner Koch | 1 | -2/+3 |
2017-02-28 | w32: Make pipes really pollable. | Werner Koch | 1 | -2/+10 |
2017-01-06 | agent,w32: Fix annoying output to DebugView. | Werner Koch | 1 | -5/+8 |
2016-11-05 | Change all http://www.gnu.org in license notices to https:// | Werner Koch | 1 | -1/+1 |
2016-10-18 | common,w32: Communicate with child in non-blocking mode. | Justus Winter | 1 | -3/+4 |
2016-10-18 | common,w32: Extend gnupg_create_inbound_pipe et al. | Justus Winter | 1 | -10/+27 |
2016-10-18 | common,w32: Make use of default_errsource in exechelp. | Justus Winter | 1 | -7/+21 |
2016-05-27 | common: Allow a second input stream for gnupg_exec_tool_stream. | Werner Koch | 1 | -1/+3 |
2016-05-27 | common: Extend gnupg_create_inbound_pipe et al. | Werner Koch | 1 | -6/+14 |
2016-05-27 | common: Make use of default_errsource in exechelp. | Werner Koch | 1 | -1/+1 |
2016-02-23 | common/exechelp: Provide a way to wait for multiple processes. | Justus Winter | 1 | -32/+54 |
2016-02-23 | common/exechelp: Add general pipe function. | Justus Winter | 1 | -31/+36 |
2016-02-23 | common/exechelp: Mute the Windows version. | Justus Winter | 1 | -3/+4 |
2016-02-23 | common/exechelp: Avoid magic numbers. | Justus Winter | 1 | -2/+2 |
2016-02-23 | common/exechelp: Disable debugging by default. | Justus Winter | 1 | -1/+1 |
2016-02-23 | common/exechelp: Fix handle leak. | Justus Winter | 1 | -0/+1 |
2016-02-23 | common/exechelp: Fix opening the 'nul' device. | Justus Winter | 1 | -5/+5 |
2016-02-23 | common/exechelp: Fix error handling. | Justus Winter | 1 | -2/+2 |
2016-02-23 | common/exechelp: Fix pipe creation. | Justus Winter | 1 | -1/+1 |
2015-11-17 | Fix typos found using codespell. | Justus Winter | 1 | -2/+2 |
2015-09-28 | common: Change calling convention for gnupg_spawn_process. | Werner Koch | 1 | -27/+49 |
2014-10-03 | Remove support for the GPG_AGENT_INFO envvar. | Werner Koch | 1 | -4/+1 |
2014-05-02 | common: Cleanup the use of USE_NPTH and HAVE_NPTH macros. | Werner Koch | 1 | -1/+1 |
2012-06-05 | Change all quotes in strings and comments to the new GNU standard. | Werner Koch | 1 | -5/+5 |
2012-04-20 | Change license for some files in common to LGPLv3+/GPLv2+. | Werner Koch | 1 | -5/+15 |
2012-01-25 | Port to npth. | Marcus Brinkmann | 1 | -5/+5 |
2011-02-04 | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 1 | -28/+28 |
2010-08-23 | gpgconf does now work for Wince. | Werner Koch | 1 | -34/+3 |
2010-08-20 | Reworked the posix and w32 exechelpers. | Werner Koch | 1 | -74/+147 |
2010-06-09 | Merged Dirmngr with GnuPG. | Werner Koch | 1 | -49/+60 |
2010-06-07 | Add unfinished gpgtar. | Werner Koch | 1 | -7/+28 |
2010-03-24 | More changes for CE. gpgsm does now build and run a keylisting. | Werner Koch | 1 | -26/+7 |
2010-03-22 | Reorganized the exechelp code. | Werner Koch | 1 | -328/+6 |
2010-03-22 | Code cleanup. | Werner Koch | 1 | -75/+25 |
2010-03-22 | More chnages to use estream. Add a way to replace the standard | Werner Koch | 1 | -4/+4 |