On Tue, 17 Mar 2009, Dan Fandrich wrote:
> In the spirit of being pedantic, names beginning with a single underscore
> are supposed to be reserved for the OS and libraries. Although, since
> libssh2 is a library that ships with lots of Linux-derived OSes, it could
> probably fall under that loo
On Wed, 18 Mar 2009, Peter Stuge wrote:
>> * I changed Reply-To: to point back to this list
>
> Not as cool.
> http://woozle.org/~neale/papers/reply-to-still-harmful.html
Yeah, I know this is religous and for each of the points in that document
there are rebuttals in other documents you can also
On Wed, 18 Mar 2009, Heiner Steven wrote:
Unfortunately it does not work: the program "hangs" in the library call
libssh2_sftp_init() and does not return.
Are you using a blocking or non-blocking socket?
#0 0x7f6fe65790d5 in recv () from /lib/libc.so.6
#1 0x0042a62a in _libssh2
Daniel Stenberg wrote:
> > http://woozle.org/~neale/papers/reply-to-still-harmful.html
>
> Yeah, I know this is religous and for each of the points in that
> document there are rebuttals in other documents you can also easily
> find with google.
>
> There's simply no "objective" best approach for
Daniel Stenberg wrote:
> * It now completely discards posts from non-subscribers.
Cool!
> * I cut off the [libssh2] prefix from the subjects.
Also cool!
> * I changed Reply-To: to point back to this list
Not as cool.
http://woozle.org/~neale/papers/reply-to-still-harmful.html
> since I g
Daniel Stenberg writes:
> On Wed, 18 Mar 2009, Peter Stuge wrote:
>
>>> * I changed Reply-To: to point back to this list
>>
>> Not as cool.
>> http://woozle.org/~neale/papers/reply-to-still-harmful.html
>
> Yeah, I know this is religous and for each of the points in that document
> there are reb
Here is a patch against libssh2-1.0.1-20090318.tar.gz that sets errno
on windows by defining a wrapper _libssh2_recv and _libssh2_send. I
was not sure where it should go, so I just put it in misc.c.
Two other small changes:
in two line libssh2_packet_read was not updated to _libsssh2_packet_read
Bugs item #1940276, was opened at 2008-04-11 15:17
Message generated for change (Comment added) made by sf-robot
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=703942&aid=1940276&group_id=125852
Please note that this message will contain a full copy of the comment
Bugs item #2210282, was opened at 2008-10-30 19:26
Message generated for change (Comment added) made by sf-robot
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=703942&aid=2210282&group_id=125852
Please note that this message will contain a full copy of the comment
Daniel Stenberg wrote:
> On Wed, 18 Mar 2009, Heiner Steven wrote:
>
>> Unfortunately it does not work: the program "hangs" in the library
>> call libssh2_sftp_init() and does not return.
>
> Are you using a blocking or non-blocking socket?
>
>> #0 0x7f6fe65790d5 in recv () from /lib/libc.
I mostly like it, but..
E L wrote:
> +case WSAENOTCONN:
> +case WSAECONNABORTED:
> +errno = WSAENOTCONN;
> +break;
..is it really wise to mix WSAE with E error codes?
//Peter
--
Peter Stuge wrote:
> I mostly like it, but..
>
> E L wrote:
> > +case WSAENOTCONN:
> > +case WSAECONNABORTED:
> > +errno = WSAENOTCONN;
> > +break;
>
> ..is it really wise to mix WSAE with E error codes?
>
No.
That was part of the code that I moved, but
12 matches
Mail list logo