aboutsummaryrefslogtreecommitdiffstats
path: root/src/spawn-w32.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-14spawn:w32: Fix a memory leak on an error path.NIIBE Yutaka1-4/+4
2024-10-16spawn: Shorter identifier gpgrt_spawn_actions_set_env_rev.NIIBE Yutaka1-2/+2
2024-10-11spawn: Add new function to modify environment.NIIBE Yutaka1-2/+208
2024-10-10w32: Fix releasing memory for UTF-8 text.NIIBE Yutaka1-8/+8
2024-09-16w32:spawn: Remove unused function get_max_fds.NIIBE Yutaka1-21/+0
2024-09-06w32: Clarify the environment block encoding.NIIBE Yutaka1-0/+3
2024-08-27w32: Add GPGRT_PROCESS_ALLOW_SET_FG for gpgrt_process_spawn.NIIBE Yutaka1-2/+1
2024-06-19spawn: Keep struct definitions at the top of the file.Werner Koch1-16/+24
2024-06-07spawn: Support the use case in libassuan where PGMNAME==NULL.NIIBE Yutaka1-1/+7
2024-06-06spawn: Add new GPGRT_PROCESS_NO_CONSOLE for Windows.NIIBE Yutaka1-0/+1
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