Top "Libcurl" questions

Use this tag only for questions related to the multiprotocol internet transfer library, for question related to command line tool please use the specific curl tag

Why libcurl needs `CURLOPT_NOSIGNAL` option and what are side effects when it is enabled?

I spent a lot of time to investigate why multithreaded libcurl application crashes on Linux. I saw in forums that …

c++ c multithreading curl libcurl
Must I use HTTP/2.0 to send Apple Push Notifications? May I use libcurl?

This question, as you may have inferred from the title, is really two questions in one. First Question: Must I …

apple-push-notifications libcurl backwards-compatibility http2
How do I build libcurl for 64-bit Windows in/using Visual Studio 2010?

So initially, I followed the instructions of BUILD.WINDOWS.txt and I was able to get libcurl building 32-bit by …

c visual-studio-2010 64-bit libcurl nmake
Is there any way to change the SONAME of a binary directly?

My program depends on libcurl.so.3, but in RHEL6 there is no symbolic link libcurl.so.3 ⇾ libcurl.so.4 (my program …

linux linker shared-libraries libcurl binaryfiles
Reading emails from gmail POP3 account using libCurl

I'm currently working in a C++ project which has to be able to read emails from an gmail POP3 account …

c++ libcurl pop3
Mac OS X libcurl dylib compatibility version

My application builds and runs fine on 10.6. I have Base SDK set to 10.6 and Mac OS X Deployment Target set …

macos libcurl dylib
How do I CURL www.google.com - it keeps redirecting me to .co.uk

I am using CURL to check for the existence of a URL (HEAD request) but when I test it with …

php curl dns libcurl