]> git.ipfire.org Git - thirdparty/bird.git/shortlog
thirdparty/bird.git
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
2024-05-30  Ondrej ZajicekNEWS and version update
2024-05-30  Ondrej ZajicekFilter: Disable some trie formatting tests
2024-05-30  Ondrej ZajicekBMP: Add some basic documentation
2024-05-30  Ondrej ZajicekBMP: Silence some log messages
2024-05-30  Ondrej ZajicekBMP: Fix connection management
2024-05-30  Ondrej ZajicekBMP: Fix reconfiguration
2024-05-30  Ondrej ZajicekBMP: Allow build without BMP and disable BMP build...
2024-05-30  Ondrej ZajicekBMP: Move initialization to bmp_start()
2024-05-30  Ondrej ZajicekBMP: Fix missing template
2024-05-30  Ondrej Zajicek... BMP: Add some missing bmp_buffer_free() calls
2024-05-30  Ondrej Zajicek... BMP: Remove duplicate functions for update encoding
2024-05-30  Ondrej Zajicek... BMP: Integrate bmp_conn to bmp_proto
2024-05-30  Ondrej Zajicek... BMP: Minor cleanups
2024-05-30  Ondrej Zajicek... BMP: Do not use global instance ptr internally
2024-05-30  Ondrej Zajicek... BMP: Remove superfluous error handling
2024-05-30  Pawel MaslankaBMP protocol support
2024-05-30  Luiz AmaralBSD: IPv4 over IPv6 nexthop support on FreeBSD
2024-05-30  Maria MatejkaLinpool: Fix lp_restore()
2024-05-30  Trisha BiswasBGP: Add 'allow bgp_med' option for EBGP sessions
2024-05-30  Jakub RužičkaIncrease tests timeout
2024-05-30  Ondrej ZajicekBGP: Fix bgp_med handling
2024-05-30  Johannes MoosAdd missing references to "show route in" in the cli...
2024-05-30  Maria MatejkaBGP: Free bind applies also to outbound connections
2024-05-30  Ondrej ZajicekNet: Replace runtime checks with STATIC_ASSERT()
2024-05-30  Petr VaněkPrintf test suite fails on systems with musl libc becau...
2024-05-30  Maria MatejkaConfig: Dropping filter instruction trees after lineari...
2024-05-30  Maria MatejkaLinpool flush drops all the allocated pages but one
next