1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-23 00:00:01 +01:00
VILLASnode/server/src
2015-10-13 16:11:58 +02:00
..
cfg.c allow paths without destination nodes (hooks are executed..) 2015-10-13 15:42:19 +02:00
checks.c RT_PREEMPT => PREEMPT_RT 2015-10-09 15:48:55 +02:00
file.c added new function to get current time 2015-10-11 14:53:08 +02:00
gtfpga.c moved checks to where they really belong. 2015-09-30 11:12:16 +02:00
hist.c improved statistics and debug outputs 2015-10-13 12:21:23 +02:00
hooks.c improved statistics and debug outputs 2015-10-13 12:21:23 +02:00
if.c fixing memory leaks detected by valgrind 2015-10-13 10:12:35 +02:00
list.c fixed stupid bug in list_destroy 2015-10-09 17:32:10 +02:00
log.c improved statistics and debug outputs 2015-10-13 12:21:23 +02:00
msg.c Fixed msg_fparse() for correct handling of empty lines and superfluous whitespaces 2015-10-11 08:55:14 +02:00
ngsi.c do not interrupt curl_perform() during shutdown (leads to inconsistent state of Curl handle) 2015-10-13 16:11:58 +02:00
nl.c fixing memory leaks detected by valgrind 2015-10-13 10:12:35 +02:00
node.c improved node creation 2015-10-13 15:05:48 +02:00
opal.c apply code style rules 2015-10-13 10:11:38 +02:00
path.c allow paths without destination nodes (hooks are executed..) 2015-10-13 15:42:19 +02:00
random.c replace clock_gettime() by time_now() 2015-10-12 16:25:08 +02:00
receive.c made vtable pointer private (renamed from node::vt to node::_vt) 2015-10-12 19:01:44 +02:00
send.c made vtable pointer private (renamed from node::vt to node::_vt) 2015-10-12 19:01:44 +02:00
server.c do not interrupt curl_perform() during shutdown (leads to inconsistent state of Curl handle) 2015-10-13 16:11:58 +02:00
socket.c improved statistics and debug outputs 2015-10-13 12:21:23 +02:00
tc.c replaced strap() and vstrap() functions by strcatf() and vstrcatf() 2015-09-22 13:01:02 +02:00
test.c made vtable pointer private (renamed from node::vt to node::_vt) 2015-10-12 19:01:44 +02:00
timing.c added new function to get current time 2015-10-11 14:53:08 +02:00
utils.c added sub-second precision for json_date() ISO 8601 2015-10-12 13:45:05 +02:00