.. |
api
|
added missing web and api source files
|
2017-04-10 13:30:51 +02:00 |
fpga
|
do not cast void pointers
|
2017-03-27 12:58:40 +02:00 |
hooks
|
fixed several bugs in the new state machine logic
|
2017-04-07 17:44:20 +02:00 |
kernel
|
add missing free()
|
2017-04-02 13:03:31 +02:00 |
nodes
|
fixed several bugs in the new state machine logic
|
2017-04-07 17:44:20 +02:00 |
web
|
refactor: move api_buffer to web/buffer
|
2017-04-09 16:20:39 +02:00 |
advio.c
|
support older libcurl versions (< 7.42.0) (fixes #86)
|
2017-04-07 14:51:39 +00:00 |
api.c
|
refactor: api_ressource => api_action and introduced new subdirectories
|
2017-04-09 16:24:55 +02:00 |
compat.c
|
added compat.c for adding compatibility with older library versions
|
2017-04-03 09:02:18 +02:00 |
hist.c
|
various bug fixes from todays debugging session
|
2017-03-29 04:25:30 +02:00 |
hook.c
|
fixed several bugs in the new state machine logic
|
2017-04-07 17:44:20 +02:00 |
list.c
|
replaced most occurrences of list_foreach with a traditional for loop due to performance reasons
|
2017-03-25 21:23:31 +01:00 |
log.c
|
fix some aborts due to destruction of uninitialised objects
|
2017-04-02 04:56:08 +02:00 |
Makefile.inc
|
added missing web and api source files
|
2017-04-10 13:30:51 +02:00 |
mapping.c
|
added new hook function „map“ to remap values and add other special values to the sample (fixes #80)
|
2017-03-25 21:11:52 +01:00 |
memory.c
|
memory: decrease debug verbosity
|
2017-04-02 04:56:30 +02:00 |
msg.c
|
updated licence and copyright info in file headers
|
2017-03-03 20:20:13 -04:00 |
node.c
|
fixed several bugs in the new state machine logic
|
2017-04-07 17:44:20 +02:00 |
node_type.c
|
fixed several bugs in the new state machine logic
|
2017-04-07 17:44:20 +02:00 |
path.c
|
add some more functions for sample reference counting
|
2017-04-07 17:46:50 +02:00 |
plugin.c
|
replaced most occurrences of list_foreach with a traditional for loop due to performance reasons
|
2017-03-25 21:23:31 +01:00 |
pool.c
|
fix some aborts due to destruction of uninitialised objects
|
2017-04-02 04:56:08 +02:00 |
queue.c
|
fix some aborts due to destruction of uninitialised objects
|
2017-04-02 04:56:08 +02:00 |
sample.c
|
add some more functions for sample reference counting
|
2017-04-07 17:46:50 +02:00 |
sample_io.c
|
added new sample_io module for adding new IO formats
|
2017-03-27 12:28:13 +02:00 |
stats.c
|
stats: minor fixes
|
2017-03-29 04:20:26 +02:00 |
super_node.c
|
fixed several bugs in the new state machine logic
|
2017-04-07 17:44:20 +02:00 |
timing.c
|
updated licence and copyright info in file headers
|
2017-03-03 20:20:13 -04:00 |
utils.c
|
removed unused function
|
2017-03-29 08:11:45 +02:00 |
web.c
|
refactor: api_ressource => api_action and introduced new subdirectories
|
2017-04-09 16:24:55 +02:00 |