summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* http_proxy: avoid freeing static memoryDaniel Stenberg2017-02-091-3/+3
* http_proxy: Fix tiny memory leak upon edge case connecting to proxyCameron MacMinn2017-02-091-1/+1
* polarssl, mbedtls: Fix detection of pending dataMichael Kaufmann2017-02-082-6/+2
* http2: reset push header counter fixes crashDaniel Stenberg2017-02-071-0/+1
* transfer: only retry nobody-requests for HTTPMarkus Westerlind2017-02-071-6/+11
* telnet: Fix typosDaniel Gustafsson2017-02-071-2/+2
* darwinssl: Avoid parsing certificates when not in verbose modeDaniel Gustafsson2017-02-071-6/+27
* schannel: Remove incorrect SNI disabled messageJDepooter2017-02-071-1/+9
* use *.sourceforge.io and misc URL updatesViktor Szakats2017-02-066-7/+7
* cmake: Support curl --xattr when built with cmakeSean Burford2017-02-011-0/+9
* openssl: Don't use certificate after transferring ownershipAdam Langley2017-01-311-10/+8
* mbedtls: implement CTR-DRBG and HAVEGE random generatorsAntoine Aubert2017-01-292-6/+54
* 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