| Commit message (Expand) | Author | Files | Lines |
2024-09-25 | common: Fix gnupg_exec_tool_stream for INEXTRA==NULL. | NIIBE Yutaka | 1 | -1/+1 |
2024-09-24 | common: Add debug code to gnupg_exec_tool_stream | Werner Koch | 1 | -0/+7 |
2024-07-09 | common,kbx,tests: Clean up the PIPE function API. | NIIBE Yutaka | 1 | -14/+10 |
2024-07-09 | Use gpgrt_process_spawn API from libgpg-error. | NIIBE Yutaka | 1 | -19/+16 |
2024-06-05 | common:w32: Fix for 64-bit Windows. | NIIBE Yutaka | 1 | -0/+5 |
2024-06-04 | common:w32: Fix INEXTRA handling. | NIIBE Yutaka | 1 | -6/+20 |
2024-05-31 | spawn: Remove spawn callback, introduce gnupg_spawn_actions. | NIIBE Yutaka | 1 | -2/+12 |
2023-05-11 | common,agent,gpg,dirmngr,g13,scd,tests,tools: New spawn function. | NIIBE Yutaka | 1 | -14/+26 |
2022-10-20 | agent,common,dirmngr,tests,tools: Remove spawn PREEXEC argument. | NIIBE Yutaka | 1 | -1/+1 |
2020-08-03 | w32: Fix cast from intptr_t of _get_osfhandle. | NIIBE Yutaka | 1 | -1/+1 |
2020-02-18 | Spelling cleanup. | Daniel Kahn Gillmor | 1 | -2/+2 |
2019-01-30 | common: Add kludge to allow silencing gnupg_exec_tool_stream. | Werner Koch | 1 | -4/+15 |
2017-04-28 | Spelling fixes in docs and comments. | NIIBE Yutaka | 1 | -1/+1 |
2017-02-28 | w32: Make pipes really pollable. | Werner Koch | 1 | -0/+5 |
2017-01-19 | common: Fix buffer copy code again. | Werner Koch | 1 | -20/+14 |
2017-01-19 | common: Clarify use of vars in buffer copy code. | Werner Koch | 1 | -16/+26 |
2017-01-18 | common: Fix flushing copy buffers. | Justus Winter | 1 | -7/+19 |
2016-11-05 | Change all http://www.gnu.org in license notices to https:// | Werner Koch | 1 | -1/+1 |
2016-10-18 | common: Fix copying data to estreams. | Justus Winter | 1 | -5/+7 |
2016-07-26 | common: Avoid excessive stack use. | Justus Winter | 1 | -14/+39 |
2016-07-26 | common: Rework resource cleanup when handling errors. | Justus Winter | 1 | -9/+10 |
2016-06-28 | common: Fix copying data from the spawned child. | Justus Winter | 1 | -10/+15 |
2016-05-27 | common: Add a status callback to gnupg_exec_tool_stream. | Werner Koch | 1 | -13/+80 |
2016-05-27 | common: Allow a second input stream for gnupg_exec_tool_stream. | Werner Koch | 1 | -19/+99 |
2016-05-27 | common: Make use of default_errsource in exechelp. | Werner Koch | 1 | -1/+1 |
2016-02-13 | common: Make gnupg_exec_tool conform to spec. | Werner Koch | 1 | -9/+18 |
2015-12-15 | common: Use default_errsource for call-gpg and exectool. | Werner Koch | 1 | -8/+15 |
2015-12-14 | common: Change license for exectool to LGPLv3+/GPLv2+. | Werner Koch | 1 | -5/+15 |
2015-12-14 | common: Rename sh-exectool to exectool. | Werner Koch | 1 | -9/+9 |
2015-12-04 | common: Add a stream interface to 'sh-exectool'. | Justus Winter | 1 | -86/+206 |
2015-12-04 | common: Add header file and build the new code. | Justus Winter | 1 | -1/+1 |
2015-12-04 | common: Add code to execute a helper. | Werner Koch | 1 | -0/+303 |