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

99 commits

Author SHA1 Message Date
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
0cfd908158 api: bugfixes in HTTP sessions 2018-12-02 03:24:25 +01:00
ff3fb5c820 remove unused variable 2018-12-02 03:23:48 +01:00
b882617243 api: improve handling of socket descriptors 2018-12-02 03:21:27 +01:00
eab8f1cad7 api: use C++ queues 2018-12-02 03:20:51 +01:00
993bcdb378 improve logging messages 2018-12-02 03:18:09 +01:00
0c1427dcbe cosmetics 2018-12-02 03:17:12 +01:00
40265ffca8 api: fix new node action in C++ code 2018-12-02 03:11:32 +01:00
3674669424 fix duplicate use of same identifier 2018-12-02 03:11:32 +01:00
a63b15609a do not throw dynamically allocated exceptions 2018-12-02 03:11:32 +01:00
47023f0c3e add missing files 2018-11-30 21:40:48 +01:00
9bda0fdfd5 api: check version 2018-11-30 21:40:36 +01:00
5370bb5a73 improve logging messages 2018-11-30 21:40:36 +01:00
a0afecd50c api: use std::filesystem for creating unix socket dir 2018-11-30 21:38:19 +01:00
3c11acb8b5 cpp: ported web and api 2018-11-30 21:33:56 +01:00
833729cb57 added new VILLAScommon submodule 2018-11-30 20:58:15 +01:00
987a59a5aa cpp: ported SuperNode 2018-11-30 20:46:59 +01:00
f60bf3f0f5 api: return state as string 2018-11-27 18:06:35 +01:00
7f5b3c235f api: added new actions for controlling a node 2018-11-23 21:00:20 +02:00
84aff14eed api: refactor "command" => "action" 2018-11-23 21:00:19 +02:00
d35971c26c refactor: update copyright years 2018-08-20 18:40:03 +02:00