Age | Commit message (Expand) | Author |
2019-03-05 | ssh: loop the state machine if not done and not blocking | Daniel Stenberg |
2019-03-01 | urldata: simplify bytecounters | Daniel Stenberg |
2019-03-01 | ssh: fix Condition '!status' is always true | Daniel Stenberg |
2019-01-17 | ssh: log the libssh2 error message when ssh session startup fails | JDepooter |
2018-11-23 | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg |
2018-10-26 | ssh: free the session on init failures | Daniel Gustafsson |
2018-09-04 | sftp: don't send post-qoute sequence when retrying a connection | Przemysław Tomaszewski |
2018-09-01 | all: s/int/size_t cleanup | Daniel Stenberg |
2018-08-21 | curl-compilers: enable -Wimplicit-fallthrough=4 for GCC | Marcel Raad |
2018-06-12 | Curl_debug: remove dead printhost code | Daniel Stenberg |
2018-04-16 | ssh: show libSSH2 error code when closing fails | Christian Schmitz |
2018-02-16 | ssh: add two missing state names | Daniel Stenberg |
2018-02-15 | TODO fixed: Detect when called from within callbacks | Björn Stenberg |
2018-02-01 | time_t-fixes: remove typecasts to 'long' for info.filetime | Daniel Stenberg |
2018-01-18 | SSH: Fix state machine for ssh-agent authentication | Michael Gmelin |
2018-01-05 | build: remove HAVE_LIMITS_H check | Jay Satiro |
2017-12-09 | sftp: allow quoted commands to use relative paths | John DeHelian |
2017-12-04 | libssh2: remove dead code from SSH_SFTP_QUOTE | Daniel Stenberg |
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-11-25 | ssh: remove check for a NULL pointer (!) | Daniel Stenberg |
2017-10-28 | Curl_timeleft: change return type to timediff_t | Daniel Stenberg |
2017-10-25 | time: rename Curl_tvnow to Curl_now | Daniel Stenberg |
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg |
2017-08-17 | ssh: add the ability to enable compression (for SCP/SFTP) | Viktor Szakats |
2017-08-14 | strtoofft: reduce integer overflow risks globally | Daniel Stenberg |
2017-07-28 | timeval: struct curltime is a struct timeval replacement | Daniel Stenberg |
2017-06-30 | handler: refactor connection checking | Max Dymond |
2017-05-25 | ssh: fix 'left' may be used uninitialized | Daniel Stenberg |
2017-05-20 | ssh: ignore timeouts during disconnect | Daniel Stenberg |
2017-05-10 | multi: use a fixed array of timers instead of malloc | Daniel Stenberg |
2017-05-02 | ssh: fix compiler warning from e40e9d7f0de | Daniel Stenberg |
2017-05-01 | buffer: use data->set.buffer_size instead of BUFSIZE | Daniel Stenberg |
2017-03-30 | ssh: fix narrowing conversion warning | Marcel Raad |
2017-03-13 | Improve code readbility | Sylvestre Ledru |
2017-02-20 | sftp: improved checks for create dir failures | Jean Gressmann |
2016-12-20 | ssh: inhibit coverity warning with (void) | Daniel Stenberg |
2016-12-14 | checksrc: warn for assignments within if() expressions | Daniel Stenberg |
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg |
2016-11-24 | proxy: Support HTTPS proxy and SOCKS+HTTP(s) | Alex Rousskov |
2016-11-11 | realloc: use Curl_saferealloc to avoid common mistakes | Daniel Stenberg |
2016-11-07 | ssh: check md5 fingerprints case insensitively (regression) | Daniel Stenberg |
2016-10-31 | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg |
2016-10-31 | strcasecompare: is the new name for strequal() | Daniel Stenberg |
2016-10-31 | SSH: check md5 fingerprint case sensitively | Daniel Stenberg |
2016-10-31 | escape: avoid using curl_easy_unescape() internally | Daniel Stenberg |
2016-10-18 | select: switch to macros in uppercase | Daniel Stenberg |
2016-08-25 | http2: Remove incorrect comments | Jay Satiro |