|
2b8ae382a7
|
api: added action for resetting statistics
|
2019-04-10 18:08:57 +02:00 |
|
|
9f4f2b8377
|
remove obsolete includes
|
2019-03-29 09:52:34 +01:00 |
|
|
2dafb25639
|
port hook subsystem to C++
|
2019-03-26 15:39:08 +01:00 |
|
|
3f9c58fbe5
|
api: cleanup return code style in API actions
|
2019-03-26 15:39:08 +01:00 |
|
|
c249dcc89d
|
refactor: use C-style commenting everywhere
|
2019-03-26 15:39:07 +01:00 |
|
|
a64f3e4b6d
|
add VILLASnode specific exceptions
|
2019-03-26 15:39:07 +01:00 |
|
|
667a62c874
|
api: add missing logger
|
2019-01-21 10:34:45 +01:00 |
|
|
e3ec18df73
|
improve coding style
|
2019-01-21 10:34:22 +01:00 |
|
|
8f7c8ae71e
|
update copyright year to 2019
|
2019-01-13 00:42:39 +01:00 |
|
|
d18d786801
|
refactor: list_* -> vlist_*
|
2019-01-07 10:28:55 +01:00 |
|
|
40265ffca8
|
api: fix new node action in C++ code
|
2018-12-02 03:11:32 +01:00 |
|
|
a63b15609a
|
do not throw dynamically allocated exceptions
|
2018-12-02 03:11:32 +01:00 |
|
|
47023f0c3e
|
add missing files
|
2018-11-30 21:40:48 +01:00 |
|
|
3c11acb8b5
|
cpp: ported web and api
|
2018-11-30 21:33:56 +01:00 |
|
|
f60bf3f0f5
|
api: return state as string
|
2018-11-27 18:06:35 +01:00 |
|
|
7f5b3c235f
|
api: added new actions for controlling a node
|
2018-11-23 21:00:20 +02:00 |
|
|
d35971c26c
|
refactor: update copyright years
|
2018-08-20 18:40:03 +02:00 |
|
|
e82b8bedf2
|
fixup switch case
|
2018-08-20 18:20:18 +02:00 |
|
|
97e991f4fc
|
refactor: fix include paths
|
2018-08-13 00:00:09 +02:00 |
|
|
f585a94ebf
|
remove most of the old Makefiles
|
2018-06-29 14:36:24 +02:00 |
|
|
a535ec5abc
|
node: separated node configuratio for send / receive side
|
2018-05-24 09:04:41 +02:00 |
|
|
c0313c7963
|
refactored: io_format -> format_type
|
2018-05-12 13:57:39 +02:00 |
|
|
0017d1bcb1
|
refactor: change include prefix
|
2018-02-04 16:40:52 +01:00 |
|
daniel-k
|
78d23294af
|
lib: add missing includes of string.h
|
2017-11-02 13:08:12 +01:00 |
|
|
702dc34052
|
c++: add proper casts from void *
|
2017-10-20 11:54:00 +02:00 |
|
|
c1329c8590
|
lws: make LWS_WITH_SERVER_STATUS optional
|
2017-09-16 16:33:21 +02:00 |
|
|
bbc450f4eb
|
web: add new api "status" to fetch runtime status & statistics of http / websockets server
|
2017-09-06 20:31:36 +02:00 |
|
|
63e34e62f8
|
hook: fix restart hook
|
2017-09-05 10:50:14 +02:00 |
|
|
9beda12c4c
|
fix compiler errors on OS X
|
2017-09-05 10:11:23 +02:00 |
|
|
876a147842
|
fix memory leaks detected by valgrind
|
2017-09-05 01:09:34 +02:00 |
|
|
375287cd52
|
stats: refactor stats_send hook into a new node-type
|
2017-09-03 10:54:11 +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 |
|
|
68420b4207
|
remove superfulous includes
|
2017-08-23 15:49:42 +02:00 |
|
|
4259a4000e
|
io: list available IO formats via API
|
2017-08-14 14:42:36 +02:00 |
|
|
b4af9f0290
|
api: bug fixes
|
2017-08-10 17:57:36 +02:00 |
|
|
a43e430b1a
|
api: rename reload -> restart
|
2017-08-10 13:36:08 +02:00 |
|
|
c72582c20e
|
api: implement restart action
|
2017-08-10 13:35:44 +02:00 |
|
|
62bc153270
|
api: added new action "shutdown" to shutdown the instance
|
2017-08-10 12:55:20 +02:00 |
|
|
434fe6dbd6
|
replaced libconfig by jansson for parsing the configuration (huge commit)
|
2017-08-03 00:19:27 +02:00 |
|
|
b59a989278
|
cleanup trailing whitespaces
|
2017-07-25 12:07:06 +02:00 |
|
|
51d80b73ce
|
refactoring: json.c => config_helper.c & sample_io_json.c
|
2017-07-13 22:13:40 +02:00 |
|
|
38a63f1f82
|
api: added new ‚paths‘ action to get a list of all paths with their current statistics
|
2017-05-28 19:44:05 +02:00 |
|
|
bb773ac763
|
api: cleanup ‚nodes‘ action
|
2017-05-28 19:16:10 +02:00 |
|
|
49054eef9f
|
cleanup: removed trailing whitespaces in code
|
2017-05-05 19:24:16 +00:00 |
|
|
9b1e6a33ed
|
add license to headers
|
2017-04-27 13:20:20 +02:00 |
|
|
5be1853649
|
added GPL license to file headers
|
2017-04-27 12:56:43 +02:00 |
|
|
a81d1fc8de
|
Merge branch 'develop' into node-shm
|
2017-04-17 23:54:44 +02:00 |
|
|
056cbbfe89
|
added missing web and api source files
|
2017-04-10 13:30:51 +02:00 |
|