]> git.ipfire.org Git - thirdparty/bird.git/shortlog
thirdparty/bird.git
2024-05-30  Igor PutovnyMake small changes to increase readability
2024-05-30  Igor PutovnyRename
2024-05-30  Igor PutovnyRename
2024-05-30  Igor PutovnyConstruct trie only after protocol feed ends
2024-05-30  Igor PutovnyDon't schedule aggregation as event but run it at the...
2024-05-30  Igor PutovnyUse refactored first pass function
2024-05-30  Igor PutovnyRemove debugging logs
2024-05-30  Igor PutovnyAdd more assertions
2024-05-30  Igor PutovnyAdd modified implementation of the first pass
2024-05-30  Igor PutovnyRemove debugging logs
2024-05-30  Igor PutovnyAdd variable to track node depth in the trie
2024-05-30  Igor PutovnyAdd small check to the first pass of ORTC algorithm
2024-05-30  Igor PutovnyRemove code duplication
2024-05-30  Igor PutovnyCheck correct address types during aggregation configur...
2024-05-30  Igor PutovnyCollect and print prefixes according to address type
2024-05-30  Igor PutovnyCreate default net based on adress type
2024-05-30  Igor PutovnyCreate separate functions for inserting IP4 and IPv6...
2024-05-30  Igor PutovnyUse %N for printing net addresses
2024-05-30  Igor PutovnyUse idiomatic functions for manipulating net_addr,...
2024-05-30  Igor PutovnyBugfix
2024-05-30  Igor PutovnyClear bit after setting it when collecting prefixes...
2024-05-30  Igor PutovnyAdd debugging logs
2024-05-30  Igor PutovnyRename variables of type protocol in order to be consis...
2024-05-30  Igor PutovnyCreate and assign net to default route
2024-05-30  Igor PutovnyChange a few logs
2024-05-30  Igor PutovnyRefactor functions for comparing buckets and computing...
2024-05-30  Igor PutovnyRun correct aggregation (by nets or by attributes)...
2024-05-30  Igor PutovnyCollect prefixes in trie after aggregation and export...
2024-05-30  Igor PutovnyRemove const from aggregator_bucket pointers in trie...
2024-05-30  Igor PutovnyRefactor printing prefixes in trie
2024-05-30  Igor PutovnyRemove configuration rule enforcing aggregation on NET
2024-05-30  Igor PutovnyBugfix
2024-05-30  Igor PutovnyAdd small changes to test script
2024-05-30  Igor PutovnyRemove unused code
2024-05-30  Igor PutovnyAdd script to prepare test case run
2024-05-30  Igor PutovnyCreate default empty route for aggregation
2024-05-30  Igor PutovnyAdd more assertions
2024-05-30  Igor PutovnyMake pointer to aggregator bucket const
2024-05-30  Igor PutovnyDo not discard bucket from internal nodes
2024-05-30  Igor PutovnyDo not assign bucket of any prefix to the root node
2024-05-30  Igor PutovnyCreate event to run ORTC algorithm exactly once
2024-05-30  Igor PutovnyRun ORTC algorithm
2024-05-30  Igor PutovnyAdd assertions and general code improvements
2024-05-30  Igor PutovnyRemove unused code
2024-05-30  Maria MatejkaAutoconf: minor reduction of redundancy
2024-05-30  Igor PutovnyAllow sanitization compiler option
2024-05-30  Igor PutovnyRename constant
2024-05-30  Igor PutovnyFix how bucket for new leaf nodes is chosen
2024-05-30  Igor PutovnyUse net_addr_ip4 instead of ip4_addr for printing prefixes
2024-05-30  Igor PutovnyRemove unused code
2024-05-30  Igor PutovnyAdd comments
2024-05-30  Igor PutovnyChange order of parameters in a few functions
2024-05-30  Igor PutovnySimplify delete_trie() function
2024-05-30  Igor PutovnyAssign bucket of ancestor node to leaf node
2024-05-30  Igor PutovnyFix incorrect implementation of the third pass
2024-05-30  Igor PutovnyAssign route bucket only to the last inserted node
2024-05-30  Igor PutovnyFix argument order in several functions
2024-05-30  Igor PutovnyAdd a few comments, print prefixes after aggregation
2024-05-30  Igor PutovnyExtend remove_node() with deleting root node
2024-05-30  Igor PutovnyFix aggregator_bucket_unionize()
2024-05-30  Igor PutovnyFix const warning, add few comments
2024-05-30  Igor PutovnyDelete trie during aggregator shutdown
2024-05-30  Igor PutovnyRefactor and fix aggregator_bucket_unionize()
2024-05-30  Igor PutovnyFix aggregator_bucket_intersect(), add comments and...
2024-05-30  Igor PutovnyRemove unused code
2024-05-30  Igor PutovnyAdd new implementation of third_pass() and remove old...
2024-05-30  Igor PutovnyMove trie initialization to aggregator_start()
2024-05-30  Igor PutovnyFix previous version, aggregator is now stable but...
2024-05-30  Igor PutovnyImplement basics of prefix aggregation functionality
2024-05-30  Maria MatejkaAggregator: Fixed hashing of adata
2024-05-30  Maria MatejkaAggregator moved to a separate protocol
2024-05-30  Maria MatejkaAggregator: polishing of filter API
2024-05-30  Igor PutovnyBasic route aggregation
2024-05-30  Maria MatejkaSimple testing of reconfiguration to a slightly differe...
2024-05-30  Maria MatejkaFilter: Print instructions take only one value (simplif...
2024-05-30  Maria MatejkaFilter: Shortened method declarations
2024-05-30  Maria MatejkaFilter: The for loop uses the method system for type...
2024-05-30  Maria MatejkaRemoving unused terminals from filter config
2024-05-30  Maria MatejkaFilter: Methods rework
2024-05-30  Maria MatejkaUninitialized filter variables of path/[el]?clist types...
2024-05-30  Maria MatejkaConf: config warnings show the file position
2024-05-30  Maria MatejkaFilter: functions can and should have typed return...
2024-05-30  Maria MatejkaGitLab: Disabling build for CentOS 7 and Ubuntu 14...
2024-05-30  Maria MatejkaFilter/Conf: Method names have their own keyword hash
2024-05-30  Maria MatejkaConf: Allowing conf scope to be explicitly read only
2024-05-30  Maria MatejkaConf: Symbol manipulation gets its context explicitly
2024-05-30  Maria MatejkaFilter: any lvalue can get its methods called
2024-05-30  Maria MatejkaFilter: split out dot-notation methods to separate...
2024-05-30  Maria MatejkaConf: Keywords have their default symbols
2024-05-30  Maria MatejkaConf: Symbol hashes for all scopes
2024-05-30  Maria MatejkaDropping empty-type const f_vals, they were copied...
2024-05-30  Maria MatejkaConf: Adding dummy thread-number setting for easier...
2024-05-30  Ondrej ZajicekBabel: Minor changes to RTT formatting
2024-05-30  Toke Høiland... Babel: Add support for the RTT extension
2024-05-30  Toke Høiland... IO: Add current_time_now() function for immediate timestamp
2024-05-30  Ondrej ZajicekBGP: Fix role check when no capability option is present
2024-05-30  Ondrej ZajicekLib: Improve IP/net hashing
2024-05-30  Ondrej ZajicekNest: Add tests and benchmark for FIB
2024-05-30  Ondrej ZajicekConf: Improve handling of keywords
2024-05-30  Ondrej ZajicekConf: Fix symbol lookup
next