MSVC build speed-up patch using "Batch-Mode"

2011-01-24 Thread vmpdemo
This thread is created per bagder directive, to track a true resolution for: https://sourceforge.net/tracker/index.php?func=detail&aid=3112924&group_id=976&atid=100976 --- List admin: http://cool.haxx.se/list/listinfo/curl-library Eti

Re: Base64 encode and decode

2011-01-24 Thread Dan Fandrich
On Mon, Jan 24, 2011 at 06:49:30PM -0500, amit paliwal wrote: > On Fri, Jan 21, 2011 at 2:16 PM, Daniel Stenberg wrote: > On Fri, 21 Jan 2011, amit paliwal wrote: > On some earlier date, Dan Fandrich wrote this unattributed paragraph: > libcurl base64-encodes control data i

Re: Base64 encode and decode

2011-01-24 Thread amit paliwal
On Fri, Jan 21, 2011 at 2:16 PM, Daniel Stenberg wrote: > On Fri, 21 Jan 2011, amit paliwal wrote: > > libcurl base64-encodes control data in a few places automatically when >>> required (e.g. for Basic authentication), but it won't encode data. If your >>> application requires base64-encoded da

Re: Porting CURL to the AirplaySDK environment

2011-01-24 Thread Vsevolod Novikov
Hi Daniel, Not just replace, but be able to add a new one Right, that's what I meant: a new added one replaces c-ares as the one in use during requests as there's only ever one active at a time. patching only those files which should be. Ideal solution is to make it possible using configur

Re: breaking a curl_easy_perform

2011-01-24 Thread Daniel Stenberg
On Mon, 24 Jan 2011, Romeo Petruca wrote: how can i abort a curl_easy_perform( curl ) activity. http://curl.haxx.se/docs/faq.html#How_do_I_stop_an_ongoing_transfe but sometime i get error "program has encountered a serious problem and needs to close" I'm sorry what does that mean? Isn't

breaking a curl_easy_perform

2011-01-24 Thread Romeo Petruca
Hi, how can i abort a curl_easy_perform( curl ) activity. i have tested this: curl_global_init( CURL_GLOBAL_WIN32 ); curl = curl_easy_init(); curl_easy_perform( curl ) .. curl_easy_cleanup( curl ); curl_global_cleanup(); but sometime i

Re: EPSV vs PASV

2011-01-24 Thread Leo
On 1/20/11 8:58:48 AM, Daniel Stenberg wrote: On Thu, 20 Jan 2011, Michael Wood wrote: < 425 Data connection already open. OK, so the server thinks there's nothing wrong with EPSV, but libcurl couldn't connect, so when libcurl retried with PASV, the server says "Hey! What are you doing? Yo

RE: can't figure out why CWD is failing

2011-01-24 Thread Daniel Stenberg
On Mon, 24 Jan 2011, Vishakha Vaidya wrote: CURLOPT_VERBOSE is always a good string place. It says RETR fails. Couldn't retrieve the file. I tried with CURLOPT_CUSTOMREQUEST "cwd \/abc" but result is the same. I think I'm not understanding this. If you're not allowed to cwd to /abc, then w

Re: Is curl_easy_reset broken?

2011-01-24 Thread Daniel Stenberg
On Mon, 24 Jan 2011, darshan.m...@wipro.com wrote: I used to reset the curl handle using curl_easy_reset if the handle existed and this worked for me previously. While merging with the latest version my application code was not working as it was intended. The library failed to embedd(XML data)

Re: Porting CURL to the AirplaySDK environment

2011-01-24 Thread Daniel Stenberg
On Sun, 23 Jan 2011, Vsevolod Novikov wrote: Thanks a lot for your patch! Not just replace, but be able to add a new one Right, that's what I meant: a new added one replaces c-ares as the one in use during requests as there's only ever one active at a time. patching only those files which

RE: can't figure out why CWD is failing

2011-01-24 Thread Vishakha Vaidya
On Thu, Jan 20, 2011 at 5:57 PM, Jeff Pohlmeyer wrote: > CURLOPT_VERBOSE is always a good string place. It says RETR fails. Couldn't retrieve the file. I tried with CURLOPT_CUSTOMREQUEST "cwd \/abc" but result is the same. > You might also try the various CURLOPT_FTP_FILEMETHOD options: Tried w

Re: Compiling curl for HP-UX 11.23 64bit

2011-01-24 Thread Alfred Gebert
On Fri, Jan 21, 2011 at 6:13 PM, Federico Cozzi wrote: > Hello, > I need to migrate an old libcurl-based program from HP-UX 11.11 32-bit to > HP-UX 11.23 64-bit, both PA-RISC. The program was based on libcurl 7.16.2 > which was compiled statically. > > I recompiled libcurl-7.16.2 from the old sour