aboutsummaryrefslogtreecommitdiffstats
path: root/src/spawn-posix.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanup spawn API implementation.NIIBE Yutaka2024-06-061-1/+1
* spawn: Avoid bumping the error counter.Werner Koch2024-06-051-6/+6
* spawn: Expose spawn functions API.NIIBE Yutaka2024-06-051-14/+3
* spawn: Allow NULL for ACT.NIIBE Yutaka2024-05-301-2/+10
* Fix process termination check at release.NIIBE Yutaka2024-05-291-1/+1
* Fix how environment variables are specified for spawn.NIIBE Yutaka2024-05-291-5/+6
* Cleaner semantics for _gpgrt_process_spawn without a callback.NIIBE Yutaka2024-05-291-41/+89
* Import spawn functions from GnuPG master.NIIBE Yutaka2024-05-281-559/+505
* spawn: Introduce gpgrt_process_t and use it for spawn API.NIIBE Yutaka2022-11-041-27/+74
* spawn: Fix spawn_cb of gpgrt_spawn_process_fd.NIIBE Yutaka2022-10-311-8/+11
* gpgrt_spawn_process, gpgrt_spawn_process_fd: Change the API.NIIBE Yutaka2022-10-201-13/+12
* spawn: Update changes from gnupg.NIIBE Yutaka2022-10-191-5/+14
* Remove Windows CE support.NIIBE Yutaka2022-06-281-1/+1
* core: Fix gpgrt_wait_processes, by skipping invalid PID.NIIBE Yutaka2021-04-081-1/+6
* Portability fix for PID.NIIBE Yutaka2019-06-181-1/+1
* core: New functions gpgrt_abort and gpgrt_add_emergency_cleanup.Werner Koch2019-01-041-1/+0
* core: Wrap blocking system calls of the spawn functions.Werner Koch2017-11-291-1/+20
* core: Implement the spawn functions.Werner Koch2017-11-291-206/+187
* Import and relicense exechelp* functions from GnuPG.Werner Koch2017-11-291-0/+887