|
0b2b9a7b17
|
dont error out if path thread already terminated
|
2019-03-26 17:13:42 +01:00 |
|
|
bdca76231b
|
fix some issues found by new node-hook test
|
2019-03-26 17:01:55 +01:00 |
|
|
bbe8d15ffd
|
path: remove obsolete include
|
2019-03-26 15:39:08 +01:00 |
|
|
2dafb25639
|
port hook subsystem to C++
|
2019-03-26 15:39:08 +01:00 |
|
|
886a0af868
|
refactor: json_unpack() => json_unpack_ex()
|
2019-03-23 20:49:19 +01:00 |
|
|
b5444577b4
|
hook: separate hook_list_*() and hook_*() functions
|
2019-03-16 10:04:23 +01:00 |
|
|
4942d8ee74
|
bunch of bugfixes and refactoring for preperation of hooks
|
2019-03-09 00:32:22 +01:00 |
|
|
3bab0c9c06
|
node, path: add getters for signals
|
2019-03-08 15:21:01 +01:00 |
|
|
9836bc0296
|
add prepare state
|
2019-02-24 11:13:28 +01:00 |
|
|
842be5a9cc
|
path: refactor path_init_poll() -> path_prepare_poll()
|
2019-02-24 11:11:19 +01:00 |
|
|
7e5b4ac5ce
|
refactor: add {node, path}_is_{enabled, reversed}()
|
2019-02-24 11:10:44 +01:00 |
|
|
34137545bc
|
path: use path_type()
|
2019-02-24 11:08:56 +01:00 |
|
|
e65ffc78dd
|
node: add enabled setting
|
2019-02-24 11:08:15 +01:00 |
|
|
3b99227537
|
path: separated path_{source, destination}
|
2019-02-24 09:41:04 +01:00 |
|
|
f851aacf3c
|
refactor: rename signal_list_{init,destroy}() and node_list_parse()
|
2019-02-24 09:10:18 +01:00 |
|
|
78bcb67245
|
refactor: _init2() -> _prepare()
|
2019-02-24 09:06:48 +01:00 |
|
|
2936cd3ddc
|
stats: refactor stats system and allow for more flexible configuration of stats node
|
2019-02-15 09:40:38 +01:00 |
|
|
2cc6423c61
|
path: run in single mode if possible to reduce syscall overhead
|
2019-02-12 18:18:02 +01:00 |
|
|
0cbbd0a53c
|
path: cancel paths threads
|
2019-02-12 18:17:09 +01:00 |
|
|
3816b8f45e
|
path: simplify reversal of paths (closes #224)
|
2019-02-12 17:54:35 +01:00 |
|
|
15e945feff
|
use state to shutdown
|
2019-02-11 16:42:38 +01:00 |
|
|
a9f5b782f6
|
fixups for separation of in/out signals
|
2019-02-06 15:11:08 +01:00 |
|
|
5dc95d8197
|
path: fix initialization of polling mode
|
2019-01-30 01:57:31 +01:00 |
|
|
5fc38bb898
|
path: fix detection of polling mode
|
2019-01-30 01:57:20 +01:00 |
|
|
bf12c174f2
|
path: fix missing data bug with JSON format
|
2019-01-30 01:56:57 +01:00 |
|
|
c4baea1562
|
path: improve checks in regard to 'poll' and 'rate' settings
|
2019-01-30 01:56:35 +01:00 |
|
|
d3ff9f2d41
|
node: allow nodes to have multiple filedescriptors
|
2019-01-21 15:47:34 +01:00 |
|
|
8f7c8ae71e
|
update copyright year to 2019
|
2019-01-13 00:42:39 +01:00 |
|
|
d741114500
|
path: fix bug causing missing data for some formats (e.g. JSON)
|
2019-01-12 13:49:27 +01:00 |
|
|
df3305e263
|
path: fix autodetection of poll-mode
|
2019-01-09 16:38:05 +01:00 |
|
|
d18d786801
|
refactor: list_* -> vlist_*
|
2019-01-07 10:28:55 +01:00 |
|
|
5370bb5a73
|
improve logging messages
|
2018-11-30 21:40:36 +01:00 |
|
|
70cc94b5c7
|
refactor: warn() => warning() due to name collision with libc
|
2018-11-30 21:37:52 +01:00 |
|
|
30576ba7ad
|
refactoring: move config to villas/node/config.h
|
2018-11-30 21:00:53 +01:00 |
|
|
64fa076d11
|
fix sample flags during muxing
|
2018-10-20 16:22:24 +02:00 |
|
|
45f35d6d54
|
fix indention
|
2018-10-20 16:22:01 +02:00 |
|
Dennis Potter
|
8f90d77224
|
Added flag which lets path use original sequence number of source
|
2018-10-14 14:44:56 +02:00 |
|
|
d35971c26c
|
refactor: update copyright years
|
2018-08-20 18:40:03 +02:00 |
|
|
5707ee9d58
|
new signal declaration code
|
2018-08-20 18:31:27 +02:00 |
|
|
f693b2ffe3
|
fixup hook init
|
2018-08-17 12:52:31 +02:00 |
|
|
c7a01a1da6
|
hook: fix initialization
|
2018-08-17 12:40:03 +02:00 |
|
|
c2679fa1a4
|
fixup villas-pipe infiniband
|
2018-08-13 00:00:10 +02:00 |
|
|
9bbb1874ca
|
refactor: print node and path names uniformly
|
2018-08-13 00:00:10 +02:00 |
|
|
1f16b4bf07
|
refactor: {sample,signal}_{put,get} -> {sample,signal}_{incref,decref}
|
2018-08-13 00:00:09 +02:00 |
|
|
37b98e7ad6
|
generalize generation of pools
|
2018-08-13 00:00:09 +02:00 |
|
|
a1e47d2d72
|
code-style cleanups
|
2018-08-13 00:00:09 +02:00 |
|
|
2361964de1
|
path: added signal list
|
2018-08-12 23:59:15 +02:00 |
|
|
b0017f859f
|
refactoring
|
2018-08-12 23:59:15 +02:00 |
|
|
32de7761fe
|
refactor:
- DEFAULT_SAMPLELEN -> DEFAULT_SAMPLE_LENGTH
- DEFAULT_QUEUELEN -> DEFAULT_QUEUE_LENGTH
|
2018-08-12 23:59:15 +02:00 |
|
|
f35588aad8
|
refactor:
- SAMPLE_LEN() -> SAMPLE_LENGTH()
- SAMPLE_DATA_LEN() -> SAMPLE_DATA_LENGTH()
|
2018-08-12 23:59:15 +02:00 |
|