.. |
api
|
refactoring: moved api_session to api/session
|
2017-04-09 16:23:23 +02:00 |
fpga
|
various bug fixes from todays debugging session
|
2017-03-29 04:25:30 +02:00 |
kernel
|
move "external" part of shmem to separate files
|
2017-04-07 12:57:40 +02:00 |
nodes
|
added first version of web socket client support
|
2017-04-24 19:28:45 +02:00 |
web
|
refactor: move api_buffer to web/buffer
|
2017-04-09 16:20:39 +02:00 |
advio.h
|
shm node: fix compiler / build-system errors
|
2017-04-15 21:30:37 +02:00 |
api.h
|
refactor: api_ressource => api_action and introduced new subdirectories
|
2017-04-09 16:24:55 +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 |
crypt.h
|
shm node: fix compiler / build-system errors
|
2017-04-15 21:30:37 +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 |
json.h
|
shm node: fix compiler / build-system errors
|
2017-04-15 21:30:37 +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
|
added new helper functions to convert struct msg between network and host byte-order
|
2017-04-23 22:13:28 +02:00 |
msg_format.h
|
simplified socket packet format by removing endianess flag: all values are now in network byte-order
|
2017-04-23 22:13:28 +02:00 |
node.h
|
moved node id field to struct node::id
|
2017-04-02 12:59:56 +02:00 |
node_type.h
|
change function signature of node_type_start()
|
2017-04-07 17:32:52 +02:00 |
path.h
|
various bug fixes from todays debugging session
|
2017-03-29 04:25:30 +02:00 |
plugin.h
|
refactor: api_ressource => api_action and introduced new subdirectories
|
2017-04-09 16:24:55 +02:00 |
pool.h
|
Merge branch 'develop' into node-shm
|
2017-04-06 12:12:56 +02:00 |
queue.h
|
Merge branch 'develop' into node-shm
|
2017-04-17 23:54:44 +02:00 |
queue_signalled.h
|
queue_signalled: add some missing functions from queue
|
2017-04-17 23:23:07 +02:00 |
sample.h
|
Merge branch 'develop' into node-shm
|
2017-04-17 23:54:44 +02:00 |
sample_io.h
|
some doc fixes / additions
|
2017-04-16 23:00:30 +02:00 |
shmem.h
|
even more documentation for shmem node
|
2017-04-17 19:00:15 +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
|
check if lib crypt is available
|
2017-04-15 21:29:35 +02:00 |
web.h
|
Run libwebsockets in a worker thread
|
2017-04-07 17:39:37 +02:00 |
webmsg.h
|
changed byte-order for websocket messages to little-endian
|
2017-04-24 13:25:30 +02:00 |
webmsg_format.h
|
changed byte-order for websocket messages to little-endian
|
2017-04-24 13:25:30 +02:00 |