index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ssh.c
Age
Commit message (
Expand
)
Author
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
2016-08-04
multi: make Curl_expire() work with 0 ms timeouts
Daniel Stenberg
2016-06-29
conn: don't free easy handle data in handler->disconnect
Daniel Stenberg
2016-06-28
SFTP: set a generic error when no SFTP one exists...
Daniel Stenberg
2016-06-22
typedefs: use the full structs in internal code...
Daniel Stenberg
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-05-30
ssh: fix version number check typo
Daniel Stenberg
2016-05-29
ssh: fix build for libssh2 before 1.2.6
Daniel Stenberg
2016-04-29
lib: include curl_printf.h as one of the last headers
Daniel Stenberg
2016-04-03
code: style updates
Daniel Stenberg
2016-03-30
multi: turn Curl_done into file local multi_done
Daniel Stenberg
2016-03-27
SSH: new CURLOPT_QUOTE command "statvfs"
marquis-de-muesli
2016-03-27
SSH: support CURLINFO_FILETIME
marquis-de-muesli
2016-02-14
SCP: use libssh2_scp_recv2 to support > 2GB files on windows
David Byron
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2016-01-15
ssh: make CURLOPT_SSH_PUBLIC_KEYFILE treat "" as NULL
Kamil Dudka
2015-11-24
Revert "cleanup: general removal of TODO (and similar) comments"
Daniel Stenberg
2015-11-13
cleanup: general removal of TODO (and similar) comments
Daniel Stenberg
[next]