]> git.ipfire.org Git - thirdparty/bird.git/shortlog
thirdparty/bird.git
2023-10-12  Maria MatejkaChannel: using a separate pool for export data
2023-10-12  Maria MatejkaMerge commit 'e2f08c382a2adbbbd94c5cd7d996ce9175e0fb9c...
2023-10-12  Maria MatejkaMerge commit '4972590e' into thread-next
2023-10-12  Maria MatejkaBGP/BMP: fixed build with no bmp at all
2023-10-12  Maria MatejkaBGP: dropped bgp_fix_attr_flags() (useless remnant...
2023-10-11  Maria MatejkaMerge commit 'b20b6a9ad204f2648ed3d62720435bb21dfb947c...
2023-10-11  Maria MatejkaBGP/BMP: Moved temporary allocation checks to the freei...
2023-10-11  Maria MatejkaMerge branch 'mq-bmp-to-merge-to-v3' into thread-next
2023-10-11  Maria MatejkaMerge commit '2d988f71a5c3caf3b56426a45d4d234c4fd4fce7...
2023-10-11  Maria MatejkaMerge commit '6e908775' into thread-next
2023-10-10  Maria MatejkaMerge branch 'mq-bmp-to-merge-to-v3' into HEAD
2023-10-10  Ondrej ZajicekNest: Use generic rte_announce() also for import tables
2023-10-10  Ondrej ZajicekConf: Improve handling of keywords
2023-10-10  Ondrej ZajicekConf: Fix symbol lookup
2023-10-03  Maria MatejkaChannel: Refeeding by an auxiliary request if needed.
2023-09-27  Maria MatejkaBabel: Properly handle route refeed
2023-09-27  Maria MatejkaRIP: Properly handle route refeed
2023-09-25  Maria MatejkaBabel: Remove interfaces on shutdown
2023-09-24  Maria MatejkaKernel: refeed routes and delete them from kernel befor...
2023-09-24  Maria MatejkaProtocols have now assigned startup phases
2023-09-24  Maria MatejkaIface: trace log messages cleanup
2023-09-24  Maria MatejkaTable: Added some journal and export tracing
2023-09-24  Maria MatejkaTable: Fixed feed race condition
2023-09-24  Maria MatejkaExport: More strict export state checking on change
2023-09-24  Maria MatejkaProperly consted routes inside table
2023-09-24  Maria MatejkaFilter iterator accepts lines instead of filter
2023-09-24  Vojtech VilimekRenamed channel class pointers
2023-09-24  Maria MatejkaLogging: fixed size logfiles behaving as mmapped ringbu...
2023-09-24  Maria MatejkaLogging limit enforcement moved into the rfile structure
2023-09-24  Maria MatejkaLogging now doesn't lock with each message
2023-09-24  Maria MatejkaThreads: added a generic method to run in all threads
2023-09-24  Maria MatejkaLogging: Abolished stdio in favor of write() to make...
2023-09-14  Maria MatejkaCLI: Dropping the mechanism of echoing log messages
2023-09-14  Maria MatejkaBGP: When debug { routes } is set, updates considered...
2023-09-14  Maria MatejkaEnhanced tracing of route refresh state
2023-08-29  Maria MatejkaHostentry application locking
2023-08-24  Maria MatejkaConfig obstacles are lockless now
2023-08-21  Ondrej ZajicekBMP: Improve peer_down handling
2023-08-21  Ondrej ZajicekBMP: Use generic channel feed instead of direct walk...
2023-08-21  Ondrej ZajicekNest: Use generic rte_announce() also for import tables
2023-08-18  Ondrej ZajicekBMP: Fix route timestamps
2023-08-18  Ondrej ZajicekBMP: Refactor route monitoring
2023-08-01  Ondrej ZajicekBMP: Remove useless buffer
2023-08-01  Ondrej ZajicekBMP: Simplify route monitoring hooks
2023-06-08  Ondrej ZajicekBMP: Ensure that bmp_fire_tx() does nothing when not up
2023-06-08  Ondrej ZajicekBMP: Support multiple instances of BMP protocol
2023-05-31  Ondrej ZajicekBMP: Fix bug in buffer resize
2023-05-31  Ondrej ZajicekBMP: Proper reconfiguration and protocol status
2023-05-30  Ondrej ZajicekBMP: Add station address check
2023-05-30  Michal ZagorskiBMP: Add local address option
2023-05-30  Ondrej ZajicekBMP: Minor formatting cleanups
2023-05-30  Ondrej ZajicekBGP: Improve bgp_create_update_bmp()
2023-05-29  Maria MatejkaBFD: Fixed reconfiguration issues
2023-05-13  Maria MatejkaFixed abort when running in foreground but stdin is...
2023-05-11  Maria MatejkaNEWS and version update v3.0-alpha2
2023-05-11  Maria MatejkaFix use-after free in thread stopping code
2023-05-11  Maria MatejkaBGP: fix listen socket cleanup
2023-05-11  Maria MatejkaID Maps are checking whether their pool is locked
2023-05-11  Maria MatejkaProperly protecting the route src global index by RCU...
2023-05-11  Maria MatejkaThreads take loops faster
2023-05-11  Maria MatejkaChannel: configurable feed block size
2023-05-11  Maria MatejkaBGP: proactively rehash prefix hash up to shorten colli...
2023-05-09  Maria MatejkaOLocks in BGP must be freed early
2023-05-07  Maria MatejkaIO Loop / Thread Groups Lock moved to level -attrs...
2023-05-07  Maria MatejkaFixed loop movement to not collide on LTT_MOVE
2023-05-07  Maria MatejkaFix loop dropping routines
2023-05-06  Maria MatejkaFixed a bug in hot page global storage
2023-05-06  Maria MatejkaDebug: keep a circular log of memory page operations
2023-05-06  Maria MatejkaFixed cold page cache leak
2023-05-06  Maria MatejkaHostentry: fix pool locking
2023-05-06  Maria MatejkaLinpool state save and restore refactoring
2023-05-06  Maria MatejkaDebug: Explicit mprotect() on freed pages to better...
2023-05-06  Maria MatejkaPage allocator: indentation of messy ifdef blocks
2023-05-06  Maria MatejkaFirst try of loop balancing
2023-05-03  Maria MatejkaAllocation from linpools and slabs requires the appropr...
2023-05-03  Maria MatejkaLinpool flushes unused pages even on lp_restore()
2023-05-03  Maria MatejkaFixed race condition in hostentry allocation
2023-05-03  Maria MatejkaShow threads: Fixed problems with CLI buffer reallocation
2023-05-03  Maria MatejkaExplicitly counting loops and threads
2023-05-03  Maria MatejkaLoop spent time refactored to separate structures and...
2023-05-01  Ondrej ZajicekBMP: Use OPEN messages stored in BGP
2023-05-01  Ondrej ZajicekBGP: Save sent and received OPEN messages
2023-04-27  Ondrej ZajicekConf: Improve handling of keywords
2023-04-27  Ondrej ZajicekConf: Fix symbol lookup
2023-04-26  Maria MatejkaLoops track also locking time
2023-04-26  Maria MatejkaIO loops now actually measuring their time (show thread...
2023-04-25  Maria MatejkaRefactoring of domains connected to pools
2023-04-24  Maria MatejkaFix of failing show threads command
2023-04-24  Maria MatejkaMerge commit 'd61505b039bf0aa6697e28b2a4e07907c89ba1fb...
2023-04-24  Maria MatejkaMerge branch 'mq-resource-locking' into thread-next
2023-04-24  Maria MatejkaRemoved duplicate version 3.0-alpha0 news
2023-04-24  Maria MatejkaResource pools are now bound with domains.
2023-04-22  Maria MatejkaProtocols and tables now use the birdloop pools as...
2023-04-22  Maria MatejkaResource pool closing has its dedicated function
2023-04-22  Maria MatejkaSocket closing has its dedicated function
2023-04-22  Maria MatejkaGlobal protocol list is typed to avoid typecast confusion
2023-04-22  Maria MatejkaTyped lists: added add_after() and unit tests
2023-04-21  Ondrej ZajicekNEWS and version update v2.13
2023-04-21  Ondrej ZajicekFilter: Disable some trie formatting tests
2023-04-21  Ondrej FilipAlpha0 news added v3.0-alpha1
next