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

169 commits

Author SHA1 Message Date
e59cd8ac15 api: improve error responses 2020-09-30 16:18:09 +02:00
c7c513a5f6 ci: fix all remaining cppcheck warnings and errors 2020-09-11 15:15:36 +02:00
4b58305c5b refactor regex constants 2020-09-10 17:41:29 +02:00
b467169d3c node: refactore constant for node name regex 2020-09-10 17:40:38 +02:00
3c13f67930 refactor: struct node -> struct vnode 2020-09-10 17:40:36 +02:00
Niklas Eiling
3f35219e14 fix use without initialization error in session.cpp 2020-08-28 15:58:10 +02:00
01309de280 api: next iteration of new API code 2020-08-25 20:27:26 +02:00
a293d22f93 api: add indention to API outputw 2020-08-25 20:26:41 +02:00
bfa6668992 code-style 2020-08-25 20:26:16 +02:00
2f29e30c33 add {node,path,hook_list}_to_json() 2020-08-25 20:24:18 +02:00
57f570d9b0 list: use new lookup methods 2020-08-25 20:22:19 +02:00
b58573f123 api: rewrite API to v2 2020-08-17 17:30:21 +02:00
38d2b84687 signal: last bug fixes for output signal api 2020-07-06 14:03:45 +02:00
0525dfc383 api: return path status as string 2020-07-06 14:03:44 +02:00
8e259516a3 add more nullptr checks after memory allocations 2020-07-06 14:03:43 +02:00
6f72bc832c api: expose output signals via API 2020-07-06 14:03:43 +02:00
942aff3c59 cmake: several smaller improvements 2020-07-01 17:07:15 +02:00
96c55711da plugin: use new plugin code from VILLAScommon 2020-07-01 17:07:15 +02:00
8340e1725e use new headers 2020-06-08 03:40:25 +02:00
ef7b2f7f91 graphviz: workaround nameclash 2020-06-08 02:32:11 +02:00
e53661a62c update copyright year to 2020 2020-01-20 17:17:00 +01:00
ade8a428ba api: catch exceptions for invalid requests 2019-10-30 02:40:43 +01:00
fa94c63b4f api: return node UUIDs for 'nodes' action 2019-10-30 02:40:43 +01:00
4b8215baca fix code-style 2019-10-29 17:58:36 +01:00
ef17ec19a2 refactor enums to class enums 2019-06-23 16:13:23 +02:00
c842914bc5 stats: port to C++ 2019-06-23 13:35:42 +02:00
ebf2943240 update VILLAScommon submodule 2019-06-04 16:55:38 +02:00
6a106b42e5 use villas/utils.hpp instead of villas/utils.h 2019-04-23 13:09:50 +02:00
2b8ae382a7 api: added action for resetting statistics 2019-04-10 18:08:57 +02:00
8d3a140f4f cmake: improve supported combination of compile options 2019-04-05 20:58:42 +02:00
487672e9af pipe: do not start API 2019-04-05 19:36:21 +02:00
9f4f2b8377 remove obsolete includes 2019-03-29 09:52:34 +01:00
2dafb25639 port hook subsystem to C++ 2019-03-26 15:39:08 +01:00
3f9c58fbe5 api: cleanup return code style in API actions 2019-03-26 15:39:08 +01:00
c249dcc89d refactor: use C-style commenting everywhere 2019-03-26 15:39:07 +01:00
a64f3e4b6d add VILLASnode specific exceptions 2019-03-26 15:39:07 +01:00
886a0af868 refactor: json_unpack() => json_unpack_ex() 2019-03-23 20:49:19 +01:00
1bdd597be1 api: create unix socket in home directory of not run as root 2019-02-12 17:11:26 +01:00
b46eee0199 add compatability with jansson 2.9 2019-02-09 20:15:58 +00:00
e1b09461c1 improve compiler compatability 2019-01-30 00:42:49 +01:00
9db4c8d2d2 fix compiler errors about non-existing std::filesystem namespace with GCC 7 2019-01-21 17:11:42 +01:00
667a62c874 api: add missing logger 2019-01-21 10:34:45 +01:00
e3ec18df73 improve coding style 2019-01-21 10:34:22 +01:00
7b5f2157b0 refactor: do not use global loggers 2019-01-17 20:28:20 +01:00
70faba9fd9 web: only issue a single call to lws_write() per LWS_*_WRITABLE callback 2019-01-14 10:08:12 +01:00
8f7c8ae71e update copyright year to 2019 2019-01-13 00:42:39 +01:00
d18d786801 refactor: list_* -> vlist_* 2019-01-07 10:28:55 +01:00
b745fe930f api: fix connection handling for HTTP sessions 2018-12-04 00:26:58 +01:00
cb8c0e79f7 api: C++17 include filesystem library by default 2018-12-02 03:58:10 +01:00
5ca2a5046e api: remove obsolete logging 2018-12-02 03:57:54 +01:00