1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
Commit graph

16 commits

Author SHA1 Message Date
4f370ee1b2 drop legacy logger 2021-03-17 14:58:45 +00:00
Felix Wege
f00c225b26 io: removed CHECKED state and fixed sprintf/sscan 2021-01-08 14:49:28 +01:00
Niklas Eiling
f3e8876627 fix memory leak error in lib/nodes/exec.cpp and lib/nodes/opal.cpp 2020-09-10 18:24:27 +02:00
6411fc5ca7 warn about unused return values for *_{init,destroy}() functions 2020-09-10 17:41:29 +02:00
3c13f67930 refactor: struct node -> struct vnode 2020-09-10 17:40:36 +02:00
8e259516a3 add more nullptr checks after memory allocations 2020-07-06 14:03:43 +02:00
037bfcb81e fix initialization errors 2020-07-01 17:07:17 +02:00
e53661a62c update copyright year to 2020 2020-01-20 17:17:00 +01:00
f71643813f fix several minor bugs detected by valgrind 2019-06-26 20:18:44 +02:00
39f28149af exec: fix argument parsing 2019-06-23 17:35:28 +02:00
d4fbf83054 exec: enable flushing by default 2019-06-23 17:35:05 +02:00
abd8a7d92b exec: show more details 2019-06-23 17:22:03 +02:00
ef17ec19a2 refactor enums to class enums 2019-06-23 16:13:23 +02:00
f05b2ae952 exec: add support for env variables, working directory. non-shell mode 2019-06-23 10:53:10 +02:00
7ad5c58d0e exec: start executable in exec_prepare() rather than exec_start() 2019-06-11 16:41:33 +00:00
09a5d810e3 exec: add new exec node-type 2019-06-05 18:59:45 +02:00