Age | Commit message (Expand) | Author |
2018-01-14 | mime: clone mime tree upon easy handle duplication. | Patrick Monnerat |
2018-01-13 | HTTP: bail out on negative Content-Length: values | Daniel Stenberg |
2018-01-13 | setopt: fix SSLVERSION to allow CURL_SSLVERSION_MAX_ values | Jay Satiro |
2018-01-13 | setopt: reintroduce non-static Curl_vsetopt() for OS400 support | Patrick Monnerat |
2018-01-11 | http2: fix incorrect trailer buffer size | Zhouyihai Ding |
2018-01-09 | easy: fix connection ownership in curl_easy_pause | Basuke Suzuki |
2018-01-08 | progress: calculate transfer speed on milliseconds if possible | Daniel Stenberg |
2018-01-07 | scripts: allow all perl scripts to be run directly | Jay Satiro |
2018-01-05 | build: remove HAVE_LIMITS_H check | Jay Satiro |
2018-01-03 | openssl: fix memory leak of SSLKEYLOGFILE filename | Jay Satiro |
2017-12-27 | brotli: data at the end of content can be lost | Mikalai Ananenka |
2017-12-20 | curl_easy_reset: release mime-related data. | Patrick Monnerat |
2017-12-20 | content_encoding: rework zlib_inflate | Patrick Monnerat |
2017-12-20 | brotli: allow compiling with version 0.6.0. | Patrick Monnerat |
2017-12-13 | rand: add a clang-analyzer work-around | Daniel Stenberg |
2017-12-13 | krb5: fix a potential access of uninitialized memory | Daniel Stenberg |
2017-12-12 | conncache: fix a return code [regression] | Daniel Stenberg |
2017-12-12 | setopt: less *or equal* than INT_MAX/1000 should be fine | Daniel Stenberg |
2017-12-12 | vtls: replaced getenv() with curl_getenv() | dmitrykos |
2017-12-10 | multi_done: prune DNS cache | Daniel Stenberg |
2017-12-10 | openssl: Disable file buffering for Win32 SSLKEYLOGFILE | Jay Satiro |
2017-12-10 | RESOLVE: output verbose text when trying to set a duplicate name | Daniel Stenberg |
2017-12-09 | sftp: allow quoted commands to use relative paths | John DeHelian |
2017-12-08 | curl: remove __EMX__ #ifdefs | Daniel Stenberg |
2017-12-08 | openssl: improve data-pending check for https proxy | Jay Satiro |
2017-12-07 | CONNECT: keep close connection flag in http_connect_state struct | Zachary Seguin |
2017-12-07 | include: get netinet/in.h before linux/tcp.h | Per Malmberg |
2017-12-06 | openldap: fix checksrc nits | Daniel Stenberg |
2017-12-06 | openldap: add commented out debug possibilities | Stepan Broz |
2017-12-06 | URL: tolerate backslash after drive letter for FILE: | Jan-E |
2017-12-06 | configure: check for netinet/in6.h | Randall S. Becker |
2017-12-05 | conncache: only allow multiplexing within same multi handle | Daniel Stenberg |
2017-12-05 | conncache: fix several lock issues | Daniel Stenberg |
2017-12-05 | libssh: remove dead code in sftp_qoute | Daniel Stenberg |
2017-12-05 | sasl_getmesssage: make sure we have a long enough string to pass | Daniel Stenberg |
2017-12-04 | libssh2: remove dead code from SSH_SFTP_QUOTE | Daniel Stenberg |
2017-12-04 | ssh-libssh.c: please checksrc | Daniel Stenberg |
2017-12-04 | libssh: fixed dereference in statvfs access | Nikos Mavrogiannopoulos |
2017-12-03 | libssh: corrected use of sftp_statvfs() in SSH_SFTP_QUOTE_STATVFS | Nikos Mavrogiannopoulos |
2017-12-03 | libssh: no need to call sftp_get_error as ssh_get_error is sufficient | Nikos Mavrogiannopoulos |
2017-12-02 | libssh: fix minor static code analyzer nits | Daniel Stenberg |
2017-12-02 | openssl: pkcs12 is supported by boringssl | Daniel Stenberg |
2017-12-01 | libssh: added SFTP support | Nikos Mavrogiannopoulos |
2017-12-01 | libssh2: return CURLE_UPLOAD_FAILED on failure to upload | Nikos Mavrogiannopoulos |
2017-12-01 | libssh2: send the correct CURLE error code on scp file not found | Nikos Mavrogiannopoulos |
2017-12-01 | Added support for libssh SSH SCP back-end | Nikos Mavrogiannopoulos |
2017-12-01 | lib: don't export all symbols, just everything curl_* | W. Mark Kubacki |
2017-12-01 | SSL: Avoid magic allocation of SSL backend specific data | Johannes Schindelin |
2017-11-27 | openssl: fix boringssl build again | Daniel Stenberg |
2017-11-27 | curl_ntlm_core.c: use the limits.h's SIZE_T_MAX if provided | Daniel Stenberg |