summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* cookie: fix declaration of 'dup' shadows a global declarationDaniel Stenberg2017-02-211-11/+11
* TLS: make SSL_VERIFYSTATUS work againDaniel Stenberg2017-02-211-0/+3
* digest_sspi: Handle 'stale=TRUE' directive in HTTP digestJay Satiro2017-02-211-7/+36
* smb: use getpid replacement for windows UWP buildsDaniel Stenberg2017-02-201-1/+5
* sftp: improved checks for create dir failuresJean Gressmann2017-02-201-1/+9
* digest_sspi: Fix nonce-count generation in HTTP digestMax Khon2017-02-202-99/+145
* string formatting: fix 4 printf-style format stringsMichael Kaufmann2017-02-192-2/+4
* speed caps: update the timeouts if the speed is too low/highMichael Kaufmann2017-02-181-36/+48
* proxy: fix hostname resolution and IDN conversionMichael Kaufmann2017-02-184-26/+34
* http: fix missing 'Content-Length: 0' while negotiating authIsaac Boukris2017-02-171-2/+2
* axtls: adapt to API changesDaniel Stenberg2017-02-151-5/+5
* smb: code indentDaniel Stenberg2017-02-141-16/+17
* http2: fix memory-leak when denying push streamsDaniel Stenberg2017-02-131-11/+19
* URL: only accept ";options" in SMTP/POP3/IMAP URL schemesDaniel Stenberg2017-02-105-13/+25
* nss: make FTPS work with --proxytunnelKamil Dudka2017-02-091-12/+11
* 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