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

37 commits

Author SHA1 Message Date
d25ad21d86 removed last direct calls to malloc() 2015-03-21 11:54:14 +01:00
a9795eda7c added missing #ifdefs when not compiling with OPAL_ASYNC support 2015-03-21 11:47:08 +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
9c57c54abe improved hook user callback system and added new examples (untested) 2015-03-18 16:13:18 +01:00
980f1d12fa updated config parser to handle multiple destination nodes 2015-03-18 15:50:02 +01:00
e30e9292f2 proper release of path structure (path_destroy() vs free()) 2015-03-18 15:47:18 +01:00
dab130545c added path_print() for variable number of destination nodes 2015-03-18 15:45:06 +01:00
9a3d19ce6c removed superfluous casts from void * 2015-03-17 23:23:13 +01:00
61b3e45bca make use of new helper function: alloc() 2015-03-17 23:21:31 +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
b7fcd2cc43 default node type is now "udp"
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@266 8ec27952-4edc-4aab-86aa-e87bb2611832
2015-01-20 10:52:03 +00: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
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
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
8b9eb4da71 fixed error message
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@240 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-09-11 14:40:33 +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
f3ac1b565e fixed smaller bugs
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@218 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-09-08 14:45:46 +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
5ff2459606 removed needless variable
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@188 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-08-31 16:51:53 +00:00
64cead2f2e added first version of configurable hook support with a few examples
TODO: this is not tested yet

git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@177 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-08-31 14:43:28 +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
dda247ab53 simplified code: removed type from nodes
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@132 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-07-04 15:58:09 +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
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
4432a7ff6b simplified configuration
fixed small mistake in Makefile

git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@125 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-07-04 09:44:09 +00:00
68eacb790a removed useless limit netem option
(does not what it should do, bug in manpage)

git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@124 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-07-04 09:44:08 +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/cfg.c (Browse further)