summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2025-09-15Merge branch 'master' into refactor/check_aptLorenz Kästle80-2533/+3615
2025-09-15Merge pull request #2150 from RincewindsHat/refactor/libLorenz Kästle18-309/+339
general refactorin in lib, more local variables, real booleans
2025-09-15Fix types in check_aptLorenz Kästle1-4/+4
2025-09-15More refactoringLorenz Kästle4-125/+139
2025-09-15general refactorin in lib, more local variables, real booleansLorenz Kästle13-180/+196
2025-09-15Merge pull request #2149 from RincewindsHat/clang-formatLorenz Kästle75-2248/+3300
Clang format
2025-09-15Ignore some more built time filesLorenz Kästle1-0/+10
2025-09-15Run clang-format againLorenz Kästle74-2248/+3290
2025-09-15check_apt: implement new outputLorenz Kästle2-72/+172
2025-09-15check_apt: improve some variable types to make the linter happyLorenz Kästle2-12/+12
2025-09-15Merge pull request #2085 from RincewindsHat/refactor/check_curlLorenz Kästle13-2037/+2953
Refactor/check curl and introduce new output formatting
2025-09-15Add output formatting optionLorenz Kästle3-1/+26
2025-09-15fix number of testsLorenz Kästle1-1/+1
2025-09-15Adapt test to new error messageLorenz Kästle1-1/+1
2025-09-15Fix typo in error messageLorenz Kästle1-1/+1
2025-09-15Fix typosLorenz Kästle1-4/+4
2025-09-15Fix/adapt testsLorenz Kästle2-18/+29
2025-09-15check_curl: use new cert check functionLorenz Kästle1-3/+5
2025-09-15Add new cert check functionLorenz Kästle3-2/+139
2025-09-15check_curl: fix perfdata labelLorenz Kästle1-1/+1
2025-09-15check_curl: finish after cert without continue paramLorenz Kästle1-1/+1
2025-09-15Fix regex matchingLorenz Kästle1-5/+11
2025-09-15Improve error messageLorenz Kästle1-3/+2
2025-09-13check_curl: test adaption and output adaptionLorenz Kästle3-63/+69
2025-09-13check_curl: remove display-html optionLorenz Kästle3-26/+11
2025-09-12check_curl: implement new output mechanismLorenz Kästle4-398/+443
2025-09-12lib: some formatting + remove some unnecessary stuffLorenz Kästle2-25/+25
2025-09-12check_curl: fix default redirect settingLorenz Kästle1-1/+1
2025-09-12Fix struct accessLorenz Kästle2-2/+2
2025-09-12check_curl: create outsourced helpers in extra filesLorenz Kästle5-1335/+1397
2025-09-11check_curl: http3 is only available with libcurl 7.66 or laterLorenz Kästle1-1/+4
2025-09-11check_curl: refactoring to modularize codeLorenz Kästle2-539/+594
2025-09-11check_curl: improve option handling a bitLorenz Kästle2-9/+14
2025-09-11check_curl: fix function signatureLorenz Kästle1-1/+2
2025-09-11check_curl: less global stateLorenz Kästle1-31/+41
2025-09-10sslutils: some refactoring to improve readabilityLorenz Kästle1-36/+28
2025-09-10plugins-netutils: return proper state from test functionsLorenz Kästle2-2/+3
2025-09-10netutils.h: clang-formatLorenz Kästle1-66/+65
2025-09-10sslutils.c: clang-formatLorenz Kästle1-24/+41
2025-09-10check_curl: remove the other gotosLorenz Kästle1-5/+16
2025-09-10check_curl: remove goto logicLorenz Kästle1-122/+138
2025-09-10check_curl: set http port to 80 by defaultLorenz Kästle1-1/+1
2025-09-10check_curl: pre compile regex for string matchingLorenz Kästle2-3/+12
2025-09-10check_curl: remove another global variableLorenz Kästle1-4/+2
2025-09-10Merge branch 'master' into refactor/check_curlLorenz Kästle1-1767/+1822
2025-09-09Merge pull request #2145 from RincewindsHat/check_http_improvementsLorenz Kästle1-1767/+1822
check_http: formatting + no-brainer linter fixes
2025-09-09check_http: formatting + no-brainer linter fixesLorenz Kästle1-1767/+1822
2025-09-09check_curl: more refactoringLorenz Kästle2-366/+469
2025-09-09Fix some include pathsLorenz Kästle1-3/+3
2025-09-09Merge branch 'master' into refactor/check_curlLorenz Kästle33-1913/+2851