| Anonymous | Login | Signup for a new account | 2013-05-26 08:21 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap | Repositories |
| Changesets: OLSR.org | [ Browse ] [ Back to Index ] | ||
|
stable 7c0d2832
Timestamp: 2010-02-26 18:02:14 Author: Vasilis Tsiligiannis Committer: Vasilis Tsiligiannis [ Details ] [ Diff ] |
Remove some stray code | ||
| mod - lib/quagga/src/quagga.c | [ Diff ] [ File ] | ||
|
stable 3af288d5
Timestamp: 2010-02-26 18:01:34 Author: Vasilis Tsiligiannis Committer: Vasilis Tsiligiannis [ Details ] [ Diff ] |
Fix accidental deacrease of send buffer pointer | ||
| mod - lib/quagga/src/quagga.c | [ Diff ] [ File ] | ||
|
stable 2d0304be
Timestamp: 2010-02-26 18:00:06 Author: Vasilis Tsiligiannis Committer: Vasilis Tsiligiannis [ Details ] [ Diff ] |
Add workaround for invalid zebra send message format | ||
| mod - lib/quagga/src/quagga.c | [ Diff ] [ File ] | ||
|
stable 93a3c50a
Timestamp: 2010-02-26 17:54:38 Author: Vasilis Tsiligiannis Committer: Vasilis Tsiligiannis [ Details ] [ Diff ] |
Ignore EAGAIN errors on socket writes try_read sets file access mode to non blocking during reads. While try_read reads from socket, an attempt to write will lead to EAGAIN error. |
||
| mod - lib/quagga/src/quagga.c | [ Diff ] [ File ] | ||
|
stable ab944c81
Timestamp: 2010-02-26 17:51:00 Author: Vasilis Tsiligiannis Committer: Vasilis Tsiligiannis [ Details ] [ Diff ] |
Fix redistribution of large number of routes from quagga protocols to olsr This was in fact a general data read bug when the buffer needed to grow. New buffer pointer was miscalculated and overlapped some previously read data. |
||
| mod - lib/quagga/src/quagga.c | [ Diff ] [ File ] | ||
|
stable e70ceec5
Timestamp: 2010-02-24 18:16:26 Author: Henning Rogge Committer: Henning Rogge [ Details ] [ Diff ] |
remove LinkQualityDijkstraLimit and LinkQualityWinSize parameter | ||
| mod - src/olsr_cfg.h | [ Diff ] [ File ] | ||
| mod - src/olsr.c | [ Diff ] [ File ] | ||
| mod - src/cfgparser/olsrd_conf.c | [ Diff ] [ File ] | ||
| mod - src/cfgparser/oscan.lex | [ Diff ] [ File ] | ||
| mod - src/tc_set.c | [ Diff ] [ File ] | ||
| mod - src/cfgparser/oparse.y | [ Diff ] [ File ] | ||
| mod - src/process_package.c | [ Diff ] [ File ] | ||
| mod - files/olsrd.conf.default.full | [ Diff ] [ File ] | ||
| mod - src/lq_plugin.c | [ Diff ] [ File ] | ||
|
stable f900a448
Timestamp: 2010-02-24 17:40:36 Author: Henning Rogge Committer: Henning Rogge [ Details ] [ Diff ] |
Teco Boots <teco@inf-net.nl> dyn_gw plugin. Thank you Teco for the contribution. | ||
| mod - lib/dyn_gw/README_DYN_GW | [ Diff ] [ File ] | ||
| mod - lib/dyn_gw/Makefile | [ Diff ] [ File ] | ||
| mod - files/olsrd.conf.default.full | [ Diff ] [ File ] | ||
| mod - lib/dyn_gw/src/olsrd_dyn_gw.h | [ Diff ] [ File ] | ||
| mod - lib/dyn_gw/src/olsrd_dyn_gw.c | [ Diff ] [ File ] | ||
|
stable eca4702e
Timestamp: 2010-02-24 17:29:44 Author: Henning Rogge Committer: Henning Rogge [ Details ] [ Diff ] |
Small changes to config files and sanity checks based on Markus review | ||
| mod - src/main.c | [ Diff ] [ File ] | ||
| mod - files/olsrd.conf.default.rfc | [ Diff ] [ File ] | ||
| mod - src/lq_plugin_default_ffeth.c | [ Diff ] [ File ] | ||
| mod - files/olsrd.conf.default.lq | [ Diff ] [ File ] | ||
| mod - files/olsrd.conf.default.lq-fisheye | [ Diff ] [ File ] | ||
| mod - src/cfgparser/olsrd_conf.c | [ Diff ] [ File ] | ||
| mod - files/olsrd.conf.default.full | [ Diff ] [ File ] | ||
|
stable 0468f829
Timestamp: 2010-02-24 16:43:25 Author: Henning Rogge Committer: Henning Rogge [ Details ] [ Diff ] |
Add framework for changing unicast src-ip | ||
| mod - src/linux/kernel_routes_nl.c | [ Diff ] [ File ] | ||
| mod - src/olsr_spf.c | [ Diff ] [ File ] | ||
| mod - src/olsr.c | [ Diff ] [ File ] | ||
| mod - src/process_routes.h | [ Diff ] [ File ] | ||
| mod - src/win32/ifnet.c | [ Diff ] [ File ] | ||
| mod - src/olsr_spf.h | [ Diff ] [ File ] | ||
| mod - src/unix/ifnet.c | [ Diff ] [ File ] | ||
| mod - src/process_routes.c | [ Diff ] [ File ] | ||
| mod - src/olsr_cfg.h | [ Diff ] [ File ] | ||
|
stable 7170adcf
Timestamp: 2010-02-24 13:42:51 Author: Henning Rogge Committer: Henning Rogge [ Details ] [ Diff ] |
Small fix in RFC compatible config file | ||
| mod - files/olsrd.conf.default.rfc | [ Diff ] [ File ] | ||
|
stable ad032916
Timestamp: 2010-02-24 13:41:14 Author: Henning Rogge Committer: Henning Rogge [ Details ] [ Diff ] |
Simplified example config files | ||
| mod - files/olsrd.conf.default.lq-fisheye | [ Diff ] [ File ] | ||
| mod - files/olsrd.conf.default.lq | [ Diff ] [ File ] | ||
| mod - files/olsrd.conf.default.full | [ Diff ] [ File ] | ||
| mod - files/olsrd.conf.default.rfc | [ Diff ] [ File ] | ||
|
stable 1792c328
Timestamp: 2010-02-24 13:17:07 Author: Henning Rogge Committer: Henning Rogge [ Details ] [ Diff ] |
New config file template with all parameters | ||
| add - files/olsrd.conf.default.full | [ Diff ] [ File ] | ||
|
stable 57b90348
Timestamp: 2010-02-24 11:56:53 Author: Henning Rogge Committer: Henning Rogge [ Details ] [ Diff ] |
Trigger gateway reselection when ETX becomes infinite | ||
| mod - src/olsr_spf.c | [ Diff ] [ File ] | ||
| mod - src/gateway.c | [ Diff ] [ File ] | ||
| mod - src/gateway.h | [ Diff ] [ File ] | ||
| mod - src/gateway_default_handler.c | [ Diff ] [ File ] | ||
|
stable 0dfc97d2
Timestamp: 2010-02-24 10:25:58 Author: Henning Rogge Committer: Henning Rogge [ Details ] [ Diff ] |
Small fixes on default settings for 0.5.7.0 | ||
| mod - src/olsr_cfg.h | [ Diff ] [ File ] | ||
| mod - src/cfgparser/olsrd_conf.c | [ Diff ] [ File ] | ||
| mod - src/cfgparser/oparse.y | [ Diff ] [ File ] | ||
|
stable 906b4cd8
Timestamp: 2010-02-22 20:24:05 Author: Henning Rogge Committer: Henning Rogge [ Details ] [ Diff ] |
Give TTL1 messages another chance through MODE==ether links. Add etx_ffeth metric which will use perfect ethernet links as etx 0.1 (incompatible with other etx metrics ! Different lq format!) |
||
| add - src/lq_plugin_default_ffeth.h | [ Diff ] [ File ] | ||
| mod - src/lq_plugin.c | [ Diff ] [ File ] | ||
| mod - src/olsr.c | [ Diff ] [ File ] | ||
| add - src/lq_plugin_default_ffeth.c | [ Diff ] [ File ] | ||
|
stable 74f71925
Timestamp: 2010-02-21 09:11:46 Author: Henning Rogge Committer: Henning Rogge [ Details ] [ Diff ] |
Compile fixes for BSD and WIN32 | ||
| mod - src/tc_set.c | [ Diff ] [ File ] | ||
| mod - src/win32/dummy.c | [ Diff ] [ File ] | ||
| mod - src/bsd/dummy.c | [ Diff ] [ File ] | ||
| mod - src/gateway.c | [ Diff ] [ File ] | ||
| mod - src/olsr.c | [ Diff ] [ File ] | ||
| mod - lib/txtinfo/src/olsrd_txtinfo.c | [ Diff ] [ File ] | ||
| mod - src/kernel_tunnel.h | [ Diff ] [ File ] | ||
| mod - src/hna_set.c | [ Diff ] [ File ] | ||
| mod - src/gateway_default_handler.c | [ Diff ] [ File ] | ||
| mod - src/build_msg.c | [ Diff ] [ File ] | ||
|
master 4b4a974e
Timestamp: 2010-02-20 20:56:36 Author: Raphael Lisicki Committer: Raphael Lisicki [ Details ] [ Diff ] |
Reduced dependency on threads by moving towards times (+ regression-testing) and replaced most printf-statements with olsrd-commands | ||
| mod - lib/cl_roam/src/cl_roam.c | [ Diff ] [ File ] | ||
|
stable d26b64c4
Timestamp: 2010-02-20 19:58:10 Author: Henning Rogge Committer: Henning Rogge [ Details ] [ Diff ] |
Some bugfixes for the netlink code | ||
| mod - src/cfgparser/olsrd_conf.c | [ Diff ] [ File ] | ||
|
stable f39d34e0
Timestamp: 2010-02-20 19:19:54 Author: Henning Rogge Committer: Henning Rogge [ Details ] [ Diff ] |
Add code for policy routing handling | ||
| mod - src/olsr_cfg.h | [ Diff ] [ File ] | ||
| mod - src/linux/kernel_routes_nl.c | [ Diff ] [ File ] | ||
| mod - src/cfgparser/olsrd_conf.c | [ Diff ] [ File ] | ||
| mod - src/cfgparser/oscan.lex | [ Diff ] [ File ] | ||
| mod - src/cfgparser/cfgfile_gen.c | [ Diff ] [ File ] | ||
| mod - src/kernel_routes.h | [ Diff ] [ File ] | ||
| mod - src/main.c | [ Diff ] [ File ] | ||
| mod - lib/httpinfo/src/olsrd_httpinfo.c | [ Diff ] [ File ] | ||
| mod - src/win32/dummy.c | [ Diff ] [ File ] | ||
| mod - src/bsd/dummy.c | [ Diff ] [ File ] | ||
| mod - src/cfgparser/oparse.y | [ Diff ] [ File ] | ||
|
stable 70e81f69
Timestamp: 2010-02-20 16:24:51 Author: Henning Rogge Committer: Henning Rogge [ Details ] [ Diff ] |
Allow txtinfo to display gateways keep default inetgw route with smartgw, but add +2 to metric |
||
| mod - src/linux/kernel_routes_nl.c | [ Diff ] [ File ] | ||
| mod - lib/txtinfo/src/olsrd_txtinfo.c | [ Diff ] [ File ] | ||
| mod - src/gateway.h | [ Diff ] [ File ] | ||
| mod - src/ipcalc.h | [ Diff ] [ File ] | ||
| mod - src/gateway.c | [ Diff ] [ File ] | ||
| mod - src/gateway_default_handler.c | [ Diff ] [ File ] | ||
| mod - src/process_routes.c | [ Diff ] [ File ] | ||
|
stable 7d16ef44
Timestamp: 2010-02-19 19:00:05 Author: Henning Rogge Committer: Henning Rogge [ Details ] [ Diff ] |
Merge branch 'tunnel' into stable | ||
|
stable 4aa2d9a9
Timestamp: 2010-02-19 18:59:47 Author: Henning Rogge Committer: Henning Rogge [ Details ] [ Diff ] |
Update version to pre-0.5.7.0 | ||
| mod - Makefile | [ Diff ] [ File ] | ||
|
stable 84e3152f
Timestamp: 2010-02-19 18:49:23 Author: Henning Rogge Committer: Henning Rogge [ Details ] [ Diff ] |
New iptunnel system to allow multiple users of the same iptunnel | ||
| mod - src/kernel_tunnel.h | [ Diff ] [ File ] | ||
| mod - src/gateway.c | [ Diff ] [ File ] | ||
| mod - src/linux/kernel_routes_nl.c | [ Diff ] [ File ] | ||
| mod - src/linux/kernel_tunnel.c | [ Diff ] [ File ] | ||
|
master 3717e76d
Timestamp: 2010-02-17 18:23:11 Author: Raphael Lisicki Committer: Raphael Lisicki [ Details ] [ Diff ] |
increased speed drastically by: 1) recalculation of routes upon arrival of custom message 2) set up a local route, in order to overrule an olsrd-route fixed trouble with multiple associcated stations | ||
| mod - lib/cl_roam/src/cl_roam.c | [ Diff ] [ File ] | ||
| mod - lib/cl_roam/src/cl_roam.h | [ Diff ] [ File ] | ||
|
master 25e20561
Timestamp: 2010-02-17 18:21:11 Author: Raphael Lisicki Committer: Raphael Lisicki [ Details ] [ Diff ] |
made spf_backoff_timer available to plugins | ||
| mod - src/olsr_spf.h | [ Diff ] [ File ] | ||
| mod - src/olsr_spf.c | [ Diff ] [ File ] | ||
| << 1 2 3 4 5 6 7 8 9 10 11 ... 20 ... 40 ... 60 ... 80 ... 100 ... 113 114 115 >> | |||
| Copyright © 2000 - 2010 MantisBT Group |