.. |
fpga
|
fix compiler error
|
2016-09-13 21:15:53 -04:00 |
hooks
|
renamed hook related files
|
2016-11-20 13:11:37 -05:00 |
kernel
|
increase number of reserved huge pages automatically if required
|
2016-11-20 02:45:16 -05:00 |
nodes
|
fixes segfault when starting villas-node with websocket node
|
2017-03-08 09:53:28 -03:00 |
cfg.c
|
renamed hook related files
|
2016-11-20 13:11:37 -05:00 |
hist.c
|
fix memory allocation bug discovered by CI :-)
|
2016-11-08 00:36:04 -05:00 |
hook.c
|
renamed hook related files
|
2016-11-20 13:11:37 -05:00 |
list.c
|
provide a way to detect a destroyed list
|
2016-10-01 05:58:27 -04:00 |
log.c
|
moved cfg_parse_{hook, node, path} to {hooks, node, path}.c
|
2016-11-20 12:59:37 -05:00 |
Makefile.inc
|
renamed hook related files
|
2016-11-20 13:11:37 -05:00 |
memory.c
|
added missing implementation for aligned memory allocator
|
2016-11-20 03:02:19 -05:00 |
msg.c
|
severe bug fix: msg_swap() did not correctly swapped the values (just the header)
|
2016-10-30 17:11:12 -04:00 |
node.c
|
moved cfg_parse_{hook, node, path} to {hooks, node, path}.c
|
2016-11-20 12:59:37 -05:00 |
path.c
|
renamed hook related files
|
2016-11-20 13:11:37 -05:00 |
pool.c
|
make pool initialisation more robust by allowing non-pow2 pool sizes (we will use the next bigger power-of-2 for the internal queue)
|
2016-10-30 23:01:14 -04:00 |
queue.c
|
added missing include for LOG2_CEIL()
|
2016-10-30 16:52:11 -04:00 |
sample.c
|
moved "endian" setting to socket node-type: other node-types do not have the sense of endianess (e.g. file node-type)
|
2016-10-30 16:58:45 -04:00 |
stats.c
|
statistics are almost working again
|
2016-11-20 13:01:17 -05:00 |
timing.c
|
fixing first bug discovered by unit tests!!!
|
2016-10-13 19:53:55 -04:00 |
utils.c
|
Merge branch 'develop' into feature-mpmc-queue
|
2016-10-30 21:42:28 -04:00 |