f645e498e7
restructured repository
2015-11-23 17:44:14 +01:00
3b6e7ef70c
moving generic node code to libs2ss to be reusable across server, send, receive, test and 3party executables
2015-11-23 16:54:01 +01:00
9f82b91f2b
cleanup of node code (preparation for libs2ss)
2015-11-23 16:54:00 +01:00
0c230af5b7
replaced reference counters by list with references
2015-11-23 16:53:56 +01:00
5bd0c9cf1e
move checks to read/write functions
2015-10-13 16:14:01 +02:00
9ab3b80bf9
apply code style rules
2015-10-13 10:11:38 +02:00
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