|
88ffcbc56d
|
tools: added tools for deleting semaphores and shmem regions
|
2018-05-07 15:53:40 +02:00 |
|
|
fc58fbb08f
|
fix NULL ptr dereference
|
2018-04-26 09:32:13 +02:00 |
|
|
03247eeba8
|
mqtt: fix memory leak
|
2018-04-26 09:31:39 +02:00 |
|
|
b6d971cfc9
|
hist: show average rate
|
2018-04-26 09:30:54 +02:00 |
|
|
cae12694ea
|
signal_generator: show total amount of missed steps
|
2018-04-19 15:43:57 +02:00 |
|
|
6b5cad2ec9
|
signal_generator: fix naming convention of functions
|
2018-04-19 15:43:57 +02:00 |
|
|
4f1aab1da8
|
rename setting 'no_builtin' to 'builtin' to avoid double negation
|
2018-04-19 15:43:57 +02:00 |
|
|
085ded810a
|
add MQTT to make help target
|
2018-04-19 11:05:41 +02:00 |
|
|
41b4c91e15
|
Merge branch 'develop' of git.rwth-aachen.de:acs/public/villas/VILLASnode into develop
|
2018-04-19 11:04:18 +02:00 |
|
|
9bd9b48e51
|
fix order of make targets
|
2018-04-19 11:04:10 +02:00 |
|
|
5f498752f9
|
signal_genearator: show correct number of missed steps
|
2018-04-19 11:04:01 +02:00 |
|
|
35cc8ca6e8
|
mqtt: reduce debug level
|
2018-04-19 11:04:01 +02:00 |
|
|
c5e2776440
|
amqp: be more verbose in error message
|
2018-04-19 11:04:01 +02:00 |
|
|
6517a43f6c
|
Update example.conf
|
2018-04-18 11:31:53 +02:00 |
|
|
3397bca19b
|
remove some obsolete scripts
|
2018-04-05 10:22:46 +02:00 |
|
|
3f74f036ea
|
fpga: removed all FPGA related code
|
2018-04-05 10:21:17 +02:00 |
|
|
db464e50ee
|
iec61850-9-2: fix memory leak
|
2018-04-04 12:01:09 +02:00 |
|
|
526603fc45
|
iec61850-9-2: some fixes for previous commit
|
2018-04-04 12:00:50 +02:00 |
|
|
b811c8248d
|
iec61850-9-2: allow publish/subscribe-only mode
|
2018-04-04 11:39:58 +02:00 |
|
|
6d49820218
|
get rid of make/ folder
|
2018-04-04 09:03:19 +02:00 |
|
|
d965ebb864
|
remove thirdparty git modules
|
2018-04-04 09:00:38 +02:00 |
|
|
f31a7b0ffb
|
get rid of strncpy as much as possible
|
2018-04-04 08:53:00 +02:00 |
|
|
47b600efb7
|
hooks: fixed null pointer dereference in stats hook
|
2018-04-04 08:29:54 +02:00 |
|
|
ce27b79c77
|
docker: fix deployment of images
|
2018-03-28 16:02:50 +02:00 |
|
|
26a79e26cb
|
ci: fix Github mirroring
|
2018-03-28 15:56:15 +02:00 |
|
|
5a1127f873
|
tests: disable pipe-loopback-amqp due to missing AMQP broker
|
2018-03-28 15:20:06 +02:00 |
|
|
a45066bd4e
|
docker: do not build libiec61850 in the dockerfile
|
2018-03-28 15:12:52 +02:00 |
|
|
2f84d6c43b
|
coverage: fix invocation of gcovr
|
2018-03-28 14:58:35 +02:00 |
|
|
9543c7406a
|
fix missing config.h include in build system
|
2018-03-28 14:58:09 +02:00 |
|
|
ed03a92cee
|
websocket: remove support for catch-all connections
|
2018-03-28 14:29:55 +02:00 |
|
|
05e924161d
|
hook: reworked villas-hook tool
|
2018-03-28 14:17:44 +02:00 |
|
|
bdcdb37bb3
|
iec61850: fix include paths
|
2018-03-28 14:15:08 +02:00 |
|
|
be1a39b03b
|
hook: added new hook for rate limiting
|
2018-03-28 14:13:13 +02:00 |
|
|
2758120dfb
|
ignore Visual Studio files
|
2018-03-26 17:31:23 +02:00 |
|
|
d4ff4c44cc
|
packaging: upgrade libiec61850 to version 1.2
|
2018-03-26 17:30:24 +02:00 |
|
|
7ed5a7fcbe
|
tests: fix invocation of integration tests
|
2018-03-26 17:29:30 +02:00 |
|
|
b405a60670
|
list: fix compiler error
|
2018-03-26 14:33:42 +02:00 |
|
|
d5cc633f0f
|
node: fix assert because of uninitialized list
|
2018-03-26 14:33:20 +02:00 |
|
|
d86d561715
|
tests: test name-based signal mapping
|
2018-03-26 14:09:20 +02:00 |
|
|
b1046ff641
|
signal: add support for name-based signal mapping
|
2018-03-26 14:08:26 +02:00 |
|
|
fdf4a9c251
|
coverage: add missing linker flags to fix compilation
|
2018-03-26 12:52:45 +02:00 |
|
|
e32fe06efd
|
list: added new list_index() function
|
2018-03-26 12:52:04 +02:00 |
|
|
e3fc832a0c
|
list: some code style cleanup
|
2018-03-26 12:51:43 +02:00 |
|
|
2a7739a23d
|
tests: re-enable tests
|
2018-03-26 12:50:49 +02:00 |
|
|
92bf4bcd77
|
tests: fix IO format test
|
2018-03-26 12:50:30 +02:00 |
|
|
f758792bad
|
tests: fix includes
|
2018-03-26 12:50:15 +02:00 |
|
|
5d7999b3f5
|
added new signal metadata class
|
2018-03-21 16:59:35 +01:00 |
|
|
46cbb689fc
|
signal: renamed signal node-type to signal_generator to avoid confusion
|
2018-03-21 16:58:36 +01:00 |
|
|
1199c7334a
|
v0.6.1
|
2018-02-17 11:28:37 +01:00 |
|
|
f4b222d322
|
fix compiler error
|
2018-02-17 11:18:26 +01:00 |
|