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
/
core
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122
Spartan322
2024-11-02
2
-3
/
+3
|
\
|
*
[Core] Improve error messages with `vformat`
A Thousand Ships
2024-10-30
2
-3
/
+3
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
8
-16
/
+16
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
8
-0
/
+16
*
|
Rebrand Godot to Redot
Randolph W. Aarseth II
2024-10-11
1
-1
/
+1
|
/
*
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
*
Allow ClassDB to create a Object without postinitialization for GDExtension.
Daylily-Zeleen
2024-08-20
2
-20
/
+20
*
[Crypto] Expose TLSOptions getters
Fabio Alessandrelli
2024-06-14
2
-19
/
+19
*
mbedTLS: Update to new LTS v3.6.0
Lyuma
2024-04-10
2
-0
/
+4
*
SCons: Fix Ninja compilation with MSVC
Thaddeus Crews
2024-04-04
1
-6
/
+6
*
Add 'override' mark to ResourceFormat class
ppphp
2024-03-25
1
-7
/
+7
*
Add const lvalue ref to core/* container parameters
Muller-Castro
2024-02-14
6
-26
/
+26
*
[Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-11
2
-4
/
+4
*
mbedTLS: disable weak crypto and TLS versions.
Fabio Alessandrelli
2023-05-10
1
-5
/
+14
*
Exposes String functions for X509Certificates
ScorpionInc
2023-05-09
2
-0
/
+4
*
[NET] Refactor TLS configuration.
Fabio Alessandrelli
2023-01-28
2
-0
/
+73
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
8
-232
/
+232
*
Swap arguments of ResourceSaver.save()
kobewi
2022-07-29
2
-2
/
+2
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
1
-0
/
+1
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
2
-8
/
+8
*
[Crypto] Implement CryptoCore::RandomGenerator.
Fabio Alessandrelli
2022-02-14
3
-4
/
+64
*
Merge pull request #56130 from Faless/mbedtls/2.28.0
Rémi Verschelde
2022-01-11
1
-0
/
+1
|
\
|
*
Bump mbedTLS version to 2.28.0 (new LTS).
Fabio Alessandrelli
2021-12-21
1
-0
/
+1
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
8
-16
/
+16
|
/
*
[Crypto] Delete mbedtls ctx in deconstructor.
Fabio Alessandrelli
2021-07-03
1
-0
/
+1
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
4
-12
/
+12
*
Style: Apply clang-tidy's `readability-braces-around-statements`
Rémi Verschelde
2021-04-05
1
-1
/
+2
*
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
1
-2
/
+2
*
Improve resource load cache
reduz
2021-02-11
2
-2
/
+2
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
8
-16
/
+16
*
SCons: Add explicit dependencies on thirdparty code in cloned env
Rémi Verschelde
2020-12-18
1
-2
/
+13
*
feat: HMAC support in Crypto APIs
Jon Bonazza
2020-11-26
2
-0
/
+70
*
Initialize class/struct variables with default values in core/ and drivers/
Rafał Mikrut
2020-11-23
4
-7
/
+6
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
5
-6
/
+6
*
Adds PCK encryption support (using script encryption key for export).
bruvzg
2020-09-05
2
-4
/
+18
*
Implement RSA encryption/decryption.
Fabio Alessandrelli
2020-06-18
2
-0
/
+4
*
Implement sign and verify in crypto.
Fabio Alessandrelli
2020-06-18
2
-0
/
+6
*
CryptoKey supports public keys.
Fabio Alessandrelli
2020-06-18
2
-8
/
+24
*
Add AESContext.
Fabio Alessandrelli
2020-06-18
4
-0
/
+196
*
Crypto as a custom instance class.
Fabio Alessandrelli
2020-06-06
2
-16
/
+4
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
2
-9
/
+17
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+1
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
3
-14
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
4
-13
/
+5
*
Exposed RenderingDevice to script API
Juan Linietsky
2020-04-20
2
-2
/
+2
*
DocData: Skip unexposed classes
Rémi Verschelde
2020-04-20
1
-4
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
3
-18
/
+18
*
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
1
-3
/
+5
*
Removed interactive loader, added proper thread loading.
Juan Linietsky
2020-02-28
2
-2
/
+2
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
5
-16
/
+16
[next]