aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/ws_pipe.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-01ws_pipe_close(): also close the handle after terminating processPascal Quantin1-2/+1
2018-11-01wsutil: introduce ws_pipe_close() helper and use it to terminate mmdbresolvePascal Quantin1-0/+12
2018-10-14Note that you have to be careful reading messages from a pipe.Guy Harris1-0/+15
2018-10-14extcap: Read stderr on extcap error without an infinite loopStig Bjørlykke1-1/+9
2018-08-16Do not pass pipe handle to WaitForMultipleObjectsTomasz Moń1-34/+26
2018-08-16Fix extcap initialization deadlockTomasz Moń1-6/+72
2018-05-24ws_pipe: don't check for negative number using DWORD.Dario Lombardo1-1/+1
2018-05-23ws_pipe: fix return code on windows.Dario Lombardo1-0/+1
2018-05-10wsutil: null-terminate string in ws_read_string_from_pipe (CID: 1364684).Dario Lombardo1-18/+8
2018-04-08ws_pipe: Zero an array.Gerald Combs1-0/+2
2018-03-13Windows: Always assign newly-created processes to our job.Gerald Combs1-60/+2
2018-03-09Add ws_pipe_kill_child_on_exit.Gerald Combs1-3/+55
2018-03-02More spawned process handling updates.Gerald Combs1-3/+15
2018-03-02Generalize our process spawning code.Gerald Combs1-0/+352
2018-02-10musl: compile with musl libcDan Robertson1-0/+3
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-02ws_pipe: fix format error for size_t buffer_sizeUli Heilmeier1-1/+1
2018-01-02ws_pipe: provide a null terminated string anyway (CID: 1364684).Dario Lombardo1-1/+3
2017-12-23Put special pipe-handling code into libwsutil.Guy Harris1-0/+187