| Commit message (Expand) | Author | Age | Files | Lines |
| * | [SERVER] Refactor classic dnbd3 code a bit, locking etc. | Simon Rettberg | 2025-12-09 | 1 | -28/+54 |
| * | [SERVER] iscsi: Fix crashes | Simon Rettberg | 2025-12-09 | 2 | -36/+40 |
| * | [SERVER] Check if iSCSI server is enabled, check opcode | Simon Rettberg | 2025-12-09 | 3 | -12/+16 |
| * | [SERVER] iscsi: use sendfile() | Simon Rettberg | 2025-12-09 | 4 | -151/+105 |
| * | [SERVER] iscsi refactor: First working version | Simon Rettberg | 2025-12-09 | 9 | -18065/+2732 |
| * | [SERVER] iscsi: Implement relaying requests to uplink servers | Simon Rettberg | 2025-12-09 | 2 | -26/+97 |
| * | [SERVER] iscsi: Hook into net.c, text response handling, more features: | Sebastian Vater | 2025-12-09 | 8 | -2256/+15641 |
| * | [SERVER] iscsi: Finish login handling, add NOP-In/Out handling | Sebastian Vater | 2025-12-09 | 2 | -261/+1448 |
| * | [SERVER] iscsi: Implement receive loop, add a lot of new iSCSI structures | Sebastian Vater | 2025-12-09 | 2 | -120/+3956 |
| * | [SERVER] iscsi: Add a lot of Doxygen comments, some general additions | Sebastian Vater | 2025-12-09 | 2 | -2672/+5479 |
| * | doxygen: Add initial config and gitlab runner job | Simon Rettberg | 2025-12-09 | 2 | -2/+199 |
| * | [SERVER] iscsi: Initial commit, WIP | Sebastian Vater | 2025-12-09 | 3 | -0/+4589 |
| * | [SERVER] Verify checksums of all images on SIGUSR1 | Simon Rettberg | 2024-07-05 | 6 | -14/+92 |
| * | [SERVER] integrity: Add comments, line wraps, add check for full scan | Simon Rettberg | 2024-07-04 | 1 | -7/+24 |
| * | [server] Avoid redefining container_of | Simon Rettberg | 2024-06-07 | 1 | -0/+2 |
| * | [SERVER] Log errno if opening image file fails | Simon Rettberg | 2023-06-30 | 1 | -3/+5 |
| * | [SERVER] Threadpool: Add active thread count to error message | Simon Rettberg | 2023-06-14 | 1 | -1/+1 |
| * | [SERVER] Don't establish uplink when loading image on startup | Simon Rettberg | 2022-09-13 | 1 | -1/+1 |
| * | [BUILD] Add check for stdatomic.h support | Manuel Bentele | 2021-06-16 | 1 | -0/+1 |
| * | [SERVER] Add minRequestSize: Enlarge relayed requests | Simon Rettberg | 2021-05-11 | 3 | -16/+48 |
| * | [SERVER] Fix UB | Simon Rettberg | 2021-05-11 | 1 | -1/+1 |
| * | [SERVER] Honor uplinkTimeout directly when connecting to alt-server | Simon Rettberg | 2021-05-10 | 2 | -5/+3 |
| * | [KERNEL] Improve debug output in net.c | Simon Rettberg | 2021-04-20 | 1 | -0/+1 |
| * | [KERNEL] Removes duplicate word 'of' in license headers | Manuel Bentele | 2021-04-16 | 4 | -4/+4 |
| * | [SERVER] Mark uplink requests with BGR/prefetch flags and handle them | Simon Rettberg | 2021-04-14 | 1 | -5/+20 |
| * | [SERVER] Make prefetching synchronous | Simon Rettberg | 2021-04-14 | 3 | -168/+226 |
| * | [SERVER] Fix compiler warning | Simon Rettberg | 2021-03-22 | 1 | -1/+1 |
| * | [BUILD] Build picohttpparser as independent library | Manuel Bentele | 2021-03-11 | 3 | -15/+15 |
| * | [BUILD] Disable lint/formatting for non-kernel for now | Simon Rettberg | 2021-03-05 | 1 | -0/+12 |
| * | [BUILD] Add support in CMake to validate (lint) the source code | Manuel Bentele | 2021-03-04 | 1 | -17/+40 |
| * | [BUILD] Include branch and build timestamp in binaries | Simon Rettberg | 2020-12-02 | 2 | -4/+6 |
| * | [SERVER] replaced non-existent FUSE define to match CMake's build defines | Manuel Bentele | 2020-11-27 | 1 | -3/+3 |
| * | [SERVER] Fix warnings | Simon Rettberg | 2020-11-23 | 4 | -7/+9 |
| * | [BUILD] update search paths for 'libatomic' to support build on FreeBSD | Manuel Bentele | 2020-11-23 | 1 | -1/+1 |
| * | [BUILD] add CMake find package search to find 'libatomic' automatically | Manuel Bentele | 2020-11-23 | 1 | -0/+3 |
| * | [BUILD] add support for atomic operations not supported by hardware | Manuel Bentele | 2020-11-20 | 1 | -1/+1 |
| * | [SERVER] Fix log calls in thread debug code | Simon Rettberg | 2020-11-13 | 1 | -5/+7 |
| * | cmake: Fix passing -Defines to cc | Simon Rettberg | 2020-11-13 | 1 | -3/+3 |
| * | [BUILD] add build options to enable/disable build of dnbd3 components | Manuel Bentele | 2020-10-30 | 1 | -0/+1 |
| * | [SERVER] Update nextSave timestamp at start of function | Simon Rettberg | 2020-10-29 | 1 | -4/+6 |
| * | [BUILD] remove the build requirement for an unused C++ compiler | Manuel Bentele | 2020-10-27 | 1 | -1/+2 |
| * | [BUILD] add CMake targets to build binary and source packages with CPack | Manuel Bentele | 2020-10-22 | 3 | -8/+11 |
| * | [BUILD] add option to build the dnbd3-server with afl-fuzz support | Manuel Bentele | 2020-10-20 | 2 | -5/+30 |
| * | [BUILD] set build type and stop Release build if repository is dirty | Manuel Bentele | 2020-10-19 | 3 | -10/+7 |
| * | [BUILD] rewrite CMake build system to track changes of source files | Manuel Bentele | 2020-10-16 | 18 | -63/+124 |
| * | [SERVER] Fix rid 0 proxy lookup if local version is newer | Simon Rettberg | 2020-08-14 | 1 | -5/+15 |
| * | [SERVER] FUSE: Set name for fuse theads | Simon Rettberg | 2020-07-31 | 1 | -0/+2 |
| * | [SERVER] FUSE: Use splice with move for local reads | Simon Rettberg | 2020-07-31 | 1 | -2/+16 |
| * | [SERVER] FUSE: Fix arguments to fuse | Simon Rettberg | 2020-07-30 | 2 | -2/+3 |
| * | [SERVER] Remove dead code | Simon Rettberg | 2020-07-30 | 1 | -6/+0 |