index
:
bird
android-old
avc-firewall
bgp/recursive
current-busch
current-vps
dmwg-0.0.1
dmwg-0.0.2
lua/filter
lua/lua
lua/wireguard
native/native-function
native/wg-native-function
old/bgp-recursive
old/build
old/current-jessie
old/debug
old/debug2
old/ignore-interface
old/ipv4-link-local
old/tunnel-encap
old/wg-tlv
old/wireguard
old/wireguard-android
old/wireguard-bp
old/wireguard-initial
old/wireguard-lib
old/wireguard-proto
old/wireguard-upstream
proto-firewall
shared
wireguard
wireguard-android
wireguard-next
wireguard-next-tmp10
wireguard-next-tmp11
wireguard-next-tmp5
wireguard-next-tmp6
wireguard-next-tmp7
wireguard-next-tmp7-1
wireguard-next-tmp8
wireguard-next-tmp8-1
wireguard-next-tmp9
Bird routing daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sysdep
/
unix
/
io-loop.c
Age
Commit message (
Expand
)
Author
2023-05-11
Fix use-after free in thread stopping code
Maria Matejka
2023-05-11
Threads take loops faster
Maria Matejka
2023-05-07
IO Loop / Thread Groups Lock moved to level -attrs- to allow for page allocat...
Maria Matejka
2023-05-07
Fixed loop movement to not collide on LTT_MOVE
Maria Matejka
2023-05-07
Fix loop dropping routines
Maria Matejka
2023-05-06
First try of loop balancing
Maria Matejka
2023-05-03
Show threads: Fixed problems with CLI buffer reallocation
Maria Matejka
2023-05-03
Explicitly counting loops and threads
Maria Matejka
2023-05-03
Loop spent time refactored to separate structures and functions
Maria Matejka
2023-04-26
Loops track also locking time
Maria Matejka
2023-04-26
IO loops now actually measuring their time (show threads all works)
Maria Matejka
2023-04-25
Refactoring of domains connected to pools
Maria Matejka
2023-04-24
Fix of failing show threads command
Maria Matejka
2023-04-24
Resource pools are now bound with domains.
Maria Matejka
2023-04-22
Protocols and tables now use the birdloop pools as primary
Maria Matejka
2023-04-22
Resource pool closing has its dedicated function
Maria Matejka
2023-04-17
IO: added a specific loop pickup group for BFD; to be done better in future
Maria Matejka
2023-04-06
Loop: keep running the same loop for some time if there is work to do
Maria Matejka
2023-04-04
Sockets: Unified API for main and other loops
Maria Matejka
2023-04-04
More efficient IO loop event execution to avoid long loops
Maria Matejka
2023-01-19
Decoupling loops from threads to allow fixed thread count
Maria Matejka
2022-10-05
Poll errors must also drop a corefile. And we shouldn't run sockets when sock...
Maria Matejka
2022-10-05
Fixed previously untested paths in RPKI
Maria Matejka
2022-09-21
Local page allocation
Maria Matejka
2022-09-20
Pipe kick-and-drain packed into a neat structure and functions.
Maria Matejka
2022-09-18
Loop flags: a simple idempotent event announcement mechanism
Maria Matejka
2022-09-18
Cancelling all timers when loop stops
Maria Matejka
2022-08-02
Introducing basic RCU primitives for lock-less shared data structures
Maria Matejka
2022-07-28
Moved the thread starting code to IO loop code
Maria Matejka
2022-07-18
Merge commit '94eb0858' into thread-next
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