summaryrefslogtreecommitdiffstats
path: root/plugins/check_curl.c
AgeCommit message (Expand)AuthorFilesLines
44 hourscheck_curl: Linter fixesRincewindsHat1-27/+28
44 hourscheck_curl: do not export local variables and remove unused onesRincewindsHat1-129/+118
44 hourscheck_curl: Update copyrightRincewindsHat1-2/+2
44 hourscheck_curl: clang-formatRincewindsHat1-2260/+2156
2024-10-10fix check_curl: OpenSSL SSL_read: error:0A000126:SSL routines::unexpected eof...Sven Nierlein1-7/+22
2024-10-06Merge branch 'master' into check_curl_regex_staterefs/pull/2014/headLorenz Kästle1-2/+0
2024-08-29Remove experimental state from check_curlrefs/pull/2017/headLorenz Kästle1-2/+0
2024-08-19check_curl: change help for --state-regex again to fix formattingRincewindsHat1-1/+1
2024-08-19check_curl: Parse state-regex option ignoring caseRincewindsHat1-2/+2
2024-08-19check_curl: Fix help for state regex optionRincewindsHat1-2/+2
2024-08-16check_curl: Documentation for --certificate, --cookie-jarrefs/pull/2012/headAlvar Penning1-3/+6
2024-08-11check_curl: raise SSL issue when --continue-after-certificate is usedYannick Martin1-8/+9
2024-07-30check_curl: fix relative redirects on non-standard portSven Nierlein1-5/+10
2024-04-07check_http/check_curl: added a --regex-state option to change the state of a ...Andreas Baumann1-3/+16
2024-04-07check_curl/check_http: clarified format of POST data (#1978)Andreas Baumann1-1/+1
2024-02-01check_curl: add haproxy protocol optionrefs/pull/1985/headEmmanuel Riviere1-2/+15
2023-11-22Merge pull request #1951 from RincewindsHat/compiler_warnings_maybe_unusedLorenz Kästle1-1/+1
2023-10-19Fixes for -Wsign-compareRincewindsHat1-7/+6
2023-10-19check_curl: Initialize pointer before usageRincewindsHat1-1/+1
2023-10-15fix compiler warnings for unused variablesrefs/pull/1938/headRincewindsHat1-2/+12
2023-10-15Whitespace fixesrefs/pull/1936/headRincewindsHat1-4/+4
2023-10-15Fix -Wcast-function-type compiler warningsRincewindsHat1-6/+4
2023-06-28Merge branch 'master' into compiler_warning_part_2refs/pull/1867/headwaja1-3/+2
2023-04-26Avoid unnecessary malloc and use stack insteadLorenz Kästle1-6/+1
2023-04-17Fixes for -WrestrictRincewindsHat1-67/+184
2023-04-17Fixes for -Wunused-parametersRincewindsHat1-3/+6
2023-04-17Fixes for -Wimplicit-fallthroughRincewindsHat1-0/+1
2023-04-17Fixes for -Wunusedrefs/pull/1866/headRincewindsHat1-3/+2
2023-04-14Fix a lot of typos reported by codespellrefs/pull/1864/headJan Wagner1-3/+3
2023-03-16check_curk: including netinet/in.h (for FreeBSD), fixed an ambigous compare w...refs/pull/1855/headAndreas Baumann1-1/+2
2023-03-11check_curl: removed a superflous variablerefs/pull/1847/headAndreas Baumann1-1/+0
2023-03-08fixed a wrong compare and a wrong size in strncatrefs/pull/1846/headAndreas Baumann1-2/+2
2023-03-08check_curl.c: Include all IPs from getaddrinfo() in curl DNS cacheBarak Shohat1-13/+26
2023-03-07check_curl: in SSL host caching mode try to connect and bind and take the fir...Andreas Baumann1-7/+15
2023-02-17using real boolean in check_curlrefs/pull/1843/headAndreas Baumann1-78/+82
2023-02-12changed #else/#if to #elif in libcurl library checksAndreas Baumann1-4/+2
2023-02-12fixed double frees when doing old-style redirectsAndreas Baumann1-4/+14
2023-02-12better cleanup of curl structures and buffersAndreas Baumann1-11/+20
2023-02-11added --cookie-jar and doing proper cleanup of libcurlAndreas Baumann1-13/+34
2023-02-11fixed regerror is MAX_INPUT_BUFFER writting into too small errbufAndreas Baumann1-1/+1
2023-02-05using CURLOPT_REDIR_PROTOCOLS_STR instead of CURLOPT_REDIR_PROTOCOLS for curl...Andreas Baumann1-0/+4
2023-01-17Fixing spelling errors (#1826)waja1-1/+1
2022-12-22check_curl: fix checking large bodys (#1823)Sven Nierlein1-2/+5
2022-11-07Check curl detect ipv6 (#1809)Lorenz1-4/+18
2022-04-10check_curl: added option --continue-after-certificate (#1761)refs/pull/1762/headAndreas Baumann1-4/+22
2022-01-29fixed -ffollow for HTTP/2.0 (Fixes #1685): added major_version parsing to Pic...Andreas Baumann1-3/+3
2022-01-29check_http and check_curl: added --max-redirs=N option (feature #1684)Andreas Baumann1-2/+14
2021-11-17Merge pull request #1688 from bazzisoft/masterRincewindsHat1-1/+1
2021-07-25check_curl: fixed a potential buffer overflow in retir/uri_stringAndreas Baumann1-2/+2
2021-07-25check_curl: fixed DNS caching for SSL hostnames (avoid CURLOPT_RESOLVE entry ...Andreas Baumann1-3/+51