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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
3
-9
/
+9
*
Add StreamPeerSSL.get_stream() accessor.
Lyuma
2022-05-25
2
-0
/
+5
*
Refactor module initialization
reduz
2022-05-04
2
-4
/
+14
*
Merge pull request #59582 from Faless/net/4.x_tcp_explicit_poll
Rémi Verschelde
2022-04-27
1
-1
/
+1
|
\
|
*
[Net] Drop is_connected_to_host for TCP and UDP.
Fabio Alessandrelli
2022-03-27
1
-1
/
+1
*
|
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-14
/
+8
*
|
Fix some issues found by cppcheck.
bruvzg
2022-04-06
2
-8
/
+8
|
/
*
Merge pull request #56130 from Faless/mbedtls/2.28.0
Rémi Verschelde
2022-01-11
1
-1
/
+5
|
\
|
*
Bump mbedTLS version to 2.28.0 (new LTS).
Fabio Alessandrelli
2021-12-21
1
-1
/
+5
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
14
-28
/
+28
|
/
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-1
/
+1
*
Remove unimplemented methods
Marcel Admiraal
2021-10-21
3
-6
/
+0
*
Misc cleanup of header includes
Rémi Verschelde
2021-07-15
1
-1
/
+1
*
[Crypto] Delete mbedtls ctx in deconstructor.
Fabio Alessandrelli
2021-07-03
2
-0
/
+8
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
4
-6
/
+6
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
1
-3
/
+3
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
4
-4
/
+4
*
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-25
1
-2
/
+2
*
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
2021-05-17
1
-2
/
+2
*
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
Hugo Locurcio
2021-05-06
1
-1
/
+1
*
Replace remaining uses of `NULL` with `nullptr`
Rémi Verschelde
2021-04-29
1
-1
/
+1
*
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
2
-6
/
+6
*
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
6
-8
/
+4
*
Cleanup: Remove executable bit from files which don't need it
Rémi Verschelde
2021-01-19
5
-0
/
+0
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
14
-28
/
+28
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-2
/
+2
*
SCons: Add explicit dependencies on thirdparty code in cloned env
Rémi Verschelde
2020-12-18
1
-5
/
+18
*
feat: HMAC support in Crypto APIs
Jon Bonazza
2020-11-26
6
-4
/
+220
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
3
-4
/
+4
*
Fix certificate generation with mbedtls 2.16.8 .
Fabio Alessandrelli
2020-09-15
1
-13
/
+8
*
Implement RSA encryption/decryption.
Fabio Alessandrelli
2020-06-18
2
-0
/
+29
*
Implement sign and verify in crypto.
Fabio Alessandrelli
2020-06-18
2
-0
/
+48
*
CryptoKey supports public keys.
Fabio Alessandrelli
2020-06-18
2
-8
/
+55
*
Better zeroizing in CryptoKey.
Fabio Alessandrelli
2020-06-18
1
-15
/
+8
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
3
-16
/
+30
*
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
9
-45
/
+0
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
2
-4
/
+8
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
6
-38
/
+38
*
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
2
-4
/
+5
*
Adding missing include guards to header files identified by LGTM.
Rajat Goswami
2020-03-23
1
-0
/
+5
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-1
/
+1
*
Changed default for p_validate_certs to true.
simpuid
2020-03-17
1
-1
/
+1
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
4
-8
/
+8
*
Merge pull request #36296 from Faless/dtls/enet_vulkan
Rémi Verschelde
2020-02-18
8
-12
/
+615
|
\
|
*
New PacketPeerDTLS and DTLSServer classes.
Fabio Alessandrelli
2020-02-17
7
-3
/
+604
|
*
Move mbedlts print func to SSLMbedTLSContext.
Fabio Alessandrelli
2020-02-16
3
-9
/
+11
*
|
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
3
-19
/
+19
|
/
*
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
2
-3
/
+3
[next]