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

18 commits

Author SHA1 Message Date
c9a3461ffe improved epoch related settings for file node 2015-10-09 13:08:39 +02:00
e5b036e8ff renamed some variable to ease understanding 2015-10-08 10:54:45 +02:00
1b9a1abffd removed time_{fscan,fprint} functions to avoid code duplication 2015-10-08 10:54:45 +02:00
7682ffb080 Changed format of msg_{fscan,print} functions
Added flags and options to the mentioned functions
2015-10-07 18:12:12 +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
de37528788 Replaced static arrays for hooks and node types by dynamic linked lists and REGISTER_* macros 2015-09-19 15:26:30 +02:00
b42f1ca2ed another rewrite of the file node type 2015-08-21 11:35:07 +02:00
1dd7aaca19 rework of the file node-type 2015-08-09 23:57:25 +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
5aa1530baf moved time related functions to timing.{c,h} 2015-06-02 21:59:31 +02:00
08e08e6711 updated copyright in header 2015-06-02 21:53:04 +02:00
527ccc7b53 added timestamp option to file node type 2015-05-19 16:55:39 +02:00
b04df56ddc allow file path to include strftime(3) tokens 2015-05-19 16:55:10 +02:00
08f7dd5b25 small fixes 2015-05-07 13:01:18 +02:00
eea6788253 added helper function for blocking timerfd wait (returns number of runs) 2015-05-06 13:20:02 +02:00
9af2e26655 integrating new node types into server and tools 2015-05-06 11:49:13 +02:00
d4c39641cd added new node type: file 2015-03-31 13:28:11 +02:00