Hannes Gredler <hannes@gredler.at> [Fri, 03 Oct 2008 14:43:43 +0200] rev 1688
bump version to 0.5.6-r2
Hannes Gredler <hannes@gredler.at> [Wed, 03 Sep 2008 13:19:28 +0200] rev 1687
bump version to pre-0.5.6-r2
Bernd Petrovitsch <bernd@firmix.at> [Wed, 03 Sep 2008 01:03:14 +0200] rev 1686
draft bugfix to the times(2) overrun situation
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.
Hannes Gredler <hannes@gredler.at> [Tue, 02 Sep 2008 11:52:04 +0200] rev 1684
re-open OLSRD_0_5_6_BRANCH branch
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
Sven-Ola Tuecke <sven-ola@gmx.de> [Fri, 29 Aug 2008 08:50:35 +0200] rev 1682
Fix the nameservice (services and forwarders)
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.
Hannes Gredler <hannes@gredler.at> [Mon, 25 Aug 2008 20:23:24 +0200] rev 1680
extend the logging around timer firing
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