1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
VILLASnode/lib
2017-07-14 16:29:05 +02:00
..
api refactoring: json.c => config_helper.c & sample_io_json.c 2017-07-13 22:13:40 +02:00
fpga utils: renamed macros for color output 2017-07-12 12:18:43 +02:00
hooks refactoring: json.c => config_helper.c & sample_io_json.c 2017-07-13 22:13:40 +02:00
kernel 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
nodes loopback: we need an additional pool for now 2017-07-14 16:29:05 +02:00
web cleanup: removed trailing whitespaces in code 2017-05-05 19:24:16 +00:00
advio.c add some debug messages 2017-07-02 19:37:48 +02:00
api.c cleanup: removed trailing whitespaces in code 2017-05-05 19:24:16 +00:00
compat.c cleanup: removed trailing whitespaces in code 2017-05-05 19:24:16 +00:00
config_helper.c refactoring: json.c => config_helper.c & sample_io_json.c 2017-07-13 22:13:40 +02:00
crypt.c cleanup: removed trailing whitespaces in code 2017-05-05 19:24:16 +00:00
hist.c log: added new module to print fancy tables and use it for histograms as well as periodc stats 2017-07-12 12:19:49 +02:00
hook.c refactoring: json.c => config_helper.c & sample_io_json.c 2017-07-13 22:13:40 +02:00
list.c list: added list_set() 2017-05-23 12:12:39 +02:00
log.c log: added new module to print fancy tables and use it for histograms as well as periodc stats 2017-07-12 12:19:49 +02:00
log_config.c utils: die() has been superseeded by killme() 2017-07-12 12:20:11 +02:00
log_helper.c utils: die() has been superseeded by killme() 2017-07-12 12:20:11 +02:00
log_table.c log: added new module to print fancy tables and use it for histograms as well as periodc stats 2017-07-12 12:19:49 +02:00
Makefile.inc fix: problem with outdated version identifier after git pull 2017-07-09 18:45:44 +02:00
Makefile.villas-ext.inc log: added new module to print fancy tables and use it for histograms as well as periodc stats 2017-07-12 12:19:49 +02:00
Makefile.villas.inc loopback: add new loopback node-type to have a more performant replacement for localhost socket-nodes 2017-07-14 13:12:48 +02:00
mapping.c 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
memory.c several workarounds to start daemon without super-user privilges (closes #43) 2017-05-24 14:47:24 +00:00
msg.c add new msg_buffer() functions to read / write multiple struct sample from / to a buffer using the struct msg wire protocol. 2017-05-23 13:02:20 +02:00
node.c refactoring: json.c => config_helper.c & sample_io_json.c 2017-07-13 22:13:40 +02:00
node_type.c utils: renamed macros for color output 2017-07-12 12:18:43 +02:00
path.c path: support paths without a destination 2017-07-13 22:25:42 +02:00
plugin.c tests: fix valgrind warnings 2017-07-02 23:57:03 +02:00
pool.c cleanup: removed trailing whitespaces in code 2017-05-05 19:24:16 +00:00
queue.c properly define atomic state for queue 2017-05-15 14:04:15 +02:00
queue_signalled.c improve readability 2017-05-14 11:35:49 +02:00
sample.c cleanup: removed trailing whitespaces in code 2017-05-05 19:24:16 +00:00
sample_io.c refactoring: json.c => config_helper.c & sample_io_json.c 2017-07-13 22:13:40 +02:00
sample_io_json.c refactoring: json.c => config_helper.c & sample_io_json.c 2017-07-13 22:13:40 +02:00
shmem.c some refactoring 2017-07-02 23:58:56 +02:00
stats.c refactoring: json.c => config_helper.c & sample_io_json.c 2017-07-13 22:13:40 +02:00
super_node.c refactoring: json.c => config_helper.c & sample_io_json.c 2017-07-13 22:13:40 +02:00
timing.c add more const keywords 2017-05-08 00:50:56 +02:00
utils.c utils: die() has been superseeded by killme() 2017-07-12 12:20:11 +02:00
web.c web: fix segmention fault during shutdown of web server (closes #93) 2017-06-09 12:02:01 +02:00
webmsg.c cleanup: removed trailing whitespaces in code 2017-05-05 19:24:16 +00:00