Re: IP address connection fail-over is broken for non-blocking sockets

2013-10-10 Thread Daniel Stenberg
On Wed, 9 Oct 2013, David Strauss wrote: In Curl_connecthost(), there's a loop to call singleipconnect() for each address. This loop breaks when it gets a non-bad file descriptor. But, 99% of libcurl invocations use non-blocking sockets, especially in the current era of even the "easy" interfa

RE: PATCH: Curl Sanity patch for spnego authentication

2013-10-10 Thread Yehezkel Horowitz
> I can only repeat the spnego code is for more than 4 years not needed as the > Kerberos libraries can now handle spnego token. Why are you still using it ? > Can you show me a case where it is needed ? I also though like this, but had a case with a server that accept only SPNEGO authenticati

Re: How to compile on ios XCode 5/iOS 7

2013-10-10 Thread Jeffrey Walton
If you are doing it from the command line: . ./setenv-ios.sh export CPP="cpp" export CC="clang -arch armv7 -arch armv7s --sysroot=$IOS_SYSROOT" export CXX="clang++ -arch armv7 -arch armv7s s--sysroot=$IOS_SYSROOT" ./configure --host=x86_64-darwin --host=arm --with-sysroot=$IOS_SYSROOT ... *If*

Re: How to compile on ios XCode 5/iOS 7

2013-10-10 Thread Cédric Deltheil
Le 10 oct. 2013 à 15:03, Mario Damico-ITA a écrit : > With the new XCode 5 the llmv-gcc-4.2 complier was removed and I’m unable to > compile the Curl 7.28.1 under iOS What kind of problem(s) do you encounter? Is there any reason why you do not use the latest stable release? (7.32.0 at the t

How to compile on ios XCode 5/iOS 7

2013-10-10 Thread Mario Damico-ITA
With the new XCode 5 the llmv-gcc-4.2 complier was removed and I'm unable to compile the Curl 7.28.1 under iOS Someone has a script to accomplish that? I tried to use clang but without success. --- List admin: http://cool.haxx.se/li