aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
2018-10-23picohttpparser: add header to final tarballGravatar Sven Nierlein
2018-10-22check_curl: unify performance dataGravatar Sven Nierlein
2018-10-22check_curl: use same page length in performance data and text outputGravatar Sven Nierlein
2018-10-22added some advanced tests for check_curlGravatar Christopher Odenbach
2018-10-22Modified virtual host and port behaviour to match check_http.Gravatar Christopher Odenbach
2018-10-22check_curl: changed name of plugin in user-agent and added curl_version() to itGravatar Andreas Baumann
2018-10-22check_curl: removed some dead codeGravatar Andreas Baumann
2018-10-22check_curl: removed die in redirect with relative paths, simple cases (same p...Gravatar Andreas Baumann
2018-10-22..I should really not test in test code :-)Gravatar Andreas Baumann
2018-10-22check_curl: made HTTP message optionalGravatar Andreas Baumann
2018-10-22Avoid working with free'ed memoryGravatar Jean-François Rameau
2018-10-22fixed typo in check_curl error message (unparsable)Gravatar Andreas Baumann
2018-10-22removed embedded uriparser library, added --with-uriparser configure optionGravatar Andreas Baumann
2018-10-22bumped coyright to 2018 in check_curl.cGravatar Andreas Baumann
2018-10-22updated bundled version of uriparser to 0.8.5Gravatar Andreas Baumann
2018-10-22fixed initialization of server_url (freeing non-pointer in case of redirects)Gravatar Andreas Baumann
2018-10-22check_curl: cleanupGravatar Sven Nierlein
2018-10-22set ssl_version to CURL_SSLVERSION_DEFAULT and not CURL_SSLVERSION_TLSv1_0Gravatar Andreas Baumann
2018-10-22added -b <proxy_auth> to print_usageGravatar Andreas Baumann
2018-10-22check_curl: add proxy auth optionGravatar Sven Nierlein
2018-10-22check_curl: update docsGravatar Sven Nierlein
2018-10-22check_curl: add legacy http request supportGravatar Sven Nierlein
2018-10-22check_curl: add docs about https proxyGravatar Sven Nierlein
2018-10-22check_curl: clean whitespaceGravatar Sven Nierlein
2018-10-22check_curl: handle proxied https requestsGravatar Sven Nierlein
2018-10-22fixed some printf bugs and switched to libcurl4-openssl for Travis testsGravatar Andreas Baumann
2018-10-22fixed include flags for liburiparserGravatar Andreas Baumann
2018-10-22fixed redirect sticky port handling in redirGravatar Andreas Baumann
2018-10-22some rework:Gravatar Andreas Baumann
2018-10-22synched tests/check_http.t test changes (virtualhost) into tests/check_curl.tGravatar Andreas Baumann
2018-10-22fixed failing tests due to wrong content_length calculationGravatar Andreas Baumann
2018-10-22fixed getopt (-l missing, wrong order, hard to compare with check_http.c)Gravatar Andreas Baumann
2018-10-22more tolerant CERTINFO parsingGravatar Andreas Baumann
2018-10-22using CURLOPT_RESOLVE to make sure -I is the IP we connect toGravatar Andreas Baumann
2018-10-22changed URL construction again, IP should preceed hostname, hostname set as H...Gravatar Andreas Baumann
2018-10-22page length is computed from header, fallback to actual body size (get_conten...Gravatar Andreas Baumann
2018-10-22fixed setting host_name or server_address in curl URL optionGravatar Andreas Baumann
2018-10-22reverted hostname in URL, must use CURL_RESOLVE mayabeGravatar Andreas Baumann
2018-10-22must use host_name and not server_address in URL, CN subject mismatchGravatar Andreas Baumann
2018-10-22disable non-OpenSSL code compilation in -C check if we have USE_OPENSSL setGravatar Andreas Baumann
2018-10-22made non-OpenSSL version of certificate -C check workGravatar Andreas Baumann
2018-10-22handling the -C check now when compiled with OpenSSL but libcurl is not compi...Gravatar Andreas Baumann
2018-10-22preparing for certificate checks (non-OpenSSL version)Gravatar Andreas Baumann
2018-10-22small cleanupGravatar Andreas Baumann
2018-10-22probing for SSL library used by libcurl and started improving the certificate...Gravatar Andreas Baumann
2018-10-22using curl_getdate instead of local parse_time_string, added verbose debug co...Gravatar Andreas Baumann
2018-10-22small fixes and cleanups around SSL, be more tolerant to -S<x> optionsGravatar Andreas Baumann
2018-10-22for now we set LIBCURL_USES_OPENSSL alwaysGravatar Andreas Baumann
2018-10-22made check_curl compile also if we have openssl disabledGravatar Andreas Baumann
2018-10-22fixed some libcurl checks and minimal versionsGravatar Andreas Baumann