3 years agobump version to 0.5.6-r2 OLSRD_0_5_6_BRANCH OLSRD_0_5_6_R2
Hannes Gredler <hannes@gredler.at> [Fri, 03 Oct 2008 14:43:43 +0200] rev 1688
bump version to 0.5.6-r2

3 years agobump version to pre-0.5.6-r2 OLSRD_0_5_6_BRANCH
Hannes Gredler <hannes@gredler.at> [Wed, 03 Sep 2008 13:19:28 +0200] rev 1687
bump version to pre-0.5.6-r2

3 years agodraft bugfix to the times(2) overrun situation OLSRD_0_5_6_BRANCH
Bernd Petrovitsch <bernd@firmix.at> [Wed, 03 Sep 2008 01:03:14 +0200] rev 1686
draft bugfix to the times(2) overrun situation

3 years ago- the "cookies" array is used only here. So make it "static". OLSRD_0_5_6_BRANCH
Bernd Petrovitsch <bernd@firmix.at> [Wed, 03 Sep 2008 00:57:37 +0200] rev 1685
- the "cookies" array is used only here. So make it "static".
- the "cookies" array is a global variable and thus initialized to
0 anyways (Google it or read only e.g.
http://gcc.gnu.org/ml/gcc-help/2007-07/msg00097.html).
Make it explciti so and remove the now superfluous initializetion code.

3 years agore-open OLSRD_0_5_6_BRANCH branch OLSRD_0_5_6_BRANCH
Hannes Gredler <hannes@gredler.at> [Tue, 02 Sep 2008 11:52:04 +0200] rev 1684
re-open OLSRD_0_5_6_BRANCH branch

3 years agoRe-enabled and fixed max_jitter resulting in sending out larger OLSR packets default
Sven-Ola Tuecke <sven-ola@gmx.de> [Mon, 01 Sep 2008 22:01:42 +0200] rev 1683
Re-enabled and fixed max_jitter resulting in sending out larger OLSR packets

3 years agoFix the nameservice (services and forwarders)
Sven-Ola Tuecke <sven-ola@gmx.de> [Fri, 29 Aug 2008 08:50:35 +0200] rev 1682
Fix the nameservice (services and forwarders)

3 years agobugfix: when walking the timer list make sure that no entry is skipped
Hannes Gredler <hannes@gredler.at> [Mon, 25 Aug 2008 23:02:29 +0200] rev 1681
bugfix: when walking the timer list make sure that no entry is skipped
When a timer fires 2 entries may be skipped due to:
1. olsr_update_timer_walk_ctx() and
2. the end of the for() loop walking the contents of a hash bucket
progressing the walk context.

3 years agoextend the logging around timer firing
Hannes Gredler <hannes@gredler.at> [Mon, 25 Aug 2008 20:23:24 +0200] rev 1680
extend the logging around timer firing

3 years agoadd timer cookies for the Hello/TC/MID/HNA timers
Hannes Gredler <hannes@gredler.at> [Mon, 25 Aug 2008 20:00:14 +0200] rev 1679
add timer cookies for the Hello/TC/MID/HNA timers