Base code merged to SPIN 2.4
[platform/upstream/curl.git] / lib / ssh.h
2015-11-16 taesub.kimBase code merged to SPIN 2.4 99/51799/1
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2012-12-28 Yang Tsebuild: rename 76 lib/*.h files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-08-08 Armel AsselinSSH: added agent based authentication
2011-11-25 Jonas Schnellirectify comment
2011-11-18 Jonas SchnelliSFTP: support '*' prefix for quote operations
2011-05-01 Daniel StenbergSSH: set non-blocking earlier
2010-08-05 Yang Tsebuild: fix libssh2_scp_send64() availability
2010-08-04 Daniel StenbergSCP: send large files properly with new enough libssh2
2010-05-07 Howard Chusendrecv: split the I/O handling into private handler
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2009-12-12 Daniel Stenbergsplit out more protocol-specific structs from urldata...
2009-05-19 Gunter Knaufchanged ssh.c to use HAVE_LIBSSH2_SESSION_BLOCK_DIRECTI...
2009-05-09 Yang TseFix libssh2 preprocessor symbol definition check
2008-12-22 Gisle VanemRemove trailing #undef value. Typo?
2008-12-22 Daniel Stenberglibssh2_sftp_seek2 was just renamed to libssh2_sftp_see...
2008-12-22 Daniel Stenberg- Anthony Bryan provided a set of patches that cleaned...
2008-11-29 Yang TseFurther adjust a libssh2 preprocessor function-symbol...
2008-11-29 Yang TseAdjust some libssh2 preprocessor symbol definition...
2008-06-20 Daniel Stenbergremove leftover proto that isn't used, I made it a...
2008-06-20 Daniel Stenberg- Hans-Jurgen May pointed out that trying SCP or SFTP...
2008-05-09 Michal Marek- Make Curl_write and it's callees accept a const point...
2007-10-12 Patrick MonneratAdded per-protocol callback static tables, replacing...
2007-08-03 Daniel StenbergThe SSH code now only works with libssh2 0.16 or later...
2007-07-14 Gunter Knauffor now unless we do better fixed LIBSSH2_APINO compare...
2007-07-11 Gunter Knauffixed endif comment.
2007-07-10 James Housley* Finish moving sftp:// into a state machine so it...
2007-06-12 James HousleyConvert Curl_ssh_connect() to run in a state machine for
2007-01-16 Daniel Stenberg- Armel Asselin improved libcurl to behave a lot better...
2006-11-24 Daniel StenbergJames Housley did lots of work and introduced SFTP...
2006-11-02 Daniel StenbergJames Housley brought support for SCP transfers