Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-10-18 | check_mrtg: Use C99 booleans | RincewindsHat | 1 | -7/+7 | |
2023-10-18 | check_ldap: Use C99 booleans | RincewindsHat | 1 | -11/+11 | |
2023-10-18 | check_ide_smart: Use C99 booleans | RincewindsHat | 1 | -12/+6 | |
2023-10-18 | check_game: Use C99 booleans | RincewindsHat | 1 | -7/+7 | |
2023-10-18 | check_fping: Use C99 booleans | RincewindsHat | 1 | -25/+25 | |
2023-10-18 | check_dns: Use C99 booleans | RincewindsHat | 1 | -33/+32 | |
2023-10-18 | check_disk: Use C99 booleans | RincewindsHat | 1 | -29/+29 | |
2023-10-18 | check_dig: Use C99 booleans | RincewindsHat | 1 | -5/+5 | |
2023-10-18 | check_by_ssh: Use C99 booleans | RincewindsHat | 1 | -6/+6 | |
2023-10-18 | Merge pull request #1946 from waja/2.3.5 | waja | 1 | -0/+4 | |
Release 2.3.5 | |||||
2023-10-18 | Switch back to git versionrefs/pull/1946/head | Jan Wagner | 2 | -2/+2 | |
This reverts commit 370a17a55a651b4a1bb61e68152874a027ddf3b1. | |||||
2023-10-18 | Update NEWS filev2.3.5 | Jan Wagner | 1 | -0/+4 | |
2023-10-18 | Change version to our release | Jan Wagner | 2 | -2/+2 | |
2023-10-18 | extend github action tests | Sven Nierlein | 1 | -2/+7 | |
add some more steps to the test pipeline: - make dist - builds from the tarball above this test should fail until #1943 is fixed. | |||||
2023-10-18 | Merge pull request #1945 from RincewindsHat/release_bugfix | waja | 1 | -1/+1 | |
Include maxfd.h in lib Makefile to fix "make dist" | |||||
2023-10-18 | Include maxfd.h in lib Makefilerefs/pull/1945/head | RincewindsHat | 1 | -1/+1 | |
This fixes a regression which was introduced with 719e27ddc2f0b48bcd7fe5584b23e3ce83ddf291 It prevents the creation of working release tarballs with the current toolchain. This commit add the header file maxfd.h to list of needed files. | |||||
2023-10-17 | Change versions back to git | Jan Wagner | 2 | -2/+2 | |
2023-10-17 | Merge branch 'master' of github.com:monitoring-plugins/monitoring-plugins | Jan Wagner | 6 | -6/+53 | |
2023-10-17 | Fix indentation of NEWS | Jan Wagner | 1 | -15/+15 | |
2023-10-17 | Fix typo | RincewindsHat | 1 | -1/+1 | |
2023-10-17 | Shorten NEWS quite a bit | RincewindsHat | 1 | -168/+27 | |
2023-10-17 | Update documentation with latest release | Jan Wagner | 1 | -3/+3 | |
2023-10-17 | Prevent THANKS.in from beeing codespelled | Jan Wagner | 1 | -1/+1 | |
2023-10-17 | Prepare release 2.3.4 | Jan Wagner | 4 | -2/+190 | |
2023-10-17 | Merge branch 'master' of github.com:monitoring-plugins/monitoring-plugins | Jan Wagner | 65 | -5727/+2117 | |
2023-10-16 | Merge pull request #1940 from ↵ | Lorenz Kästle | 1 | -3/+1 | |
RincewindsHat/compiler_warning_unused-but-set-variable check_dhcp: Fix for -Wunused-but-set-variable | |||||
2023-10-16 | Merge pull request #1939 from RincewindsHat/compiler_warnings_parentheses | Lorenz Kästle | 4 | -7/+8 | |
Fixes for compiler warning -Wparentheses | |||||
2023-10-15 | Fix for -Wunused-but-set-variablerefs/pull/1940/head | RincewindsHat | 1 | -3/+1 | |
2023-10-15 | Fixes for compiler warning -Wparenthesesrefs/pull/1939/head | RincewindsHat | 4 | -7/+8 | |
2023-10-15 | Merge pull request #1938 from RincewindsHat/compiler_warnings_unused | Lorenz Kästle | 2 | -5/+12 | |
check_curl: fix compiler warnings for unused variables | |||||
2023-10-15 | fix compiler warnings for unused variablesrefs/pull/1938/head | RincewindsHat | 2 | -5/+12 | |
2023-10-15 | Merge pull request #1937 from RincewindsHat/replace_booleans_in_lib | Lorenz Kästle | 17 | -222/+208 | |
Replace old school booleans in lib | |||||
2023-10-15 | Replace all old school booleans in lib witch C99 onesrefs/pull/1937/head | RincewindsHat | 8 | -116/+104 | |
2023-10-15 | Whitespace fixes in lib | RincewindsHat | 16 | -106/+104 | |
2023-10-15 | Merge pull request #1936 from RincewindsHat/Compiler_warnings_cast_function_type | Lorenz Kästle | 1 | -10/+8 | |
check_curl: Compiler warnings cast function type | |||||
2023-10-15 | Whitespace fixesrefs/pull/1936/head | RincewindsHat | 1 | -4/+4 | |
2023-10-15 | Fix -Wcast-function-type compiler warnings | RincewindsHat | 1 | -6/+4 | |
2023-10-13 | Merge pull request #1906 from monitoring-plugins/check_dhcp_rogue_detection | Lorenz Kästle | 4 | -17/+62 | |
check_dhcp: merged patch from #752 | |||||
2023-10-13 | Merge branch 'master' into check_dhcp_rogue_detectionrefs/pull/1906/head | Lorenz Kästle | 14 | -151/+835 | |
2023-10-13 | Merge pull request #1927 from RincewindsHat/autoconf_fix | Lorenz Kästle | 1 | -6/+10 | |
Somehow this fixes detection of the availability of struct timeval fo… | |||||
2023-10-12 | Update configure.acrefs/pull/1927/head | Lorenz Kästle | 1 | -1/+1 | |
Co-authored-by: waja <waja@users.noreply.github.com> | |||||
2023-10-12 | Merge pull request #1928 from datamuc/merge-jitter | Lorenz Kästle | 7 | -113/+699 | |
check_icmp: Add support to Jitter, MOS and Score | |||||
2023-10-12 | Fix spelling stuffrefs/pull/1928/head | RincewindsHat | 2 | -2/+2 | |
2023-10-12 | Add some more comments about the MOS score | RincewindsHat | 1 | -0/+22 | |
2023-10-09 | Even more code formatting and cleanup | RincewindsHat | 1 | -21/+26 | |
2023-10-08 | Do some more formatting | RincewindsHat | 1 | -107/+107 | |
2023-10-08 | Remove preprocessor macro | RincewindsHat | 1 | -6/+5 | |
2023-10-08 | Do some code formatting | RincewindsHat | 1 | -16/+17 | |
2023-10-08 | More consequent booleans | RincewindsHat | 1 | -2/+2 | |
2023-10-08 | fix unused variables compiler warning | RincewindsHat | 1 | -0/+2 | |