aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-01-13url: Fix NO_PROXY env var to work properly with --proxy option.ERAMOTO Masaya
2017-01-13IDN: Use TR46 'transitional' for toASCII translationsTim Rühsen
2017-01-13gnutls: check for alpn and ocsp in configureMarcus Hoffmann
2017-01-12url: Fix parsing for when 'file' is the default protocolJay Satiro
2017-01-12rand: make it work without TLS backingDaniel Stenberg
2017-01-12STARTTLS: Don't print response character in denied messagesJay Satiro
2017-01-12smtp: Fix STARTTLS denied error messageJay Satiro
2017-01-11http2_send: avoid unsigned integer wrap aroundDaniel Stenberg
2017-01-07wolfssl: display negotiated SSL version and cipherDan Fandrich
2017-01-06wolfssl: support setting cipher listDan Fandrich
2017-01-03darwinssl: --insecure overrides --cacert if both settings are in useNick Zitzmann
2016-12-29content_encoding: change return code on a failureDaniel Stenberg
2016-12-29digest_sspi: copy terminating NUL as wellMax Khon
2016-12-27darwinssl: fix CFArrayRef leakChris Araman
2016-12-27darwinssl: fix iOS buildChris Araman
2016-12-26vtls: s/SSLEAY/OPENSSLDaniel Stenberg
2016-12-25formdata: use NULL, not 0, when returning pointersDaniel Stenberg
2016-12-25ftp: failure to resolve proxy should return that error codeDaniel Stenberg
2016-12-24ftp-gss: check for init before useDaniel Stenberg
2016-12-24cyassl: use time_t instead of long for timeoutJay Satiro
2016-12-23http: remove "Curl_http_done: called premature" messageDaniel Stenberg
2016-12-23openssl-random: check return code when asking for randomDaniel Stenberg
2016-12-23gnutls-random: check return code for failed randomDaniel Stenberg
2016-12-21randit: store the value in the bufferKamil Dudka
2016-12-21lib: fix MSVC compiler warningsMarcel Raad
2016-12-20ssh: inhibit coverity warning with (void)Daniel Stenberg
2016-12-19Curl_recv_has_postponed_data: silence compiler warningsDaniel Stenberg
2016-12-19tests: checksrc complianceJay Satiro
2016-12-19http_proxy: Fix proxy CONNECT hang on pending dataJay Satiro
2016-12-19schannel: fix wildcard cert name validation on Win CEDan McNulty
2016-12-19printf: fix floating point buffer overflow issuesDaniel Stenberg
2016-12-18config-amigaos.h: (embarrassed) made the line shorterDaniel Stenberg
2016-12-18config-amigaos.h: fix bug report email referenceDaniel Stenberg
2016-12-18openssl: simplify expression in Curl_ossl_versionMichael Kaufmann
2016-12-18Curl_getconnectinfo: avoid checking if the connection is closedIsaac Boukris
2016-12-16preproxy: renamed what was added as SOCKS_PROXYDaniel Stenberg
2016-12-16CURLOPT_SOCKS_PROXYTYPE: removedDaniel Stenberg
2016-12-14checksrc: warn for assignments within if() expressionsDaniel Stenberg
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-12-07openssl: don't use OpenSSL's ERR_PACK.Adam Langley
2016-12-01http_proxy: simplify CONNECT response readingDaniel Stenberg
2016-12-01CONNECT: read responses one byte at a timeDaniel Stenberg
2016-12-01CONNECT: reject TE or CL in 2xx responsesDaniel Stenberg
2016-12-01URL parser: reject non-numerical port numbersDaniel Stenberg
2016-11-30cyassl: fixed typo introduced in 4f8b1774Dan Fandrich
2016-11-30CURLOPT_CONNECT_TO: Skip non-matching "connect-to" entries properlyMichael Kaufmann
2016-11-28http2: check nghttp2_session_set_local_window_size existsJay Satiro
2016-11-28http2: Fix crashes when parent stream gets abortedAnders Bakken
2016-11-26curl_version_info: add CURL_VERSION_HTTPS_PROXYOkhin Vasilij
2016-11-26curl_easy_reset: clear info for CULRINFO_PROTOCOL and CURLINFO_SCHEMEFrank Gevaerts