mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 19:55:20 -05:00
440559f0c3
Thanks to Mike W9MDB for the concept of forcing to HTTP if OpenSSL is not installed or if the user requires it for other reasons. The sample downloader should now be usable with or without OpenSSL libraries being installed, so long as SourceForge continue to serve identical content from both HTTP and HTTPS schemes on their file servers and mirrors. For users with baulked OpenSSL installations, incorrect or incomplete CA certificate stores, either the improved capability to ignore SSL/TLS errors for the duration of a session at their discretion or, as a last resort a new option to force an HTTP URL scheme is provided. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7379 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 |
||
---|---|---|
.. | ||
Directory.cpp | ||
Directory.hpp | ||
DirectoryDelegate.cpp | ||
DirectoryDelegate.hpp | ||
DirectoryNode.hpp | ||
FileNode.cpp | ||
FileNode.hpp | ||
README | ||
RemoteFile.cpp | ||
RemoteFile.hpp |
A UI for downloading sample files from a web server. Works in concert with samples/CMakeLists.txt which generates the JSON contents description file and has a build target upload-samples that uploads the samples and content file to the project files server.