|
4e2cdc8efd
|
properly handle failed read / writes to nodes
|
2017-08-22 12:31: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 |
|
|
3c4bca7cf8
|
refactor: "config_parse_cli"=> "config_read_cli"
|
2017-07-25 12:07:05 +02:00 |
|
|
51d80b73ce
|
refactoring: json.c => config_helper.c & sample_io_json.c
|
2017-07-13 22:13:40 +02:00 |
|
|
4b51c4dbba
|
node_type: add new function for parsing node configuration from CLI
|
2017-07-13 01:55:06 +02:00 |
|
|
94ae566091
|
utils: renamed macros for color output
|
2017-07-12 12:18:43 +02:00 |
|
|
5f3620e3b4
|
add some debug messages
|
2017-07-02 19:37:48 +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 |
|
|
a567a17595
|
fix: memory leak
|
2017-04-24 18:59:45 +02:00 |
|
|
a81d1fc8de
|
Merge branch 'develop' into node-shm
|
2017-04-17 23:54:44 +02:00 |
|
|
db3d1477d1
|
shm node: renamed ‚cond_{in,out}‘ settings to ‚polling‘
|
2017-04-15 22:46:35 +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 |
|
|
57329bfa92
|
moved node id field to struct node::id
|
2017-04-02 12:59:56 +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 |
|
|
607be1dd99
|
minor bugfixes and improvements
|
2017-03-13 23:51:38 -03:00 |
|
|
2757011e1b
|
several smaller fixes and documentation updates
|
2017-03-12 17:13:37 -03:00 |
|
|
cc8984e2d0
|
assert instead of run-time errors
|
2017-03-12 17:04:43 -03:00 |
|
|
ccf2f28b9f
|
refactoring: struct cfg => struct super_node
|
2017-03-12 17:01:24 -03:00 |
|
|
cdd5a2ca90
|
refactoring: unified states of common objects: nodes, paths, node-types, plugins, hooks, etc..
|
2017-03-11 23:50:30 -03:00 |
|
|
d5bcd02b2c
|
remove {node, path}_create() functions
|
2017-03-11 23:33:41 -03:00 |
|
|
a9771ec8c6
|
Merge branch 'develop' into eric-lab
|
2017-03-09 13:30:19 -03:00 |
|
|
0b06a77c15
|
add macros to get plugin name and description from pointer to plugin specific data
|
2017-03-07 07:12:24 -04:00 |
|
|
f1294fdffd
|
avoid double frees()
|
2017-03-06 13:27:40 -04:00 |
|
|
7d4afa6bf7
|
move checks for node from node_parse to node_check
|
2017-03-06 08:59:58 -04:00 |
|
|
21d6ff20c4
|
split node and node_type into separate files
|
2017-03-06 08:58:58 -04:00 |
|
|
10bdf4db51
|
properly use ne plugin system to find node-types
|
2017-03-06 08:57:43 -04:00 |
|
|
9c40931a04
|
Merge branch 'feature-mpmc-queue' into feature-curlio
|
2017-03-05 10:06:32 -04:00 |
|
|
3e7c855526
|
updated licence and copyright info in file headers
|
2017-03-03 20:20:13 -04:00 |
|
|
7ec6aee288
|
Merge remote-tracking branch 'rwth/develop' into feature-curlio
|
2017-02-18 11:05:11 -05:00 |
|
|
30e0ecf544
|
refactored dtor_cb_t to return an integer
|
2017-02-18 10:43:01 -05:00 |
|
|
1dba01a8ae
|
Re-license source code to LGPLv2.1 (closes #56)
|
2016-11-22 11:14:25 -05:00 |
|
|
b37d3df332
|
moved cfg_parse_{hook, node, path} to {hooks, node, path}.c
|
2016-11-20 12:59:37 -05:00 |
|
|
15e7e78e04
|
mark samples with source node
|
2016-11-07 22:20:09 -05:00 |
|
|
ff48249389
|
fix sequence numbers for gtnet-skt
|
2016-10-19 01:56:00 -04:00 |
|
Umar Farooq
|
a5d50ea756
|
Add manual sequence numbers for GTNET w/o header as temp solution
|
2016-10-17 16:28:43 +02:00 |
|
|
ad8ee1c3f7
|
renamed S2SS to VILLASnode
|
2016-06-08 23:31:58 +02:00 |
|
|
909bde0894
|
introduced new data structures
|
2016-06-08 22:38:21 +02:00 |
|
|
0cebda19c8
|
whitespace fixes and documentation
|
2016-06-08 22:36:38 +02:00 |
|
|
fe39f6c7a8
|
added 2 new node states
|
2016-02-09 05:35:23 +01:00 |
|
|
9b56be2bc6
|
updated copyright year to 2016
|
2016-02-09 05:33:19 +01:00 |
|
|
18d4051ca4
|
remove references to node list from library code (hooks)
|
2016-02-04 17:17:55 +01:00 |
|
|
b4f787b2c0
|
finally introduced new data structure for circular buffering of messages
|
2016-01-14 23:12:58 +01:00 |
|
|
49878d0b7f
|
added more helper functions to retrieve names of nodes and their types
|
2015-12-13 02:02:29 +01:00 |
|
|
6e8726a0be
|
call node_{init,deinit} per node type (similar to nodes and paths)
|
2015-12-13 00:45:20 +01:00 |
|
|
399f29c496
|
get rid of static global storage as much as possible for now
|
2015-12-13 00:42:59 +01:00 |
|
|
59d76a3d7d
|
removed const qualifier to silence compiler warnings
|
2015-12-12 12:40:55 +01:00 |
|