summaryrefslogtreecommitdiffstats
path: root/src/server
Commit message (Expand)AuthorAgeFilesLines
* [SERVER] Log errno if opening image file failsSimon Rettberg2023-06-301-3/+5
* [SERVER] Threadpool: Add active thread count to error messageSimon Rettberg2023-06-141-1/+1
* [SERVER] Don't establish uplink when loading image on startupSimon Rettberg2022-09-131-1/+1
* [BUILD] Add check for stdatomic.h supportManuel Bentele2021-06-161-0/+1
* [SERVER] Add minRequestSize: Enlarge relayed requestsSimon Rettberg2021-05-113-16/+48
* [SERVER] Fix UBSimon Rettberg2021-05-111-1/+1
* [SERVER] Honor uplinkTimeout directly when connecting to alt-serverSimon Rettberg2021-05-102-5/+3Star
* [KERNEL] Improve debug output in net.cSimon Rettberg2021-04-201-0/+1
* [KERNEL] Removes duplicate word 'of' in license headersManuel Bentele2021-04-164-4/+4
* [SERVER] Mark uplink requests with BGR/prefetch flags and handle themSimon Rettberg2021-04-141-5/+20
* [SERVER] Make prefetching synchronousSimon Rettberg2021-04-143-168/+226
* [SERVER] Fix compiler warningSimon Rettberg2021-03-221-1/+1
* [BUILD] Build picohttpparser as independent libraryManuel Bentele2021-03-113-15/+15
* [BUILD] Disable lint/formatting for non-kernel for nowSimon Rettberg2021-03-051-0/+12
* [BUILD] Add support in CMake to validate (lint) the source codeManuel Bentele2021-03-041-17/+40
* [BUILD] Include branch and build timestamp in binariesSimon Rettberg2020-12-022-4/+6
* [SERVER] replaced non-existent FUSE define to match CMake's build definesManuel Bentele2020-11-271-3/+3
* [SERVER] Fix warningsSimon Rettberg2020-11-234-7/+9
* [BUILD] update search paths for 'libatomic' to support build on FreeBSDManuel Bentele2020-11-231-1/+1
* [BUILD] add CMake find package search to find 'libatomic' automaticallyManuel Bentele2020-11-231-0/+3
* [BUILD] add support for atomic operations not supported by hardwareManuel Bentele2020-11-201-1/+1
* [SERVER] Fix log calls in thread debug codeSimon Rettberg2020-11-131-5/+7
* cmake: Fix passing -Defines to ccSimon Rettberg2020-11-131-3/+3
* [BUILD] add build options to enable/disable build of dnbd3 componentsManuel Bentele2020-10-301-0/+1
* [SERVER] Update nextSave timestamp at start of functionSimon Rettberg2020-10-291-4/+6
* [BUILD] remove the build requirement for an unused C++ compilerManuel Bentele2020-10-271-1/+2
* [BUILD] add CMake targets to build binary and source packages with CPackManuel Bentele2020-10-223-8/+11
* [BUILD] add option to build the dnbd3-server with afl-fuzz supportManuel Bentele2020-10-202-5/+30
* [BUILD] set build type and stop Release build if repository is dirtyManuel Bentele2020-10-193-10/+7Star
* [BUILD] rewrite CMake build system to track changes of source filesManuel Bentele2020-10-1618-63/+124
* [SERVER] Fix rid 0 proxy lookup if local version is newerSimon Rettberg2020-08-141-5/+15
* [SERVER] FUSE: Set name for fuse theadsSimon Rettberg2020-07-311-0/+2
* [SERVER] FUSE: Use splice with move for local readsSimon Rettberg2020-07-311-2/+16
* [SERVER] FUSE: Fix arguments to fuseSimon Rettberg2020-07-302-2/+3
* [SERVER] Remove dead codeSimon Rettberg2020-07-301-6/+0Star
* [SERVER] Fix: Missing argument to fprintf()Simon Rettberg2020-07-301-1/+1
* [SERVER] Inline imageLookup/Open since we use fuse_mtSimon Rettberg2020-07-301-56/+34Star
* [SERVER] FUSE: Add readdir for /Simon Rettberg2020-07-301-1/+40
* [SERVER] Add FUSE modeSimon Rettberg2020-07-2811-102/+781
* [SERVER] Fix: NULL pointer access in saveLoadAllCacheMaps()Simon Rettberg2020-07-211-0/+2
* [SERVER] Fix: No replication if autoFreeDiskSpaceDelay is disabledSimon Rettberg2020-06-301-4/+12
* [SERVER] Know when to stopSimon Rettberg2020-06-101-1/+1
* [SERVER] Likewise, flush entire payload on RTT measurementSimon Rettberg2020-06-101-1/+6
* [SERVER] Fix list walk when removing client from uplinkSimon Rettberg2020-06-101-1/+3
* [SERVER] fix uninitialized variableSimon Rettberg2020-06-101-1/+1
* [SERVER] Fix check for RTT block reply sizeSimon Rettberg2020-06-101-1/+1
* [SERVER] Check local and remote for updates on rid == 0Simon Rettberg2020-03-311-4/+8
* [SERVER] Make lock/thread debugging dedicated cmake optionSimon Rettberg2020-03-232-2/+2
* [SERVER] image_ensureDiskSpace should only deletes proxied imagesSimon Rettberg2020-03-201-18/+19
* [SERVER] Remember atime in .meta fileSimon Rettberg2020-03-203-62/+139