aboutsummaryrefslogtreecommitdiffstats
path: root/common/exechelp-posix.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-09-05common: Restore a simpler variant of 'gnupg_wait_process'.Justus Winter1-1/+53
2016-09-05common: Fix error handling.Justus Winter1-2/+6
2016-09-05common: Improve waiting for processes on POSIX.Justus Winter1-30/+112
2016-08-11common: New function string_to_u64.Werner Koch1-3/+1
2016-06-28common: Close input stream.Justus Winter1-0/+1
2016-05-27common: Allow a second input stream for gnupg_exec_tool_stream.Werner Koch1-6/+7
2016-05-27common: Simplify the fd closing patch 512c56a.Werner Koch1-3/+1
2016-05-27common: Speedup closing fds before an exec.Werner Koch1-0/+44
2016-05-27common: Extend gnupg_create_inbound_pipe et al.Werner Koch1-6/+14
2016-05-27common: Make use of default_errsource in exechelp.Werner Koch1-43/+54
2016-02-23common/exechelp: Provide a way to wait for multiple processes.Justus Winter1-43/+77
2016-02-23common/exechelp: Add general pipe function.Justus Winter1-0/+9
2015-11-17Fix typos found using codespell.Justus Winter1-1/+1
2015-09-28common: Change calling convention for gnupg_spawn_process.Werner Koch1-15/+47
2015-05-11common: Cope with AIX problem on number of open files.Werner Koch1-0/+10
2014-09-18common: Remove superfluous statements.Werner Koch1-9/+0
2014-05-02common: Cleanup the use of USE_NPTH and HAVE_NPTH macros.Werner Koch1-1/+1
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-4/+4
2012-04-20Change license for some files in common to LGPLv3+/GPLv2+.Werner Koch1-5/+15
2012-01-25Port to npth.Marcus Brinkmann1-26/+10
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-16/+16
2010-08-20Reworked the posix and w32 exechelpers.Werner Koch1-39/+101
2010-06-09Merged Dirmngr with GnuPG.Werner Koch1-21/+30
2010-06-07Add unfinished gpgtar.Werner Koch1-5/+16
2010-05-03auto start the agent if --use-standard-socket is in use.Werner Koch1-7/+12
2010-03-24More changes for CE. gpgsm does now build and run a keylisting.Werner Koch1-26/+7
2010-03-22Reorganized the exechelp code.Werner Koch1-0/+555