| Commit message (Expand) | Author | Age | Files | Lines |
* | - Ian Lynagh provided a patch that now makes CURLOPT_RANGE work fine for SFTP | Daniel Stenberg | 2008-09-29 | 1 | -3/+30 |
* | ntoa() and inet_ntoa_r() no longer used | Yang Tse | 2008-09-24 | 1 | -7/+1 |
* | fix compiler warning | Yang Tse | 2008-09-10 | 1 | -1/+1 |
* | remove unnecessary typecasting of malloc() | Yang Tse | 2008-09-06 | 1 | -6/+6 |
* | remove unnecessary typecasting of calloc() | Yang Tse | 2008-09-06 | 1 | -2/+2 |
* | Removed some redundant type casts | Dan Fandrich | 2008-09-02 | 1 | -1/+1 |
* | Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TU | Yang Tse | 2008-08-16 | 1 | -4/+4 |
* | For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros, | Yang Tse | 2008-08-15 | 1 | -4/+4 |
* | Removed unneeded header files | Dan Fandrich | 2008-08-12 | 1 | -2/+0 |
* | Added support for --append on SFTP uploads. Unfortunately, OpenSSH doesn't | Dan Fandrich | 2008-08-01 | 1 | -5/+14 |
* | Changed slightly the SFTP quote commands chmod, chown and chgrp to only | Dan Fandrich | 2008-07-11 | 1 | -16/+25 |
* | Introcuding a new timestamp for curl_easy_getinfo(): | Daniel Stenberg | 2008-07-03 | 1 | -0/+2 |
* | Fix problem: 'result' may be used uninitialized. | Yang Tse | 2008-05-31 | 1 | -2/+2 |
* | - Jeff Weber reported memory leaks with aborted SCP and SFTP transfers and | Daniel Stenberg | 2008-05-28 | 1 | -31/+56 |
* | Removed some duplicated #includes | Dan Fandrich | 2008-05-21 | 1 | -3/+0 |
* | - Make Curl_write and it's callees accept a const pointer, in preparation | Michal Marek | 2008-05-09 | 1 | -2/+2 |
* | Scott Barrett added support for CURLOPT_NOBODY over SFTP | Daniel Stenberg | 2008-04-03 | 1 | -1/+3 |
* | Fixed an infinite loop when given an invalid SFTP quote command. | Dan Fandrich | 2008-03-18 | 1 | -8/+8 |
* | - Brian Ulm figured out that if you did an SFTP upload with | Daniel Stenberg | 2008-03-13 | 1 | -2/+6 |
* | - Brian Ulm reported a crash when doing a second SFTP transfer on a re-used | Daniel Stenberg | 2008-03-09 | 1 | -1/+16 |
* | Mike Protts brought a patch that makes resumed transfers work with SFTP. | Daniel Stenberg | 2008-03-04 | 1 | -3/+111 |
* | fix compiler warnings: 'statement is unreachable' | Yang Tse | 2008-02-19 | 1 | -3/+3 |
* | fix compiler warnings: 'enumerated type mixed with another type' | Yang Tse | 2008-02-19 | 1 | -6/+7 |
* | fix compiler warnings: | Yang Tse | 2008-02-18 | 1 | -21/+24 |
* | log SSH public key authentication failure and reason | Yang Tse | 2008-02-15 | 1 | -0/+4 |
* | when unable to initialize sftp session, also log failure reason | Yang Tse | 2008-01-22 | 1 | -1/+5 |
* | Calls to Curl_failf() are not supposed to provide a trailing newline as the | Daniel Stenberg | 2008-01-15 | 1 | -2/+2 |
* | include the libssh2 return code in the output for these failures to ease | Daniel Stenberg | 2007-11-29 | 1 | -2/+2 |
* | struct HandleData is now called struct SingleRequest, and is only for data that | Daniel Stenberg | 2007-11-24 | 1 | -19/+19 |
* | Fixed a remaining problem with doing SFTP directory listings on a re-used | Daniel Stenberg | 2007-11-12 | 1 | -32/+33 |
* | oops, fixed build when CURL_LIBSSH2_DEBUG is defined | Daniel Stenberg | 2007-11-12 | 1 | -4/+4 |
* | Fix compiler warning: may be used uninitialized | Yang Tse | 2007-11-08 | 1 | -1/+1 |
* | Bug report #1823487 (http://curl.haxx.se/bug/view.cgi?id=1823487) pointed | Daniel Stenberg | 2007-11-08 | 1 | -1297/+1307 |
* | if () => if() | Daniel Stenberg | 2007-11-07 | 1 | -1/+1 |
* | Move connection-oriented variables from the SessionHandle struct to the | Daniel Stenberg | 2007-11-05 | 1 | -324/+320 |
* | Michal Marek forwarded the bug report | Daniel Stenberg | 2007-10-22 | 1 | -4/+3 |
* | We use this ZERO_NULL to avoid picky compiler warnings, | Yang Tse | 2007-10-17 | 1 | -10/+10 |
* | Added per-protocol callback static tables, replacing callback ptr storage | Patrick Monnerat | 2007-10-12 | 1 | -13/+69 |
* | I renamed the CURLE_SSL_PEER_CERTIFICATE error code to | Daniel Stenberg | 2007-10-03 | 1 | -1/+1 |
* | Based on a patch brought by Johnny Luong, libcurl now offers | Daniel Stenberg | 2007-10-03 | 1 | -1/+26 |
* | Immanuel Gregoire fixed a problem with persistent transfers over SFTP - the | Daniel Stenberg | 2007-09-29 | 1 | -0/+5 |
* | rename variable to prevent shadow warning | Daniel Stenberg | 2007-09-28 | 1 | -4/+4 |
* | Immanuel pointed out that public key SSH auth failed if no public/private | Daniel Stenberg | 2007-09-18 | 1 | -0/+6 |
* | Added more accurate error code returns from SFTP operations. Added test | Dan Fandrich | 2007-08-30 | 1 | -11/+33 |
* | Renamed several libcurl error codes and options to make them more general | Dan Fandrich | 2007-08-30 | 1 | -13/+13 |
* | Start adding some expanded error conversion of libssh2 errors. | James Housley | 2007-08-03 | 1 | -4/+5 |
* | remove left-over partly support for libssh2 0.14 | Daniel Stenberg | 2007-08-03 | 1 | -38/+0 |
* | The SSH code now only works with libssh2 0.16 or later. Thus we must not | Daniel Stenberg | 2007-08-03 | 1 | -1114/+14 |
* | Patrick Monnerat and I modified libcurl so that now it *copies* all strings | Daniel Stenberg | 2007-08-01 | 1 | -5/+5 |
* | Make the pointers of a few static const arrays const, too, for safety. | Dan Fandrich | 2007-07-21 | 1 | -1/+1 |