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

24 commits

Author SHA1 Message Date
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
d85db3f604 added file split functionality by rewriting most of the file stuff.. 2015-10-14 12:20:30 +02:00
b1c1d77597 added new function to get current time 2015-10-11 14:53:08 +02:00
3dc38c0c22 Fixed msg_fparse() for correct handling of empty lines and superfluous whitespaces 2015-10-11 08:55:14 +02:00
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