| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
In my very basic test that lists sftp://127.0.0.1/tmp/, this patched
code makes 161 allocations compared to 194 in git master. A 17%
reduction.
Closes #5336
|
| |
|
|
|
|
|
|
|
| |
... as otherwise the progress callback gets called without that
information, making the progress meter have less info.
Reported-by: Murugan Balraj
Bug: https://curl.haxx.se/mail/archive-2020-05/0000.html
Closes #5317
|
| |
|
|
|
|
|
|
| |
This fix adds a defensive check for the case where the char *name in
struct libssh2_knownhost is NULL
Fixes #5041
Closes #5062
|
| |
|
|
|
|
| |
Spotted by 'codespell'
Closes #4957
|
| |
|
|
|
|
|
| |
This led to a conversion warning on 64-bit MinGW, which has 32-bit
`long` but 64-bit `size_t`.
Closes https://github.com/curl/curl/pull/4823
|
| |
|
|
|
|
| |
Follow-up to recent commits
[skip ci]
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Allow forcing the host's key type found in the known_hosts file.
Currently, curl (with libssh2) does not take keys from your known_hosts
file into account when talking to a server. With this patch the
known_hosts file will be searched for an entry matching the hostname
and, if found, libssh2 will be told to claim this key type from the
server.
Closes https://github.com/curl/curl/pull/4747
|
| |
|
|
|
|
|
|
| |
... if a new enough libssh2 version is present.
Source: https://curl.haxx.se/mail/archive-2019-12/0023.html
Co-Authored-by: Daniel Stenberg
Closes #4714
|
| |
|
|
| |
Closes https://github.com/curl/curl/pull/4444
|
| |
|
|
|
| |
Fixes warning detected by PVS-Studio
Fixes #4374
|
| |
|
|
| |
Closes #4235
|
| | |
|
| |
|