summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add astyle formatting script/config (in progress)formattingSimon Rettberg2021-03-062-0/+51
* [BUILD] Add Github workflow to validate (lint) source codeManuel Bentele2021-03-051-0/+34
* [BUILD] Disable lint/formatting for non-kernel for nowSimon Rettberg2021-03-052-23/+43
* [BUILD] Make lint/format optionalSimon Rettberg2021-03-051-1/+13
* [BUILD] Add support in CMake to validate (lint) the source codeManuel Bentele2021-03-0413-33/+321
* [BUILD] Add build support for Github actionsManuel Bentele2021-03-022-1/+66
* [DOC] replace tabs with whitespacesManuel Bentele2021-02-101-16/+16
* [BUILD] add support for AlmaLinux 8Manuel Bentele2021-02-101-0/+18
* [BUILD] add support for FreeBSD 12.2 and upcoming 13.xManuel Bentele2020-12-141-3/+3
* [BUILD] add support for Linux LTS kernel 5.10.xManuel Bentele2020-12-141-2/+2
* [FUSE] Fix build: Add dnbd3-build to dependenciesSimon Rettberg2020-12-081-1/+1
* [BUILD] Fix dnbd3-client build, Fix source-only buildSimon Rettberg2020-12-022-2/+2
* [BUILD] Include branch and build timestamp in binariesSimon Rettberg2020-12-029-14/+29
* [CLIENT] print help and version number correctlyManuel Bentele2020-12-021-8/+5Star
* [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] remove automatic search of includes for 'libatomic'Manuel Bentele2020-11-231-10/+2Star
* [BUILD] update search paths for 'libatomic' to support build on FreeBSDManuel Bentele2020-11-233-3/+11
* [BUILD] add CMake find package search to find 'libatomic' automaticallyManuel Bentele2020-11-232-0/+53
* [BUILD] increase minimum CMake version to be compliant with CMake 3.19.xManuel Bentele2020-11-231-1/+1
* [KERNEL] Fix race condition for request_queuereceive in receive threadSimon Rettberg2020-11-201-8/+7Star
* [KERNEL] Cleanup thread cleanup, fix closing of device when busySimon Rettberg2020-11-203-90/+124
* [BUILD] add support for atomic operations not supported by hardwareManuel Bentele2020-11-203-3/+17
* [KERNEL] Fix several connect/disconnect race conditionsSimon Rettberg2020-11-193-188/+193
* [KERNEL] add support for Linux kernel 4.19 on Ubuntu 18.04 (GCC 7.5)Manuel Bentele2020-11-162-8/+22
* cmake: Add default include dir for fuseSimon Rettberg2020-11-131-1/+1
* cmake: No sign conversion warningsSimon Rettberg2020-11-131-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 support to locate build directory out of Git directoryManuel Bentele2020-11-133-7/+11
* [BUILD] add CMake toolchain files to cross-compile for ppc and aarch64Manuel Bentele2020-11-113-0/+68
* [BUILD] build docker containers only if build of dnbd3-server is enabledManuel Bentele2020-11-102-4/+5
* [CLIENT] display proper connected server if multiple servers specifiedManuel Bentele2020-11-102-14/+20
* [KERNEL] add manual switching of dnbd3-server to specified serverManuel Bentele2020-11-104-56/+159
* [KERNEL] protect read-only access to server listManuel Bentele2020-11-091-6/+9
* [KERNEL] protect access to server list if alt server is added/removedManuel Bentele2020-11-091-0/+3
* [KERNEL]: change probing logic to select first available serverManuel Bentele2020-11-092-16/+25
* [KERNEL, CLIENT]: submit and probe multiple dnbd3-server with ioctl OPENManuel Bentele2020-11-065-105/+268
* [BUILD] add CMake support to build docker images based on ArchlinuxManuel Bentele2020-11-024-9/+46
* [CLIENT] format output of program help textManuel Bentele2020-10-301-7/+7
* [CLIENT] add documentation for adding/removing dnbd3-server to helpManuel Bentele2020-10-302-10/+9Star
* [BUILD] do not ignore C flags that are passed to CMakeManuel Bentele2020-10-301-1/+1
* [FUSE] removed unnecessary cmdln argument check for sticky modeManuel Bentele2020-10-301-6/+0Star
* [BUILD] add build options to enable/disable build of dnbd3 componentsManuel Bentele2020-10-305-7/+22
* [CLIENT] add feature to ignore propagated alternative servers (sticky mode)Manuel Bentele2020-10-292-6/+29
* [DOC] update setup description of docker containers with network linksManuel Bentele2020-10-291-7/+16
* [BUILD] add CMake support to build docker images based on Ubuntu 20.04Manuel Bentele2020-10-295-1/+113
* [SERVER] Update nextSave timestamp at start of functionSimon Rettberg2020-10-291-4/+6
* [BUILD] do not print verbose CMake messages in unsupported CMake versionsv2.3Manuel Bentele2020-10-272-16/+7Star
* [BUILD] fix broken version header packaging for source packagesManuel Bentele2020-10-273-11/+44