HELP-US.md

2017-08-28 Thread Daniel Stenberg
Hi, I occasionally get approached by people who ask me what the best way is to get started to help out in the curl project. So I've created HELP-US.md in PR #1837 [1] for this purpose. I hope this document [2] can serve as an first stop for someone who's considering to start to contribute

Re: SONAME

2017-08-28 Thread Zakrzewski, Jakub
> Hey, welcome to history hour in which I'll explain some archaic stuff from > this project's past... =) Yeah, every project such things ;) > It used to be able to, but I removed that logic not too long ago. Mostly > because I don't think it was ever used. In fact, I don't think the manual >

Re: SONAME

2017-08-28 Thread Daniel Stenberg
On Mon, 28 Aug 2017, Zakrzewski, Jakub wrote: Taking all this into account, can all of this options, conditional bump, the comment) be wiped out, leaving only this line: VERSIONINFO=-version-info 8:0:4 in lib/Makefile.am? Yes I think so. -- / daniel.haxx.se

Enabled multiple SSL backends

2017-08-28 Thread Daniel Stenberg
Hi friends! As of minutes ago, libcurl has the ability to change SSL backend dynamically at run-time - if built with the support enabled. That means that the choice does no longer only have to happen at build-time. curl_global_sslset() is the new function for selecting which SSL backend to

Re: Enabled multiple SSL backends

2017-08-28 Thread Rich Gray
Daniel Stenberg wrote: Hi friends! As of minutes ago, libcurl has the ability to change SSL backend dynamically at run-time - if built with the support enabled. That means that the choice does no longer only have to happen at build-time. curl_global_sslset() is the new function for selecting