Files
obs-studio/obs
jp9000 13bed1a448 UI: Replace Qt5Network classes with libcurl
The Qt5Network classes seem to only support OpenSSL, and because OpenSSL
isn't available on windows, we would have to distribute it with the
program to get SSL access working.  The problem with that is that
OpenSSL is not GPL-compatible, so we cannot distribute OpenSSL with the
program, which means we have to find a better (and preferably superior)
library for accessing remote files that can use the windows SSPI for our
SSL needs, which comes with the operating system.

Fortunately, libcurl is probably the best library out there, and can be
compiled with SSPI instead of OpenSSL, so we're just going to switch to
libcurl instead.  Originally I thought it didn't support SSPI, otherwise
I would have implemented it sooner.

As a side note, this will make it so we'll able to get files from the
internet via plugins, which will be quite useful.
2015-05-24 16:20:13 -07:00
..
2015-05-12 15:29:43 -07:00
2014-08-05 21:15:31 +02:00
2015-05-24 16:20:12 -07:00
2015-01-03 02:37:21 -08:00
2015-01-03 02:37:21 -08:00
2015-05-11 20:45:26 +02:00
2015-05-11 20:45:26 +02:00
2015-04-10 07:27:37 -07:00
2015-05-09 01:13:45 +02:00
2015-05-24 16:20:12 -07:00
2015-05-24 16:20:12 -07:00
2015-05-11 20:45:27 +02:00
2015-05-11 20:45:27 +02:00