Hi Paul,
> On a side note, the ssh2 example needs a little modification to properly
> compile (at least on vs 2005 ;p ). There's two things that need to be
> changed.
> The #include needs to be listed first in the include
> list. Otherwise some compilers will not have the #defines properly setup
Hi,
> I've committed some changes, so now we use the script 'maketgz' to build
> release source tarballs. It does a little extra magic before calling 'make
> dist', such as fixing the version defines and stuff to be correct.
> My daily snapshots script has been updated accordingly.
> My commit me
Hi Mikhail,
> PT> And the strcasecmp (might have typed it wrong) should probably be
> something
> PT> more like strcmp.
> : strcasecmp, strncasecmp - compare two strings ignoring case
> Does not look like it does exactly the same thing as strcmp.
usually with MSVC you can define:
#define strn
On Jul 20, 2007, at 7:30 AM, Guenter Knauf wrote:
> Hi,
>> I've committed some changes, so now we use the script 'maketgz' to
>> build
>> release source tarballs. It does a little extra magic before
>> calling 'make
>> dist', such as fixing the version defines and stuff to be correct.
>
>> My
On Fri, 20 Jul 2007, Guenter Knauf wrote:
> not in the mood to make a 0.16.0 test release, smile??
>
> well, I think we should really start to make more often releases; that makes
> it also easier to track down bugs, and easier for the users to report bugs
> correctly
>
> in addition I think
On Jul 20, 2007, at 11:15 AM, Daniel Stenberg wrote:
[snip]
> Finally, I want the next release to be version 1.0 to end the sub
> zero release
> series as I believe libssh2 is quite usable as it currently works.
Then now might be a good time for someone with interest in
libssh2_poll() to cre
On Fri, 20 Jul 2007, James Housley wrote:
> Then now might be a good time for someone with interest in libssh2_poll() to
> create libssh2_poll_ex() to add session so there is access to the custom
> alloc
But how would you fix the existing one? We should at least make it C89...
On Jul 20, 2007, at 11:41 AM, Daniel Stenberg wrote:
> On Fri, 20 Jul 2007, James Housley wrote:
>
>> Then now might be a good time for someone with interest in
>> libssh2_poll() to create libssh2_poll_ex() to add session so there
>> is access to the custom alloc
>
> But how would you fix the