aboutsummaryrefslogtreecommitdiffstats
path: root/common/exechelp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* w32: Fix inheriting HANDLEs.NIIBE Yutaka2023-05-021-1/+0
* Rename the enum constant to GNUPG_PROCESS_GET_PROC_ID.NIIBE Yutaka2023-05-021-1/+1
* spawn: Introduce *_KEEP, removing *_NULL.NIIBE Yutaka2023-04-201-5/+5
* exechelp: Clean up macros.NIIBE Yutaka2023-04-201-10/+0
* Remove old API implementation for spawn functions.NIIBE Yutaka2023-04-171-128/+0
* Merge branch 'master' into gniibe/t6275NIIBE Yutaka2023-01-241-0/+3
|\
* | w32: Fix spawn functions for Windows for _fd use case.NIIBE Yutaka2022-11-301-2/+2
* | w32: Use call back when ASFW is needed.NIIBE Yutaka2022-11-301-2/+1
* | common: Support new spawn functions for Windows.NIIBE Yutaka2022-11-291-1/+1
* | Tweak the spawn API, again for POSIX.NIIBE Yutaka2022-11-281-1/+2
* | posix: Fix for spawn_cb.NIIBE Yutaka2022-11-281-0/+1
* | Change spawn_cb semantics.NIIBE Yutaka2022-11-251-1/+7
* | try to control inherited HANDLE for new Windows.NIIBE Yutaka2022-11-181-0/+9
* | change the semantics of spawn_cb routine.NIIBE Yutaka2022-11-171-5/+1
* | common,tools,dirmngr: Introduce gnupg_process_spawn.NIIBE Yutaka2022-11-171-0/+87
|/
* agent,common,dirmngr,tests,tools: Remove spawn PREEXEC argument.NIIBE Yutaka2022-10-201-1/+1
* common: New flags for gnupg_spawn_processWerner Koch2022-03-181-1/+9
* common: New helper function gnupg_close_pipe.Werner Koch2020-09-021-0/+3
* doc: Update copyright notices for common/exechelp*.Werner Koch2017-11-291-0/+2
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-2/+2
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* common: Allow a second input stream for gnupg_exec_tool_stream.Werner Koch2016-05-271-1/+5
* common: Extend gnupg_create_inbound_pipe et al.Werner Koch2016-05-271-4/+8
* common: Make use of default_errsource in exechelp.Werner Koch2016-05-271-1/+0
* common/exechelp: Provide a way to wait for multiple processes.Justus Winter2016-02-231-0/+4
* common/exechelp: Add general pipe function.Justus Winter2016-02-231-0/+5
* Fix typos found using codespell.Justus Winter2015-11-171-2/+2
* common: Change calling convention for gnupg_spawn_process.Werner Koch2015-09-281-13/+27
* Switch to the libgpg-error provided estream.Werner Koch2014-08-261-2/+0
* Change license for some files in common to LGPLv3+/GPLv2+.Werner Koch2012-04-201-5/+15
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-6/+6
* Reworked the posix and w32 exechelpers.Werner Koch2010-08-201-13/+26
* Merged Dirmngr with GnuPG.Werner Koch2010-06-091-11/+36
* Add unfinished gpgtar.Werner Koch2010-06-071-7/+8
* More changes for CE. gpgsm does now build and run a keylisting.Werner Koch2010-03-241-6/+18
* Merged jnlib into common.Werner Koch2010-03-101-1/+1
* Changes required to use estream in gpgsm.Werner Koch2010-03-081-1/+4
* Keep on hacking on g13. A simple --create and --mount does now work.Werner Koch2009-10-131-0/+6
* Some changes to suport g13.Werner Koch2009-09-301-0/+4
* Make sure not to leak file descriptors if running gpg-agent with aWerner Koch2009-03-191-1/+20
* [W32] Avoid extra console window when importing or exporting.Werner Koch2008-01-271-3/+4
* Extended the --check-program output: Error messages are now inlcued in anWerner Koch2007-08-291-0/+4
* New command --check-programs for gpgconf.Werner Koch2007-08-291-2/+4
* Implemented more gpg-agen options to support certain passphrase policies.Werner Koch2007-08-271-4/+19
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
* Let scdaemon call a script on status changesWerner Koch2006-09-071-0/+12
* Updated FSF's address.Werner Koch2006-06-201-1/+2
* * exechelp.h, exechelp.c: New. Based on code from ../sm/import.c.Werner Koch2004-12-061-0/+45