aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-01-19*.rc: escape non-ASCII/non-UTF-8 character for clarityViktor Szakats
2017-01-18CURLOPT_CONNECT_TO: Fix compile warningsMichael Kaufmann
2017-01-18parseurl: move back buffer to function scopeDaniel Stenberg
2017-01-17openssl: Fix random generationJay Satiro
2017-01-15nss: use the correct lock in nss_find_slot_by_name()Kamil Dudka
2017-01-15http2: disable server push if not requestedAlessandro Ghedini
2017-01-14http: print correct HTTP string in verbose output when using HTTP/2Alessandro Ghedini
2017-01-14addrinfo: fix compiler warning on offsetof() useDaniel Stenberg
2017-01-13unix_socket: add support for abstract unix domain socketIsaac Boukris
2017-01-13IDN: Use TR46 non-transitionalDaniel Stenberg
2017-01-13IDN: revert use of the transitional optionDaniel Stenberg
2017-01-13IDN: Fix compile time detection of linidn2 TR46Tim Rühsen
2017-01-13url: --noproxy option overrides NO_PROXY environment variableERAMOTO Masaya
2017-01-13url: Refactor detect_proxy()ERAMOTO Masaya
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