summaryrefslogtreecommitdiffstats
path: root/plugins/check_curl.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-07-04check_curl: changed to STATE_CRITICAL for infinite loops (-ffollow)Andreas Baumann1-2/+2
2021-06-24fix for missing X509_up_ref on old systems with only OpenSSL 1.0Andreas Baumann1-0/+6
2021-06-24added option --enable-automatic-decompressionAndreas Baumann1-1/+16
2021-05-27check_curl:refs/pull/1689/headAndreas Baumann1-0/+12
2021-05-24check_curl.c: bugfix: verify certificates option should not force SSL to be usedrefs/pull/1688/headBarak Shohat1-1/+1
2021-04-13check_curl: Fix bug where headers beginning with HTTP_ cause the status line ...Barak Shohat1-1/+1
2021-04-08check_curl: backported --show-body/-B to print body (from check_http)refs/pull/1671/headAndreas Baumann1-4/+15
2021-04-08check_curl: make -C obvious (from check_http, part 2)Andreas Baumann1-0/+4
2021-04-08check_curl: make -C obvious (from check_http)Andreas Baumann1-1/+3
2021-04-08check_curl: Increase regexp limit (to 1024 as in check_http)Andreas Baumann1-1/+1
2021-04-07Merge pull request #1669 from bazzisoft/verify-certSven Nierlein1-3/+14
2021-04-07Add an option to check_curl to verify the peer certificate & host using the s...refs/pull/1669/headBarak Shohat1-3/+14
2021-04-07Merge pull request #1668 from bazzisoft/masterSven Nierlein1-3/+3
2021-04-07Updated check_curl.c to display a specific human-readable error message where...refs/pull/1668/headBarak Shohat1-3/+3
2021-04-07Merge pull request #1666 from sni/check_curl_fix_header_parserSven Nierlein1-1/+1
2021-03-11fix check_curl crash if http header contains leading spacesrefs/pull/1666/headSven Nierlein1-1/+1