Age | Commit message (Expand) | Author |
2021-11-22 | Pipe runs in parallel. | Maria Matejka |
2021-11-22 | Routing tables now have their own loops. | Maria Matejka |
2021-11-22 | Route subscription uses events | Maria Matejka |
2021-11-22 | Global table update pool removed | Maria Matejka |
2021-11-22 | Locking route attributes cache | Maria Matejka |
2021-11-22 | Route sources have an explicit owner | Maria Matejka |
2021-11-22 | Table cork: Stop creating updates when there are too many pending. | Maria Matejka |
2021-11-22 | Split route table event into separate events | Maria Matejka |
2021-11-22 | Adding a generic cork mechanism for events | Maria Matejka |
2021-11-22 | Converting the former BFD loop to a universal IO loop and protocol loop. | Maria Matejka |
2021-11-22 | Moved BFD IO loop out of BFD as we want to use it as socket-io coroutine | Maria Matejka |
2021-11-22 | Unified time for whole BIRD | Maria Matejka |
2021-11-22 | Debug messages with timestamps. | Maria Matejka |
2021-11-22 | Lock position checking allows for safe lock unions | Maria Matejka |
2021-11-22 | Coroutines: A simple and lightweight parallel execution framework. | Maria Matejka |
2021-11-22 | Locking subsystem: Just a global BIRD lock to begin with. | Maria Matejka |
2021-11-22 | Dropping the POSIX thread-local variables in favor of much easier-to-use C11 ... | Maria Matejka |
2021-11-22 | POSIX threads and thread-local storage is needed for concurrent execution | Maria Matejka |
2021-11-22 | Multithreaded BIRD needs reasonably new software to compile | Maria Matejka |
2021-11-22 | Fixing expensive list checks. Debug only commit. | Maria Matejka |
2021-11-22 | GDB: SKIP_BACK and linked list tools | Maria Matejka |
2021-11-22 | Type checking in SKIP_BACK macro | Maria Matejka |
2021-11-22 | Route export is now asynchronous. | Maria Matejka |
2021-11-22 | Better profylaction recursive route loops | Maria Matejka |
2021-11-22 | Special table hooks rectified. | Maria Matejka |
2021-11-22 | Table import and export are now explicit hooks. | Maria Matejka |
2021-11-09 | Limit containment | Maria Matejka |
2021-11-09 | RPKI: Do nothing when protocol is stopping | Maria Matejka |
2021-11-09 | RPKI shouldn't process more packets when being stopped | Maria Matejka |
2021-11-09 | Kernel routes are flushed on shutdown by kernel scan, not by table scan | Maria Matejka |
2021-11-09 | Secondary and merged exports get a whole feed instead of traversing the table... | Maria Matejka |
2021-11-09 | Route export: rejected by filter bitmap | Maria Matejka |
2021-11-09 | Protocol stats split to import and export | Maria Matejka |
2021-11-09 | Nest: Route generations and explicit tracking route propagion through pipes | Maria Matejka |
2021-11-09 | Refeed is done from export table when appropriate | Maria Matejka |
2021-11-09 | Recursive route nexthop updates now announced with valid new_best/old_best in... | Maria Matejka |
2021-11-09 | Suppressed MRT unused static function warning | Maria Matejka |
2021-11-09 | Split route data structure to storage (ro) / manipulation (rw) structures. | Maria Matejka |
2021-11-09 | Extended route trace: logging Path Identifiers | Maria Matejka |
2021-10-13 | Dropping the unused rte_same hook | Maria Matejka |
2021-10-13 | Dropping rte-local dumper entries | Maria Matejka |
2021-10-13 | RIP fixup + dropping the tmp_attrs mechanism as obsolete | Maria Matejka |
2021-10-13 | BGP: Moved the suppressed and stale flags to pflags | Maria Matejka |
2021-10-13 | Kernel: Convert the rte-local attributes to extended attributes and flags to ... | Maria Matejka |
2021-10-13 | Dropping the RTS_DUMMY temporary route storage. | Maria Matejka |
2021-10-13 | Babel: Convert the rte-local attributes to extended attributes | Maria Matejka |
2021-10-13 | OSPF: Convert the rte-local attributes to extended attributes | Maria Matejka |
2021-10-13 | RIP: convert the rte-local attributes to extended attributes | Maria Matejka |
2021-10-13 | Extended route attributes may include also pointers | Maria Matejka |
2021-10-13 | IGP metric getter refactoring to protocol callback | Maria Matejka |