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

33 commits

Author SHA1 Message Date
c7d59e6011 use new cpp code-style in VILLAScommon 2021-09-19 19:26:03 +02:00
4f370ee1b2 drop legacy logger 2021-03-17 14:58:45 +00:00
b6234d27ae cmake: check if libwebsockets is built with deflate extension 2020-12-07 21:22:15 +01:00
7708980e2d derive auto-generated uuid for nodes, paths and relay-sessions from instance uuid 2020-10-16 11:08:40 +02:00
86773a83bb relay: strip leading slash from session id 2020-09-30 16:07:07 +02:00
c7c513a5f6 ci: fix all remaining cppcheck warnings and errors 2020-09-11 15:15:36 +02:00
006f1ba405 catch exceptions as const ref 2020-08-17 17:30:22 +02:00
8e259516a3 add more nullptr checks after memory allocations 2020-07-06 14:03:43 +02:00
f8850b4110 refactor: improve code-style 2020-07-01 17:07:16 +02:00
8340e1725e use new headers 2020-06-08 03:40:25 +02:00
e53661a62c update copyright year to 2020 2020-01-20 17:17:00 +01:00
3c0b1166a8 relay: disable hugepages 2019-11-09 11:35:24 +01:00
150d4591fd replace C-style headers with C++ C-compatability headers 2019-06-23 16:57:00 +02:00
2e6ca2de94 avoid calling copy constructors 2019-06-18 17:53:09 +02:00
492004bf34 use new villas::Tool class as common top-level entrypoint 2019-05-28 17:31:58 +02:00
dabb1c5454 src: catch unhandled exceptions 2019-04-17 18:46:18 +02:00
1192f68785 refactor: NULL => nullptr 2019-04-07 13:23:43 +02:00
f16056092a fix bugs on rpi #1 2019-04-05 03:50:59 +02:00
51f7179f0e harmonize usage info 2019-03-31 21:11:40 +02:00
547c28d2dc relay: added HTTP API to get active sessions and connection details 2019-03-31 12:51:18 +02:00
5bb428704f fix indetion of top-level try/catch blocks 2019-03-26 17:04:57 +01:00
c4ab3cbbcb properly catch exceptions by reference 2019-02-12 17:05:44 +01:00
b84f6b8a47 lws: check return value of lws_write() 2019-01-14 10:00:09 +01:00
13cb493810 relay: improve coding style 2019-01-14 09:59:51 +01:00
8f7c8ae71e update copyright year to 2019 2019-01-13 00:42:39 +01:00
368fbfc9cd relay: fix memory leaks and double frees 2019-01-12 20:31:16 +01:00
83027237c7 relay: add "-d" option to villas-relay 2019-01-12 19:07:03 +01:00
1f58fe3cd6 relay: remove double newlines in LWS log messages 2019-01-12 19:06:41 +01:00
373acdec18 improve coding style 2019-01-12 19:05:57 +01:00
8347dc705f improve logging 2019-01-12 19:05:32 +01:00
c2f83b01fd Merge branch 'ws-relay' into develop
# Conflicts:
#	include/villas/node/config.h.in
#	include/villas/utils.h
#	lib/CMakeLists.txt
#	lib/nodes/websocket.c
#	lib/utils.c
#	lib/web.c
#	src/CMakeLists.txt
#	src/villas-pipe.cpp
2019-01-12 13:48:29 +01:00
fc80bf809d start using spdlog for C++ code 2018-07-17 17:56:56 +02:00
704c4cd59f relay: add villas-relay to build system 2018-07-17 10:56:16 +02:00
Renamed from src/relay.cpp (Browse further)