Re: cmake windows build on 32 bit ARM, appveyor

2017-10-27 Thread Daniel Stenberg
On Fri, 27 Oct 2017, Martin Storsjö wrote: I guess it'd be safe to at least amend it with an "|| defined(WINAPI_FAMILY)". I can send a PR with that. Thanks. Unfortunately that wasn't enough to please the appveyor ARM build. It fails the same way still:

Re: cmake windows build on 32 bit ARM, appveyor

2017-10-27 Thread Daniel Stenberg
On Fri, 27 Oct 2017, Sergei Nikulov via curl-library wrote: Just remove Win64 from a string. This will be enough. Heh, thanks! That seems easy enough =) -- / daniel.haxx.se --- Unsubscribe:

Re: cmake windows build on 32 bit ARM, appveyor

2017-10-27 Thread Martin Storsjö
On Fri, 27 Oct 2017, Daniel Stenberg wrote: On Fri, 27 Oct 2017, Martin Storsjö wrote: ... and after typing all this, I realize that you already have support for targeting curl towards windows store apps (which probably isn't surprising), so setting CURL_WINDOWS_APP while building might be

RE: **SPAM**cmake windows build on 32 bit ARM, appveyor

2017-10-27 Thread Daniel Stenberg
On Fri, 27 Oct 2017, Marcel Raad via curl-library wrote: curl's UWP auto-detection logic only works if _WIN32_WINNT (target Windows version) is set to at least 0x0602 (Windows 8.0). CMakeLists.txt seems to set it to 0x0600 (Windows Vista). Aha! Thank you, then I can at least try to bump that

Re: cmake windows build on 32 bit ARM, appveyor

2017-10-27 Thread Daniel Stenberg
On Fri, 27 Oct 2017, Martin Storsjö wrote: ... and after typing all this, I realize that you already have support for targeting curl towards windows store apps (which probably isn't surprising), so setting CURL_WINDOWS_APP while building might be an even better fix for your issue. Thanks

RE: **SPAM**cmake windows build on 32 bit ARM, appveyor

2017-10-27 Thread Marcel Raad via curl-library
Hi Daniel, > -Original Message- > From: curl-library [mailto:curl-library-boun...@cool.haxx.se] On Behalf Of > Daniel Stenberg > Sent: Freitag, 27. Oktober 2017 09:16 > To: libcurl hacking > Subject: **SPAM**cmake windows build on 32 bit ARM, appveyor > > I

Re: cmake windows build on 32 bit ARM, appveyor

2017-10-27 Thread Sergei Nikulov via curl-library
2017-10-27 10:15 GMT+03:00 Daniel Stenberg : > Hello curlonauts! > > First, let me preface this email with saying that I don't typcially develop > on Windows and I'm far from an expert on Windows and building on Windows. > But I acknowledge that we have a large user base on Windows

Re: cmake windows build on 32 bit ARM, appveyor

2017-10-27 Thread Martin Storsjö
On Fri, 27 Oct 2017, Daniel Stenberg wrote: We're missing 32bit windows builds in appveyor for our CI, which leads to us sometimes landing changes that cause warnings/problems on such platforms. My idea is to add at least one 32 bit build to appveyor to increase our chances of catching such

Re: IP spoofing with libcurl

2017-10-27 Thread Daniel Stenberg
On Fri, 27 Oct 2017, Vidyanand Nille via curl-library wrote: Is it possible to spoof client ip using libcurl?  libcurl itself provdes no particular means to do that, no. You can however use callbacks that allow you to change and fiddle with the sockets layer and then you're mostly limited

A future API cleanup: v8

2017-10-27 Thread Daniel Stenberg
Hi friends! I decided to ditch my plans to optimize our printf() implementation by stripping out some unused features - for the sake of keeping functionality. Instead I've created this wiki page to add ideas and plans for what to do with a future libcurl 8 release!

cmake windows build on 32 bit ARM, appveyor

2017-10-27 Thread Daniel Stenberg
Hello curlonauts! First, let me preface this email with saying that I don't typcially develop on Windows and I'm far from an expert on Windows and building on Windows. But I acknowledge that we have a large user base on Windows and that having curl building and working on Windows is a top

IP spoofing with libcurl

2017-10-27 Thread Vidyanand Nille via curl-library
Hi,Is it possible to spoof client ip using libcurl? Regards, Vidyanand Sent from my BlackBerry