moving ci/cd over to forgejo

This commit is contained in:
Nicholas Orlowsky 2025-02-04 13:26:54 -05:00
parent 0ebdb34601
commit 3c9edb1e0b
Signed by: nickorlow
GPG key ID: 838827D8C4611687
13 changed files with 57 additions and 29 deletions

View file

@ -15,7 +15,7 @@ Create a `build/` directory, run `cmake ..`, and then `make` to build.
- [x] Multithreading
- [x] HTTP/1.1
- [x] Enhance logging
- [-] Build out module-based backend system for handling requests
- [x] Create library that can be used to implement custom backends (i.e. webapi, fileserver, etc)
- [ ] Faster parsing
- [ ] HTTP/2
- [ ] Improve benchmarking infrastructure