summaryrefslogtreecommitdiff
path: root/core/io/stream_peer_ssl.cpp
AgeCommit message (Expand)Author
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-08-21Rewrite StreamPeerSSL with SSLContext helper classFabio Alessandrelli
2019-07-02Fix editor crash when StreamPeerSSL is unavilable.Fabio Alessandrelli
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-09-21Add checks for clean disconnect in HTTP/TCP/SSL.Fabio Alessandrelli
2018-09-15Allow system certs file to be used by Editor.Fabio Alessandrelli
2018-09-15Bundle SSL certs with the templates.Fabio Alessandrelli
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-07-26doc: Sync classref with current sourceRémi Verschelde
2018-07-16Implement non blocking-handshake for StreamPeerSSLFabio Alessandrelli
2018-04-03Generalize SSL cert reading from fileFabio Alessandrelli
2018-02-14Add mbedtls moduleFabio Alessandrelli
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-20ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry
2017-08-10Removes type information from method bindsIgnacio Etcheverry
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-02-13Rename the _MD macro to D_METHODHein-Pieter van Braam
2017-01-14removed duplicated functions in class hierarchy that were bound more than onceJuan Linietsky
2017-01-11Type renames:Juan Linietsky
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-06-18Add missing license headers in our source files (#5255)Rémi Verschelde
2016-03-12-Made editor support SSL certs by default (embedded them)Juan Linietsky
2014-04-28-Added OpenSSL and HTTPS supportJuan Linietsky