.. |
api
|
fix indention
|
2021-02-19 07:03:21 +01:00 |
formats
|
signal_data: only use type not complete signal struct
|
2021-02-19 07:03:21 +01:00 |
hooks
|
fix cppcheck warnings
|
2021-02-22 23:30:19 +01:00 |
kernel
|
if: rewrote libnl / network if code to C++ and fixed if affinity (closes #233)
|
2020-09-13 11:11:46 +02:00 |
memory
|
refactor: struct node -> struct vnode
|
2020-09-10 17:40:36 +02:00 |
nodes
|
wip: add lua node
|
2021-02-23 02:23:56 +01:00 |
api.cpp
|
api: extend status endpoint
|
2020-10-15 14:57:13 +02:00 |
CMakeLists.txt
|
fix linking of Lua
|
2021-02-19 07:03:21 +01:00 |
config.cpp
|
fixup Config
|
2021-02-19 07:03:22 +01:00 |
config_helper.cpp
|
update copyright year to 2020
|
2020-01-20 17:17:00 +01:00 |
dumper.cpp
|
add missing include
|
2021-02-16 15:49:10 +01:00 |
format_type.cpp
|
update copyright year to 2020
|
2020-01-20 17:17:00 +01:00 |
hook.cpp
|
hook: fix Hook:prepare()
|
2021-02-19 07:03:22 +01:00 |
hook_list.cpp
|
hooks: update sample signal descriptors in hook_list_process()
|
2021-02-15 15:14:00 +01:00 |
io.cpp
|
io: removed CHECKED state and fixed sprintf/sscan
|
2021-01-08 14:49:28 +01:00 |
mapping.cpp
|
fix handling of path output signals
|
2021-02-15 15:14:00 +01:00 |
memory.cpp
|
smaller bug fixes
|
2020-06-08 04:03:07 +02:00 |
node.cpp
|
miscelaneous fixes
|
2021-02-22 23:16:53 +01:00 |
node_direction.cpp
|
path: add support for using a node as a source in multiple paths
|
2020-09-10 17:41:31 +02:00 |
node_type.cpp
|
refactor: struct node -> struct vnode
|
2020-09-10 17:40:36 +02:00 |
path.cpp
|
fix handling of path output signals
|
2021-02-15 15:14:00 +01:00 |
path_destination.cpp
|
path: add support for using a node as a source in multiple paths
|
2020-09-10 17:41:31 +02:00 |
path_source.cpp
|
miscelaneous fixes
|
2021-02-22 23:16:53 +01:00 |
plugin.cpp
|
fix initialization errors
|
2020-07-01 17:07:17 +02:00 |
pool.cpp
|
warn about unused return values for *_{init,destroy}() functions
|
2020-09-10 17:41:29 +02:00 |
queue.cpp
|
avoid assertions due to uninitialized memory
|
2020-03-10 23:40:44 +01:00 |
queue_signalled.cpp
|
update copyright year to 2020
|
2020-01-20 17:17:00 +01:00 |
sample.cpp
|
portability fix some printf format strings for time_t
|
2021-01-08 22:21:25 +01:00 |
shmem.cpp
|
warn about unused return values for *_{init,destroy}() functions
|
2020-09-10 17:41:29 +02:00 |
signal.cpp
|
signal_data: only use type not complete signal struct
|
2021-02-19 07:03:21 +01:00 |
signal_data.cpp
|
signal_data: only use type not complete signal struct
|
2021-02-19 07:03:21 +01:00 |
signal_list.cpp
|
signal_data: only use type not complete signal struct
|
2021-02-19 07:03:21 +01:00 |
signal_type.cpp
|
signal: split signal related code into separate files
|
2020-07-06 14:03:45 +02:00 |
socket_addr.cpp
|
if: rewrote libnl / network if code to C++ and fixed if affinity (closes #233)
|
2020-09-13 11:11:46 +02:00 |
stats.cpp
|
stats: whitespace and comments improvmements
|
2020-09-10 17:41:29 +02:00 |
super_node.cpp
|
super_node: generate graph of configuration
|
2020-10-20 22:11:08 +02:00 |
web.cpp
|
cmake: check if libwebsockets is built with deflate extension
|
2020-12-07 21:22:15 +01:00 |