|
4f370ee1b2
|
drop legacy logger
|
2021-03-17 14:58:45 +00:00 |
|
|
2d5ca906e7
|
fix indention
|
2021-03-09 01:49:04 +01:00 |
|
|
8fe1df94ff
|
api: fix exception for node and path requests
|
2021-02-25 17:17:11 -05:00 |
|
|
8e53d2a329
|
opal: fix node-type
|
2021-02-24 09:17:53 +01:00 |
|
|
42133b2882
|
miscelaneous fixes
|
2021-02-22 23:16:53 +01:00 |
|
|
3a7f9c05de
|
lua: fix bugs and improve documentation
|
2021-02-22 23:15:56 +01:00 |
|
|
fd57b5539f
|
lua: first working version of Lua hook
|
2021-02-19 07:03:22 +01:00 |
|
|
85a6ecc6fa
|
fixup Config
|
2021-02-19 07:03:22 +01:00 |
|
|
256d53b27f
|
hook: fix Hook:prepare()
|
2021-02-19 07:03:22 +01:00 |
|
|
1e7ea26dfe
|
config: add Config::getIncludeDirs()
|
2021-02-19 07:03:22 +01:00 |
|
|
04fe1d34a1
|
fix indention
|
2021-02-19 07:03:21 +01:00 |
|
|
937d4f0aae
|
signal_data: only use type not complete signal struct
|
2021-02-19 07:03:21 +01:00 |
|
|
1250a127ed
|
fix CI
|
2021-02-16 15:02:06 +01:00 |
|
|
12589345ce
|
final fixes
|
2021-02-16 14:41:55 +01:00 |
|
|
69e60b26c0
|
fix cppcheck errors
|
2021-02-16 13:25:37 +01:00 |
|
Manuel Pitz
|
ae3b3d6b95
|
code style with dumer.cpp
|
2021-02-16 12:25:34 +01:00 |
|
Manuel Pitz
|
dd093ec99b
|
refactoring to comply with code style
|
2021-02-15 15:18:24 +01:00 |
|
Manuel Pitz
|
3e61f5b221
|
cleanup style
|
2021-02-15 15:18:24 +01:00 |
|
Manuel Pitz
|
35e3c4ae47
|
add signal_list_clear()
|
2021-02-15 15:14:00 +01:00 |
|
Manuel Pitz
|
735a758d83
|
fix handling of path output signals
|
2021-02-15 15:14:00 +01:00 |
|
Manuel Pitz
|
c7e596ae7d
|
add supress warnings for dumper
|
2021-02-15 15:14:00 +01:00 |
|
Manuel Pitz
|
3a7f53e0c8
|
cleanup code
|
2021-02-15 15:14:00 +01:00 |
|
Manuel Pitz
|
3ea592cf71
|
Move villasDump from dft to dumper class
|
2021-02-15 15:14:00 +01:00 |
|
|
c00ff67c70
|
hook: add new lua hook
|
2021-01-08 19:09:19 +01:00 |
|
Felix Wege
|
150b6bf998
|
mqtt: added mqtt_prepare() to mqtt.hpp
|
2021-01-08 15:22:28 +01:00 |
|
Felix Wege
|
f00c225b26
|
io: removed CHECKED state and fixed sprintf/sscan
|
2021-01-08 14:49:28 +01:00 |
|
|
a0163c8470
|
api: fix use-after-free in URL regex matching
|
2021-01-04 18:40:00 +01:00 |
|
|
b6234d27ae
|
cmake: check if libwebsockets is built with deflate extension
|
2020-12-07 21:22:15 +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 |
|
|
7708980e2d
|
derive auto-generated uuid for nodes, paths and relay-sessions from instance uuid
|
2020-10-16 11:08:40 +02:00 |
|
|
8a6902bd90
|
api: extend status endpoint
|
2020-10-15 14:57:13 +02:00 |
|
|
11d1786d9d
|
super_node: remove name setting
|
2020-10-15 13:13:04 +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 |
|
|
e3ce379c36
|
if: rewrote libnl / network if code to C++ and fixed if affinity (closes #233)
|
2020-09-13 11:11:46 +02:00 |
|
|
a36b93a46d
|
add support to set affinity on a per path/thread basis (closes #4)
|
2020-09-13 08:37:09 +02:00 |
|
|
85e9af4289
|
make rate of periodic statistics configurable (closes #273)
|
2020-09-13 08:14:41 +02:00 |
|
|
c7c513a5f6
|
ci: fix all remaining cppcheck warnings and errors
|
2020-09-11 15:15:36 +02:00 |
|
|
1aebd550de
|
path: add support for using a node as a source in multiple paths
|
2020-09-10 17:41:31 +02:00 |
|
|
baddec2228
|
fix a lot of small bugs
|
2020-09-10 17:41:30 +02:00 |
|
|
6b4e9bbcbd
|
mapping: fix intialization
|
2020-09-10 17:41:30 +02:00 |
|
|
f5e74e3dbf
|
path: remove path_uses_node()
|
2020-09-10 17:41:30 +02:00 |
|
|
9b5b7b6947
|
node: add struct vnode::{sources,destinations}
|
2020-09-10 17:41:30 +02:00 |
|
|
13b7b6cc2f
|
node: make struct vnode::enabled a boolean
|
2020-09-10 17:41:29 +02:00 |
|
|
88ef85844d
|
loopback_internal: add new node-type for internal loopback
|
2020-09-10 17:41:29 +02:00 |
|
|
a9eb2c1d67
|
mapping: rewrote using std::regex
|
2020-09-10 17:41:29 +02:00 |
|
|
4b58305c5b
|
refactor regex constants
|
2020-09-10 17:41:29 +02:00 |
|