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
*
[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
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
6
-12
/
+12
*
Fix some crashes and using null pointers
Rafał Mikrut
2019-10-28
1
-0
/
+1
*
Merge pull request #32051 from qarmin/some_error_explanation
Rémi Verschelde
2019-09-25
1
-1
/
+1
|
\
|
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-1
/
+1
*
|
Changed some code found by Clang Tidy and Coverity
qarmin
2019-09-22
1
-1
/
+1
|
/
*
Add hashing context class
Fabio Alessandrelli
2019-08-21
2
-0
/
+203
*
Add Crypto custom class
Fabio Alessandrelli
2019-08-21
3
-0
/
+313
*
Move CryptoCore to it's own folder.
Fabio Alessandrelli
2019-08-19
2
-0
/
+287