aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-03-05CMake: Add DarwinSSL supportMichael Maltese
2017-03-04fix potential use of uninitialized variablesAndrew Krieger
2017-03-03url: split off proxy init and parsing from create_connJay Satiro
2017-03-03build: fix gcc7 implicit fallthrough warningsAlexis La Goutte
2017-03-02darwinssl: Warn that disabling host verify also disables SNIJDepooter
2017-02-28warnless: suppress compiler warningMarcel Raad
2017-02-27digest_sspi: fix compilation warningMarcel Raad
2017-02-26cyassl: get library version string at runtimeJay Satiro
2017-02-25url: fix unix-socket support for proxy-disabled buildsIsaac Boukris
2017-02-26gopher: fixed detection of an error condition from Curl_urldecodeDan Fandrich
2017-02-25ftp: fixed a NULL pointer dereference on OOMDan Fandrich
2017-02-25ftp: removed an erroneous free in an OOM pathDan Fandrich
2017-02-25proxy: fixed a memory leak on OOMDan Fandrich
2017-02-23url: Default the CA proxy bundle location to CURL_CA_BUNDLEJay Satiro
2017-02-23rand: added missing #ifdef HAVE_FCNTL_H around fcntl.h headerSergii Pylypenko
2017-02-23formdata: check for EOF when reading from stdinDaniel Stenberg
2017-02-21urldata: include curl_sspi.h when Windows SSPI is enabledViktor Szakats
2017-02-21url: Improve CURLOPT_PROXY_CAPATH error handlingJay Satiro
2017-02-21cyassl: fix typoJay Satiro
2017-02-21cookie: fix declaration of 'dup' shadows a global declarationDaniel Stenberg
2017-02-21TLS: make SSL_VERIFYSTATUS work againDaniel Stenberg
2017-02-21digest_sspi: Handle 'stale=TRUE' directive in HTTP digestJay Satiro
2017-02-20smb: use getpid replacement for windows UWP buildsDaniel Stenberg
2017-02-20sftp: improved checks for create dir failuresJean Gressmann
2017-02-20digest_sspi: Fix nonce-count generation in HTTP digestMax Khon
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