summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
2018-10-24builds: alway put picohttpparser into the dist tarballSven Nierlein1-1/+1
substituting PICOHTTPPARSER_DIR only when curl gets build, leads to different dist tarballs depending on wether libcurl was available or not. This then breaks later builds from this tarball because of the missing files.
2018-10-23picohttpparser: add header to final tarballSven Nierlein1-1/+1
2018-10-22check_curl: unify performance dataSven Nierlein1-23/+61
and align them with check_http
2018-10-22check_curl: use same page length in performance data and text outputSven Nierlein1-5/+5
2018-10-22added some advanced tests for check_curlChristopher Odenbach1-19/+61
2018-10-22Modified virtual host and port behaviour to match check_http.Christopher Odenbach1-15/+28
2018-10-22check_curl: changed name of plugin in user-agent and added curl_version() to itAndreas Baumann1-3/+3
2018-10-22check_curl: removed some dead codeAndreas Baumann1-10/+0
2018-10-22check_curl: removed die in redirect with relative paths, simple cases (same ↵Andreas Baumann1-2/+0
protocol, same host) actually work
2018-10-22..I should really not test in test code :-)Andreas Baumann1-1/+0
2018-10-22check_curl: made HTTP message optionalAndreas Baumann1-2/+3
2018-10-22Avoid working with free'ed memoryJean-François Rameau1-2/+2
2018-10-22fixed typo in check_curl error message (unparsable)Andreas Baumann1-1/+1
2018-10-22removed embedded uriparser library, added --with-uriparser configure optionAndreas Baumann26-8311/+4
to use uriparser library from the system
2018-10-22bumped coyright to 2018 in check_curl.cAndreas Baumann1-2/+2
2018-10-22updated bundled version of uriparser to 0.8.5Andreas Baumann20-33/+37
2018-10-22fixed initialization of server_url (freeing non-pointer in case of redirects)Andreas Baumann1-1/+3
2018-10-22check_curl: cleanupSven Nierlein1-18/+2
- remove obsolete todos - change exit code to unknown if regex exectute fails Signed-off-by: Sven Nierlein <sven@nierlein.de>
2018-10-22set ssl_version to CURL_SSLVERSION_DEFAULT and not CURL_SSLVERSION_TLSv1_0Andreas Baumann1-2/+2
(since curl 7.56.1 we get an illegal argument error otherwise)
2018-10-22added -b <proxy_auth> to print_usageAndreas Baumann1-1/+1
2018-10-22check_curl: add proxy auth optionSven Nierlein1-1/+13
2018-10-22check_curl: update docsSven Nierlein1-3/+11
2018-10-22check_curl: add legacy http request supportSven Nierlein1-2/+2
2018-10-22check_curl: add docs about https proxySven Nierlein1-1/+4
2018-10-22check_curl: clean whitespaceSven Nierlein1-39/+39
2018-10-22check_curl: handle proxied https requestsSven Nierlein1-2/+13
2018-10-22fixed some printf bugs and switched to libcurl4-openssl for Travis testsAndreas Baumann1-9/+10
2018-10-22fixed include flags for liburiparserAndreas Baumann1-0/+2
2018-10-22fixed redirect sticky port handling in redirAndreas Baumann1-11/+11
2018-10-22some rework:Andreas Baumann30-25/+8611
- added old style 'redir' function and options along to a new libcurl internal 'follow' parameter 'curl' - moved picohttpparser to it's own subdirectory - added uriparser to be used instead of the home-grown parser in 'redir'
2018-10-22synched tests/check_http.t test changes (virtualhost) into tests/check_curl.tAndreas Baumann1-2/+39
2018-10-22fixed failing tests due to wrong content_length calculationAndreas Baumann1-4/+7
2018-10-22fixed getopt (-l missing, wrong order, hard to compare with check_http.c)Andreas Baumann1-1/+1
2018-10-22more tolerant CERTINFO parsingAndreas Baumann1-4/+4
2018-10-22using CURLOPT_RESOLVE to make sure -I is the IP we connect toAndreas Baumann1-4/+18
2018-10-22changed URL construction again, IP should preceed hostname, hostname set as ↵Andreas Baumann1-1/+1
Host: (makes sure we get the corrent DNS entry and server)
2018-10-22page length is computed from header, fallback to actual body size ↵Andreas Baumann1-5/+37
(get_content_length)
2018-10-22fixed setting host_name or server_address in curl URL optionAndreas Baumann1-1/+1
2018-10-22reverted hostname in URL, must use CURL_RESOLVE mayabeAndreas Baumann1-1/+1
2018-10-22must use host_name and not server_address in URL, CN subject mismatchAndreas Baumann1-2/+2
2018-10-22disable non-OpenSSL code compilation in -C check if we have USE_OPENSSL setAndreas Baumann1-0/+2
2018-10-22made non-OpenSSL version of certificate -C check workAndreas Baumann1-3/+114
2018-10-22handling the -C check now when compiled with OpenSSL but libcurl is not ↵Andreas Baumann1-6/+41
compiled with OpenSSL
2018-10-22preparing for certificate checks (non-OpenSSL version)Andreas Baumann1-22/+39
2018-10-22small cleanupAndreas Baumann1-9/+7
2018-10-22probing for SSL library used by libcurl and started improving the ↵Andreas Baumann1-39/+147
certificate check -C
2018-10-22using curl_getdate instead of local parse_time_string, added verbose debug ↵Andreas Baumann1-95/+4
code for -M<d>
2018-10-22small fixes and cleanups around SSL, be more tolerant to -S<x> optionsAndreas Baumann1-14/+14
2018-10-22for now we set LIBCURL_USES_OPENSSL alwaysAndreas Baumann1-0/+3
2018-10-22made check_curl compile also if we have openssl disabledAndreas Baumann1-0/+6