summaryrefslogtreecommitdiffstats
path: root/pkg
Commit message (Collapse)AuthorAgeFilesLines
* [SERVER] Make default config a bit more readableSteffen Ritter2021-08-243-4/+24
|
* server.conf: Update uplinkTimeout to match default valuev3.10Simon Rettberg2021-05-111-1/+1
|
* [SERVER] Make prefetching synchronousSimon Rettberg2021-04-141-0/+2
| | | | | | | | | There is a race condition where we process the next request from the same client faster than the OS will schedule the async prefetch job, rendering it a NOOP in the best case (request ranges match) or fetching redundant data from the upstream server (prefetch range is larger than actual request by client). Make prefetching synchronous to prevent this race condition.
* [BUILD] add CMake support to build docker images based on ArchlinuxManuel Bentele2020-11-022-0/+28
|
* [BUILD] add CMake support to build docker images based on Ubuntu 20.04Manuel Bentele2020-10-291-0/+28
|
* [BUILD] remove the build requirement for an unused C++ compilerManuel Bentele2020-10-273-3/+6
| | | | | This patch sets the programming languages of each CMake project to C. With this change, CMake does not search for an unused C++ compiler anymore.
* [BUILD] add systemd service file for dnbd3-server to installation targetsManuel Bentele2020-10-227-0/+134