summaryrefslogtreecommitdiffstats
path: root/pkg
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Removed leading "/" of install pathsHEADmasterAaron Würth2026-01-262-2/+2
| | | | Removed leading / of install paths, so files get installed in the directory requested by CMake's --prefix.
* Update README and sample configSimon Rettberg2025-12-093-448/+2Star
|
* [SERVER] iscsi: Hook into net.c, text response handling, more features:Sebastian Vater2025-12-093-0/+449
| | | | | | | | | | | | | | | - R2T handling - Portal groups - Fixes to login phase handling - Code refactoring - Remove obsolete PDU fields - SCSI INQUIRY handler - Persistent Reservation support - Implement SCSI block based operations - Implement other needed SCSI ops - Disks are now reported as read-only - Doxygen tags - Bugfixes for crashes, memleaks, etc.
* [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