aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-02-19string formatting: fix 4 printf-style format stringsMichael Kaufmann
2017-02-18speed caps: update the timeouts if the speed is too low/highMichael Kaufmann
2017-02-18proxy: fix hostname resolution and IDN conversionMichael Kaufmann
2017-02-17http: fix missing 'Content-Length: 0' while negotiating authIsaac Boukris
2017-02-15axtls: adapt to API changesDaniel Stenberg
2017-02-14smb: code indentDaniel Stenberg
2017-02-13http2: fix memory-leak when denying push streamsDaniel Stenberg
2017-02-10URL: only accept ";options" in SMTP/POP3/IMAP URL schemesDaniel Stenberg
2017-02-09nss: make FTPS work with --proxytunnelKamil Dudka
2017-02-09http_proxy: avoid freeing static memoryDaniel Stenberg
2017-02-09http_proxy: Fix tiny memory leak upon edge case connecting to proxyCameron MacMinn
2017-02-08polarssl, mbedtls: Fix detection of pending dataMichael Kaufmann
2017-02-07http2: reset push header counter fixes crashDaniel Stenberg
2017-02-07transfer: only retry nobody-requests for HTTPMarkus Westerlind
2017-02-07telnet: Fix typosDaniel Gustafsson
2017-02-07darwinssl: Avoid parsing certificates when not in verbose modeDaniel Gustafsson
2017-02-07schannel: Remove incorrect SNI disabled messageJDepooter
2017-02-06use *.sourceforge.io and misc URL updatesViktor Szakats
2017-02-01cmake: Support curl --xattr when built with cmakeSean Burford
2017-01-31openssl: Don't use certificate after transferring ownershipAdam Langley
2017-01-29mbedtls: implement CTR-DRBG and HAVEGE random generatorsAntoine Aubert
2017-01-28mbedtls: disable TLS session ticketsMichael Kaufmann
2017-01-28gnutls: disable TLS session ticketsMichael Kaufmann
2017-01-28polarssl: fix hangsMichael Kaufmann
2017-01-27cookies: do not assume a valid domain has a dotDaniel Stenberg
2017-01-24telnet: fix windows compiler warningsDaniel Stenberg
2017-01-23VC: remove the makefile.vc6 build infraDaniel Stenberg
2017-01-22vtls: source indentation fixDaniel Stenberg
2017-01-20vtls: fix PolarSSL non-blocking handlingDaniel Stenberg
2017-01-20vtls: fix mbedtls multi non blocking handshake.Antoine Aubert
2017-01-19CURLOPT_BUFFERSIZE: support enlarging receive bufferRichy Kim
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