Re: Socket options for data socket with active FTP

2012-06-29 Thread Daniel Stenberg
On Fri, 29 Jun 2012, Jon Solanu wrote: Attached is the patch providing the functionality. Will this be put into the main source? It should, yes, it "just" requires a review and a merge and that's not done quite yet. During times my spare time hours I spend on curl are harder to come by...

Re: your mail

2012-06-29 Thread Daniel Stenberg
On Fri, 29 Jun 2012, pjo...@servowatch.co.uk wrote: Hello, I am using libcurl with my C++ program on Visual Studio 2010 environment and my code hangs on curl_easy_perform inspite of specifying timeout. ... and after having used Jeff good advice, don't forget to tell us which libcurl version

Re:

2012-06-29 Thread Jeff McKay
My suggestion would be to use CURLOPT_DEBUGFUNCTION to enable logging, and in the debug function, print out or otherwise log the data received to find out how far the library is getting. On 6/29/2012 3:19 AM, pjo...@servowatch.co.uk wrote: Hello, I am using libcurl with my C++ program on Visua

Re: Build problem with 7.26, Win32 and OpenSSL

2012-06-29 Thread Yang Tse
Jeff McKay wrote: > Where should I be getting the correct source files for OpenSSL? https://openssl.org/source -- -=[Yang]=- --- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiqu

Re: curl-compilers.m4: -Wstrict-aliasing=3 for warning enabled ...

2012-06-29 Thread Yang Tse
Hi Gün, > sorry, but I cant answer this, and cant provide any more info as I did > already; the clang 3.0 which I use on the OpenSuSE 12.1 box seems latest of > what OpenSuSE currently offers ... Ok, given that we have no clang known version on which the -Wstrict-aliasing=3 stuff works I'm simply

Re: Socket options for data socket with active FTP

2012-06-29 Thread Jon Solanu
Gokhan Sengun gmail.com> writes: > > > Attached is the patch providing the functionality. > Will this be put into the main source? --- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/ma

Re: Java Bindings Mirror And Some Beginner Help

2012-06-29 Thread Guenter
Hi Java folks, Am 29.06.2012 14:27, schrieb Patrick Monnerat: I have a snapshot at rev 56. I can tar and send it. To the list or to which private address ? thanks to Patrick here's now also latest curl-java trunk code (r56): http://svwe10.itex.at/downloads/curl-java/ consider this location temp

Re: Java Bindings Mirror And Some Beginner Help

2012-06-29 Thread Guenter
Am 29.06.2012 14:27, schrieb Patrick Monnerat: I have a snapshot at rev 56. I can tar and send it. To the list or to which private address ? perfect! Just send it to this email address. thanks! Gün. --- List admin: http://cool.

RE: Java Bindings Mirror And Some Beginner Help

2012-06-29 Thread Patrick Monnerat
Hi Günter, I have a snapshot at rev 56. I can tar and send it. To the list or to which private address ? Cheers, Patrick -Original Message- From: curl-library-boun...@cool.haxx.se [mailto:curl-library-boun...@cool.haxx.se] On Behalf Of Guenter Sent: Friday, June 29, 2012 13:41 To: libc

Re: curl-compilers.m4: -Wstrict-aliasing=3 for warning enabled ...

2012-06-29 Thread Guenter
Hi Yang, Am 28.06.2012 18:28, schrieb Yang Tse: Guenter wrote: your commit f1474db3600172804d6f79d30e1127c6c7efa066 enables -Wstrict-aliasing=3 also for clang, but it seems that clang doesnt understand this warning (at least not clang 2.8 and 3.0): It seems I got fooled by existing comment i

Re: Java Bindings Mirror And Some Beginner Help

2012-06-29 Thread Guenter
Hi, Am 29.06.2012 13:25, schrieb Guenter: indeed, and 1st time since years for a couple of months already; its mainly an issue for me of finding the time and mood to re-install everything since the hardware died. There were and are too many other things in the way, and my domain has a low priorit

Re: Java Bindings Mirror And Some Beginner Help

2012-06-29 Thread Guenter
Hi, SO I'm tring to write a java program that will use curl calls. But currently my biggest issue is finding the java bindings. I tried to download the "java-curl" package from here: http://www.gknw.net/viewvc/trunk/?root=curl-java As suggested by this: http://curl.haxx.se/libcurl/java/ Bu

[no subject]

2012-06-29 Thread pjoshi
Hello, I am using libcurl with my C++ program on Visual Studio 2010 environment and my code hangs on curl_easy_perform inspite of specifying timeout. curl_handler = curl_easy_init();