Age | Commit message (Expand) | Author |
2022-03-09 | Merge commit 'e42eedb9' into haugesund | Maria Matejka |
2022-03-09 | Merge commit '5cff1d5f' into haugesund | Maria Matejka |
2022-03-09 | Merge commit 'd5a32563' into haugesund | Maria Matejka |
2022-03-09 | Fixed resource initialization in unit tests | Maria Matejka |
2022-03-09 | Merge commit '0c59f7ff' into haugesund | Maria Matejka |
2022-03-09 | Revert "Bound allocated pages to resource pools with page caches to avoid unn... | Maria Matejka |
2022-03-09 | Revert "Multipage allocation" | Maria Matejka |
2022-03-09 | Single-threaded version of sark-branch memory page management | Maria Matejka |
2022-03-02 | Introducing an universal temporary linpool flushed after every task | Maria Matejka |
2022-03-02 | Merge commit '2c13759136951ef0e70a3e3c2b2d3c9a387f7ed9' into haugesund | Maria Matejka |
2022-02-09 | NEWS and version update | Ondrej Zajicek (work) |
2022-02-08 | Alloc: Use posix_memalign() instead of aligned_alloc() | Ondrej Zajicek (work) |
2022-02-08 | Netlink: Minor cleanup | Ondrej Zajicek (work) |
2022-01-17 | Netlink: Add option to specify netlink socket receive buffer size | Ondrej Zajicek (work) |
2022-01-15 | Netlink: Add another workaround for older kernel headers | Ondrej Zajicek (work) |
2022-01-14 | Netlink: Add workaround for older kernel headers | Ondrej Zajicek (work) |
2022-01-14 | Netlink: Enable strict checking for KRT dumps | Ondrej Zajicek (work) |
2022-01-14 | Netlink: Explicitly skip received cloned routes | Ondrej Zajicek (work) |
2022-01-08 | IO: Support nonlocal bind in socket interface | Alexander Zubkov |
2022-01-05 | Netlink: Do not ignore dead routes from BIRD | Ondrej Zajicek (work) |
2022-01-05 | Netlink: Improve multipath parsing errors | Ondrej Zajicek (work) |
2021-12-27 | BSD: Assume onlink flag on ifaces with only host addresses | Ondrej Zajicek (work) |
2021-11-24 | Directly mapped pages are kept for future use if temporarily not needed | 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 | POSIX threads and thread-local storage is needed for concurrent execution | 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 | Secondary and merged exports get a whole feed instead of traversing the table... | Maria Matejka |
2021-11-09 | Split route data structure to storage (ro) / manipulation (rw) structures. | Maria Matejka |
2021-11-09 | Kernel routes are flushed on shutdown by kernel scan, not by table scan | Maria Matejka |
2021-10-13 | Kernel: Convert the rte-local attributes to extended attributes and flags to ... | Maria Matejka |
2021-10-13 | Route: moved rte_src pointer from rta to rte | Maria Matejka |
2021-10-13 | Preexport: No route modification, no linpool needed | Maria Matejka |
2021-10-13 | RIP fixup + dropping the tmp_attrs mechanism as obsolete | Maria Matejka |
2021-10-13 | Dropping the RTS_DUMMY temporary route storage. | Maria Matejka |
2021-10-13 | Preference moved to RTA and set explicitly in protocols | Maria Matejka |
2021-10-13 | Multipage allocation | Maria Matejka |
2021-10-13 | CLI socket accept() may also fail and should produce some message, not a core... | Maria Matejka |
2021-09-10 | Bound allocated pages to resource pools with page caches to avoid unnecessary... | Maria Matejka |
2021-09-10 | Debug output uses local buffer to avoid clashes between threads. | Maria Matejka |
2021-09-10 | Nest: Clean up main channel handling | Ondrej Zajicek (work) |
2021-06-17 | Nest: Clean up main channel handling | Ondrej Zajicek (work) |
2021-06-06 | sysdep: Add wrapper to get random bytes - update | Ondrej Zajicek (work) |
2021-06-06 | sysdep: Add wrapper to get random bytes | Toke Høiland-Jørgensen |
2021-05-10 | BSD: Propagate OS-level IFF_MULTICAST to internal IF_MULTICAST flag | Toke Høiland-Jørgensen |
2021-04-19 | BSD: Fix invalid pointer derefence in logging code | Stefan Haller |