Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
26 hours | check_icmp: Remove signal handling and timeouts | Lorenz Kästle | 1 | -2/+0 | |
The timeout option was redundant in that the runtime of check_icmp was always limited by the input parameters and therefore timeout gets removed with this commit to avoid that confusion. The rest of the signal handlings was removed too, since the added complexity does not provide sufficient returns. If check_icmp gets a signal, it now dies like most other programs instead of trying to save some things and return a (arguably wrong) result. | |||||
2025-05-18 | Some more fixes | Lorenz Kästle | 1 | -2/+2 | |
2025-05-18 | WIP - check_icmp refactor 8 | Lorenz Kästle | 1 | -5/+10 | |
2025-05-18 | Clang-format | Lorenz Kästle | 1 | -1/+1 | |
2025-05-17 | WIP - check_icmp refactor 6 | Lorenz Kästle | 1 | -12/+1 | |
2025-05-16 | WIP - check_icmp refactor 5 | Lorenz Kästle | 1 | -2/+2 | |
2025-05-04 | WIP - check_icmp refactor 2 | Lorenz Kästle | 1 | -2/+5 | |
2025-04-28 | WIP: check_icmp refactor | Lorenz Kästle | 1 | -0/+73 | |