Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-10-31 | check_disk: clang-format | RincewindsHat | 1 | -1001/+962 | |
2024-10-31 | check_dig: Linter fixes | RincewindsHat | 1 | -3/+3 | |
2024-10-31 | check_dig: do not export local symbols | RincewindsHat | 1 | -15/+15 | |
2024-10-31 | check_dig: clang-format | RincewindsHat | 1 | -325/+297 | |
2024-10-31 | check_dbi: linter fixes | RincewindsHat | 1 | -6/+11 | |
2024-10-31 | check_dbi: do not export local symbols | RincewindsHat | 1 | -22/+22 | |
2024-10-31 | check_dbi: Update copyright | RincewindsHat | 1 | -3/+3 | |
2024-10-31 | check_dbi: clang-format | RincewindsHat | 1 | -421/+363 | |
2024-10-31 | check_curl: Linter fixes | RincewindsHat | 1 | -27/+28 | |
2024-10-31 | check_curl: do not export local variables and remove unused ones | RincewindsHat | 1 | -129/+118 | |
2024-10-31 | check_curl: Update copyright | RincewindsHat | 1 | -2/+2 | |
2024-10-31 | check_curl: clang-format | RincewindsHat | 1 | -2260/+2156 | |
2024-10-31 | check_cluster: linter fixes | RincewindsHat | 1 | -3/+5 | |
2024-10-31 | check_cluster: do not export local symbols | RincewindsHat | 1 | -15/+15 | |
2024-10-31 | check_cluster: Copyright update | RincewindsHat | 1 | -2/+2 | |
2024-10-31 | check_cluster: clang-format | RincewindsHat | 1 | -135/+112 | |
2024-10-31 | check_by_ssh: linter fixes | RincewindsHat | 1 | -10/+11 | |
2024-10-31 | check_by_ssh: do not export local symbols | RincewindsHat | 1 | -19/+19 | |
2024-10-31 | check_by_ssh: Copyright update | RincewindsHat | 1 | -2/+2 | |
2024-10-31 | check_by_ssh: clang-format | RincewindsHat | 1 | -254/+227 | |
2024-10-30 | Merge pull request #2028 from RincewindsHat/cleanup/check_icmp | Lorenz Kästle | 2 | -777/+752 | |
Cleanup check icmp | |||||
2024-10-30 | check_icmp: Apply clang-format again | Lorenz Kästle | 1 | -25/+34 | |
2024-10-30 | Merge branch 'master' into cleanup/check_icmp | Lorenz Kästle | 6 | -712/+654 | |
2024-10-26 | Merge pull request #2030 from RincewindsHat/cleanup/check_ups | Lorenz Kästle | 2 | -75/+35 | |
Cleanup/check ups | |||||
2024-10-26 | Merge pull request #2031 from RincewindsHat/fix/test_improvements | Lorenz Kästle | 2 | -8/+22 | |
Improve readability and reliability of test prepare scripts | |||||
2024-10-25 | mock.sh: remove some quotting to allow pathname expansion again | RincewindsHat | 1 | -1/+1 | |
2024-10-25 | prepare_debian.sh: Fix typo | RincewindsHat | 1 | -1/+1 | |
2024-10-25 | github/mock.sh: Improve readability and generel shellcheck stuff | RincewindsHat | 1 | -6/+18 | |
2024-10-25 | Add sanity options to test prepare scripts | RincewindsHat | 2 | -1/+3 | |
2024-10-25 | check_ups: clang-format again | RincewindsHat | 1 | -105/+39 | |
2024-10-25 | clang-format options: set BinPack to true | RincewindsHat | 1 | -1/+1 | |
2024-10-19 | check_ups: clang-format again | RincewindsHat | 1 | -39/+105 | |
2024-10-19 | clang format config: line lenght 180 -> 140, no base style | RincewindsHat | 1 | -2/+2 | |
2024-10-16 | check_icmp: clang-format | RincewindsHat | 1 | -1/+7 | |
2024-10-16 | clang-format: Put all enum values in a single line | RincewindsHat | 1 | -0/+1 | |
2024-10-15 | Merge pull request #2029 from RincewindsHat/cleanup/check_dhcp | Lorenz Kästle | 1 | -617/+564 | |
Cleanup/check dhcp | |||||
2024-10-15 | Merge pull request #1637 from aanriot/master | Lorenz Kästle | 1 | -12/+33 | |
check_ifstatus: Add -d switch | |||||
2024-10-15 | check_ups: Update copyright | RincewindsHat | 1 | -2/+2 | |
2024-10-15 | check_ups: clang-format | RincewindsHat | 1 | -71/+31 | |
2024-10-15 | check_dhcp: Declare internal variables static | RincewindsHat | 1 | -62/+62 | |
2024-10-15 | check_dhcp: Update copyright | RincewindsHat | 1 | -2/+2 | |
2024-10-15 | check_dhcp: clang-format | RincewindsHat | 1 | -601/+548 | |
2024-10-15 | check_icmp: Update copyright | RincewindsHat | 1 | -2/+2 | |
2024-10-15 | check_icmp: Properly mark function with void input | RincewindsHat | 1 | -1/+1 | |
2024-10-15 | check_icmp: Declare internal variables static | RincewindsHat | 1 | -8/+8 | |
2024-10-15 | check_icmp: clang-format | RincewindsHat | 1 | -783/+742 | |
2024-10-15 | Merge pull request #2027 from RincewindsHat/docs-update | Lorenz Kästle | 2 | -71/+17 | |
Docs update | |||||
2024-10-15 | Adapted the coding guidelines slightly + typo | RincewindsHat | 1 | -5/+4 | |
2024-10-15 | Docs: remove sections about translation | RincewindsHat | 1 | -33/+0 | |
This commit removes the sections about translations, because, well, we removed translations a while ago. The documentation should reflect that. | |||||
2024-10-15 | docs: update copyright and remove revision section | RincewindsHat | 1 | -9/+2 | |