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

20 commits

Author SHA1 Message Date
0485ffe453 code cleanups: code convention 2015-10-06 09:10:08 +02:00
58673dd3d3 cleanups and some documentation 2015-09-22 13:20:20 +02:00
bfb0221ccf replaced strap() and vstrap() functions by strcatf() and vstrcatf()
The new versions of those string concatenating functions are using realloc() to dynamically resize the string buffer if needed.
We don't use the stack anymore.
2015-09-22 13:01:02 +02:00
2959c44c58 applying coding conventions 2015-09-19 15:30:27 +02:00
de37528788 Replaced static arrays for hooks and node types by dynamic linked lists and REGISTER_* macros 2015-09-19 15:26:30 +02:00
5f038bf6bd removed trailing whitespace 2015-08-07 01:11:43 +02:00
e2458e899d fix: proper usage of static scope 2015-06-02 22:04:03 +02:00
08e08e6711 updated copyright in header 2015-06-02 21:53:04 +02:00
dcb553035a fixed OPAL node type for new API 2015-05-07 13:57:43 +02:00
08678c8785 check if node type supports combining before starting 2015-05-07 12:59:57 +02:00
d1d5f521b7 introducing new unified node types with scatter/gather (multiplexing) support 2015-05-06 11:48:30 +02:00
64e0785504 moved config_parse_{socket,opal,gtfpga} to their own source files 2015-03-31 13:48:41 +02:00
9cfdf4c874 small fixes and cleanups 2015-03-21 18:03:55 +01:00
f2734a395e splitted debug/log system out of utils and made it thread safe :-) 2015-03-21 18:03:29 +01:00
b89f65debc a lots of small cleanups 2015-03-21 15:29:00 +01:00
befdc520d0 fixed various bugs during OPAL-RT tests 2015-03-20 18:55:14 +01:00
14d6d0d6fe fixed typos 2015-03-17 22:59:43 +01:00
b29c86032e second chunk of OPAL AsyncApi support (untested) 2015-03-17 22:46:46 +01:00
273e71b973 added first part of new node type: OPAL_ASYNC
This node type allows starting the S2SS server as an asynchronous
process from RT-LAB.
2015-03-12 22:56:58 +01:00
65ac7424e0 introducing new node type system for: opal, gtfpga and sockets 2014-12-05 12:30:48 +01:00