aboutsummaryrefslogtreecommitdiffstats
path: root/src/spawn-w32.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-06Cleanup spawn API implementation.NIIBE Yutaka1-1/+1
2024-06-05spawn:w32: Allow for up to 32 inherited handles.Werner Koch1-2/+2
2024-06-05spawn: Avoid bumping the error counter.Werner Koch1-14/+16
2024-06-05spawn: Expose spawn functions API.NIIBE Yutaka1-14/+3
2024-06-04spawn:w32: Fix setting of dwFlags for CreateProcess.NIIBE Yutaka1-1/+2
2024-05-30spawn: Allow NULL for ACT.NIIBE Yutaka1-0/+9
2024-05-29Fix process termination check at release.NIIBE Yutaka1-1/+1
2024-05-29Fix how environment variables are specified for spawn.NIIBE Yutaka1-4/+4
2024-05-29Cleaner semantics for _gpgrt_process_spawn without a callback.NIIBE Yutaka1-46/+98
2024-05-28Import spawn functions from GnuPG master.NIIBE Yutaka1-513/+657
2022-11-04spawn: Introduce gpgrt_process_t and use it for spawn API.NIIBE Yutaka1-44/+57
2022-10-31spawn: Fix spawn_cb of gpgrt_spawn_process_fd.NIIBE Yutaka1-5/+17
2022-10-20gpgrt_spawn_process, gpgrt_spawn_process_fd: Change the API.NIIBE Yutaka1-6/+8
2022-10-19spawn: Update changes from gnupg.NIIBE Yutaka1-5/+8
2022-06-28Remove Windows CE support.NIIBE Yutaka1-1/+1
2022-03-29w32: Fix handle_to_pid for MinGW-w64.NIIBE Yutaka1-7/+10
2020-10-19New public function gpgrt_access.Werner Koch1-2/+4
2019-07-24w32: Fix HANDLE to internal fd conversion.NIIBE Yutaka1-6/+21
2019-01-04core: New functions gpgrt_abort and gpgrt_add_emergency_cleanup.Werner Koch1-1/+0
2018-11-07Fix a typo.NIIBE Yutaka1-1/+1
2017-11-29core: Wrap blocking system calls of the spawn functions.Werner Koch1-9/+24
2017-11-29core: Implement the spawn functions.Werner Koch1-219/+183
2017-11-29Import and relicense exechelp* functions from GnuPG.Werner Koch1-0/+925