aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-01-17ftp-wildcard: fix matching an empty string with "*[^a]"Daniel Stenberg
2018-01-16SMB: fix numeric constant suffix and variable typesDaniel Stenberg
2018-01-15smtp/pop3/imap_get_message: decrease the data length too...Daniel Stenberg
2018-01-15openssl: enable SSLKEYLOGFILE support by defaultDaniel Stenberg
2018-01-14mime: clone mime tree upon easy handle duplication.Patrick Monnerat
2018-01-13HTTP: bail out on negative Content-Length: valuesDaniel Stenberg
2018-01-13setopt: fix SSLVERSION to allow CURL_SSLVERSION_MAX_ valuesJay Satiro
2018-01-13setopt: reintroduce non-static Curl_vsetopt() for OS400 supportPatrick Monnerat
2018-01-11http2: fix incorrect trailer buffer sizeZhouyihai Ding
2018-01-09easy: fix connection ownership in curl_easy_pauseBasuke Suzuki
2018-01-08progress: calculate transfer speed on milliseconds if possibleDaniel Stenberg
2018-01-07scripts: allow all perl scripts to be run directlyJay Satiro
2018-01-05build: remove HAVE_LIMITS_H checkJay Satiro
2018-01-03openssl: fix memory leak of SSLKEYLOGFILE filenameJay Satiro
2017-12-27brotli: data at the end of content can be lostMikalai Ananenka
2017-12-20curl_easy_reset: release mime-related data.Patrick Monnerat
2017-12-20content_encoding: rework zlib_inflatePatrick Monnerat
2017-12-20brotli: allow compiling with version 0.6.0.Patrick Monnerat
2017-12-13rand: add a clang-analyzer work-aroundDaniel Stenberg
2017-12-13krb5: fix a potential access of uninitialized memoryDaniel Stenberg
2017-12-12conncache: fix a return code [regression]Daniel Stenberg
2017-12-12setopt: less *or equal* than INT_MAX/1000 should be fineDaniel Stenberg
2017-12-12vtls: replaced getenv() with curl_getenv()dmitrykos
2017-12-10multi_done: prune DNS cacheDaniel Stenberg
2017-12-10openssl: Disable file buffering for Win32 SSLKEYLOGFILEJay Satiro
2017-12-10RESOLVE: output verbose text when trying to set a duplicate nameDaniel Stenberg
2017-12-09sftp: allow quoted commands to use relative pathsJohn DeHelian
2017-12-08curl: remove __EMX__ #ifdefsDaniel Stenberg
2017-12-08openssl: improve data-pending check for https proxyJay Satiro
2017-12-07CONNECT: keep close connection flag in http_connect_state structZachary Seguin
2017-12-07include: get netinet/in.h before linux/tcp.hPer Malmberg
2017-12-06openldap: fix checksrc nitsDaniel Stenberg
2017-12-06openldap: add commented out debug possibilitiesStepan Broz
2017-12-06URL: tolerate backslash after drive letter for FILE:Jan-E
2017-12-06configure: check for netinet/in6.hRandall S. Becker
2017-12-05conncache: only allow multiplexing within same multi handleDaniel Stenberg
2017-12-05conncache: fix several lock issuesDaniel Stenberg
2017-12-05libssh: remove dead code in sftp_qouteDaniel Stenberg
2017-12-05sasl_getmesssage: make sure we have a long enough string to passDaniel Stenberg
2017-12-04libssh2: remove dead code from SSH_SFTP_QUOTEDaniel Stenberg
2017-12-04ssh-libssh.c: please checksrcDaniel Stenberg
2017-12-04libssh: fixed dereference in statvfs accessNikos Mavrogiannopoulos
2017-12-03libssh: corrected use of sftp_statvfs() in SSH_SFTP_QUOTE_STATVFSNikos Mavrogiannopoulos
2017-12-03libssh: no need to call sftp_get_error as ssh_get_error is sufficientNikos Mavrogiannopoulos
2017-12-02libssh: fix minor static code analyzer nitsDaniel Stenberg
2017-12-02openssl: pkcs12 is supported by boringsslDaniel Stenberg
2017-12-01libssh: added SFTP supportNikos Mavrogiannopoulos
2017-12-01libssh2: return CURLE_UPLOAD_FAILED on failure to uploadNikos Mavrogiannopoulos
2017-12-01libssh2: send the correct CURLE error code on scp file not foundNikos Mavrogiannopoulos
2017-12-01Added support for libssh SSH SCP back-endNikos Mavrogiannopoulos