Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-07 | Implement proper LSA ID generation. | Ondrej Zajicek | |
2009-09-30 | New version. | Ondrej Zajicek | |
2009-09-30 | Fixes one previous commit. | Ondrej Zajicek | |
2009-09-24 | Show bad peer AS number in log in decimal. | Ondrej Zajicek | |
2009-09-24 | Passive option. | Ondrej Zajicek | |
2009-09-24 | Do not allow gateway routes with NULL iface. | Ondrej Zajicek | |
2009-09-18 | Fixes setting of IP addresses to route attributes (NEXT_HOP). | Ondrej Zajicek | |
2009-09-18 | Fixes bug in filter rta copy-on-write. | Ondrej Zajicek | |
Filters should try to copy-on-write just cached rtas. | |||
2009-09-17 | Fixes headers for uintptr_t (and build on NetBSD). | Ondrej Zajicek | |
2009-09-17 | Fixes preference bounds. | Ondrej Zajicek | |
2009-09-17 | Fixes preference in transparent pipes. | Ondrej Zajicek | |
2009-09-17 | Implements proper RID handling in OSPFv3. | Ondrej Zajicek | |
2009-09-11 | New release 1.1.3 | Ondrej Filip | |
2009-09-08 | Make endianity swapping simpler. | Ondrej Zajicek | |
2009-09-08 | Temporary OSPFv3 development commit. | Ondrej Zajicek | |
Finally, it is working. | |||
2009-09-06 | Update of config.sub & config.guess | Ondrej Filip | |
2009-09-04 | Clear memory allocated by ralloc(). | Ondrej Zajicek | |
This also fixes bug that timer->recurrent was not cleared in tm_new() and unexpected recurrence of startup timer in BGP confused state machine and caused crash. | |||
2009-09-04 | Temporary OSPFv3 development commit (changing multicast support). | Ondrej Zajicek | |
2009-08-28 | Temporary OSPFv3 development commit | Ondrej Zajicek | |
2009-08-27 | Some cleanups. | Ondrej Zajicek | |
2009-08-27 | Temporary OSPFv3 development commit | Ondrej Zajicek | |
2009-08-25 | Fixes bug related to AS2->AS4 conversion. | Ondrej Zajicek | |
2009-08-25 | Temporary OSPFv3 development commit | Ondrej Zajicek | |
2009-08-23 | Version 1.1.2 | Ondrej Filip | |
2009-08-23 | Version 1.1.2 | Ondrej Filip | |
2009-08-21 | Merge commit 'origin/master' into dev | Ondrej Zajicek | |
2009-08-21 | Allow more kernel routing tables in IPv6. | Ondrej Zajicek | |
2009-08-21 | Fixes bug in eattr binary search. | Ondrej Zajicek | |
2009-08-21 | Temporary OSPFv3 development commit | Ondrej Zajicek | |
2009-08-16 | Ondrej Zajicek add to the team. | Ondrej Filip | |
2009-08-16 | Bugfix - each protocol can be compiled separately. | Ondrej Filip | |
2009-08-12 | NEWS and version update. | Ondrej Zajicek | |
2009-08-12 | Count number of lines (and not messages) in 'more'. | Ondrej Zajicek | |
2009-08-11 | Fixes another bug in rte_recalculate(). | Ondrej Zajicek | |
Previous bugfix revealed another hidden bug here. | |||
2009-08-11 | Replace assert with log. | Ondrej Zajicek | |
Although it is true unless there is a bug in BIRD, this assert is not needed (code below does not require that assumption), so we should not crash. | |||
2009-08-11 | Fixes bug that caused losing of some routes. | Ondrej Zajicek | |
When update changes preferred route in such a way that it ceased to be preferred, the new route was linked to wrong place and lost. | |||
2009-08-10 | Flex does not need the output of Bison. | Ondrej Zajicek | |
2009-08-10 | Fixes parallel runs of Bison. | Ondrej Zajicek | |
Previous version of Makefile executed Bison two times (in parallel), because of two specified targets. I am not sure wheter this is the best fix. Previon | |||
2009-08-10 | Compilation and dependency generation should be serialized. | Ondrej Zajicek | |
2009-08-10 | Clean files generated by Bison and Flex. | Ondrej Zajicek | |
2009-08-10 | Fixes typo in Makefile | Ondrej Zajicek | |
2009-08-10 | Merge branch 'master' into dev | Ondrej Zajicek | |
2009-08-09 | Makefile changed to make it work with 'make -jN' where N>1 | Ondrej Filip | |
2009-08-09 | Missing dependency added. | Ondrej Filip | |
2009-07-30 | Symbols PASSWORDS and BROADCAST not declared for OSPF | Ondrej Filip | |
2009-07-23 | Fixes compiler warning in OFFSETOF(). | Ondrej Zajicek | |
2009-07-23 | Use %R in OSPF when appropriate. | Ondrej Zajicek | |
2009-07-23 | Adds %R printf directive for Router ID. | Ondrej Zajicek | |
2009-07-15 | Implements 'more' feature to birdc. | Ondrej Zajicek | |
Also does some code restructuring. | |||
2009-07-14 | Fixes bug in CLI TX buffer management. | Ondrej Zajicek | |