.. |
api
|
api: improve session handling for WebSocket transport
|
2017-08-30 23:29:49 +02:00 |
fpga
|
replaced libconfig by jansson for parsing the configuration (huge commit)
|
2017-08-03 00:19:27 +02:00 |
hooks
|
hook: enable mapping of stats in "map" hook
|
2017-08-31 09:43:50 +02:00 |
io
|
io: better descriptions for raw format
|
2017-08-31 09:29:01 +02:00 |
kernel
|
rt: lock all memory by default
|
2017-08-14 14:29:23 +02:00 |
nodes
|
signal: fix cli parser
|
2017-08-31 11:58:19 +02:00 |
advio.c
|
tests: fixed unit tests for new io and tasks modules
|
2017-08-20 10:48:44 +02:00 |
api.c
|
api: improve session handling for WebSocket transport
|
2017-08-30 23:29:49 +02:00 |
buffer.c
|
reworked libwebsocket buffers in order to support fragmented messages
|
2017-08-27 17:04:25 +02:00 |
compat.c
|
cleanup trailing whitespaces
|
2017-07-25 12:07:06 +02:00 |
config_helper.c
|
replaced libconfig by jansson for parsing the configuration (huge commit)
|
2017-08-03 00:19:27 +02:00 |
crypt.c
|
cleanup: removed trailing whitespaces in code
|
2017-05-05 19:24:16 +00:00 |
hist.c
|
hist: show hist results with more accuracy
|
2017-08-14 14:43:31 +02:00 |
hook.c
|
hook: added new entrypoint "process" for muxed samples
|
2017-08-30 16:38:07 +02:00 |
io.c
|
add node_fd() support to most node types
|
2017-08-30 09:21:35 +02:00 |
io_format.c
|
a bunch of smaller changes and bug fixes
|
2017-08-23 16:51:15 +02:00 |
list.c
|
refactor: list_init() should return an integer like all other _init() functions
|
2017-08-28 14:34:47 +02:00 |
log.c
|
log: change alignment of log output
|
2017-08-22 12:13:38 +02:00 |
log_config.c
|
replaced libconfig by jansson for parsing the configuration (huge commit)
|
2017-08-03 00:19:27 +02:00 |
log_helper.c
|
log: do proper default initialization
|
2017-08-20 10:53:41 +02:00 |
log_table.c
|
cleanup trailing whitespaces
|
2017-07-25 12:07:06 +02:00 |
Makefile.inc
|
fix broken dependency in Makefile
|
2017-08-30 22:27:26 +02:00 |
Makefile.villas-ext.inc
|
improve Makefiles and make web, api and json support optional
|
2017-07-25 12:07:06 +02:00 |
Makefile.villas.inc
|
reworked libwebsocket buffers in order to support fragmented messages
|
2017-08-27 17:04:25 +02:00 |
mapping.c
|
mapping: default to node samplelen if now range for data mapping is given
|
2017-08-31 11:31:09 +02:00 |
memory.c
|
made most of Linux dependencies optional
|
2017-07-25 12:07:06 +02:00 |
node.c
|
properly initialise default value of node samplelen
|
2017-08-31 09:43:50 +02:00 |
node_type.c
|
cleanup trailing whitespaces
|
2017-07-25 12:07:06 +02:00 |
path.c
|
path: show more path details in log
|
2017-08-31 11:31:43 +02:00 |
plugin.c
|
remove superflouus includes
|
2017-08-22 14:14:12 +02:00 |
pool.c
|
cleanup: removed trailing whitespaces in code
|
2017-05-05 19:24:16 +00:00 |
queue.c
|
fix: several compiler warnings / errors emitted by clang
|
2017-07-25 12:07:05 +02:00 |
queue_signalled.c
|
adding new synchronization methods to queue_signalled in order to use it with poll / select
|
2017-08-30 12:35:47 +02:00 |
sample.c
|
add sample_pool() macro to hide relative pointers
|
2017-08-30 23:51:41 +02:00 |
shmem.c
|
shmem: simplify code with new QUEUE_SIGNALLED_POLLING mode
|
2017-08-30 12:37:09 +02:00 |
stats.c
|
fix typos
|
2017-08-31 11:31:23 +02:00 |
super_node.c
|
Merge branch 'node-test' into develop
|
2017-08-27 18:44:03 +02:00 |
task.c
|
add new functions to retrieve file descriptors from nodes, io formats and tasks
|
2017-08-30 00:22:58 +02:00 |
timing.c
|
add new class to abstract different implementations for periodic tasks
|
2017-08-14 14:35:16 +02:00 |
utils.c
|
api: implement restart action
|
2017-08-10 13:35:44 +02:00 |
web.c
|
use better name for worker thread functions
|
2017-08-30 10:40:15 +02:00 |