|
37f5bfe24c
|
c++: more porting
|
2017-10-20 11:54:00 +02:00 |
|
|
702dc34052
|
c++: add proper casts from void *
|
2017-10-20 11:54:00 +02:00 |
|
|
bbdacfc0b4
|
refactor: rephrase log message "message" -> "sample"
|
2017-10-18 14:24:16 +02:00 |
|
|
d0517b89dd
|
use new bitset datastrcture in path
|
2017-10-18 09:31:31 +02:00 |
|
|
a6f158b250
|
added support for more register modes
|
2017-10-16 23:07:42 +02:00 |
|
|
7fd99e2ee7
|
fix reset part of path
|
2017-09-24 01:15:28 -06:00 |
|
|
003650eb21
|
change behaviour of mux feautre: send sample containing all values by default
|
2017-09-23 23:57:19 -06:00 |
|
|
d9d85ce2e8
|
mapping: fix restart
|
2017-09-16 15:33:57 +02:00 |
|
|
876a147842
|
fix memory leaks detected by valgrind
|
2017-09-05 01:09:34 +02:00 |
|
|
9e354e7382
|
stats: fixes for new stats node type
|
2017-09-04 23:03:55 +02:00 |
|
|
6c34380b55
|
debug path polling
|
2017-09-03 10:52:46 +02:00 |
|
|
526be78ca5
|
hook: from now on both paths and nodes can have hooks!
|
2017-09-02 14:27:58 +02:00 |
|
|
415cd0de09
|
refactor: whitespace changes only
|
2017-09-02 14:20:38 +02:00 |
|
|
de860087b7
|
path: show more path details in log
|
2017-08-31 11:31:43 +02:00 |
|
|
bdd65982ed
|
path: properly calculate correct queuelen and samplelen values
|
2017-08-31 11:29:49 +02:00 |
|
|
58175c7c93
|
show more details about path
|
2017-08-31 09:43:50 +02:00 |
|
|
382161b00b
|
mapping: move parser from node.c to mapping.c
|
2017-08-31 09:43:49 +02:00 |
|
|
e7666be1ef
|
move 'samplelen' setting from per path to per node configuration
|
2017-08-31 09:31:19 +02:00 |
|
|
f6edec4d41
|
add mux feature
|
2017-08-30 23:53:35 +02:00 |
|
|
bf981a704e
|
path: add support for multiple sources
|
2017-08-28 14:38:30 +02:00 |
|
|
10faca42d8
|
fix initialization of _name members
|
2017-08-27 18:01:12 +02:00 |
|
|
5edafe2388
|
remove superflouus includes
|
2017-08-22 14:14:12 +02:00 |
|
|
434fe6dbd6
|
replaced libconfig by jansson for parsing the configuration (huge commit)
|
2017-08-03 00:19:27 +02:00 |
|
|
a71053f718
|
refactor: use libconfig instance only within _parse() functions
|
2017-08-01 11:56:47 +02:00 |
|
|
d2300e7397
|
temp node test_rtt
|
2017-07-28 18:09:47 +02:00 |
|
|
522ded3ea7
|
made most of Linux dependencies optional
VILLASnode now compiles on OS X Yosemite :-)
|
2017-07-25 12:07:06 +02:00 |
|
|
3ad2506b61
|
path: support paths without a destination
|
2017-07-13 22:25:42 +02:00 |
|
|
37148f0bb0
|
path: properly handle reference counts for samples
|
2017-07-13 22:25:05 +02:00 |
|
|
daadd3f442
|
path: reduce log verbosity
|
2017-07-13 22:24:38 +02:00 |
|
|
94ae566091
|
utils: renamed macros for color output
|
2017-07-12 12:18:43 +02:00 |
|
|
49c0e9957a
|
using memdup() will invalidate pointers to the object which might have been used during _init() and _parse() calls
|
2017-07-09 14:36:09 +02:00 |
|
|
52d4aceb4f
|
path: simplify configuration file
|
2017-05-08 00:50:56 +02:00 |
|
|
560f2f5423
|
path: don’t be too verbose
|
2017-05-08 00:50:56 +02:00 |
|
|
49054eef9f
|
cleanup: removed trailing whitespaces in code
|
2017-05-05 19:24:16 +00:00 |
|
|
5be1853649
|
added GPL license to file headers
|
2017-04-27 12:56:43 +02:00 |
|
|
bd91508b4c
|
use same log output for starting nodes and paths
|
2017-04-27 09:34:08 +02:00 |
|
|
a81d1fc8de
|
Merge branch 'develop' into node-shm
|
2017-04-17 23:54:44 +02:00 |
|
|
61d42c342d
|
refactoring: DEFAULT_VALUES => DEFAULT_SAMPLELEN
|
2017-04-15 22:46:42 +02:00 |
|
|
b23000e2a8
|
several smaller cleanups: coding-style, variable names, white spaces, intermediate variables
|
2017-04-15 21:29:23 +02:00 |
|
Georg Reinke
|
766097f83f
|
fix crashes in hook and path
|
2017-04-12 23:13:02 +02:00 |
|
|
44ea4a160e
|
add some more functions for sample reference counting
|
2017-04-07 17:46:50 +02:00 |
|
|
47bff0f9ba
|
fixed several bugs in the new state machine logic
|
2017-04-07 17:44:20 +02:00 |
|
Georg Reinke
|
ee809bd5c9
|
Merge branch 'develop' into node-shm
|
2017-04-06 12:12:56 +02:00 |
|
Georg Reinke
|
44c4be94cd
|
fix possible memleak in path
|
2017-04-05 12:40:21 +02:00 |
|
|
3d46a3d344
|
fix some aborts due to destruction of uninitialised objects
|
2017-04-02 04:56:08 +02:00 |
|
|
3eb629d9d5
|
various bug fixes from todays debugging session
|
2017-03-29 04:25:30 +02:00 |
|
|
6f4c139c2f
|
move checks into *_check(), set default values in _init()
|
2017-03-27 12:54:24 +02:00 |
|
|
411b9dd326
|
replaced most occurrences of list_foreach with a traditional for loop due to performance reasons
|
2017-03-25 21:23:31 +01:00 |
|
|
5b93da867a
|
refactoring: simplified hook system
|
2017-03-17 01:08:48 -03:00 |
|
|
607be1dd99
|
minor bugfixes and improvements
|
2017-03-13 23:51:38 -03:00 |
|