| Commit message (Expand) | Author | Age | Files | Lines |
* | common: On Windows, we care about how PIPE handles are inherited. | NIIBE Yutaka | 2024-07-09 | 1 | -3/+6 |
* | common,kbx,tests: Clean up the PIPE function API. | NIIBE Yutaka | 2024-07-09 | 1 | -19/+26 |
* | Use gpgrt_process_spawn API from libgpg-error. | NIIBE Yutaka | 2024-07-09 | 1 | -725/+0 |
* | spawn: Remove spawn callback, introduce gnupg_spawn_actions. | NIIBE Yutaka | 2024-05-31 | 1 | -42/+100 |
* | common: Fix process termination check at release. | NIIBE Yutaka | 2024-05-30 | 1 | -1/+1 |
* | common: Remove unused function. | NIIBE Yutaka | 2024-05-15 | 1 | -6/+0 |
* | common,agent,gpg,dirmngr,g13,scd,tests,tools: New spawn function. | NIIBE Yutaka | 2023-05-11 | 1 | -439/+554 |
* | 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 | -7/+5 |
* | common: New flags for gnupg_spawn_process | Werner Koch | 2022-03-18 | 1 | -5/+14 |
* | common: Fix gnupg_wait_processes, by skipping invalid PID. | NIIBE Yutaka | 2021-04-08 | 1 | -1/+6 |
* | 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 |
* | doc: Update copyright notices for common/exechelp*. | Werner Koch | 2017-11-29 | 1 | -2/+3 |
* | common: Fix gnupg_wait_processes. | NIIBE Yutaka | 2017-09-19 | 1 | -24/+26 |
* | Change all http://www.gnu.org in license notices to https:// | Werner Koch | 2016-11-05 | 1 | -1/+1 |
* | common: Restore a simpler variant of 'gnupg_wait_process'. | Justus Winter | 2016-09-05 | 1 | -1/+53 |
* | common: Fix error handling. | Justus Winter | 2016-09-05 | 1 | -2/+6 |
* | common: Improve waiting for processes on POSIX. | Justus Winter | 2016-09-05 | 1 | -30/+112 |
* | common: New function string_to_u64. | Werner Koch | 2016-08-11 | 1 | -3/+1 |
* | common: Close input stream. | Justus Winter | 2016-06-28 | 1 | -0/+1 |
* | common: Allow a second input stream for gnupg_exec_tool_stream. | Werner Koch | 2016-05-27 | 1 | -6/+7 |
* | common: Simplify the fd closing patch 512c56a. | Werner Koch | 2016-05-27 | 1 | -3/+1 |
* | common: Speedup closing fds before an exec. | Werner Koch | 2016-05-27 | 1 | -0/+44 |
* | 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 | -43/+54 |
* | common/exechelp: Provide a way to wait for multiple processes. | Justus Winter | 2016-02-23 | 1 | -43/+77 |
* | common/exechelp: Add general pipe function. | Justus Winter | 2016-02-23 | 1 | -0/+9 |
* | Fix typos found using codespell. | Justus Winter | 2015-11-17 | 1 | -1/+1 |
* | common: Change calling convention for gnupg_spawn_process. | Werner Koch | 2015-09-28 | 1 | -15/+47 |
* | common: Cope with AIX problem on number of open files. | Werner Koch | 2015-05-11 | 1 | -0/+10 |
* | common: Remove superfluous statements. | Werner Koch | 2014-09-18 | 1 | -9/+0 |
* | 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 | -4/+4 |
* | 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 | -26/+10 |
* | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 2011-02-04 | 1 | -16/+16 |
* | Reworked the posix and w32 exechelpers. | Werner Koch | 2010-08-20 | 1 | -39/+101 |
* | Merged Dirmngr with GnuPG. | Werner Koch | 2010-06-09 | 1 | -21/+30 |
* | Add unfinished gpgtar. | Werner Koch | 2010-06-07 | 1 | -5/+16 |
* | auto start the agent if --use-standard-socket is in use. | Werner Koch | 2010-05-03 | 1 | -7/+12 |
* | More changes for CE. gpgsm does now build and run a keylisting. | Werner Koch | 2010-03-24 | 1 | -26/+7 |
* | Reorganized the exechelp code. | Werner Koch | 2010-03-22 | 1 | -0/+555 |