1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-16 00:00:02 +01:00
Commit graph

60 commits

Author SHA1 Message Date
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
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
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
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
c930ad49b7 several smaller changes and bugfixes 2017-02-18 10:58:17 -05:00
30e0ecf544 refactored dtor_cb_t to return an integer 2017-02-18 10:43:01 -05:00
84ebfda4e1 refactored log faciltity macros 2017-02-12 14:12:35 -03:00
1dba01a8ae Re-license source code to LGPLv2.1 (closes #56) 2016-11-22 11:14:25 -05:00
c84df390bc renamed hook related files 2016-11-20 13:11:37 -05:00
a93952aaae statistics are almost working again 2016-11-20 13:01:17 -05:00
b37d3df332 moved cfg_parse_{hook, node, path} to {hooks, node, path}.c 2016-11-20 12:59:37 -05:00
8240bf52c9 fixed debug output: incorrect number of released samples 2016-11-20 03:44:51 -05:00
b9d5bccb57 improved debug outputs for paths 2016-11-20 03:40:23 -05:00
1d3bb7c730 some cleanups in the hook system 2016-11-08 00:26:06 -05:00
b23484550f major rewrite with MPMC queues 2016-11-07 22:17:45 -05:00
d4e6204e8e fixed for rate 2016-10-20 21:17:20 -04:00
982cd91d63 simplified path_init / prepare logic 2016-10-20 21:16:01 -04:00
de1058cbd6 merging path_write() into path_run() 2016-10-20 18:05:56 -04:00
69a16b2ac7 added a couple of states to the path FSM 2016-10-20 18:04:18 -04:00
64ee734dc2 remove fixed-rate sending (will be replaced by new register node-type) 2016-10-20 18:01:06 -04:00
3839262d8d mpmc_queue => queue 2016-10-20 08:36:49 -04:00
26e3885fbc mpmc_queue => queue 2016-10-16 02:33:36 -04:00
292d2ecd87 Merge branch 'develop' into feature-tests 2016-10-15 22:55:46 -04:00
Umar Farooq
59af01cc33 Fix bug where smp->capacity value is not initialized 2016-10-10 23:07:41 +02:00
ba399a0b1d fixed compilation: functionality still heavily broken. its a mess right now 2016-09-22 21:20:21 -04:00
0097132b4f Merge branch 'feature-gtnet' into develop 2016-09-11 02:56:46 +00:00
Umar Farooq
2f47be0ac5 Add app_hdr tag for GT-NET-Socket
GT-NET-Socket uses a tag in the config file to distinguish from default
socket node type application layer header (struct msg). For now all the
values are encoded in the struct sample without any header (no timestamp
or sequence number).
Minor improvement in pipe.c: replace 'goto' with do while
2016-07-17 01:01:43 +02:00
3880abeb63 unified member variable naming of struct sample and struct msg 2016-07-11 18:19:23 +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
9b56be2bc6 updated copyright year to 2016 2016-02-09 05:33:19 +01:00
5efc178408 refactored path_run_hook() to hook_run() 2016-02-07 14:24:58 +01:00
c90b5ba2b4 cleanups 2016-02-07 01:11:22 +01:00
6923e57b63 fixed invalid pool_current() pool_previous() pointers for the hook functions 2016-02-07 01:10:52 +01:00
20534d1c3d replaced HOOK_INIT with HOOK_PATH_START and HOOK_DEINIT with HOOK_PATH_STOP 2016-02-04 17:18:29 +01:00