Age | Commit message (Expand) | Author | Files | Lines |
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-10 | fix check_curl: OpenSSL SSL_read: error:0A000126:SSL routines::unexpected eof... | Sven Nierlein | 1 | -7/+22 |
2024-10-06 | Merge branch 'master' into check_curl_regex_state | Lorenz Kästle | 1 | -2/+0 |
2024-08-29 | Remove experimental state from check_curl | Lorenz Kästle | 1 | -2/+0 |
2024-08-19 | check_curl: change help for --state-regex again to fix formatting | RincewindsHat | 1 | -1/+1 |
2024-08-19 | check_curl: Parse state-regex option ignoring case | RincewindsHat | 1 | -2/+2 |
2024-08-19 | check_curl: Fix help for state regex option | RincewindsHat | 1 | -2/+2 |
2024-08-16 | check_curl: Documentation for --certificate, --cookie-jar | Alvar Penning | 1 | -3/+6 |
2024-08-11 | check_curl: raise SSL issue when --continue-after-certificate is used | Yannick Martin | 1 | -8/+9 |
2024-07-30 | check_curl: fix relative redirects on non-standard port | Sven Nierlein | 1 | -5/+10 |
2024-04-07 | check_http/check_curl: added a --regex-state option to change the state of a ... | Andreas Baumann | 1 | -3/+16 |
2024-04-07 | check_curl/check_http: clarified format of POST data (#1978) | Andreas Baumann | 1 | -1/+1 |
2024-02-01 | check_curl: add haproxy protocol option | Emmanuel Riviere | 1 | -2/+15 |
2023-11-22 | Merge pull request #1951 from RincewindsHat/compiler_warnings_maybe_unused | Lorenz Kästle | 1 | -1/+1 |
2023-10-19 | Fixes for -Wsign-compare | RincewindsHat | 1 | -7/+6 |
2023-10-19 | check_curl: Initialize pointer before usage | RincewindsHat | 1 | -1/+1 |
2023-10-15 | fix compiler warnings for unused variables | RincewindsHat | 1 | -2/+12 |
2023-10-15 | Whitespace fixes | RincewindsHat | 1 | -4/+4 |
2023-10-15 | Fix -Wcast-function-type compiler warnings | RincewindsHat | 1 | -6/+4 |
2023-06-28 | Merge branch 'master' into compiler_warning_part_2 | waja | 1 | -3/+2 |
2023-04-26 | Avoid unnecessary malloc and use stack instead | Lorenz Kästle | 1 | -6/+1 |
2023-04-18 | Fixes for -Wrestrict | RincewindsHat | 1 | -67/+184 |
2023-04-18 | Fixes for -Wunused-parameters | RincewindsHat | 1 | -3/+6 |
2023-04-18 | Fixes for -Wimplicit-fallthrough | RincewindsHat | 1 | -0/+1 |
2023-04-18 | Fixes for -Wunused | RincewindsHat | 1 | -3/+2 |
2023-04-14 | Fix a lot of typos reported by codespell | Jan Wagner | 1 | -3/+3 |
2023-03-16 | check_curk: including netinet/in.h (for FreeBSD), fixed an ambigous compare w... | Andreas Baumann | 1 | -1/+2 |
2023-03-11 | check_curl: removed a superflous variable | Andreas Baumann | 1 | -1/+0 |
2023-03-08 | fixed a wrong compare and a wrong size in strncat | Andreas Baumann | 1 | -2/+2 |
2023-03-08 | check_curl.c: Include all IPs from getaddrinfo() in curl DNS cache | Barak Shohat | 1 | -13/+26 |
2023-03-07 | check_curl: in SSL host caching mode try to connect and bind and take the fir... | Andreas Baumann | 1 | -7/+15 |
2023-02-17 | using real boolean in check_curl | Andreas Baumann | 1 | -78/+82 |
2023-02-12 | changed #else/#if to #elif in libcurl library checks | Andreas Baumann | 1 | -4/+2 |
2023-02-12 | fixed double frees when doing old-style redirects | Andreas Baumann | 1 | -4/+14 |
2023-02-12 | better cleanup of curl structures and buffers | Andreas Baumann | 1 | -11/+20 |
2023-02-11 | added --cookie-jar and doing proper cleanup of libcurl | Andreas Baumann | 1 | -13/+34 |
2023-02-11 | fixed regerror is MAX_INPUT_BUFFER writting into too small errbuf | Andreas Baumann | 1 | -1/+1 |
2023-02-05 | using CURLOPT_REDIR_PROTOCOLS_STR instead of CURLOPT_REDIR_PROTOCOLS for curl... | Andreas Baumann | 1 | -0/+4 |
2023-01-17 | Fixing spelling errors (#1826) | waja | 1 | -1/+1 |
2022-12-22 | check_curl: fix checking large bodys (#1823) | Sven Nierlein | 1 | -2/+5 |
2022-11-07 | Check curl detect ipv6 (#1809) | Lorenz | 1 | -4/+18 |
2022-04-10 | check_curl: added option --continue-after-certificate (#1761) | Andreas Baumann | 1 | -4/+22 |
2022-01-29 | fixed -ffollow for HTTP/2.0 (Fixes #1685): added major_version parsing to Pic... | Andreas Baumann | 1 | -3/+3 |
2022-01-29 | check_http and check_curl: added --max-redirs=N option (feature #1684) | Andreas Baumann | 1 | -2/+14 |
2021-11-17 | Merge pull request #1688 from bazzisoft/master | RincewindsHat | 1 | -1/+1 |
2021-07-25 | check_curl: fixed a potential buffer overflow in retir/uri_string | Andreas Baumann | 1 | -2/+2 |
2021-07-25 | check_curl: fixed DNS caching for SSL hostnames (avoid CURLOPT_RESOLVE entry ... | Andreas Baumann | 1 | -3/+51 |