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
a5a23ab3ae
changed indention for #ifdef's
2015-08-21 10:19:32 +02:00
5f038bf6bd
removed trailing whitespace
2015-08-07 01:11:43 +02:00
fffac2eb88
remove superfluous includes
2015-06-03 10:13:35 +02:00
a3908af4da
cleanups and documentation
2015-06-02 22:29:15 +02:00
a87799404a
fix: missing includes
2015-06-02 22:06:15 +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
25d278ca4a
fixed log formatting
2015-05-06 11:40:02 +02:00
877e2b7aec
Merge branch 'master' of github.com:RWTH-ACS/S2SS
2015-04-01 13:28:33 +02:00
9f4dd78ab3
added circular history buffer of past message to every path
2015-04-01 13:26:46 +02:00
cd76dc525a
smaller cleanups and output formatting
2015-03-31 18:13:43 +02:00
6b4fd61817
improved logging system by adding a line() function
2015-03-31 15:02:51 +02:00
49a7686780
simplified logging system
2015-03-31 14:27:38 +02:00
3590ced68e
added copyright headers
2015-03-23 17:32:56 +01:00
f2734a395e
splitted debug/log system out of utils and made it thread safe :-)
2015-03-21 18:03:29 +01:00