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
Age
Commit message (
Expand
)
Author
2023-01-28
[Net] Remove StreamPeerTLS.blocking_handshake option.
Fabio Alessandrelli
2023-01-28
[NET] Refactor TLS configuration.
Fabio Alessandrelli
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-11-21
Code simplifications found by cppcheck
Markus Sauermann
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-07-25
Code quality: Fix header guards consistency
Rémi Verschelde
2022-05-25
Add StreamPeerSSL.get_stream() accessor.
Lyuma
2022-05-04
Refactor module initialization
reduz
2022-04-27
Merge pull request #59582 from Faless/net/4.x_tcp_explicit_poll
Rémi Verschelde
2022-04-11
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-06
Fix some issues found by cppcheck.
bruvzg
2022-03-27
[Net] Drop is_connected_to_host for TCP and UDP.
Fabio Alessandrelli
2022-01-11
Merge pull request #56130 from Faless/mbedtls/2.28.0
Rémi Verschelde
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-21
Bump mbedTLS version to 2.28.0 (new LTS).
Fabio Alessandrelli
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-10-21
Remove unimplemented methods
Marcel Admiraal
2021-07-15
Misc cleanup of header includes
Rémi Verschelde
2021-07-03
[Crypto] Delete mbedtls ctx in deconstructor.
Fabio Alessandrelli
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-11
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-05-25
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-17
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
2021-05-06
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
Hugo Locurcio
2021-04-29
Replace remaining uses of `NULL` with `nullptr`
Rémi Verschelde
2021-04-27
Core: Drop custom `copymem`/`zeromem` defines
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-19
Cleanup: Remove executable bit from files which don't need it
Rémi Verschelde
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-18
SCons: Add explicit dependencies on thirdparty code in cloned env
Rémi Verschelde
2020-11-26
feat: HMAC support in Crypto APIs
Jon Bonazza
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-09-15
Fix certificate generation with mbedtls 2.16.8 .
Fabio Alessandrelli
2020-06-18
Implement RSA encryption/decryption.
Fabio Alessandrelli
2020-06-18
Implement sign and verify in crypto.
Fabio Alessandrelli
2020-06-18
CryptoKey supports public keys.
Fabio Alessandrelli
2020-06-18
Better zeroizing in CryptoKey.
Fabio Alessandrelli
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-03-30
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-23
Adding missing include guards to header files identified by LGTM.
Rajat Goswami
2020-03-17
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
[next]