aboutsummaryrefslogtreecommitdiffstats
path: root/src/spawn-posix.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-06Cleanup spawn API implementation.NIIBE Yutaka1-1/+1
2024-06-05spawn: Avoid bumping the error counter.Werner Koch1-6/+6
2024-06-05spawn: Expose spawn functions API.NIIBE Yutaka1-14/+3
2024-05-30spawn: Allow NULL for ACT.NIIBE Yutaka1-2/+10
2024-05-29Fix process termination check at release.NIIBE Yutaka1-1/+1
2024-05-29Fix how environment variables are specified for spawn.NIIBE Yutaka1-5/+6
2024-05-29Cleaner semantics for _gpgrt_process_spawn without a callback.NIIBE Yutaka1-41/+89
2024-05-28Import spawn functions from GnuPG master.NIIBE Yutaka1-559/+505
2022-11-04spawn: Introduce gpgrt_process_t and use it for spawn API.NIIBE Yutaka1-27/+74
2022-10-31spawn: Fix spawn_cb of gpgrt_spawn_process_fd.NIIBE Yutaka1-8/+11
2022-10-20gpgrt_spawn_process, gpgrt_spawn_process_fd: Change the API.NIIBE Yutaka1-13/+12
2022-10-19spawn: Update changes from gnupg.NIIBE Yutaka1-5/+14
2022-06-28Remove Windows CE support.NIIBE Yutaka1-1/+1
2021-04-08core: Fix gpgrt_wait_processes, by skipping invalid PID.NIIBE Yutaka1-1/+6
2019-06-18Portability fix for PID.NIIBE Yutaka1-1/+1
2019-01-04core: New functions gpgrt_abort and gpgrt_add_emergency_cleanup.Werner Koch1-1/+0
2017-11-29core: Wrap blocking system calls of the spawn functions.Werner Koch1-1/+20
2017-11-29core: Implement the spawn functions.Werner Koch1-206/+187
2017-11-29Import and relicense exechelp* functions from GnuPG.Werner Koch1-0/+887