0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 20:05:21 +00:00
bird/nest
Maria Matejka f7c2a886c9 Object locks use events
Instead of calling custom hooks from object locks, we use standard event
sending mechanism to inform protocols about object lock changes. As
event sending is lockless, the unlocking protocol simply enqueues the
appropriate event to the given loop when the locking is done.
2023-01-24 11:34:36 +01:00
..
bfd.h BFD: Allow per-request session options 2020-11-08 15:33:22 +01:00
bird.h Enforcing certain data structure explicit paddings. 2022-05-04 15:37:41 +02:00
cli.c CLI closing fix when its action is run asynchronously. 2023-01-19 11:03:31 +01:00
cli.h Merge commit '1e47b9f203aaaad0fb658d40a1670f1d0437f1f8' into thread-next 2023-01-21 23:49:52 +01:00
cmds.c Merge commit '37b64441' into thread-next 2022-11-07 10:28:01 +01:00
cmds.h Filter refactoring: dropped the recursion from the interpreter 2019-02-20 22:30:54 +01:00
config.Y Merge commit '37b64441' into thread-next 2022-11-07 10:28:01 +01:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
iface.c Merge commit 'adf37d8e' into thread-next 2022-09-20 09:14:39 +02:00
iface.h VRF setting reduced to one argument, using default dummy iface for default vrf 2021-11-22 19:05:44 +01:00
limit.h Limited value must never go under zero 2022-10-12 10:05:14 +02:00
locks.c Object locks use events 2023-01-24 11:34:36 +01:00
locks.h Object locks use events 2023-01-24 11:34:36 +01:00
Makefile Merge commit 'd2c1036a42881d413ec97203ede92a69f8cd218f' into thread-next 2022-09-09 13:15:50 +02:00
neighbor.c Merge commit 'adf37d8e' into thread-next 2022-09-20 09:14:39 +02:00
password.c Nest: Allow MAC algorithms to specify min/max key length 2021-06-06 16:28:18 +02:00
password.h Nest: Allow MAC algorithms to specify min/max key length 2021-06-06 16:28:18 +02:00
proto-hooks.c Dropping rte-local dumper entries 2021-10-13 19:09:05 +02:00
proto.c Merge commit '8478de88' into thread-next 2022-11-07 10:18:19 +01:00
proto.sgml Channels - explicit links between protocols and tables 2016-02-01 10:28:50 +01:00
protocol.h Merge commit '8478de88' into thread-next 2022-11-07 10:18:19 +01:00
rt-attr.c Table prune routine doesn't walk over lists unless needed. 2023-01-19 11:10:25 +01:00
rt-dev.c Nest: Fix several issues with pflags 2023-01-01 20:10:23 +01:00
rt-dev.h Nest: SADR support for Direct 2018-03-18 02:56:51 +01:00
rt-fib.c Splitting route data structures out to lib 2022-05-04 15:37:41 +02:00
rt-show.c CLI closing fix when its action is run asynchronously. 2023-01-19 11:03:31 +01:00
rt-table.c Merge commit '6d1ae197d189d50e60279796441c6e74272ddc54' into thread-next 2023-01-23 19:03:16 +01:00
rt.h Table prune routine doesn't walk over lists unless needed. 2023-01-19 11:10:25 +01:00