index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
mbedtls
/
stream_peer_mbedtls.cpp
Age
Commit message (
Expand
)
Author
2022-11-02
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-09-08
[Net] Rename "ssl" references to "tls" in methods and members.
Fabio Alessandrelli
2022-09-07
[Net] Rename StreamPeerSSL to StreamPeerTLS.
Fabio Alessandrelli
2022-05-25
Add StreamPeerSSL.get_stream() accessor.
Lyuma
2022-04-06
Fix some issues found by cppcheck.
bruvzg
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-11
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-04-29
Replace remaining uses of `NULL` with `nullptr`
Rémi Verschelde
2021-03-12
Fixes small typos and grammar correction
Anshul7sp1
2021-02-08
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-10
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-02-16
Move mbedlts print func to SSLMbedTLSContext.
Fabio Alessandrelli
2020-02-05
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-10
Removed unused variables, add some constants numbers
Rafał Mikrut
2019-08-28
Style: Fix copyright headers in new files
Rémi Verschelde
2019-08-22
Fix regression in StreamPeerSSL
Fabio Alessandrelli
2019-08-21
Rewrite StreamPeerSSL with SSLContext helper class
Fabio Alessandrelli