Re: BCC Compile failures -- but MinGW32 O.K.

2013-05-13 Thread Dan Fandrich
On Sun, May 12, 2013 at 06:06:38PM -0600, Mel Smith wrote: >I've tried and can't make 'head nor tail' of git. I can easily > download and install your Curl package, and I use 'svn' for all my > other harbour language-related stuff. > >I have Git Bash (??) installed on my Win XP Pro machine

Re: BCC Compile failures -- but MinGW32 O.K.

2013-05-13 Thread Daniel Stenberg
On Mon, 13 May 2013, Dan Fandrich wrote: If you don't mind the up to 24 hour delay, you can also download a daily snapshot tarball from http://curl.haxx.se/snapshots/. Although, it looks like something is wrong with them as they stopped appearing about a week ago. Indeed. Fixed now and a bra

Content-Length missing when setting cookie

2013-05-13 Thread Szymon Gatner
Hi, I am having a problem with POST method and cookie. When just CURLOPT_POSTFIELDS and CURLOPT_POSTFIELDSIZE are set I can see correct Content-Length header in the outgoing request. Problem starts when I also set CURLOPT_COOKIE, then I can see valid Cookie header in the request but Content-Leng

Re: Content-Length missing when setting cookie

2013-05-13 Thread Daniel Stenberg
On Mon, 13 May 2013, Szymon Gatner wrote: Problem starts when I also set CURLOPT_COOKIE, then I can see valid Cookie header in the request but Content-Length is suddenly missing. Please show us a full example that reproduces the problem and do tell us which libcurl version you're using! --

Re: BCC Compile failures -- but MinGW32 O.K.

2013-05-13 Thread Mel Smith
- Original Message - From: "Daniel Stenberg" To: "libcurl development" Sent: Monday, May 13, 2013 1:19 AM Subject: Re: BCC Compile failures -- but MinGW32 O.K. On Mon, 13 May 2013, Dan Fandrich wrote: If you don't mind the up to 24 hour delay, you can also download a daily snapsh

FTP upload stall?

2013-05-13 Thread Sam Deane
We've been getting a problem with our unit tests where FTP uploads using curl_multi were stalling. The test in question starts off three uploads and three downloads to the same server in parallel. Unless we're somehow missing an error condition somewhere, it looks like all the uploads hang. I s

site contents now off git

2013-05-13 Thread Daniel Stenberg
Hi all, I've just switched the web site to now update its contents automatically from this git repository: https://github.com/bagder/curl-www Please point out any problems you encounter as I'm sure there are some flaws left due to this transition. -- / daniel.haxx.se -

Re: Error codes from SFTP

2013-05-13 Thread Sam Deane
Just wanted to gently nudge this thread. As mentioned, I'm happy to do any required cleanup on this patch, but I'd appreciate a review by anyone who knows the ssh.c code better than me. Fwiw it seems to be working ok for us, although we probably don't have coverage in our tests of everything th

Question about cacert.pem on Windows with MinGW

2013-05-13 Thread Thomas Mayer
Hello, I am developping a library for Puredata to make RESTful web requests. Everything is working quite well with libcurl, but I have a problem using SSL secured requests in Windows. I am cross compiling libcurl on Linux using MXE, but I get SSL errors when setting the path to the cacert.pem fr

Re: Question about cacert.pem on Windows with MinGW

2013-05-13 Thread Alan Wolfe
A dumb question, but just in case... did you build or download a windows libcurl binaries that have SSL enabled? There are licensing issues around SSL support so some windows binaries you can download don't have SSL enabled. On Mon, May 13, 2013 at 1:13 PM, Thomas Mayer wrote: > Hello, > > I am

Re: Borland Log attached

2013-05-13 Thread Daniel Stenberg
On Mon, 13 May 2013, Mel Smith wrote: However, I crashed after all compiles completed, but during the link stage because of an undefined external: ' WSAIoctl ' So you have SIO_KEEPALIVE_VALS defined but can't use it like that? See lib/connect.c around line 120+ I'm using an older estab

cacert.pem with MXE was: Question about cacert.pem on Windows with MinGW

2013-05-13 Thread Thomas Mayer
Hi, On 13.05.2013 23:05, Alan Wolfe wrote: > A dumb question, but just in case... did you build or download a > windows libcurl binaries that have SSL enabled? > > There are licensing issues around SSL support so some windows binaries > you can download don't have SSL enabled. I was not clear en

how curl get access_token in OAuth?

2013-05-13 Thread Feng Helong
I want to write third party application,I use c and curl,first,and my application is desktop application without server.First,I POST a request,then the server send me back a webpage,users should enter their username and password,if everything is ok,the webpage will redirect to a new webpage,and the

Re: site contents now off git

2013-05-13 Thread Tor Arntsen
On 13 May 2013 19:44, Daniel Stenberg wrote: > Hi all, > > I've just switched the web site to now update its contents automatically > from this git repository: https://github.com/bagder/curl-www > > Please point out any problems you encounter as I'm sure there are some flaws > left due to this tra