.. |
api
|
refactor: fix include paths
|
2018-08-13 00:00:09 +02:00 |
formats
|
sample: remove source field
|
2018-08-12 23:59:15 +02:00 |
hooks
|
refactor: {sample,signal}_{put,get} -> {sample,signal}_{incref,decref}
|
2018-08-13 00:00:09 +02:00 |
kernel
|
refactor: fix include paths
|
2018-08-13 00:00:09 +02:00 |
memory
|
code-style cleanups
|
2018-08-13 00:00:09 +02:00 |
nodes
|
refactor: {sample,signal}_{put,get} -> {sample,signal}_{incref,decref}
|
2018-08-13 00:00:09 +02:00 |
advio.c
|
allow compilation against older libcurl versions
|
2018-07-04 15:08:48 +02:00 |
api.c
|
Moved call to memory_init() from api to super_node
|
2018-07-24 10:40:21 +02:00 |
bitset.c
|
refactor: change include prefix
|
2018-02-04 16:40:52 +01:00 |
buffer.c
|
refactor: change include prefix
|
2018-02-04 16:40:52 +01:00 |
CMakeLists.txt
|
cmake: allow VILLASnode to be included into other CMake projects via add_subdirectory()
|
2018-07-16 20:16:14 +02:00 |
compat.c
|
refactor: change include prefix
|
2018-02-04 16:40:52 +01:00 |
config_helper.c
|
cmake: fix some #ifdefs
|
2018-06-29 14:36:50 +02:00 |
crypt.c
|
refactor: change include prefix
|
2018-02-04 16:40:52 +01:00 |
format_type.c
|
refactor: struct plugin::io -> struct plugin::format
|
2018-05-13 13:51:28 +02:00 |
hash_table.c
|
hash_table: added simple hash table with linked lists
|
2018-07-02 13:07:45 +02:00 |
hist.c
|
use more const qualifiers
|
2018-08-13 00:00:09 +02:00 |
hook.c
|
generalize: *_type_lookup() as wrappers around plugin_lookup()
|
2018-05-13 13:52:02 +02:00 |
hook_type.c
|
generalize: *_type_lookup() as wrappers around plugin_lookup()
|
2018-05-13 13:52:02 +02:00 |
io.c
|
io: add support for configurable line and column separators/delimiters
|
2018-05-24 10:42:57 +02:00 |
list.c
|
list: added list_extend()
|
2018-08-12 23:59:15 +02:00 |
log.c
|
log: remove indention feature complete for better compatability with new C++ logger
|
2018-07-16 14:42:11 +02:00 |
log_config.c
|
Check if cfg actually exists before trying to parse logging
|
2018-07-19 15:25:46 +02:00 |
log_helper.c
|
refactor: change include prefix
|
2018-02-04 16:40:52 +01:00 |
mapping.c
|
mapping: there is no send timestamp anymore
|
2018-08-13 00:00:09 +02:00 |
memory.c
|
added check of memory allocation failure; added check of hash table insert failure; provide warning to the user in both cases
|
2018-07-18 15:15:08 +02:00 |
node.c
|
sample: remove source field
|
2018-08-12 23:59:15 +02:00 |
node_type.c
|
log: remove indention feature complete for better compatability with new C++ logger
|
2018-07-16 14:42:11 +02:00 |
path.c
|
refactor: {sample,signal}_{put,get} -> {sample,signal}_{incref,decref}
|
2018-08-13 00:00:09 +02:00 |
plugin.c
|
refactor: change include prefix
|
2018-02-04 16:40:52 +01:00 |
pool.c
|
memory: improve logging
|
2018-07-16 21:16:43 +02:00 |
queue.c
|
memory: use hash_table to store allocation metadata
|
2018-07-02 19:00:55 +02:00 |
queue_signalled.c
|
queue signalled: make libvillas compile if eventfd is not available/ activated; add a switch in CMake file to deactivate eventfd independant of availability in OS
|
2018-08-08 08:53:36 +02:00 |
sample.c
|
refactor: {sample,signal}_{put,get} -> {sample,signal}_{incref,decref}
|
2018-08-13 00:00:09 +02:00 |
shmem.c
|
refactor:
|
2018-08-12 23:59:15 +02:00 |
signal.c
|
refactor: {sample,signal}_{put,get} -> {sample,signal}_{incref,decref}
|
2018-08-13 00:00:09 +02:00 |
stats.c
|
stats: update descriptions
|
2018-06-15 14:54:31 +02:00 |
super_node.c
|
Moved call to memory_init() from api to super_node
|
2018-07-24 10:40:21 +02:00 |
table.c
|
log: remove indention feature complete for better compatability with new C++ logger
|
2018-07-16 14:42:11 +02:00 |
task.c
|
Initialized next and set frequency to right value
|
2018-08-09 17:35:39 +02:00 |
timing.c
|
refactor: change include prefix
|
2018-02-04 16:40:52 +01:00 |
utils.c
|
utils: remove obsolete function
|
2018-08-09 08:06:30 +02:00 |
web.c
|
log: remove indention feature complete for better compatability with new C++ logger
|
2018-07-16 14:42:11 +02:00 |