On Tue, 23 Apr 2013, Ceri Davies wrote:
It does crash at the same point (the stack traces look identical), and it
crashes after we have done thousands of calls though the interface (47000+
in the last one I looked at). This crash does not occur with 7.15.5. I also
have another problem with in
I have check out the example in the website,and I followed the example
from the libcurl webpage,I found an example to download multiple files
using FTP protocol,using FTP protocol I can use the
CURLOPT_WILDCARDMATCH option,but my problem is that I want to download
multiple files using HTTP or HTTPS
On Apr 24, 2013, at 2:45 AM, fenghelong wrote:
> I have check out the example in the website,and I followed the example
> from the libcurl webpage,I found an example to download multiple files
> using FTP protocol,using FTP protocol I can use the
> CURLOPT_WILDCARDMATCH option,but my problem is
On Mon, 22 Apr 2013, Nick Zitzmann wrote:
I'm asking for feedback on a proposed change: I've implemented using a
client certificate for TLS authentication in the curl_darwinssl code, but I
had to make it work differently than the other back-ends, because Apple's
Security framework expects the
On Mon, 22 Apr 2013, Venkataragavan Vijayakumar wrote:
One issue comes , while connecting with the HTTPS server using libcurl. the
issue is
SSL: couldn't create a context:
error:140A90F1:lib(20):func(169):reason(241).
The problem is , this error is coming only after two times , client get
co
On Tue, 23 Apr 2013, Павел Шкраблюк wrote:
here is the patch I've submitted earlier, now made according to the
http://curl.haxx.se/dev/contribute.html
First off, I really like this idea and spirit. Thanks! I think we should be
able to get something like this into libcurl. I believe it should
On Wed, Apr 24, 2013 at 11:01:10PM +0200, Daniel Stenberg wrote:
> 4 - your change for CURLE_QUOTE_ERROR to become sftp_libssh2_error_to_CURLE()
> is not really related to the new callback and I would ask you to submit that
> as a separate patch (which we could merge at once)
I'm not entirely sure
I want to write a program,downloading multiple files using http protocol
with libcurl.so I wrote like this.
#include
#include
#include
#include
const char *urls[3] = {
"http://mirrors.163.com/ubuntu-releases/robots.txt";,
"http://mirrors.163.com/ubuntu-releases/favicon.ico";,
"http://mirrors
On Apr 24, 2013, at 8:35 PM, Aldrich wrote:
> as the program you can see ,the files` url I have identified,now my problem
> is that if I do not know the files` url,or I just know the web` url ,how can
> download the files in this website,for example the websitemirrors.163.com,I
> know using f
On Wed, 24 Apr 2013, Dan Fandrich wrote:
On Wed, Apr 24, 2013 at 11:01:10PM +0200, Daniel Stenberg wrote:
4 - your change for CURLE_QUOTE_ERROR to become sftp_libssh2_error_to_CURLE()
is not really related to the new callback and I would ask you to submit that
as a separate patch (which we coul
10 matches
Mail list logo