summaryrefslogtreecommitdiffstats
path: root/src/server/sendfile.c
Commit message (Collapse)AuthorAgeFilesLines
* [SERVER] iscsi refactor: First working versionSimon Rettberg2025-12-091-0/+60
Work towards simplifying the iscsi implementation has begun. Goals are: - Simpler and easier to understand resource/lifecycle management of allocations - Single-threaded architecture, making locking unnecessary - Moving as many allocations as possible to the stack - Making the call-stack more shallow for easier tracking of code flow