|
876a147842
|
fix memory leaks detected by valgrind
|
2017-09-05 01:09:34 +02:00 |
|
|
0447aeee00
|
io: fix old format names
|
2017-09-04 23:04:21 +02:00 |
|
|
6d495c1a35
|
add new bitmask to samples to indicate which fields are valid
|
2017-09-04 14:28:55 +02:00 |
|
|
8fdcaa3c4e
|
add support for node_fd() to more node types
|
2017-08-30 13:30:31 +02:00 |
|
|
5d0ba771c6
|
Merge branch 'node-test' into develop
# Conflicts:
# include/villas/api/session.h
# lib/api.c
# lib/super_node.c
# lib/web.c
|
2017-08-27 18:44:03 +02:00 |
|
|
7dd8407960
|
websocket: more refactoring
|
2017-08-27 17:59:24 +02:00 |
|
|
53fae53aeb
|
websocket: major improvements to websocket node type
|
2017-08-27 17:05:34 +02:00 |
|
|
3eea0c67bb
|
- introduce low-level interface for new IO subsystem: we now have a fully extensible system for new IO formats and file formats
- reworked file node-type to remove in / out directions
|
2017-08-14 14:42:07 +02:00 |
|
|
c5fc72dd78
|
adding pluggable IO formats
|
2017-08-05 21:02:09 +02:00 |
|
|
434fe6dbd6
|
replaced libconfig by jansson for parsing the configuration (huge commit)
|
2017-08-03 00:19:27 +02:00 |
|
|
f569f14602
|
fix: several compiler warnings / errors emitted by clang
|
2017-07-25 12:07:05 +02:00 |
|
|
fb4bbbfb26
|
websocket: reuse buffer to construct payload and send bigger payload at once
|
2017-07-13 22:39:38 +02:00 |
|
|
49c0e9957a
|
using memdup() will invalidate pointers to the object which might have been used during _init() and _parse() calls
|
2017-07-09 14:36:09 +02:00 |
|
|
2b913d4d69
|
tests: fix valgrind warnings
|
2017-07-02 23:57:03 +02:00 |
|
|
8cbbb8b4f1
|
fixed unused return value warnings / errors emitted by Ubuntu's GCC 5.4.0
|
2017-06-17 03:16:14 +02:00 |
|
|
c1154faf40
|
fixed several format string compiler warnings / errors emitted by Ubuntu's GCC 5.4.0
|
2017-06-17 03:13:42 +02:00 |
|
|
2036c2bdfa
|
websocket: fix bug in receive path
|
2017-05-08 00:50:55 +02:00 |
|
|
49054eef9f
|
cleanup: removed trailing whitespaces in code
|
2017-05-05 19:24:16 +00:00 |
|
|
5be1853649
|
added GPL license to file headers
|
2017-04-27 12:56:43 +02:00 |
|
|
6da1070e56
|
minor improvements
|
2017-04-24 19:56:14 +02:00 |
|
|
4e5dc58e18
|
added first version of web socket client support
|
2017-04-24 19:28:45 +02:00 |
|
|
414fcc72f1
|
websocket: add destinations to websocket_print()
|
2017-04-24 18:11:05 +02:00 |
|
|
8c4f291fd9
|
changed byte-order for websocket messages to little-endian
|
2017-04-24 13:25:30 +02:00 |
|
|
a81d1fc8de
|
Merge branch 'develop' into node-shm
|
2017-04-17 23:54:44 +02:00 |
|
|
48ad4f9a56
|
refactoring: added DEFAULT_WEBSOCKET_{SAMPLE,QUEUE}LEN (like for shmem node-type)
|
2017-04-15 22:50:37 +02:00 |
|
|
61d42c342d
|
refactoring: DEFAULT_VALUES => DEFAULT_SAMPLELEN
|
2017-04-15 22:46:42 +02:00 |
|
|
47bff0f9ba
|
fixed several bugs in the new state machine logic
|
2017-04-07 17:44:20 +02:00 |
|
Georg Reinke
|
45f5d9697a
|
use queue_signalled for websocket node
|
2017-04-07 12:25:17 +02:00 |
|
|
6d3ee5baac
|
some codingstyle improvements
|
2017-04-03 09:01:14 +02:00 |
|
|
a33dadf80a
|
use pthread_cond_signal for efficient signalling in websocket node-type
|
2017-04-02 13:02:49 +02:00 |
|
|
8bcb9401fe
|
use common struct state instead for struct websocket_connection
|
2017-04-02 13:02:07 +02:00 |
|
|
b4d0288c5e
|
do not cast void pointers
|
2017-04-02 13:00:34 +02:00 |
|
|
57329bfa92
|
moved node id field to struct node::id
|
2017-04-02 12:59:56 +02:00 |
|
|
9205e1dbac
|
Merge branch 'eric-lab' into develop-try-merge
|
2017-03-29 06:02:58 +02:00 |
|
|
267d244167
|
minor cleanup, bug fixes and refactoring
|
2017-03-27 12:50:01 +02:00 |
|
|
411b9dd326
|
replaced most occurrences of list_foreach with a traditional for loop due to performance reasons
|
2017-03-25 21:23:31 +01:00 |
|
|
b89b30ffe1
|
fixes several segfaults in websocket node-type due to improper connection establishment / tear-down (see #71, #72 & #73)
|
2017-03-16 22:42:58 -03:00 |
|
|
2757011e1b
|
several smaller fixes and documentation updates
|
2017-03-12 17:13:37 -03:00 |
|
|
14e2b97372
|
initialize node_type::instances correctly
|
2017-03-12 17:08:52 -03:00 |
|
|
ccf2f28b9f
|
refactoring: struct cfg => struct super_node
|
2017-03-12 17:01:24 -03:00 |
|
|
66ecc2d043
|
add description of websocket nodes to node_name_long()
|
2017-03-11 23:51:09 -03:00 |
|
|
15884dc347
|
fix segfault
|
2017-03-11 23:50:46 -03:00 |
|
|
cdd5a2ca90
|
refactoring: unified states of common objects: nodes, paths, node-types, plugins, hooks, etc..
|
2017-03-11 23:50:30 -03:00 |
|
|
c90343d4af
|
refactoring: node_open, node_close => node_start, node_stop
|
2017-03-11 23:30:24 -03:00 |
|
|
a9771ec8c6
|
Merge branch 'develop' into eric-lab
|
2017-03-09 13:30:19 -03:00 |
|
|
9ea0cbcbef
|
fixes segfault when starting villas-node with websocket node
|
2017-03-08 09:53:28 -03:00 |
|
|
57d19bfff9
|
reenabled websocket node type
|
2017-03-06 12:28:06 -04:00 |
|
|
9c40931a04
|
Merge branch 'feature-mpmc-queue' into feature-curlio
|
2017-03-05 10:06:32 -04:00 |
|
|
3e7c855526
|
updated licence and copyright info in file headers
|
2017-03-03 20:20:13 -04:00 |
|
|
7ec6aee288
|
Merge remote-tracking branch 'rwth/develop' into feature-curlio
|
2017-02-18 11:05:11 -05:00 |
|