summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* mbedtls: disable TLS session ticketsMichael Kaufmann2017-01-281-0/+5
* gnutls: disable TLS session ticketsMichael Kaufmann2017-01-281-1/+9
* polarssl: fix hangsMichael Kaufmann2017-01-282-1/+10
* cookies: do not assume a valid domain has a dotDaniel Stenberg2017-01-271-7/+16
* telnet: fix windows compiler warningsDaniel Stenberg2017-01-241-2/+2
* VC: remove the makefile.vc6 build infraDaniel Stenberg2017-01-233-694/+2
* vtls: source indentation fixDaniel Stenberg2017-01-221-8/+8
* vtls: fix PolarSSL non-blocking handlingDaniel Stenberg2017-01-201-3/+2
* vtls: fix mbedtls multi non blocking handshake.Antoine Aubert2017-01-201-2/+3
* CURLOPT_BUFFERSIZE: support enlarging receive bufferRichy Kim2017-01-197-11/+42
* *.rc: escape non-ASCII/non-UTF-8 character for clarityViktor Szakats2017-01-191-2/+2
* CURLOPT_CONNECT_TO: Fix compile warningsMichael Kaufmann2017-01-181-15/+11
* parseurl: move back buffer to function scopeDaniel Stenberg2017-01-181-1/+1
* openssl: Fix random generationJay Satiro2017-01-171-1/+1
* nss: use the correct lock in nss_find_slot_by_name()Kamil Dudka2017-01-151-2/+2
* http2: disable server push if not requestedAlessandro Ghedini2017-01-152-16/+30
* http: print correct HTTP string in verbose output when using HTTP/2http2_outputAlessandro Ghedini2017-01-141-3/+15
* addrinfo: fix compiler warning on offsetof() useDaniel Stenberg2017-01-141-2/+3
* unix_socket: add support for abstract unix domain socketIsaac Boukris2017-01-134-11/+35
* IDN: Use TR46 non-transitionalDaniel Stenberg2017-01-131-3/+10
* IDN: revert use of the transitional optionDaniel Stenberg2017-01-131-6/+2
* IDN: Fix compile time detection of linidn2 TR46Tim Rühsen2017-01-131-1/+1
* url: --noproxy option overrides NO_PROXY environment variableERAMOTO Masaya2017-01-131-2/+1
* url: Refactor detect_proxy()ERAMOTO Masaya2017-01-131-51/+40
* url: Fix NO_PROXY env var to work properly with --proxy option.ERAMOTO Masaya2017-01-131-2/+10
* IDN: Use TR46 'transitional' for toASCII translationsTim Rühsen2017-01-131-1/+6
* gnutls: check for alpn and ocsp in configureMarcus Hoffmann2017-01-131-2/+2
* url: Fix parsing for when 'file' is the default protocolJay Satiro2017-01-121-8/+64
* rand: make it work without TLS backingDaniel Stenberg2017-01-1215-70/+65
* STARTTLS: Don't print response character in denied messagesJay Satiro2017-01-122-2/+2
* smtp: Fix STARTTLS denied error messageJay Satiro2017-01-121-1/+1
* http2_send: avoid unsigned integer wrap aroundDaniel Stenberg2017-01-111-12/+6
* wolfssl: display negotiated SSL version and cipherDan Fandrich2017-01-071-0/+6
* wolfssl: support setting cipher listDan Fandrich2017-01-061-0/+10
* darwinssl: --insecure overrides --cacert if both settings are in useNick Zitzmann2017-01-031-7/+2
* content_encoding: change return code on a failureDaniel Stenberg2016-12-291-1/+1
* digest_sspi: copy terminating NUL as wellMax Khon2016-12-291-1/+1
* darwinssl: fix CFArrayRef leakChris Araman2016-12-271-6/+10
* darwinssl: fix iOS buildChris Araman2016-12-271-0/+4
* vtls: s/SSLEAY/OPENSSLDaniel Stenberg2016-12-261-2/+2
* formdata: use NULL, not 0, when returning pointersDaniel Stenberg2016-12-251-1/+1
* ftp: failure to resolve proxy should return that error codeDaniel Stenberg2016-12-251-1/+1
* ftp-gss: check for init before useDaniel Stenberg2016-12-241-0/+4
* cyassl: use time_t instead of long for timeoutJay Satiro2016-12-241-1/+1
* http: remove "Curl_http_done: called premature" messageDaniel Stenberg2016-12-231-2/+0
* openssl-random: check return code when asking for randomDaniel Stenberg2016-12-231-2/+4
* gnutls-random: check return code for failed randomDaniel Stenberg2016-12-231-1/+3
* randit: store the value in the bufferKamil Dudka2016-12-211-1/+1
* lib: fix MSVC compiler warningsMarcel Raad2016-12-212-2/+2
* ssh: inhibit coverity warning with (void)Daniel Stenberg2016-12-201-2/+2