summaryrefslogtreecommitdiffstats
path: root/modules/openssl
Commit message (Expand)AuthorAgeFilesLines
* Add support for OpenSSL 1.1.0.Elliott Sales de Andrade2017-09-242-11/+54
* Fix typos 'a' and 'an'Poommetee Ketson2017-09-021-1/+1
* Dead code tells no talesRémi Verschelde2017-08-271-18/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-274-4/+4
* Removed unnecessary assignmentsWilson E. Alvarez2017-08-211-9/+4
* Clang-formatting *.cpp and *.h (some files excluded)Poommetee Ketson2017-07-221-1/+1
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-192-3/+3
* Move other lone thirdparty files to thirdparty/miscRémi Verschelde2017-04-284-259/+14
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-084-0/+4
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-052-224/+186
* -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-211-1/+1
* removed duplicated functions in class hierarchy that were bound more than onceJuan Linietsky2017-01-142-10/+10
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-2/+2
* Type renames:Juan Linietsky2017-01-112-5/+5
* -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-051-4/+4
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-1/+1
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-014-4/+4
* Rename remaining WinRT references to UWPGeorge Marques2016-11-031-1/+1
* Rename WinRT files to UWPGeorge Marques2016-11-031-3/+3
* scons: Reorder options for clarityRémi Verschelde2016-11-031-1/+1
* style: Various other PEP8 fixes in Python filesRémi Verschelde2016-11-011-1/+1
* style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-011-0/+1
* style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-011-7/+7
* style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-012-663/+663
* fix bug introduced by #6501yg2f2016-10-261-1/+1
* SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-171-0/+2
* modules: Clone env in each moduleRémi Verschelde2016-10-151-10/+10
* openssl: Move to a module and split thirdparty libRémi Verschelde2016-10-158-0/+1774