]> git.ipfire.org Git - thirdparty/bird.git/shortlog
thirdparty/bird.git
2025-02-27  Igor PutovnyCheck consistency of the whole trie after every recalcu...
2025-02-25  Igor PutovnyRename
2025-02-24  Igor PutovnyBugfix
2025-02-24  Igor PutovnyCheck trie consistency after every aggregation run
2025-02-24  Igor PutovnyAdd more comments
2025-02-24  Igor PutovnyFix comments
2025-02-24  Igor PutovnyBugfix
2025-02-24  Igor PutovnyFix
2025-02-24  Igor PutovnyFix comments
2025-02-24  Igor PutovnyAdd prefix to function names, rename
2025-02-21  Igor PutovnySplit aggregator.c into two files
2025-02-21  Igor PutovnyRename
2025-02-21  Igor PutovnySwitch order of expressions in condition testing
2025-02-21  Igor PutovnyReplace assert with ASSERT_DIE
2025-02-21  Igor PutovnyMerge branch 'ip-aggregator-new' of https://gitlab...
2025-02-21  Igor PutovnyAggregator: Support prefix aggregation
2025-02-21  Igor PutovnyIP: Getting and setting bits from ip_addr
2025-02-21  Igor PutovnySatanize the build to find sus behavior
2025-02-21  Igor PutovnyAutoconf: Merge check and add compiler option to one...
2025-02-21  Igor PutovnyBugfix
2025-02-20  Igor PutovnyRework documentation, add comments
2025-02-20  Igor PutovnyRemove first pass, second pass now fills its function
2025-02-20  Igor PutovnyRename
2025-02-20  Igor PutovnyAdd another implementation of node_add_potential_bucket()
2025-02-20  Igor PutovnyFix formatting
2025-02-20  Igor Putovnymemset removed nodes, add const and inline
2025-02-20  Igor PutovnySet ancestor without another if
2025-02-19  Igor PutovnyReplace superfluous else-if with else
2025-02-19  Igor PutovnyRemove logs
2025-02-19  Igor PutovnyRename
2025-02-19  Igor PutovnyAdd comments
2025-02-18  Igor PutovnyFix printing prefixes
2025-02-18  Igor PutovnyCleanup
2025-02-18  Igor PutovnyRemove unnecessary else branches
2025-02-18  Igor PutovnyAdd parentheses to ternary operator expressions
2025-02-18  Igor PutovnyRefactor deaggregate()
2025-02-18  Igor PutovnyAdd const
2025-02-18  Igor PutovnyRename aggregator_process_withdraw()
2025-02-18  Igor PutovnyRename choose_lowest_id_bucket()
2025-02-18  Igor PutovnyRename node_insert_potential_bucket()
2025-02-18  Igor PutovnyFix typo
2025-02-18  Igor PutovnyRefactor
2025-02-14  Igor PutovnySmall changes
2025-02-14  Igor PutovnyCleanup
2025-02-14  Igor PutovnyRename
2025-02-14  Igor PutovnyAdd assertions
2025-02-13  Igor PutovnyCleanup
2025-02-13  Igor PutovnyRename
2025-02-13  Igor Putovnytrie_insert_prefix() now takes pointer to aggregator_proto
2025-02-13  Igor PutovnyRename
2025-02-13  Igor PutovnyUse builtin popcount
2025-02-13  Igor PutovnyRelocate code
2025-02-13  Igor PutovnyFix errors
2025-02-13  Igor PutovnyRewrite print_prefixes() using ip_addr instead of net_addr
2025-02-12  Igor PutovnyRewrite dump_trie() using ip_addr instead of net_addr
2025-02-12  Igor PutovnyRewrite construct_trie() using ip_addr instead of net_addr
2025-02-12  Igor PutovnyRewrite trie_process() using ip_addr instead of net_addr
2025-02-12  Igor PutovnyRewrite third_pass() using ip_addr instead of net_addr
2025-02-12  Igor PutovnyRewrite find_subtree_prefix() using ip_addr instead...
2025-02-12  Igor PutovnyRewrite trie_remove_prefix() using ip_addr instead...
2025-02-12  Igor PutovnyRewrite prepare_rte_withdrawal() using ip_addr instead...
2025-02-12  Igor PutovnyRewrite trie_insert_prefix() using ip_addr instead...
2025-02-12  Igor PutovnyAdd shift values for ipa bit operations
2025-02-12  Igor PutovnyRewrite create_route() using ip_addr instead of net_addr
2025-02-12  Igor PutovnyRemove collect_prefixes()
2025-02-12  Igor PutovnyAdd macros for ipa bit operations
2025-02-11  Igor PutovnySmall changes
2025-02-10  Igor PutovnyCreate default route in the thid pass
2025-02-10  Igor PutovnyInitialize root node with NON_FIB status
2025-02-10  Igor PutovnyBugfix
2025-02-10  Igor PutovnyUse net_addr at rte_withdrawal struct, plus small changes
2025-02-07  Igor PutovnySmall changes
2025-02-07  Igor PutovnyCleanup
2025-02-06  Igor PutovnyDo not set IN_FIB status for newly added prefixes
2025-02-06  Igor PutovnyProcess route withdrawals caused by incorporating updat...
2025-02-06  Igor Putovnytrie_remove_prefix() now removes route from the table
2025-02-05  Igor PutovnyImplement route withdrawal
2025-02-05  Igor PutovnySmall changes
2025-02-03  Igor PutovnyRename
2025-02-03  Igor PutovnyCleanup
2025-02-03  Igor PutovnyAdd assertions
2025-02-03  Igor PutovnyAdd comments
2025-01-28  Igor PutovnyKeep track of current prefix during third pass
2025-01-28  Igor Putovny Add find_subtree_prefix()
2025-01-28  Igor PutovnyRename
2025-01-27  Igor PutovnyMove static variable to the top
2025-01-24  Igor PutovnyIncorporate withdrawals to the trie
2025-01-24  Igor PutovnyDeaggregation runs on the whole subtree
2025-01-24  Igor PutovnyIncorporate updates to the trie
2025-01-24  Igor PutovnyImplement deaggregation
2025-01-24  Igor PutovnyOverwrite removed nodes with garbage values
2025-01-24  Igor PutovnyAdd more checks
2025-01-24  Igor PutovnyRename
2025-01-24  Igor PutovnyRemove unused code
2025-01-23  Igor PutovnyOriginal prefix always keeps its status
2025-01-23  Igor PutovnyMove code around
2025-01-17  Igor PutovnyImplement removing prefix from the trie
2025-01-16  Igor PutovnyExtend logging functions
2025-01-15  Igor PutovnyIncrease readability of old code
2025-01-13  Igor PutovnyAdd comments
next