aboutsummaryrefslogtreecommitdiffstats
path: root/src/spawn-w32.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanup spawn API implementation.NIIBE Yutaka2024-06-061-1/+1
* spawn:w32: Allow for up to 32 inherited handles.Werner Koch2024-06-051-2/+2
* spawn: Avoid bumping the error counter.Werner Koch2024-06-051-14/+16
* spawn: Expose spawn functions API.NIIBE Yutaka2024-06-051-14/+3
* spawn:w32: Fix setting of dwFlags for CreateProcess.NIIBE Yutaka2024-06-041-1/+2
* spawn: Allow NULL for ACT.NIIBE Yutaka2024-05-301-0/+9
* Fix process termination check at release.NIIBE Yutaka2024-05-291-1/+1
* Fix how environment variables are specified for spawn.NIIBE Yutaka2024-05-291-4/+4
* Cleaner semantics for _gpgrt_process_spawn without a callback.NIIBE Yutaka2024-05-291-46/+98
* Import spawn functions from GnuPG master.NIIBE Yutaka2024-05-281-513/+657
* spawn: Introduce gpgrt_process_t and use it for spawn API.NIIBE Yutaka2022-11-041-44/+57
* spawn: Fix spawn_cb of gpgrt_spawn_process_fd.NIIBE Yutaka2022-10-311-5/+17
* gpgrt_spawn_process, gpgrt_spawn_process_fd: Change the API.NIIBE Yutaka2022-10-201-6/+8
* spawn: Update changes from gnupg.NIIBE Yutaka2022-10-191-5/+8
* Remove Windows CE support.NIIBE Yutaka2022-06-281-1/+1
* w32: Fix handle_to_pid for MinGW-w64.NIIBE Yutaka2022-03-291-7/+10
* New public function gpgrt_access.Werner Koch2020-10-191-2/+4
* w32: Fix HANDLE to internal fd conversion.NIIBE Yutaka2019-07-241-6/+21
* core: New functions gpgrt_abort and gpgrt_add_emergency_cleanup.Werner Koch2019-01-041-1/+0
* Fix a typo.NIIBE Yutaka2018-11-071-1/+1
* core: Wrap blocking system calls of the spawn functions.Werner Koch2017-11-291-9/+24
* core: Implement the spawn functions.Werner Koch2017-11-291-219/+183
* Import and relicense exechelp* functions from GnuPG.Werner Koch2017-11-291-0/+925