RE: time to remove Visual Studio project files?

2020-09-06 Thread Marcel Raad via curl-library
> -Original Message- > From: Marcel Raad > Sent: Sunday, 6 September 2020 13:12 > To: 'libcurl development' > Cc: Daniel Stenberg > Subject: RE: time to remove Visual Studio project files? > > 2) HTTP_ONLY leaves SMB enabled > See https://github.com/curl/curl

RE: time to remove Visual Studio project files?

2020-09-06 Thread Marcel Raad via curl-library
Hi, > -Original Message- > From: curl-library On Behalf Of Daniel > Stenberg via curl-library > Sent: Saturday, 5 September 2020 15:16 > To: libcurl hacking > Cc: Daniel Stenberg > Subject: time to remove Visual Studio project files? > > I'd like to get a better feel for the need to

RE: curl_easy_setopt type checking for C++

2019-12-10 Thread Marcel Raad via curl-library
> -Original Message- > From: curl-library On Behalf Of Daniel > Stenberg via curl-library > Sent: Tuesday, 10 December, 2019 15:04 > To: Jeff Mears via curl-library > Cc: Daniel Stenberg > Subject: Re: curl_easy_setopt type checking for C++ > > If there's a downside with automatically

RE: file:// test URLs

2019-10-19 Thread Marcel Raad via curl-library
> -Original Message- > From: curl-library On Behalf Of Ray > Satiro via curl-library > Sent: Samstag, 19. Oktober 2019 07:24 > To: curl-library@cool.haxx.se > Cc: Ray Satiro > Subject: Re: file:// test URLs > > Older versions allowed > something like file://localhost/foo to read from

file:// test URLs

2019-10-18 Thread Marcel Raad via curl-library
Hi, I'm currently trying to get a successful test suite run for curl compiled with MSYS GCC, which has more Unix-like behavior compared to MinGW. (Or, to be exact, I'm trying to be able to add autotools builds to AppVeyor with only what is preinstalled.) Virtually all file:// tests are

Autobuilds broken

2019-09-11 Thread Marcel Raad via curl-library
Hi, on https://curl.haxx.se/dev/builds.html, I see that one of my autobuilds throws 12 compiler warnings. When I click on it, the page says "Replace this text with the error page you would like to serve to clients if your origin is offline." Any idea what's wrong? Thanks, Marcel

How to run test 307?

2019-06-12 Thread Marcel Raad via curl-library
Hi, I've never seen a test run with test 307 enabled. The precheck checks for "openssl" in "curl -s --engine list". Any idea how I have to compile OpenSSL to get it there? On all machines I have access to, there's only "rdrand" and "dynamic" by default. And the avilable dynamic engines are

Tests 1455 and 1456 failing with --disable-proxy

2019-05-27 Thread Marcel Raad via curl-library
Hi, the HAProxy tests 1455 and 1456 have been failing with proxy support disbled since commit https://github.com/curl/curl/commit/e91e48161235272ff485ff32bd048c53af731f43#diff-72ee0eef31d053c9e6d4fb22e81d2407R1700. Unfortunately, they are only labeled as "HTTP" and "HTTP GET", which I don't

RE: [RELEASE] curl 7.65.0

2019-05-22 Thread Marcel Raad via curl-library
> -Original Message- > From: Daniel Stenberg > Sent: Mittwoch, 22. Mai 2019 14:21 > To: Marcel Raad > Cc: libcurl development > Subject: RE: [RELEASE] curl 7.65.0 > > If you want a blunt tool to figure out which option curl sets that libcurl > doesn't like,

RE: [RELEASE] curl 7.65.0

2019-05-22 Thread Marcel Raad via curl-library
> -Original Message- > From: curl-library On Behalf Of Daniel > Stenberg via curl-library > Sent: Mittwoch, 22. Mai 2019 13:34 > To: Daniel Stenberg via curl-library > Cc: Daniel Stenberg > Subject: Re: [RELEASE] curl 7.65.0 > > I think we should consider doing a follow-up patch

RE: Test failures on aix 7.2

2019-03-14 Thread Marcel Raad via curl-library
Hi Michael, > -Original Message- > From: curl-library On Behalf Of Michael > Schultz via curl-library > Sent: Donnerstag, 14. März 2019 20:59 > To: libcurl development > Cc: Michael Schultz > Subject: Test failures on aix 7.2 > > All the tests run except for 1435 and 1436. I cannot

RE: No compiler warnings shown for some autobuilds

2019-02-23 Thread Marcel Raad via curl-library
> -Original Message- > From: Daniel Stenberg > Sent: Samstag, 23. Februar 2019 11:02 > To: Marcel Raad via curl-library > Cc: Marcel Raad > Subject: Re: No compiler warnings shown for some autobuilds > > Clearly something isn't working here. I think i

No compiler warnings shown for some autobuilds

2019-02-22 Thread Marcel Raad via curl-library
Hi, on the autobuilds page [0], no warnings are shown for my two test runners. However, when looking at [1], there are two warnings. Any idea why they're not recognized as such? Also, for Marc's builds, they are shown in [2], but not in [3]. [0] https://curl.haxx.se/dev/builds.html [1]

RE: NTLMV2 authentication;

2018-12-11 Thread Marcel Raad via curl-library
> -Original Message- > From: curl-library On Behalf Of Daniel > Stenberg via curl-library > Sent: Dienstag, 11. Dezember 2018 12:40 > To: Markus Moeller via curl-library > Cc: Daniel Stenberg ; Markus Moeller > > Subject: Re: NTLMV2 authentication; > > 2. Confirmation by one or two

RE: NTLMV2 authentication;

2018-11-10 Thread Marcel Raad via curl-library
Hi Markus, (sorry, my Outlook can only reply properly to plain text mails) support for NTLMv2 was added in version 7.36.0: https://github.com/curl/curl/commit/86724581b6c02d160b52f817550cfdfc9c93af62 Marcel From: curl-library On Behalf Of Markus Moeller via curl-library Sent: Samstag, 10.

RE: Windows users! Help us test upload performance tuning?

2018-08-02 Thread Marcel Raad
> -Original Message- > From: curl-library On Behalf Of Marcel > Raad > Sent: Donnerstag, 2. August 2018 19:48 > To: libcurl development > Cc: curl users > Subject: RE: Windows users! Help us test upload performance tuning? > > Looks good here (Windows 10 P

RE: Windows users! Help us test upload performance tuning?

2018-08-02 Thread Marcel Raad
> -Original Message- > From: curl-library On Behalf Of Daniel > Stenberg > Sent: Donnerstag, 2. August 2018 14:53 > To: libcurl hacking > Cc: curl users > Subject: Windows users! Help us test upload performance tuning? > > Please note that we would *love* your assistance here if you're

tests: new label for locale-sensitive tests?

2018-07-22 Thread Marcel Raad
Hi, I'm currently trying to get the MinGW autobuilds a little greener. Unfortunately, the native Windows applications created by MinGW don't seem to respect locale environment variables like LC_*, LANG, and LANGUAGE. The only way to get e.g. test 1148 to succeed, which depends on a point as

RE: Test 1143 failing in MSYS bash except with -g

2018-07-20 Thread Marcel Raad
> -Original Message- > From: curl-library On Behalf Of Daniel > Stenberg > Sent: Freitag, 20. Juli 2018 00:21 > To: libcurl development > Subject: Re: Test 1143 failing in MSYS bash except with -g > > The arguments to curl are set in a gdb script and not read using the regular > shell

Test 1143 failing in MSYS bash except with -g

2018-07-19 Thread Marcel Raad
Hi, test 1143 [HTTP URL with http:/ (one slash!)] currently fails on Windows when building with MinGW-w64 and running in an MSYS2 shell: https://curl.haxx.se/dev/log.cgi?id=20180719044620-8506#prob5 The problem is that "http:/127.0.0.1:8990/want/1143" gets passed to curl's main function as

RE: curl-7.59.0 --disable-pthreads

2018-05-03 Thread Marcel Raad
> -Original Message- > From: curl-library On Behalf Of Daniel > Stenberg > Sent: Freitag, 20. April 2018 16:04 > To: libcurl development > Subject: Re: curl-7.59.0 --disable-pthreads > > It's actually not really clear to me

RE: does curl on Windows have tests?

2018-04-10 Thread Marcel Raad
> -Original Message- > From: curl-library On Behalf Of Kees > Dekker > Sent: Montag, 9. April 2018 16:39 > To: libcurl development > Subject: **SPAM**RE: does curl on Windows have tests? > > And the expected build location

RE: is anyone using winbuild and Visual Studio 6?

2018-04-09 Thread Marcel Raad
Hi Kees, > I don't know what policy applies in *NIX land about (very) old compilers? at least GCC 2.95.3 from 2001 is still supported and still works. > In Windows-land, if you like to run on a supported Windows version, > then Windows versions prior to Windows 7 can be considered as (very)

RE: does curl on Windows have tests?

2018-04-09 Thread Marcel Raad
Hi Kees, > Does cURL on Windows have tests, similar to the check target on *NIX flavors? > I like to validate the outcome of a build (and I'm not using the winbuild > build method). you need a Unix-style shell for that, like MSYS2. I believe that if you use the CMake build, the tests are built

RE: **SPAM**Solaris 10 sparc says TESTFAIL: These test cases failed: 1119

2018-03-22 Thread Marcel Raad
Hi Dennis, > -Original Message- > From: curl-library On Behalf Of Dennis > Clarke > Sent: Donnerstag, 22. März 2018 20:05 > To: curl-library@cool.haxx.se > Subject: **SPAM**Solaris 10 sparc says TESTFAIL: These test cases failed: > 1119 > > > > This

RE: **SPAM**Can't build Windows static x64

2018-01-10 Thread Marcel Raad via curl-library
Hi, > -Original Message- > From: curl-library [mailto:curl-library-boun...@cool.haxx.se] On Behalf Of > William Zeitler > Sent: Mittwoch, 10. Januar 2018 11:52 > To: curl-library@cool.haxx.se > Subject: **SPAM**Can't build Windows static x64 > > I need to build Windows static x64. > >

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: **SPAM**Do you 2FA on github?

2017-08-21 Thread Marcel Raad via curl-library
> -Original Message- > From: curl-library [mailto:curl-library-boun...@cool.haxx.se] On Behalf Of > Daniel Stenberg > Sent: Montag, 21. August 2017 10:42 > To: libcurl hacking > Subject: **SPAM**Do you 2FA on github? > > Yet roughly half of us have not enabled

RE: win32 - where to start?

2017-05-17 Thread Marcel Raad via curl-library
Hi Glenn, > I am assuming you mean the “source archive” link > at the top? yes, that's right. Marcel --- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html

RE: win32 - where to start?

2017-05-17 Thread Marcel Raad via curl-library
Hi Glenn, > I found the libcurl source on git, and presuming I can download and build it > from there, but not sure which directories/files I need. > I saw there was a winbuild folder. Would prefer to build from inside VS (not > nmake) so need either a project file or compiler/linker settings and

Re: Getting away from the generated header file [RFC]

2017-04-05 Thread Marcel Raad
Hi Daniel, > I propose we fix this by checking for long long before we check for int64_t in > configure. I can't come up with any system where changing this will cause any > problems but I'm all ears if someone else does! there are 11 new warnings about unknown format specifiers when using

Re: configure for ISO C90

2017-04-04 Thread Marcel Raad
Hi Dan, > I run autobuild with -std=iso9899:1990 (titled "…ANSI C89"), but they also set > -D_XOPEN_SOURCE=500. thanks a lot, that did the trick! I can now compile successfully with ./configure --enable-warnings --enable-werror --enable-debug CFLAGS="-std=iso9899:199409"

RE: configure for ISO C90

2017-04-03 Thread Marcel Raad
Hi Daniel, > I would strongly recommend using "./configure --enable-debug" instead. > Simpler > to write, adds many more pendantic compiler options and runs 'make > checksrc' > by default on the code etc. Thanks! I had assumed that option was for debug symbols or preprocessor definitions. > If

configure for ISO C90

2017-04-03 Thread Marcel Raad
Hi, I know very little about Autotools and I'm trying to configure curl for ISO C90 using GCC with ./configure --enable-warnings CFLAGS="-std=c90" so that I can be sure to not rely on C99-isms. In config.log, I get these warnings: conftest.c:274:9: warning: implicit declaration of function