aboutsummaryrefslogtreecommitdiff
path: root/src/lib/process/process_win32.c
AgeCommit message (Expand)Author
2018-12-20Handle errors even after success from ReadFileEx() and WriteFileEx().Alexander Færøy
2018-12-20Delay checking process for termination until both stdout and stderr are closed.Alexander Færøy
2018-12-20Remember to close the child process' ends of the pipes.Alexander Færøy
2018-12-17Update location of buffers.hNick Mathewson
2018-12-17Make Windows process event timer API available for dormant interface.Alexander Færøy
2018-12-17Change the Process exit_callback to return bool.Alexander Færøy
2018-12-17Call close() on stdin/stdout/stderr in process_terminate().Alexander Færøy
2018-12-17Move remaining code from subprocess.{h,c} to more appropriate places.Alexander Færøy
2018-12-17Add process_terminate().Alexander Færøy
2018-12-17Make sure we call process_notify_event_exit() as the last thing in different ...Alexander Færøy
2018-12-17Add process_get_pid() to the Process subsystem.Alexander Færøy
2018-12-17Add Windows backend for the Process subsystem.Alexander Færøy