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
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
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
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!
--
- 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
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
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
-
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
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
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
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
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
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
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
14 matches
Mail list logo