Age | Commit message (Expand) | Author |
---|---|---|
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 |