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

41 commits

Author SHA1 Message Date
84425199c9 added strdup() alike helper to clone objects 2015-10-07 18:00:44 +02:00
a0b9b56109 finished NGSI node type for Arthur's and Mohsen's demo 2015-09-22 13:19:44 +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
f7d10ebf7b removed obsolete system2() function and added more checks 2015-09-19 12:14:35 +02:00
7b49fd75e3 refactored system tests 2015-09-17 00:55:20 +02:00
5f038bf6bd removed trailing whitespace 2015-08-07 01:11:43 +02:00
c9ed2a1f74 cleanup codestyle 2015-06-05 12:15:31 +02:00
fffac2eb88 remove superfluous includes 2015-06-03 10:13:35 +02:00
375a16243e cleanups 2015-06-02 22:44:57 +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
09e888d52b Merge branch 'master' of github.com:RWTH-ACS/S2SS 2015-05-19 16:57:07 +02:00
82a1b36820 Added Box-Muller method to generate normal distributed RV 2015-05-19 16:53:39 +02:00
19786b0917 implemented rudimentary copy protection 2015-05-07 19:02:12 +02:00
eea6788253 added helper function for blocking timerfd wait (returns number of runs) 2015-05-06 13:20:02 +02:00
9837efdd58 fix correct shutdown 2015-05-06 11:28:08 +02:00
860bd6b654 removed direct calls to strncat (DANGEROUS) 2015-03-31 13:50:30 +02:00
81f0465b1b chosed diffrent termination signal 2015-03-21 18:16:03 +01:00
f2734a395e splitted debug/log system out of utils and made it thread safe :-) 2015-03-21 18:03:29 +01:00
08c41db911 fixed missing first indention level 2015-03-21 15:27:17 +01:00
befdc520d0 fixed various bugs during OPAL-RT tests 2015-03-20 18:55:14 +01:00
8cf9bded16 Merge branch 'opal-async'
Conflicts:
	server/Makefile
	server/include/node.h
	server/src/cfg.c
2015-03-18 16:24:35 +01:00
51a1b42f46 cherry picked (v)strap functions from opal-async branch 2015-03-18 15:38:06 +01:00
85d23eae40 added new helper function to allocate and initialize memory 2015-03-17 23:20:47 +01:00
c89aa97f95 added logging output via OpalPrint() 2015-03-17 22:44:09 +01:00
8bd93e40fd rewrite of histogram class
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@260 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-12-09 19:46:25 +00:00
735aa94854 fixed collision of perror() macro with c sodlib
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@256 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-12-09 15:39:17 +00:00
1f9d2880dc Added custom version of system(2) for better output handling 2014-12-05 12:40:33 +01:00
c552ad9caa smaller changes for vtable based node system 2014-12-05 12:34:45 +01:00
dc8ed60b85 improved debugging output system 2014-12-05 12:17:27 +01:00
473739b4e5 added print functions for various sockaddr families 2014-11-10 12:15:17 +01:00
ee047e0003 fixed another glitch in the histogram plot
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@239 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-09-10 12:29:02 +00:00
d22a3da9ea added gai_strerror to resolv_addr() checks
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@237 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-09-10 12:22:21 +00:00
270c5eb18f fixed histogram plotter for 0
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@229 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-09-09 12:07:50 +00:00
6a069c1a4f renamed hist_print() to hist_plot()
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@228 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-09-09 11:11:29 +00:00
764531787a made histogram plotter more fancy
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@227 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-09-09 11:11:15 +00:00
310031dc16 added simple ASCII style histogram plot
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@226 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-09-09 09:23:23 +00:00
e90662d5f6 added histogram for sequence number offsets (lost, duplicated and reordered packages)
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@223 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-09-09 09:03:11 +00:00
dfc3f77c35 made debug level not compiled-in
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@209 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-09-07 16:28:50 +00:00
c2516799ee unified comment style
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@155 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-07-14 11:49:44 +00:00
4701ce2602 restructure repo: server
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@101 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-06-28 20:17:30 +00:00
Renamed from src/utils.c (Browse further)