Re: curl-library Digest, Vol 93, Issue 27

2013-05-14 Thread David Strauss
On Tue, May 14, 2013 at 9:46 PM, Aldrich wrote: > OK,I will try it. That doesn't have any context as a reply to a digest. Required reading: http://curl.haxx.se/mail/etiquette.html -- David Strauss | da...@davidstrauss.net | +1 512 577 5827 [mobile] ---

Re: site contents now off git

2013-05-14 Thread Tor Arntsen
On 14 May 2013 10:56, Daniel Stenberg wrote: > On Tue, 14 May 2013, Tor Arntsen wrote: > >> Autobuilds page not found.. >> http://curl.haxx.se/dev/builds.html > > > Thanks, that should be coming back now... Yep the page is back, but it doesn't get updated.. still at May 13. -Tor

Re: curl-library Digest, Vol 93, Issue 27

2013-05-14 Thread Aldrich
it seems so for us that the new IMAP functions are only working in > > the command line curl and not with the libcurl functions. > > While I don't have the experience using libcurl with IMAP to help you > directly here, I can say that the command-line curl uses libcurl. If > somet

Re: site contents now off git

2013-05-14 Thread Daniel Stenberg
On Tue, 14 May 2013, Nick Zitzmann wrote: I've just switched the web site to now update its contents automatically from this git repository: https://github.com/bagder/curl-www Question: How do we make it? It looks like it uses a makefile to generate the HTML Yeah. I haven't gotten around to

Re: FTP upload stall?

2013-05-14 Thread Sam Deane
On 14 May 2013, at 17:18, Daniel Stenberg wrote: >> We've been getting a problem with our unit tests where FTP uploads using >> curl_multi were stalling. > > Multi or easy makes no difference internally these days! Good point. Our layer on top (https://github.com/karelia/ConnectionKit inciden

RE: Re: IMAP and POP3 with libcurl 7.30

2013-05-14 Thread Steve Holme
Hi, On Tue, 14 May 2013, 1xyzzyx1 wrote: > thanks so far, but that was not quite a solution for me. Did > anyone really test it? My evidence is quite good or not? Firstly, please do not top post. This is unfortunately a very quick reply as I don't have much time at the moment :( but I didn't w

AW: Re: IMAP and POP3 with libcurl 7.30

2013-05-14 Thread 1xyzzyx1
Hello,  thanks so far, but that was not quite a solution for me. Did anyone really test it? My evidence is quite good or not? Or what could have went wrong during compiling the lib? But the version output is also quite astonishing if it would not be the real 7.30 version. Any further help is ve

Re: how curl get access_token in OAuth?

2013-05-14 Thread David Strauss
First, this [1] is the library I prefer for OAuth. You can either use it directly (easier) or in conjunction with libcurl. On Mon, May 13, 2013 at 5:10 PM, Feng Helong wrote: > So my question is how can I use curl to get the access_token in the url of > the new webpage. I think you want somethin

AW: site contents now off git

2013-05-14 Thread Alexander.Elgert
Seems to be the gnu version of date, which is able to do this: $ date +'-D__TODAY__=%B %e, %Y' -D__TODAY__=Mai 14, 2013 Maybe the makefile is written on solaris, where the option does not work with the normal date binary. -- Deutsche Telekom AG Seamless ICT Security Infrastructure & Management

Re: site contents now off git

2013-05-14 Thread Nick Zitzmann
On May 13, 2013, at 11:44 AM, 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 d

Re: FTP upload stall?

2013-05-14 Thread Daniel Stenberg
On Mon, 13 May 2013, Sam Deane wrote: We've been getting a problem with our unit tests where FTP uploads using curl_multi were stalling. Multi or easy makes no difference internally these days! The test in question starts off three uploads and three downloads to the same server in parallel.

Re: site contents now off git

2013-05-14 Thread Daniel Stenberg
On Tue, 14 May 2013, Tor Arntsen wrote: Autobuilds page not found.. http://curl.haxx.se/dev/builds.html Thanks, that should be coming back now... -- / daniel.haxx.se --- List admin: http://cool.haxx.se/list/listinfo/curl-librar

Re: Question about cacert.pem on Windows with MinGW

2013-05-14 Thread Daniel Stenberg
On Mon, 13 May 2013, Thomas Mayer wrote: error code: CURLE_SSL_CACERT_BADFILE (77) ,,, error code: CURLE_SSL_CERTPROBLEM (58) ... but what error messages? Use VERBOSE to get to see more. There should be no particular problem to use such a PEM file on windows with either OpenSSL or GnuTLS