Age | Commit message (Expand) | Author |
2019-07-30 | cleanup: remove the 'numsocks' argument used in many places | Daniel Stenberg |
2019-07-25 | ssh-libssh: do not specify O_APPEND when not in append mode | Felix Hädicke |
2019-06-05 | build: fix Codacy warnings | Marcel Raad |
2019-05-20 | lib: reduce variable scopes | Marcel Raad |
2019-05-20 | ssh-libssh: remove unused variable | Marcel Raad |
2019-05-16 | cleanup: remove FIXME and TODO comments | Daniel Stenberg |
2019-03-01 | urldata: simplify bytecounters | Daniel Stenberg |
2019-03-01 | ssh: fix Condition '!status' is always true | Daniel Stenberg |
2019-01-24 | libssh: do not let libssh create socket | Felix Hädicke |
2018-12-23 | Revert "libssh: no data pointer == nothing to do" | Daniel Stenberg |
2018-12-22 | libssh: no data pointer == nothing to do | Daniel Stenberg |
2018-12-22 | libssh: free sftp_canonicalize_path() data correctly | Daniel Stenberg |
2018-11-23 | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg |
2018-09-04 | sftp: fix indentation | Viktor Szakats |
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-09-01 | ssh-libssh: use FALLTHROUGH to silence gcc8 | Daniel Stenberg |
2018-08-14 | ssh-libssh: fix infinite connect loop on invalid private key | Kamil Dudka |
2018-08-14 | ssh-libssh: reduce excessive verbose output about pubkey auth | Kamil Dudka |
2018-07-06 | libssh: goto DISCONNECT state on error, not SSH_SESSION_FREE | Daniel Stenberg |
2018-07-06 | libssh: include line number in state change debug messages | Daniel Stenberg |
2018-06-12 | Curl_debug: remove dead printhost code | Daniel Stenberg |
2018-05-03 | ssh-libssh.c: fix left shift compiler warning | 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-05 | build: remove HAVE_LIMITS_H check | Jay Satiro |
2017-12-09 | sftp: allow quoted commands to use relative paths | John DeHelian |
2017-12-05 | libssh: remove dead code in sftp_qoute | 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-01 | libssh: added SFTP support | Nikos Mavrogiannopoulos |
2017-12-01 | Added support for libssh SSH SCP back-end | Nikos Mavrogiannopoulos |