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
/
packet_peer_mbed_dtls.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
mbedTLS: disable weak crypto and TLS versions.
Fabio Alessandrelli
2023-05-10
1
-1
/
+0
*
[NET] Refactor TLS configuration.
Fabio Alessandrelli
2023-01-28
1
-8
/
+8
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Code simplifications found by cppcheck
Markus Sauermann
2022-11-21
1
-4
/
+3
*
[Net] Rename "ssl" references to "tls" in methods and members.
Fabio Alessandrelli
2022-09-08
1
-21
/
+21
*
[Net] Rename StreamPeerSSL to StreamPeerTLS.
Fabio Alessandrelli
2022-09-07
1
-1
/
+1
*
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
*
|
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-4
/
+4
|
/
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
*
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
Hugo Locurcio
2021-05-06
1
-1
/
+1
*
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
1
-3
/
+3
*
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-02-08
1
-1
/
+0
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-6
/
+10
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-15
/
+0
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-2
/
+4
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-8
/
+8
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-2
/
+2
*
New PacketPeerDTLS and DTLSServer classes.
Fabio Alessandrelli
2020-02-17
1
-0
/
+297