1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-30 00:00:11 +01:00
Commit graph

45 commits

Author SHA1 Message Date
4271c17d68 added sub-second precision for json_date() ISO 8601 2015-10-12 13:45:05 +02:00
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
3fe2008a94 smaller cleanups 2015-09-17 01:00:21 +02:00
7b49fd75e3 refactored system tests 2015-09-17 00:55:20 +02:00
a5a23ab3ae changed indention for #ifdef's 2015-08-21 10:19:32 +02:00
fffac2eb88 remove superfluous includes 2015-06-03 10:13:35 +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
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
39ff4bb035 fixed assert function 2015-05-06 11:41:14 +02:00
506bb2446c updated documentation (copyright year and other stuff) 2015-05-06 11:36:51 +02:00
877e2b7aec Merge branch 'master' of github.com:RWTH-ACS/S2SS 2015-04-01 13:28:33 +02:00
e1d63db91b adjusted fir_hook() to use the new history buffer 2015-04-01 13:27:10 +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
f2734a395e splitted debug/log system out of utils and made it thread safe :-) 2015-03-21 18:03:29 +01:00
cccd0e6957 removed old Linux-like linked list implementation for nodes, paths, interfaces and sockets 2015-03-21 15:19:41 +01:00
39f1dff626 fixed version string macro when git is not installed 2015-03-21 12:28:17 +01:00
befdc520d0 fixed various bugs during OPAL-RT tests 2015-03-20 18:55:14 +01:00
cdb65c2444 Merge branch 'better-hooks' 2015-03-18 16:19:31 +01:00
7883a762cd added getopt() parser to toolchain and added -r (aka --reverse) as parameter 2015-03-18 16:18:10 +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
caec04dab2 allow configuration via stdin
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@264 8ec27952-4edc-4aab-86aa-e87bb2611832
2015-01-16 15:42:09 +00: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
4e911be070 final commit for vtable based nodes 2014-12-05 12:39:52 +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
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
7096f974bb fixed assertions
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@208 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-09-07 16:28:48 +00:00
928af73f23 added compiler hints for assertions
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@166 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-07-18 16:05:46 +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 include/utils.h (Browse further)