Re: Problem with large write buffer

2009-05-20 Thread Daniel Stenberg
On Tue, 12 May 2009, Daniele Pianu wrote: > I'm working on a strem library which implements various kind of streams. All > SSH based streams are implemented using your great libssh2 library ;) Now > I'm trying to implement the SFTP protocol, but I've some problem when > uploading large files. T

libssh2 with git

2009-05-20 Thread Daniel Stenberg
Hey I've switched to git for my libssh2 development, kindly setup and handled by Peter Stuge for our pleasure. So you checkout from here => git://git.stuge.se/libssh2.git And browse with gitweb here => http://git.stuge.se/ -- / daniel.haxx.se -

Re: libssh2 with git

2009-05-20 Thread Tor Arntsen
On Wed, May 20, 2009 at 14:44, Daniel Stenberg wrote> Hey > > I've switched to git for my libssh2 development, kindly setup and handled by > Peter Stuge for our pleasure. > > So you checkout from here   => git://git.stuge.se/libssh2.git > And browse with gitweb here => http://git.stuge.se/ Looks

Re: libssh2 with git

2009-05-20 Thread Alexander Lamaison
2009/5/20 Daniel Stenberg : > Hey > > I've switched to git for my libssh2 development, kindly setup and handled by > Peter Stuge for our pleasure. > > So you checkout from here   => git://git.stuge.se/libssh2.git > And browse with gitweb here => http://git.stuge.se/ Back in the day when we were di

Re: libssh2 with git

2009-05-20 Thread Simon Josefsson
Daniel Stenberg writes: > Hey > > I've switched to git for my libssh2 development, kindly setup and handled by > Peter Stuge for our pleasure. > > So you checkout from here => git://git.stuge.se/libssh2.git > And browse with gitweb here => http://git.stuge.se/ Will it be possible for others t

tests for all of API

2009-05-20 Thread David Rennalls
Hi, I'm pretty new to libssh2. I was just wondering if there are tests/sample code for all aspects of the libssh2 API that perhaps that aren't in CVS/git ? The reason I ask is as I've tried to familiarize myself with the API I've noticed certain API calls aren't exercised in the sample/tes

Re: tests for all of API

2009-05-20 Thread Peter Stuge
David Rennalls wrote: > Obviously users and the libssh2 developers are using these API > calls I don't think so. Roman was looking in to using remote port forwarding and found some bugs. I will want to use these features as well, but I actually do not expect them to be very functional, but instea