index
:
libgpg-error
dkg-fix-T4643
dkg/expand-musl
dkg/fix-4952
gniibe/disable-new-dtags
gniibe/pkg-config-support
gniibe/secmem
gniibe/t5912
master
release-1.26
A small library that originally defined common error values for all GnuPG components.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
spawn-w32.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-11-14
spawn:w32: Fix a memory leak on an error path.
NIIBE Yutaka
1
-4
/
+4
2024-10-16
spawn: Shorter identifier gpgrt_spawn_actions_set_env_rev.
NIIBE Yutaka
1
-2
/
+2
2024-10-11
spawn: Add new function to modify environment.
NIIBE Yutaka
1
-2
/
+208
2024-10-10
w32: Fix releasing memory for UTF-8 text.
NIIBE Yutaka
1
-8
/
+8
2024-09-16
w32:spawn: Remove unused function get_max_fds.
NIIBE Yutaka
1
-21
/
+0
2024-09-06
w32: Clarify the environment block encoding.
NIIBE Yutaka
1
-0
/
+3
2024-08-27
w32: Add GPGRT_PROCESS_ALLOW_SET_FG for gpgrt_process_spawn.
NIIBE Yutaka
1
-2
/
+1
2024-06-19
spawn: Keep struct definitions at the top of the file.
Werner Koch
1
-16
/
+24
2024-06-07
spawn: Support the use case in libassuan where PGMNAME==NULL.
NIIBE Yutaka
1
-1
/
+7
2024-06-06
spawn: Add new GPGRT_PROCESS_NO_CONSOLE for Windows.
NIIBE Yutaka
1
-0
/
+1
2024-06-06
Cleanup spawn API implementation.
NIIBE Yutaka
1
-1
/
+1
2024-06-05
spawn:w32: Allow for up to 32 inherited handles.
Werner Koch
1
-2
/
+2
2024-06-05
spawn: Avoid bumping the error counter.
Werner Koch
1
-14
/
+16
2024-06-05
spawn: Expose spawn functions API.
NIIBE Yutaka
1
-14
/
+3
2024-06-04
spawn:w32: Fix setting of dwFlags for CreateProcess.
NIIBE Yutaka
1
-1
/
+2
2024-05-30
spawn: Allow NULL for ACT.
NIIBE Yutaka
1
-0
/
+9
2024-05-29
Fix process termination check at release.
NIIBE Yutaka
1
-1
/
+1
2024-05-29
Fix how environment variables are specified for spawn.
NIIBE Yutaka
1
-4
/
+4
2024-05-29
Cleaner semantics for _gpgrt_process_spawn without a callback.
NIIBE Yutaka
1
-46
/
+98
2024-05-28
Import spawn functions from GnuPG master.
NIIBE Yutaka
1
-513
/
+657
2022-11-04
spawn: Introduce gpgrt_process_t and use it for spawn API.
NIIBE Yutaka
1
-44
/
+57
2022-10-31
spawn: Fix spawn_cb of gpgrt_spawn_process_fd.
NIIBE Yutaka
1
-5
/
+17
2022-10-20
gpgrt_spawn_process, gpgrt_spawn_process_fd: Change the API.
NIIBE Yutaka
1
-6
/
+8
2022-10-19
spawn: Update changes from gnupg.
NIIBE Yutaka
1
-5
/
+8
2022-06-28
Remove Windows CE support.
NIIBE Yutaka
1
-1
/
+1
2022-03-29
w32: Fix handle_to_pid for MinGW-w64.
NIIBE Yutaka
1
-7
/
+10
2020-10-19
New public function gpgrt_access.
Werner Koch
1
-2
/
+4
2019-07-24
w32: Fix HANDLE to internal fd conversion.
NIIBE Yutaka
1
-6
/
+21
2019-01-04
core: New functions gpgrt_abort and gpgrt_add_emergency_cleanup.
Werner Koch
1
-1
/
+0
2018-11-07
Fix a typo.
NIIBE Yutaka
1
-1
/
+1
2017-11-29
core: Wrap blocking system calls of the spawn functions.
Werner Koch
1
-9
/
+24
2017-11-29
core: Implement the spawn functions.
Werner Koch
1
-219
/
+183
2017-11-29
Import and relicense exechelp* functions from GnuPG.
Werner Koch
1
-0
/
+925