| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | github: cowtest: Write test files to storage at /mnt | Michael Scherle | 2024-04-25 | 1 | -40/+41 |
| | | | | | / is mostly full and tests might fail... | ||||
| * | github: retry apt-get calls | Simon Rettberg | 2024-04-24 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | Run sudo apt-get update -y -qq sudo apt-get update -y -qq sudo apt-get install -y -qq make \ clang-format \ linux-headers-generic \ libfuse-dev \ libjansson-dev \ libcurl4-openssl-dev shell: /usr/bin/bash -e {0} env: ASAN_OPTIONS: leak_check_at_exit=false DOTNET_ROOT: /usr/share/dotnet E: Failed to fetch https://packages.microsoft.com/ubuntu/22.04/prod/dists/jammy/InRelease Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?) E: The repository 'https://packages.microsoft.com/ubuntu/22.04/prod jammy InRelease' is no longer signed. | ||||
| * | github: asan: Disable leak check at exit | Simon Rettberg | 2024-04-23 | 1 | -0/+2 |
| | | | | | | This would taint the exit code as some stuff is always not properly freed at exit; we mostly care about invalid memory access and the likes. | ||||
| * | github: Use bash redirects for stdout+err | Simon Rettberg | 2024-04-23 | 1 | -8/+8 |
| | | |||||
| * | github: Enable address sanitizer | Simon Rettberg | 2024-04-23 | 1 | -0/+1 |
| | | |||||
| * | github: update fuse tests | Michael Scherle | 2024-04-23 | 1 | -46/+33![]() |
| | | |||||
| * | github: Update cow test | Simon Rettberg | 2023-06-07 | 1 | -4/+4 |
| | | |||||
| * | removed rpm from test workflow | Michael Scherle | 2022-09-06 | 1 | -2/+1![]() |
| | | |||||
| * | changed test to use net 6 | Michael Scherle | 2022-08-16 | 1 | -2/+5 |
| | | |||||
| * | added random test to git ci | Michael Scherle | 2022-08-09 | 1 | -17/+61 |
| | | |||||
| * | added github ci | Michael Scherle | 2022-08-04 | 1 | -0/+114 |
| | | |||||
| * | [KERNEL] Add support for CentOS 8.5 | Manuel Bentele | 2021-11-30 | 1 | -3/+8 |
| | | |||||
| * | [KERNEL] Add support for Linux kernel 5.15.x LTS | Manuel Bentele | 2021-11-30 | 1 | -0/+4 |
| | | |||||
| * | [BUILD] Build release on Ubuntu 18.04 to support older glibc | Manuel Bentele | 2021-08-26 | 1 | -1/+1 |
| | | |||||
| * | [BUILD] Add Github action to publish packages for releases | Manuel Bentele | 2021-08-25 | 4 | -3/+63 |
| | | |||||
| * | [BUILD] Add Github actions to compile kernel module for various kernels | Manuel Bentele | 2021-07-26 | 2 | -1/+83 |
| | | |||||
| * | [BUILD] Add CMake option to enable build of dnbd3-bench | Manuel Bentele | 2021-06-24 | 2 | -1/+3 |
| | | |||||
| * | [BUILD] Enable lint targets if lint programs are found | Manuel Bentele | 2021-03-11 | 1 | -1/+1 |
| | | |||||
| * | [BUILD] Add Github workflow to validate (lint) source code | Manuel Bentele | 2021-03-05 | 1 | -0/+34 |
| | | |||||
| * | [BUILD] Add support in CMake to validate (lint) the source code | Manuel Bentele | 2021-03-04 | 1 | -0/+1 |
| | | |||||
| * | [BUILD] Add build support for Github actions | Manuel Bentele | 2021-03-02 | 1 | -0/+65 |

