index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
mbedtls
/
stream_peer_mbedtls.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e
Spartan322
2024-11-12
1
-27
/
+35
|
\
|
*
[mbedTLS] Keep reading/writing partial until "would block"
Fabio Alessandrelli
2024-11-09
1
-27
/
+35
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Allow ClassDB to create a Object without postinitialization for GDExtension.
Daylily-Zeleen
2024-08-20
1
-2
/
+2
*
[Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-26
1
-2
/
+2
*
[Net] Remove StreamPeerTLS.blocking_handshake option.
Fabio Alessandrelli
2023-01-28
1
-18
/
+11
*
[NET] Refactor TLS configuration.
Fabio Alessandrelli
2023-01-28
1
-8
/
+6
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-11-02
1
-1
/
+1
*
[Net] Rename "ssl" references to "tls" in methods and members.
Fabio Alessandrelli
2022-09-08
1
-19
/
+19
*
[Net] Rename StreamPeerSSL to StreamPeerTLS.
Fabio Alessandrelli
2022-09-07
1
-1
/
+1
*
Add StreamPeerSSL.get_stream() accessor.
Lyuma
2022-05-25
1
-0
/
+4
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-4
/
+4
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
*
Replace remaining uses of `NULL` with `nullptr`
Rémi Verschelde
2021-04-29
1
-1
/
+1
*
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
1
-1
/
+1
*
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-02-08
1
-1
/
+0
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-4
/
+8
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+2
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-18
/
+0
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-2
/
+4
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-7
/
+7
*
Move mbedlts print func to SSLMbedTLSContext.
Fabio Alessandrelli
2020-02-16
1
-9
/
+4
*
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-1
/
+1
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Removed unused variables, add some constants numbers
Rafał Mikrut
2019-12-10
1
-3
/
+2
*
Style: Fix copyright headers in new files
Rémi Verschelde
2019-08-28
1
-1
/
+1
*
Fix regression in StreamPeerSSL
Fabio Alessandrelli
2019-08-22
1
-0
/
+4
*
Rewrite StreamPeerSSL with SSLContext helper class
Fabio Alessandrelli
2019-08-21
1
-0
/
+326