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

46 commits

Author SHA1 Message Date
e2458e899d fix: proper usage of static scope 2015-06-02 22:04:03 +02:00
08e08e6711 updated copyright in header 2015-06-02 21:53:04 +02:00
19786b0917 implemented rudimentary copy protection 2015-05-07 19:02:12 +02:00
9af2e26655 integrating new node types into server and tools 2015-05-06 11:49:13 +02:00
17a3ff8869 moved setting struct 2015-05-06 11:43:05 +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
872153b458 smaller cleanups 2015-03-31 14:28:00 +02:00
49a7686780 simplified logging system 2015-03-31 14:27:38 +02:00
ae0502a737 added node type initalization (only called once per node type) 2015-03-31 13:54:04 +02:00
3ab5b1e616 updated year and format of usage output 2015-03-21 18:16:28 +01:00
9cfdf4c874 small fixes and cleanups 2015-03-21 18:03:55 +01:00
f2734a395e splitted debug/log system out of utils and made it thread safe :-) 2015-03-21 18:03:29 +01:00
b89f65debc a lots of small cleanups 2015-03-21 15:29:00 +01:00
f0db3e7897 added destructor function callback to list implementation 2015-03-21 15:23:57 +01:00
cccd0e6957 removed old Linux-like linked list implementation for nodes, paths, interfaces and sockets 2015-03-21 15:19:41 +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
e30e9292f2 proper release of path structure (path_destroy() vs free()) 2015-03-18 15:47:18 +01:00
ff010ba291 small cleanups 2015-03-17 23:11:28 +01:00
b29c86032e second chunk of OPAL AsyncApi support (untested) 2015-03-17 22:46:46 +01:00
273e71b973 added first part of new node type: OPAL_ASYNC
This node type allows starting the S2SS server as an asynchronous
process from RT-LAB.
2015-03-12 22:56:58 +01:00
4514c38f59 some cleanups and changes for memory allocation (more valgrind tests to come..)
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@268 8ec27952-4edc-4aab-86aa-e87bb2611832
2015-01-20 10:52:05 +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
ce8bec51e4 updated binaries to new vtable system (tests are pending) 2014-12-05 12:41:06 +01:00
8bb14500fc added reference counters for nodes
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@244 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-09-11 14:40:48 +00:00
5b1038fc9d renamed long irritating variable names
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@243 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-09-11 14:40:43 +00:00
b8546f0985 fixed network emulation
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@242 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-09-11 14:40:40 +00:00
262a7de013 add some linebreaks to overlong lines
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@236 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-09-10 12:22:18 +00:00
074854b152 moved debug messages to node_connect()
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@235 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-09-10 12:22:15 +00:00
248d940bd3 changed logging messages
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@224 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-09-09 09:03:30 +00:00
ec7457861a fixed fixed rate feature and removed inaccurate statistics
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@222 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-09-09 09:03:06 +00:00
4962bae64e made path statistics configurable via config file
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@211 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-09-07 16:28:54 +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
9727c3c4a5 decreased interval of stats output
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@201 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-09-04 13:30:36 +00:00
183b5e158a some cleanup
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@176 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-08-31 14:43:28 +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
bbe2a6a02e fixed interface intialization if not interface is up
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@134 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-07-04 15:58:10 +00:00
3678f6773b simplified code: smaller changes
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@133 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-07-04 15:58:10 +00:00
7ec0753d2b improved debugging output
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@130 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-07-04 09:47:29 +00:00
c9de966c57 added some periodic status messages
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@129 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-07-04 09:47:28 +00:00
d082441e88 removed more obsolete configuration options
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@128 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-07-04 09:44:12 +00:00
fa97d70e79 added debug level to start messages
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@127 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-07-04 09:44:11 +00:00
9f81e3d2ec simplified code to easily restore smp affinity
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@126 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-07-04 09:44:10 +00:00
5dbd9667ee removed priviledge dropping to make code simpler
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@121 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-07-04 09:44:05 +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/server.c (Browse further)