.. |
fpga
|
various bug fixes from todays debugging session
|
2017-03-29 04:25:30 +02:00 |
kernel
|
refactoring: kernel_has_version() => kernel_get_version() + version_cmp()
|
2017-04-02 02:33:20 +02:00 |
nodes
|
use pthread_cond_signal for efficient signalling in websocket node-type
|
2017-04-02 13:02:49 +02:00 |
advio.h
|
advio: fixed unit tests
|
2017-03-25 21:13:45 +01:00 |
api.h
|
various bug fixes from todays debugging session
|
2017-03-29 04:25:30 +02:00 |
common.h
|
refactoring: unified states of common objects: nodes, paths, node-types, plugins, hooks, etc..
|
2017-03-11 23:50:30 -03:00 |
compat.h
|
added compat.c for adding compatibility with older library versions
|
2017-04-03 09:02:18 +02:00 |
hist.h
|
removed unnecessary includes
|
2017-03-29 04:22:40 +02:00 |
hook.h
|
yet another rewrite of the hook system
|
2017-03-27 12:26:11 +02:00 |
list.h
|
replaced most occurrences of list_foreach with a traditional for loop due to performance reasons
|
2017-03-25 21:23:31 +01:00 |
log.h
|
added new option to redirect log output to a file
|
2017-03-14 01:49:22 -03:00 |
mapping.h
|
some codingstyle improvements
|
2017-04-03 09:01:14 +02:00 |
memory.h
|
Merge branch 'memtype-managed' into develop
|
2017-03-31 18:28:19 +02:00 |
msg.h
|
updated licence and copyright info in file headers
|
2017-03-03 20:20:13 -04:00 |
msg_format.h
|
updated licence and copyright info in file headers
|
2017-03-03 20:20:13 -04:00 |
node.h
|
moved node id field to struct node::id
|
2017-04-02 12:59:56 +02:00 |
node_type.h
|
cosmetic changes
|
2017-03-13 00:04:56 -03:00 |
path.h
|
various bug fixes from todays debugging session
|
2017-03-29 04:25:30 +02:00 |
plugin.h
|
refactoring: simplified hook system
|
2017-03-17 01:08:48 -03:00 |
pool.h
|
Merge branch 'memtype-managed' into develop
|
2017-03-31 18:28:19 +02:00 |
queue.h
|
Merge branch 'memtype-managed' into develop
|
2017-03-31 18:28:19 +02:00 |
sample.h
|
sample_io: part 2
|
2017-03-27 12:50:39 +02:00 |
sample_io.h
|
added new sample_io module for adding new IO formats
|
2017-03-27 12:28:13 +02:00 |
stats.h
|
stats: minor fixes
|
2017-03-29 04:20:26 +02:00 |
super_node.h
|
refactoring: struct cfg => struct super_node
|
2017-03-12 17:01:24 -03:00 |
timing.h
|
updated licence and copyright info in file headers
|
2017-03-03 20:20:13 -04:00 |
utils.h
|
removed unused function
|
2017-03-29 08:11:45 +02:00 |
web.h
|
refactoring: unified states of common objects: nodes, paths, node-types, plugins, hooks, etc..
|
2017-03-11 23:50:30 -03:00 |
webmsg_format.h
|
several smaller fixes and documentation updates
|
2017-03-12 17:13:37 -03:00 |