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.h
Age
Commit message (
Expand
)
Author
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-21
Adding forgotten pthread.h #include in io-loop.h (breaks at openbsd 7.1)
Maria Matejka
2023-01-19
Decoupling loops from threads to allow fixed thread count
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-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
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