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

56 commits

Author SHA1 Message Date
Steffen Vogel
7c32617ead Remove unused includes
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2023-06-30 12:59:02 +02:00
7eec1bb753 update Steffens mail address
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2022-12-16 23:44:07 +01:00
845ced9dd3 implement v2 of the universal data-exchange API node-type
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2022-12-16 23:36:31 +01:00
b94746effb relicense VILLASnode to Apache 2.0 2022-07-04 18:23:57 +02:00
56fa561493 api: implement first version of universal data-exchange API 2022-03-28 18:06:47 +02:00
b8e486af15 api: make members protected 2022-03-28 11:10:49 +02:00
183867b17a api: move some files 2022-03-28 11:10:49 +02:00
11a25f6fb7 update mail address 2022-03-15 09:29:20 -04:00
17ac92aa21 update copyright year 2022-03-15 09:28:57 -04:00
56c966f61d allow hiding of different plugin types 2022-03-14 15:46:32 -04:00
784e970bfe port large parts of VILLASnode to C++ and fix tests alongside 2022-01-11 09:19:53 -05:00
d53547934c fix whitespaces 2021-06-18 14:28:31 -04:00
ac20c63f39 add plugin names to logger instances 2021-06-18 14:24:28 -04:00
4f370ee1b2 drop legacy logger 2021-03-17 14:58:45 +00:00
8fe1df94ff api: fix exception for node and path requests 2021-02-25 17:17:11 -05:00
a0163c8470 api: fix use-after-free in URL regex matching 2021-01-04 18:40:00 +01:00
5e900c38a0 make cppcheck happy 2020-10-20 22:31:46 +02:00
d4e76a67f7 bugfix for protected member var 2020-10-20 22:26:31 +02:00
62bed4953d api: rework request/response API and add new endpoint for fetching a graph repr of the currently loaded config 2020-10-20 22:17:55 +02:00
751f941304 api: fix compiler error 2020-10-16 12:57:12 +02:00
770e9c2f2c api: refactoring to fix undefined behavior 2020-09-30 21:54:28 +02:00
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
3c13f67930 refactor: struct node -> struct vnode 2020-09-10 17:40:36 +02:00
01309de280 api: next iteration of new API code 2020-08-25 20:27:26 +02:00
57f570d9b0 list: use new lookup methods 2020-08-25 20:22:19 +02:00
a42315585b api: second batch of changes for new API version 2020-08-17 17:30:21 +02:00
b58573f123 api: rewrite API to v2 2020-08-17 17:30:21 +02:00
947a7de83c code-style improvements 2020-07-08 13:43:15 +02:00
f8850b4110 refactor: improve code-style 2020-07-01 17:07:16 +02:00
96c55711da plugin: use new plugin code from VILLAScommon 2020-07-01 17:07:15 +02:00
2ed51e7e79 use new villas/common header 2020-06-08 03:39:44 +02:00
e53661a62c update copyright year to 2020 2020-01-20 17:17:00 +01:00
150d4591fd replace C-style headers with C++ C-compatability headers 2019-06-23 16:57:00 +02:00
ef17ec19a2 refactor enums to class enums 2019-06-23 16:13:23 +02:00
1bdd597be1 api: create unix socket in home directory of not run as root 2019-02-12 17:11:26 +01:00
2d94f15d3c api: add missing logger 2019-01-21 12:07:59 +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
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
0c1427dcbe cosmetics 2018-12-02 03:17:12 +01:00
3c11acb8b5 cpp: ported web and api 2018-11-30 21:33:56 +01: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
b533cee9ad refactor: fix whitespaces 2018-08-13 00:00:09 +02:00
Sonja Kolen
4ec3cf030b Added extern "C" wrapper in all headers of libvillas to use it in C++ code 2018-06-28 13:42:50 +02:00
0017d1bcb1 refactor: change include prefix 2018-02-04 16:40:52 +01:00