|
c4ab3cbbcb
|
properly catch exceptions by reference
|
2019-02-12 17:05:44 +01:00 |
|
|
15e945feff
|
use state to shutdown
|
2019-02-11 16:42:38 +01:00 |
|
|
836d8244d9
|
super_node: move main loop into SuperNode::run()
|
2019-02-11 16:42:38 +01:00 |
|
|
e34c5f0036
|
pipe: fix invalid pool size
|
2019-02-09 21:21:31 +00:00 |
|
|
ea5d59b5d3
|
pipe: simplify code
|
2019-02-06 15:12:02 +01:00 |
|
|
a9f5b782f6
|
fixups for separation of in/out signals
|
2019-02-06 15:11:08 +01:00 |
|
|
8e24d603e5
|
pipe: do not show warning messages for samples filtered by hooks
|
2019-01-28 12:30:14 +01:00 |
|
|
dcbac4ec6c
|
fix typo
|
2019-01-23 14:31:55 +01:00 |
|
|
c225205713
|
pipe: fix init order
|
2019-01-21 22:59:20 +01:00 |
|
|
b6b6e8dfb6
|
node: rely on exceptions for error reporting
|
2019-01-21 22:12:12 +01:00 |
|
|
a374acb499
|
pipe: start/stop interfaces
|
2019-01-21 22:11:44 +01:00 |
|
|
df42a2880c
|
fix compiler errors about non-trivial designated initializers with GCC 7
|
2019-01-21 17:11:11 +01:00 |
|
|
a1c411a4fc
|
relay: link against libuuid
|
2019-01-17 20:29:47 +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 |
|
|
be27121006
|
fix compiler warning about unused variable
|
2019-01-11 15:54:19 +01:00 |
|
|
029ccd2e09
|
Merge branch 'node-uldaq' into develop
|
2019-01-09 17:02:43 +01:00 |
|
|
d18d786801
|
refactor: list_* -> vlist_*
|
2019-01-07 10:28:55 +01:00 |
|
|
15438c8b8b
|
pipe: removed unused variable
|
2019-01-06 02:13:02 +01:00 |
|
|
9d6c7ecefa
|
add missing initialization for memory subsystem
|
2018-12-04 10:45:27 +01:00 |
|
|
c7f738b413
|
pipe: fix refactoring mistake
|
2018-12-04 00:30:58 +01:00 |
|
|
7a40af8009
|
pipe: move pool management into Direction class
|
2018-12-02 03:11:32 +01:00 |
|
|
892dae216b
|
remove unused variable
|
2018-12-02 03:11:32 +01:00 |
|
|
61138425e4
|
fix merge mistake
|
2018-12-02 03:11:32 +01:00 |
|
|
71c6d5f9e5
|
fix assertion in _init() about invalid state
|
2018-12-02 03:11:32 +01:00 |
|
|
a63b15609a
|
do not throw dynamically allocated exceptions
|
2018-12-02 03:11:32 +01:00 |
|
|
caf3e45960
|
workaround for C-compatability
|
2018-12-02 03:11:31 +01:00 |
|
|
7ce144d7d0
|
pipe: refactor datastructure for storing direction details
|
2018-11-30 21:38:19 +01:00 |
|
|
25ff130377
|
remove SuperNode::init()
|
2018-11-30 21:37:52 +01:00 |
|
|
c3c37c267f
|
avoid global storage as far as possible
|
2018-11-30 21:37:52 +01:00 |
|
|
c30009b96f
|
cpp: use new supernode class
|
2018-11-30 21:35:14 +01:00 |
|
|
e625926d7d
|
refactor: cout over multiple lines
|
2018-11-30 21:00:53 +01:00 |
|
|
ebec998b3e
|
refactor: newlines after break
|
2018-11-30 21:00:53 +01:00 |
|
|
7f4e69ea4b
|
refactor: NULL -> nullptr
|
2018-11-30 21:00:53 +01:00 |
|
|
d72c5604e8
|
cmake: several improvments to the build system
|
2018-11-30 21:00:53 +01:00 |
|
|
30576ba7ad
|
refactoring: move config to villas/node/config.h
|
2018-11-30 21:00:53 +01:00 |
|
|
1763102931
|
small refactoring
|
2018-11-30 20:58:15 +01:00 |
|
|
0709235502
|
log: adjust to new log constructor signature
|
2018-11-30 20:58:15 +01:00 |
|
|
987a59a5aa
|
cpp: ported SuperNode
|
2018-11-30 20:46:59 +01:00 |
|
|
97181dc461
|
fix invalid return-type of getopt()
|
2018-11-30 19:57:22 +01:00 |
|
|
22eefc7590
|
websockets: fix proken detection of libwebsockets
|
2018-11-23 21:00:19 +02:00 |
|
|
2a0f745434
|
clients: move shmem example into clients directory
|
2018-10-21 10:46:27 +02:00 |
|
|
e812a36a73
|
portability: more fixes for RPi
|
2018-10-04 02:41:20 +02:00 |
|