Age | Commit message (Expand) | Author |
2014-01-20 | SFTP: stat remote file also when CURLOPT_NOBODY is 1 | Fabian Frank |
2013-12-31 | mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TU | Steve Holme |
2013-12-20 | vtls: renamed sslgen.[ch] to vtls.[ch] | Daniel Stenberg |
2013-12-20 | vtls: created subdir, moved sslgen.[ch] there, updated all include lines | Daniel Stenberg |
2013-10-21 | ssh: initialize per-handle data in ssh_connect() | Kamil Dudka |
2013-10-15 | ssh: Handle successful SSH_USERAUTH_NONE | Tyler Hall |
2013-10-12 | ssh: improve the logic for detecting blocking direction | Kamil Dudka |
2013-08-12 | SessionHandle: the protocol specific pointer is now a void * | Daniel Stenberg |
2013-08-12 | urldata: clean up the use of the protocol specific structs | Daniel Stenberg |
2013-07-24 | string formatting: fix 25+ printf-style format strings | Yang Tse |
2013-02-15 | rename "easy" statemachines: call them block instead | Daniel Stenberg |
2013-01-17 | always-multi: always use non-blocking internals | Daniel Stenberg |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2013-01-03 | build: rename 93 lib/*.c files | Yang Tse |
2013-01-03 | build: make use of 93 lib/*.c renamed files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-12-21 | SCP: relative path didn't work | Daniel Stenberg |
2012-12-19 | bundles connection caching: some out of memory handling fixes | Yang Tse |
2012-12-14 | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse |
2012-11-20 | compiler warning fixes | Daniel Stenberg |
2012-11-12 | SCP/SFTP: improve error code used for send failures | Daniel Stenberg |
2012-09-14 | ssh.c: Fixed warning: implicit conversion from enumeration type | Marc Hoersken |
2012-09-12 | ssh: do not crash if MD5 fingerprint is not provided by libssh2 | Kamil Dudka |
2012-09-12 | ssh: move the fingerprint checking code to a separate fnc | Kamil Dudka |
2012-08-10 | ssh: use the libssh2 agent API conditionally | Daniel Stenberg |
2012-08-08 | SSH: added agent based authentication | Armel Asselin |
2012-06-14 | Fix bad failf() and info() usage | Yang Tse |
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 |