Age | Commit message (Expand) | Author |
2012-06-10 | Curl_pgrsDone: return int and acknowledge return code | Daniel Stenberg |
2012-04-01 | SSH: public key can now be an empty string | Armel Asselin |
2012-03-25 | ssh.c: code cleanup, Curl_safefree() already nullifies pointer | Yang Tse |
2012-03-25 | fix some compiler warnings | Yang Tse |
2012-03-22 | fix several compiler warnings | Yang Tse |
2012-03-20 | fix several compiler warnings | Yang Tse |
2012-03-08 | CONNECT: made generically not per-protocol | Daniel Stenberg |
2012-03-08 | ssh_connect: tunnel through HTTP proxy if requested | Daniel Stenberg |
2012-01-13 | ssh.c: fix compiler warning | Yang Tse |
2011-12-31 | just a stupid typo | Daniel Stenberg |
2011-12-31 | SFTP dir: increase buffer size counter | Daniel Stenberg |
2011-12-24 | SFTP mkdir: use correct permission | Daniel Stenberg |
2011-12-05 | SSH: fix CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 | Daniel Stenberg |
2011-11-24 | query-part: ignore the URI part for given protocols | Jonas Schnelli |
2011-11-18 | SFTP: support '*' prefix for quote operations | Jonas Schnelli |
2011-10-21 | curl_multi_fdset: correct fdset with FTP PORT use | Daniel Stenberg |
2011-09-10 | ssh.c: revert needless commit 7b7c45879e | Yang Tse |
2011-09-08 | libssh2: use calloc as alloc function for libssh2 versions older than 1.3 | Yang Tse |
2011-09-07 | ssh.c: fix memory leaks triggered upon OOM or other failures | Yang Tse |
2011-09-05 | fix bool variables checking and assignment | Yang Tse |
2011-09-03 | fix a bunch of MSVC compiler warnings | Yang Tse |
2011-08-31 | ssh.c: fix realloc() OOM handling | Yang Tse |
2011-08-19 | tcpconnect: follow-up commit after b998d95b | Daniel Stenberg |
2011-08-19 | ssh.c: add PATH_MAX definition for WIN32 | Yang Tse |
2011-07-26 | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse |
2011-07-25 | WIN32 io.h and fcntl.h inclusion done in setup_once.h | Yang Tse |
2011-07-25 | time.h and sys/time.h inclusion conditionally done in setup_once.h | Yang Tse |
2011-07-04 | code style: space between close paren and open brace | Daniel Stenberg |
2011-06-04 | Curl_socket_ready: make timeout a 'long' | Daniel Stenberg |
2011-05-23 | compiler warning: fix | Yang Tse |
2011-05-23 | compiler warning: fix | Yang Tse |
2011-05-05 | RTSP: convert protocol-specific checks to generic | Daniel Stenberg |
2011-05-01 | SSH: set non-blocking earlier | Daniel Stenberg |
2011-04-27 | SSH: move knownhost logic to separate function | Daniel Stenberg |
2011-04-27 | source cleanup: unify look, style and indent levels | Daniel Stenberg |
2011-04-20 | SFTP: close file before postquote | Daniel Stenberg |
2011-04-20 | CURL_DOES_CONVERSIONS: cleanup | Daniel Stenberg |
2011-03-14 | protocols: use CURLPROTO_ internally | Daniel Stenberg |
2011-03-14 | protocol handler: added flags field | Daniel Stenberg |
2011-03-13 | SSH: add protocol lock direction | Daniel Stenberg |
2011-03-13 | ssh_statemach_act: set cselect for sftp upload | Daniel Stenberg |
2011-03-13 | SFTP: gracefully handle shutdown early | Daniel Stenberg |
2011-03-12 | sftp upload: expire to advance state machine | Daniel Stenberg |
2011-02-26 | ssh_connect: treat libssh2 return code better | Daniel Stenberg |
2011-01-06 | SSH: speedcheck clobbered existing error | Daniel Stenberg |
2011-01-05 | SSH: acknowledge speedcheck | Daniel Stenberg |
2011-01-04 | Curl_timeleft: s/conn/data in first argument | Daniel Stenberg |
2011-01-03 | SSH: avoid PATH_MAX with alloc | Daniel Stenberg |
2011-01-01 | SFTP: make pwd output result to header callback | Daniel Stenberg |
2010-12-30 | ssh: honour the CURLINFO_FTP_ENTRY_PATH curl_getinfo option | Luke Amery |