summaryrefslogtreecommitdiff
path: root/vis-subprocess.c
AgeCommit message (Expand)Author
2025-01-02check the life time of subprocesses before freeing visFlorian Fischer
2025-01-02move waiting and potentially killing a subprocess into a helper functionFlorian Fischer
2023-11-18destroy the correct subprocessFlorian Fischer
2023-09-22vis-subprocess.c: remove unnecessary NULL checkTom Schwindl
2023-09-17vis-subprocess.c: fix signature of new_process_in_pool()Tom Schwindl
2023-08-24Implementation of the non-blocking process running Lua APIxomachine