1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-23 00:00:01 +01:00
VILLASnode/lib
2018-07-04 16:34:08 +02:00
..
api memory: refactored memory subsystem 2018-07-02 15:57:56 +02:00
formats protobuf: update precompiled files 2018-06-16 21:01:51 +02:00
hooks hooks: added new scale + offset hook 2018-06-16 20:56:43 +02:00
kernel get rid of strncpy as much as possible 2018-04-04 08:53:00 +02:00
memory Fixed wrong directory in include of ib.h 2018-07-04 15:26:22 +02:00
nodes Added better handling for FLUSH_ERRs of receive work queue 2018-07-04 15:37:25 +02:00
advio.c get rid of strncpy as much as possible 2018-04-04 08:53:00 +02:00
api.c Quick work around. api init function uses memory_type_heap, so the hash table needs to be initialized. This happens in memory_init() 2018-07-04 11:59:52 +02:00
bitset.c refactor: change include prefix 2018-02-04 16:40:52 +01:00
buffer.c refactor: change include prefix 2018-02-04 16:40:52 +01:00
compat.c refactor: change include prefix 2018-02-04 16:40:52 +01:00
config_helper.c fix several build system related issues 2018-02-06 23:29:54 +01:00
crypt.c refactor: change include prefix 2018-02-04 16:40:52 +01:00
format_type.c refactor: struct plugin::io -> struct plugin::format 2018-05-13 13:51:28 +02:00
hash_table.c hash_table: added simple hash table with linked lists 2018-07-02 13:07:45 +02:00
hist.c hist: show average rate 2018-04-26 09:30:54 +02:00
hook.c generalize: *_type_lookup() as wrappers around plugin_lookup() 2018-05-13 13:52:02 +02:00
hook_type.c generalize: *_type_lookup() as wrappers around plugin_lookup() 2018-05-13 13:52:02 +02:00
io.c io: add support for configurable line and column separators/delimiters 2018-05-24 10:42:57 +02:00
list.c list: added new function list_lookup_index() 2018-05-24 09:05:00 +02:00
log.c Added LOG_IB 2018-07-04 16:34:08 +02:00
log_config.c refactor: change include prefix 2018-02-04 16:40:52 +01:00
log_helper.c refactor: change include prefix 2018-02-04 16:40:52 +01:00
Makefile.inc tests: enable _DARWIN_C_SOURCE globally in order to fix compiler errors 2018-05-23 00:17:02 +02:00
Makefile.villas-ext.inc memory: use hash_table to store allocation metadata 2018-07-02 19:00:55 +02:00
Makefile.villas.inc infiniband: do not build memory allocator if node is not acticated 2018-07-02 16:05:05 +02:00
mapping.c improve logging 2018-05-26 02:33:16 +02:00
memory.c Implemented new memory system implementation in infiniband node 2018-07-04 15:15:24 +02:00
node.c memory: refactored memory subsystem 2018-07-02 15:57:56 +02:00
node_type.c generalize: *_type_lookup() as wrappers around plugin_lookup() 2018-05-13 13:52:02 +02:00
path.c memory: refactored memory subsystem 2018-07-02 15:57:56 +02:00
plugin.c refactor: change include prefix 2018-02-04 16:40:52 +01:00
pool.c memory: use hash_table to store allocation metadata 2018-07-02 19:00:55 +02:00
queue.c memory: use hash_table to store allocation metadata 2018-07-02 19:00:55 +02:00
queue_signalled.c memory: refactored memory subsystem 2018-07-02 15:57:56 +02:00
sample.c sample: add new function to allocate samples on heap (not in pool) 2018-05-08 11:43:53 +02:00
shmem.c memory: use hash_table to store allocation metadata 2018-07-02 19:00:55 +02:00
signal.c signal: add enable flag 2018-05-25 12:55:01 +02:00
stats.c stats: update descriptions 2018-06-15 14:54:31 +02:00
super_node.c node: separated node configuratio for send / receive side 2018-05-24 09:04:41 +02:00
table.c remove superfluous empty line 2018-05-23 02:25:11 +02:00
task.c refactor: change include prefix 2018-02-04 16:40:52 +01:00
timing.c refactor: change include prefix 2018-02-04 16:40:52 +01:00
utils.c refactor: change include prefix 2018-02-04 16:40:52 +01:00
web.c web: improve logging 2018-06-12 20:02:58 +02:00