aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/ws_pipe.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-03Win32: Fix a return value check.Gerald Combs1-1/+1
2019-09-15wsutil: Respect working directory on WindowsTomasz Moń1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-30wsutil: Fix 30 seconds freeze if process fails to startTomasz Moń1-0/+1
2019-04-23ws_pipe: fix memory leaks in spawn arguments handlingPeter Wu1-81/+101
2019-04-22ws_pipe: fix return value of ws_pipe_spawn_async on error pathPeter Wu1-3/+3
2019-04-21wsutil: Refactor WIN32 ws_pipe_wait_for_pipe()Tomasz Moń1-54/+75
2019-04-18wsutil: Warn on empty argumentsTomasz Moń1-2/+8
2019-04-15wsutil: Read stderr and stdout data asynchronouslyTomasz Moń1-40/+178
2019-04-10wsutil: Fix pipe handle leaks on WindowsTomasz Moń1-0/+11
2018-11-29Win32: change DLL search path to accomodate extcap and NpcapPeter Wu1-16/+0
2018-11-25ws_pipe_spawn_*: fix deadlock in g_spawn on Linux with threadsPeter Wu1-2/+96
2018-11-22ws_pipe_spawn_sync: mark arguments as const where possiblePeter Wu1-2/+2
2018-11-22ws_pipe_spawn_sync: debug log elapsed timePeter Wu1-0/+4
2018-11-20Allow trace of sync spawnsJaap Keuter1-9/+37
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