aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/ws_pipe.c
AgeCommit message (Expand)AuthorFilesLines
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