|
78ff84eef1
|
path: run hooks again
|
2018-05-23 14:59:48 +02:00 |
|
|
8f61d4f2a9
|
shmem: fix some issues with the exec setting
|
2018-05-23 14:59:48 +02:00 |
|
|
070a76b153
|
shmem: improve log messages
|
2018-05-23 14:59:48 +02:00 |
|
|
a7bb0b5abe
|
mqtt: improve logging
|
2018-05-23 14:59:48 +02:00 |
|
|
50b3a6535f
|
hooks: run also for paths
|
2018-05-23 14:59:48 +02:00 |
|
|
8de7a8b763
|
queue_signalled: add support for OS X
|
2018-05-23 09:06:29 +02:00 |
|
|
cbcb0e6832
|
path: fail if we can not setup poll(2)
|
2018-05-23 09:06:05 +02:00 |
|
|
5bc1831cc4
|
node: improve logging
|
2018-05-23 02:25:27 +02:00 |
|
|
995d5a58ae
|
remove superfluous empty line
|
2018-05-23 02:25:11 +02:00 |
|
|
b21b975a17
|
path: add a new configuration setting to switch between poll and single mode
|
2018-05-23 02:24:55 +02:00 |
|
|
76073cddcf
|
log: fix window size when running inside docker, CI or debugger
|
2018-05-23 00:38:37 +02:00 |
|
|
63021392d4
|
websocket: get rid of { } block
|
2018-05-23 00:17:41 +02:00 |
|
|
a96667b970
|
websocket: fix possible memory leak
|
2018-05-23 00:17:25 +02:00 |
|
|
caaef4ac07
|
tests: enable _DARWIN_C_SOURCE globally in order to fix compiler errors
|
2018-05-23 00:17:02 +02:00 |
|
|
7dc66355f3
|
websocket: fix format selection
|
2018-05-14 18:53:28 +02:00 |
|
|
17af0784e6
|
io: bug fixes to avoid segemention faults
|
2018-05-13 14:21:50 +02:00 |
|
|
a520e00a12
|
generalize: *_type_lookup() as wrappers around plugin_lookup()
|
2018-05-13 13:52:02 +02:00 |
|
|
9ec69bcbdf
|
refactor: struct plugin::io -> struct plugin::format
|
2018-05-13 13:51:28 +02:00 |
|
|
1efb3c7477
|
fix indention
|
2018-05-13 12:47:55 +02:00 |
|
|
63a4634d57
|
refactor: log_{start,stop} -> log_{open,close}
|
2018-05-12 18:14:24 +02:00 |
|
|
63e839afc9
|
io: align header / source files
|
2018-05-12 18:11:39 +02:00 |
|
|
8b18bd35e0
|
file: destroy IO in file_destroy() instead of file_stop()
|
2018-05-12 18:03:40 +02:00 |
|
|
9868f97ab5
|
io: misc bug fixes
|
2018-05-12 18:03:10 +02:00 |
|
|
d5d446cca6
|
io: add header to villas.human and json formats
|
2018-05-12 18:02:18 +02:00 |
|
|
221937bb5e
|
io: pass instance pointer everywhere
|
2018-05-12 18:01:48 +02:00 |
|
|
011971920d
|
io: several fixes
|
2018-05-12 15:25:47 +02:00 |
|
|
4ba077d14e
|
io: remove state-less IO calls
|
2018-05-12 15:25:29 +02:00 |
|
|
a9a3d1d9eb
|
refactoring
|
2018-05-12 14:15:08 +02:00 |
|
|
6978db9d3a
|
io: properly keep track if status
|
2018-05-12 14:14:59 +02:00 |
|
|
00eac5a9b1
|
io: make io_{scan,print}_lines() static
|
2018-05-12 14:13:54 +02:00 |
|
|
c0313c7963
|
refactored: io_format -> format_type
|
2018-05-12 13:57:39 +02:00 |
|
|
3438dc305d
|
io: generalization of line based formats
|
2018-05-12 13:47:35 +02:00 |
|
|
71b2ec3d51
|
villas_human: remove more obsolete code
|
2018-05-12 11:11:52 +02:00 |
|
|
92c910ca2e
|
csv: added offset field and padding non existant fields
|
2018-05-12 11:08:35 +02:00 |
|
|
59ec38172b
|
io: generalize handling of header and footers
|
2018-05-12 11:07:35 +02:00 |
|
|
39f955c947
|
io: renamed some fields within struct io
|
2018-05-12 10:41:40 +02:00 |
|
|
bd72556b1d
|
refactor: remove last appearances of old format naming scheme
|
2018-05-09 10:27:38 +02:00 |
|
|
5401348b71
|
json: rewrite IO format for RESERVE project
|
2018-05-09 09:24:15 +02:00 |
|
|
f4b6f28e17
|
json: fix some issues of standard JSON format (closes #138)
|
2018-05-09 09:17:40 +02:00 |
|
|
7edd6a1b2a
|
sample: add new function to allocate samples on heap (not in pool)
|
2018-05-08 11:43:53 +02:00 |
|
|
f99e5debb5
|
sample: remove sent timestamp
|
2018-05-08 11:42:43 +02:00 |
|
|
b18c776a5c
|
sample: remove obsolete id member
|
2018-05-08 11:41:05 +02:00 |
|
|
18096feb49
|
signal: added unit field
|
2018-05-08 08:45:18 +02:00 |
|
|
c59e0948c3
|
io: use dots instead of hyphens in format names
|
2018-05-08 08:45:18 +02:00 |
|
|
3ff2e4d3ec
|
io: added new format for RESERVE tests
|
2018-05-08 08:45:18 +02:00 |
|
|
d8770e95d4
|
bug fix
|
2018-05-08 08:18:18 +02:00 |
|
|
915a7568bf
|
path: special case for single-source paths
|
2018-05-08 08:16:14 +02:00 |
|
|
a3fe2f184d
|
websocket: return allocated samples before destroying client connection
|
2018-05-07 18:56:26 +02:00 |
|
|
39651db3d8
|
websocket: fix buffer overrun in reverse-channel
|
2018-05-07 18:48:34 +02:00 |
|
|
c99c95a558
|
shmem: issue a warning if the remote side of the interface was closed
|
2018-05-07 18:03:31 +02:00 |
|