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-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
2015-10-15
fread_func: move callback pointer from set to state struct
Daniel Stenberg
2015-08-10
SFTP: fix range request off-by-one in size check
Daniel Stenberg
2015-08-02
SSH: three state machine fixups
Daniel Stenberg
2015-05-20
read_callback: move to SessionHandle from connectdata
Daniel Stenberg
2015-03-17
checksrc: use space after comma
Daniel Stenberg
2015-03-16
free: instead of Curl_safefree()
Daniel Stenberg
2015-03-03
mprintf.h: remove #ifdef CURLDEBUG
Daniel Stenberg
2014-12-16
SFTP: work-around servers that return zero size on STAT
Daniel Stenberg
2014-11-09
libssh2: detect features based on version, not configure checks
Daniel Stenberg
2014-11-09
SSH: use the port number as well for known_known checks
Nobuhiro Ban
2014-11-05
ssh: Fixed build on platforms where R_OK is not defined
Gisle Vanem
2014-10-24
code cleanup: we prefer 'CURLcode result'
Daniel Stenberg
2014-10-06
ssh_statemach_act: split out assignment from check
Daniel Stenberg
[next]