summaryrefslogtreecommitdiffstats
path: root/modules/mbedtls/stream_peer_mbedtls.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-27/+35
|\
| * [mbedTLS] Keep reading/writing partial until "would block"Fabio Alessandrelli2024-11-091-27/+35
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Allow ClassDB to create a Object without postinitialization for GDExtension.Daylily-Zeleen2024-08-201-2/+2
* [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-261-2/+2
* [Net] Remove StreamPeerTLS.blocking_handshake option.Fabio Alessandrelli2023-01-281-18/+11
* [NET] Refactor TLS configuration.Fabio Alessandrelli2023-01-281-8/+6
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-1/+1
* [Net] Rename "ssl" references to "tls" in methods and members.Fabio Alessandrelli2022-09-081-19/+19
* [Net] Rename StreamPeerSSL to StreamPeerTLS.Fabio Alessandrelli2022-09-071-1/+1
* Add StreamPeerSSL.get_stream() accessor.Lyuma2022-05-251-0/+4
* Fix some issues found by cppcheck.bruvzg2022-04-061-4/+4
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Replace remaining uses of `NULL` with `nullptr`Rémi Verschelde2021-04-291-1/+1
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-1/+1
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-1/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-4/+8
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-18/+0
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-2/+4
* Replace NULL with nullptrlupoDharkael2020-04-021-7/+7
* Move mbedlts print func to SSLMbedTLSContext.Fabio Alessandrelli2020-02-161-9/+4
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Removed unused variables, add some constants numbersRafał Mikrut2019-12-101-3/+2
* Style: Fix copyright headers in new filesRémi Verschelde2019-08-281-1/+1
* Fix regression in StreamPeerSSLFabio Alessandrelli2019-08-221-0/+4
* Rewrite StreamPeerSSL with SSLContext helper classFabio Alessandrelli2019-08-211-0/+326