event loop with threadmgr
Some checks failed
Docker Build & Publish / build (push) Has been cancelled

This commit is contained in:
Nicholas Orlowsky 2025-02-21 14:09:01 -05:00
parent f09b261b62
commit ca05aa1e5a
9 changed files with 69 additions and 122 deletions

View file

@ -1,4 +1,6 @@
# 0.3.0
- SSL support via OpenSSL
- Switched from thread per connection to event driven threading model
- Rewrote request parser for readability and speed
- Added improved logging with different log levels
- Separated anthracite into libanthracite and anthracite-bin to allow for other projects to implement anthracite (example in ./src/api_main.cpp)