Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [SERVER] Make default config a bit more readable | Steffen Ritter | 2021-08-24 | 3 | -4/+24 |
| | |||||
* | server.conf: Update uplinkTimeout to match default valuev3.10 | Simon Rettberg | 2021-05-11 | 1 | -1/+1 |
| | |||||
* | [SERVER] Make prefetching synchronous | Simon Rettberg | 2021-04-14 | 1 | -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 Archlinux | Manuel Bentele | 2020-11-02 | 2 | -0/+28 |
| | |||||
* | [BUILD] add CMake support to build docker images based on Ubuntu 20.04 | Manuel Bentele | 2020-10-29 | 1 | -0/+28 |
| | |||||
* | [BUILD] remove the build requirement for an unused C++ compiler | Manuel Bentele | 2020-10-27 | 3 | -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 targets | Manuel Bentele | 2020-10-22 | 7 | -0/+134 |