| Commit message (Expand) | Author | Age | Files | Lines |
* | common: On Windows, we care about how PIPE handles are inherited. | NIIBE Yutaka | 2024-07-09 | 1 | -7/+25 |
* | common,kbx,tests: Clean up the PIPE function API. | NIIBE Yutaka | 2024-07-09 | 1 | -59/+75 |
* | Use gpgrt_process_spawn API from libgpg-error. | NIIBE Yutaka | 2024-07-09 | 1 | -974/+0 |
* | spawn: Remove spawn callback, introduce gnupg_spawn_actions. | NIIBE Yutaka | 2024-05-31 | 1 | -50/+109 |
* | common: Fix process termination check at release. | NIIBE Yutaka | 2024-05-30 | 1 | -1/+1 |
* | Merge branch 'STABLE-BRANCH-2-4' | Werner Koch | 2024-03-12 | 1 | -1/+3 |
|\ |
|
| * | common,w32: Fix use of GNUPG_SPAWN_KEEP_STDERR. | Werner Koch | 2024-01-26 | 1 | -1/+1 |
* | | common,w32: Fix gnupg_process_release. | NIIBE Yutaka | 2023-05-25 | 1 | -0/+1 |
* | | common,agent,gpg,dirmngr,g13,scd,tests,tools: New spawn function. | NIIBE Yutaka | 2023-05-11 | 1 | -510/+696 |
|/ |
|
* | common: Remove Windows CE support in common. | NIIBE Yutaka | 2022-11-16 | 1 | -1/+1 |
* | agent,common,dirmngr,tests,tools: Remove spawn PREEXEC argument. | NIIBE Yutaka | 2022-10-20 | 1 | -5/+1 |
* | common,w32: Fix handle_to_fd to match use of _open_osfhandle. | NIIBE Yutaka | 2022-03-30 | 1 | -6/+5 |
* | common: New flags for gnupg_spawn_process | Werner Koch | 2022-03-18 | 1 | -3/+6 |
* | w32: Prepare for the case gcrypt.h will not include winsock2.h. | NIIBE Yutaka | 2021-12-17 | 1 | -0/+2 |
* | common: New envvar GNUPG_EXEC_DEBUG_FLAGS. | Werner Koch | 2021-09-13 | 1 | -4/+16 |
* | common,w32: Replace log_debug by log_info for InProcessJobs | Werner Koch | 2021-08-18 | 1 | -3/+3 |
* | w32: Change spawn functions to use Unicode version of CreateProcess. | Werner Koch | 2021-03-08 | 1 | -47/+97 |
* | Replace all calls to access by gnupg_access | Werner Koch | 2020-10-20 | 1 | -2/+3 |
* | common: New helper function gnupg_close_pipe. | Werner Koch | 2020-09-02 | 1 | -0/+9 |
* | common,w32: Breakaway detached childs when in job | Andre Heinecke | 2019-04-29 | 1 | -0/+45 |
* | Merge branch 'STABLE-BRANCH-2-2' into master | Werner Koch | 2018-05-13 | 1 | -1/+1 |
|\ |
|
| * | common,w32: Hide spawned processes by default | Andre Heinecke | 2018-05-02 | 1 | -1/+1 |
* | | doc: Update copyright notices for common/exechelp*. | Werner Koch | 2017-11-29 | 1 | -2/+3 |
|/ |
|
* | w32: Make pipes really pollable. | Werner Koch | 2017-02-28 | 1 | -2/+10 |
* | agent,w32: Fix annoying output to DebugView. | Werner Koch | 2017-01-06 | 1 | -5/+8 |
* | Change all http://www.gnu.org in license notices to https:// | Werner Koch | 2016-11-05 | 1 | -1/+1 |
* | common,w32: Communicate with child in non-blocking mode. | Justus Winter | 2016-10-18 | 1 | -3/+4 |
* | common,w32: Extend gnupg_create_inbound_pipe et al. | Justus Winter | 2016-10-18 | 1 | -10/+27 |
* | common,w32: Make use of default_errsource in exechelp. | Justus Winter | 2016-10-18 | 1 | -7/+21 |
* | common: Allow a second input stream for gnupg_exec_tool_stream. | Werner Koch | 2016-05-27 | 1 | -1/+3 |
* | common: Extend gnupg_create_inbound_pipe et al. | Werner Koch | 2016-05-27 | 1 | -6/+14 |
* | common: Make use of default_errsource in exechelp. | Werner Koch | 2016-05-27 | 1 | -1/+1 |
* | common/exechelp: Provide a way to wait for multiple processes. | Justus Winter | 2016-02-23 | 1 | -32/+54 |
* | common/exechelp: Add general pipe function. | Justus Winter | 2016-02-23 | 1 | -31/+36 |
* | common/exechelp: Mute the Windows version. | Justus Winter | 2016-02-23 | 1 | -3/+4 |
* | common/exechelp: Avoid magic numbers. | Justus Winter | 2016-02-23 | 1 | -2/+2 |
* | common/exechelp: Disable debugging by default. | Justus Winter | 2016-02-23 | 1 | -1/+1 |
* | common/exechelp: Fix handle leak. | Justus Winter | 2016-02-23 | 1 | -0/+1 |
* | common/exechelp: Fix opening the 'nul' device. | Justus Winter | 2016-02-23 | 1 | -5/+5 |
* | common/exechelp: Fix error handling. | Justus Winter | 2016-02-23 | 1 | -2/+2 |
* | common/exechelp: Fix pipe creation. | Justus Winter | 2016-02-23 | 1 | -1/+1 |
* | Fix typos found using codespell. | Justus Winter | 2015-11-17 | 1 | -2/+2 |
* | common: Change calling convention for gnupg_spawn_process. | Werner Koch | 2015-09-28 | 1 | -27/+49 |
* | Remove support for the GPG_AGENT_INFO envvar. | Werner Koch | 2014-10-03 | 1 | -4/+1 |
* | common: Cleanup the use of USE_NPTH and HAVE_NPTH macros. | Werner Koch | 2014-05-02 | 1 | -1/+1 |
* | Change all quotes in strings and comments to the new GNU standard. | Werner Koch | 2012-06-05 | 1 | -5/+5 |
* | Change license for some files in common to LGPLv3+/GPLv2+. | Werner Koch | 2012-04-20 | 1 | -5/+15 |
* | Port to npth. | Marcus Brinkmann | 2012-01-25 | 1 | -5/+5 |
* | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 2011-02-04 | 1 | -28/+28 |
* | gpgconf does now work for Wince. | Werner Koch | 2010-08-23 | 1 | -34/+3 |