|
0cebda19c8
|
whitespace fixes and documentation
|
2016-06-08 22:36:38 +02:00 |
|
|
5d5b36cd76
|
moved list destructor and added optional free() of list items
|
2016-04-16 19:54:26 +02:00 |
|
|
4eeba60bf4
|
added / rewrite of a couple of linux specific checks and LKM functions
|
2016-03-18 12:38:28 +01:00 |
|
|
9b56be2bc6
|
updated copyright year to 2016
|
2016-02-09 05:33:19 +01:00 |
|
|
5efc178408
|
refactored path_run_hook() to hook_run()
|
2016-02-07 14:24:58 +01:00 |
|
|
707f08ceec
|
remove older stuff
|
2016-02-04 17:50:05 +01:00 |
|
|
18d4051ca4
|
remove references to node list from library code (hooks)
|
2016-02-04 17:17:55 +01:00 |
|
|
a057e35a41
|
Use same copyright message across all tools
|
2016-01-15 15:25:22 +01:00 |
|
|
4a0b502fb2
|
removed nested functions to enable compilation with Clang
|
2016-01-15 00:06:40 +01:00 |
|
|
ce6f0edbdd
|
cleanup of code comments
|
2015-12-13 00:46:22 +01:00 |
|
|
6e8726a0be
|
call node_{init,deinit} per node type (similar to nodes and paths)
|
2015-12-13 00:45:20 +01:00 |
|
|
3a734eb80c
|
added new conversion helper for libconfig => libjansson objects
|
2015-12-13 00:43:59 +01:00 |
|
|
399f29c496
|
get rid of static global storage as much as possible for now
|
2015-12-13 00:42:59 +01:00 |
|
|
00b0457102
|
fixed list_count() and list_contains() -- messed return codes..
|
2015-12-11 18:19:17 +01:00 |
|
|
8e9bca3dde
|
make use of INDENT macro consistent
|
2015-12-11 18:18:36 +01:00 |
|
|
3b91ba705f
|
changed signature of node type initialization
|
2015-12-11 12:35:32 +01:00 |
|
|
af62bcee16
|
smaller refactoring and fixes
|
2015-12-04 01:54:33 +01:00 |
|
|
ceb59d181c
|
fewer outputs
|
2015-11-29 22:50:39 +01:00 |
|
|
a4d9a232ea
|
improved handling of node and path names / printing
|
2015-11-29 22:45:46 +01:00 |
|
|
fb0a0ef83b
|
simplified abnormal process termination
|
2015-11-29 21:20:42 +01:00 |
|
|
f645e498e7
|
restructured repository
|
2015-11-23 17:44:14 +01: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 |
|
|
9c827aee00
|
updated documentation
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@95 8ec27952-4edc-4aab-86aa-e87bb2611832
|
2014-06-28 06:40:52 +00:00 |
|
|
14c3914083
|
tested netem on loopback interface
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@89 8ec27952-4edc-4aab-86aa-e87bb2611832
|
2014-06-25 17:50:29 +00:00 |
|
|
84016ec7eb
|
fixed priomap: do not delay other traffic
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@88 8ec27952-4edc-4aab-86aa-e87bb2611832
|
2014-06-25 17:50:28 +00:00 |
|
|
614d267e4b
|
use interface list to apply netem settings and irq smp affinty
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@80 8ec27952-4edc-4aab-86aa-e87bb2611832
|
2014-06-25 01:53:49 +00:00 |
|
|
b8faadfe59
|
added new list of interfaces for coming netem and irq features
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@78 8ec27952-4edc-4aab-86aa-e87bb2611832
|
2014-06-25 01:53:46 +00:00 |
|
|
726aa5545c
|
some cleanup and cosmetic changes
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@77 8ec27952-4edc-4aab-86aa-e87bb2611832
|
2014-06-25 01:53:44 +00:00 |
|
|
843c862542
|
added some color to the console log
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@75 8ec27952-4edc-4aab-86aa-e87bb2611832
|
2014-06-25 01:53:40 +00:00 |
|
|
58a7aed493
|
enabled -Wall and fixed some compiler warnings
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@73 8ec27952-4edc-4aab-86aa-e87bb2611832
|
2014-06-25 01:53:37 +00:00 |
|
|
7367b533dd
|
removed memory locking because its unlikely to be benefitial
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@71 8ec27952-4edc-4aab-86aa-e87bb2611832
|
2014-06-25 01:53:34 +00:00 |
|
|
a34e20c172
|
moved realtime initialization to main()
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@67 8ec27952-4edc-4aab-86aa-e87bb2611832
|
2014-06-10 19:44:22 +00:00 |
|
|
f4767d6814
|
drop root privileges as asap
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@66 8ec27952-4edc-4aab-86aa-e87bb2611832
|
2014-06-10 19:44:21 +00:00 |
|
|
ee57014ec4
|
rewrite of config parsing to use linked lists
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@65 8ec27952-4edc-4aab-86aa-e87bb2611832
|
2014-06-10 18:47:25 +00:00 |
|
|
4e4230df01
|
renamed global 'config' structure to 'settings'
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@63 8ec27952-4edc-4aab-86aa-e87bb2611832
|
2014-06-10 16:57:40 +00:00 |
|
|
1635e5b192
|
changed documentation style for single lines
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@62 8ec27952-4edc-4aab-86aa-e87bb2611832
|
2014-06-05 09:35:41 +00:00 |
|
|
e528dafa89
|
reordered initialization
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@57 8ec27952-4edc-4aab-86aa-e87bb2611832
|
2014-06-05 09:35:35 +00:00 |
|
|
541d27a896
|
renamed realtime_init() to init_realtime()
renamed resolve() to resolve_addr()
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@55 8ec27952-4edc-4aab-86aa-e87bb2611832
|
2014-06-05 09:35:33 +00:00 |
|
|
207d904054
|
added realtime initialization
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@48 8ec27952-4edc-4aab-86aa-e87bb2611832
|
2014-06-05 09:35:23 +00:00 |
|
|
30a922fa21
|
using node_* functions for tools
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@44 8ec27952-4edc-4aab-86aa-e87bb2611832
|
2014-06-05 09:35:18 +00:00 |
|
|
a116a30638
|
restructured server code
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@40 8ec27952-4edc-4aab-86aa-e87bb2611832
|
2014-06-05 09:35:12 +00:00 |
|
|
6bb05021a2
|
catching more signals
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@39 8ec27952-4edc-4aab-86aa-e87bb2611832
|
2014-06-05 09:35:10 +00:00 |
|
|
6dd733334f
|
dump path stats on termination
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@29 8ec27952-4edc-4aab-86aa-e87bb2611832
|
2014-06-05 09:34:57 +00:00 |
|
|
13c2959400
|
added config file parser
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@22 8ec27952-4edc-4aab-86aa-e87bb2611832
|
2014-06-05 09:34:50 +00:00 |
|
|
e89a128c53
|
simplified info/debug/error messages
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@19 8ec27952-4edc-4aab-86aa-e87bb2611832
|
2014-06-05 09:34:46 +00:00 |
|
|
084009d9ab
|
added debug() and assert() functions
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@18 8ec27952-4edc-4aab-86aa-e87bb2611832
|
2014-06-05 09:34:45 +00:00 |
|
|
e79c5335d1
|
added git commit and tag to version identifier
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@16 8ec27952-4edc-4aab-86aa-e87bb2611832
|
2014-06-05 09:34:43 +00:00 |
|