aboutsummaryrefslogtreecommitdiffstats
path: root/common/exectool.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: Fix gnupg_exec_tool_stream for INEXTRA==NULL.NIIBE Yutaka2024-09-251-1/+1
* common: Add debug code to gnupg_exec_tool_streamWerner Koch2024-09-241-0/+7
* common,kbx,tests: Clean up the PIPE function API.NIIBE Yutaka2024-07-091-14/+10
* Use gpgrt_process_spawn API from libgpg-error.NIIBE Yutaka2024-07-091-19/+16
* common:w32: Fix for 64-bit Windows.NIIBE Yutaka2024-06-051-0/+5
* common:w32: Fix INEXTRA handling.NIIBE Yutaka2024-06-041-6/+20
* spawn: Remove spawn callback, introduce gnupg_spawn_actions.NIIBE Yutaka2024-05-311-2/+12
* common,agent,gpg,dirmngr,g13,scd,tests,tools: New spawn function.NIIBE Yutaka2023-05-111-14/+26
* agent,common,dirmngr,tests,tools: Remove spawn PREEXEC argument.NIIBE Yutaka2022-10-201-1/+1
* w32: Fix cast from intptr_t of _get_osfhandle.NIIBE Yutaka2020-08-031-1/+1
* Spelling cleanup.Daniel Kahn Gillmor2020-02-181-2/+2
* common: Add kludge to allow silencing gnupg_exec_tool_stream.Werner Koch2019-01-301-4/+15
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-1/+1
* w32: Make pipes really pollable.Werner Koch2017-02-281-0/+5
* common: Fix buffer copy code again.Werner Koch2017-01-191-20/+14
* common: Clarify use of vars in buffer copy code.Werner Koch2017-01-191-16/+26
* common: Fix flushing copy buffers.Justus Winter2017-01-181-7/+19
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* common: Fix copying data to estreams.Justus Winter2016-10-181-5/+7
* common: Avoid excessive stack use.Justus Winter2016-07-261-14/+39
* common: Rework resource cleanup when handling errors.Justus Winter2016-07-261-9/+10
* common: Fix copying data from the spawned child.Justus Winter2016-06-281-10/+15
* common: Add a status callback to gnupg_exec_tool_stream.Werner Koch2016-05-271-13/+80
* common: Allow a second input stream for gnupg_exec_tool_stream.Werner Koch2016-05-271-19/+99
* common: Make use of default_errsource in exechelp.Werner Koch2016-05-271-1/+1
* common: Make gnupg_exec_tool conform to spec.Werner Koch2016-02-131-9/+18
* common: Use default_errsource for call-gpg and exectool.Werner Koch2015-12-151-8/+15
* common: Change license for exectool to LGPLv3+/GPLv2+.Werner Koch2015-12-141-5/+15
* common: Rename sh-exectool to exectool.Werner Koch2015-12-141-0/+423