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
/
packet_peer_mbed_dtls.cpp
Age
Commit message (
Expand
)
Author
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-11-21
Code simplifications found by cppcheck
Markus Sauermann
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-04-27
Merge pull request #59582 from Faless/net/4.x_tcp_explicit_poll
Rémi Verschelde
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-03
Update copyright statements to 2022
Rémi Verschelde
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-11
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-05-06
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
Hugo Locurcio
2021-04-27
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-02-08
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-05-14
Style: Enforce braces around if blocks and loops
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-02-20
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-17
New PacketPeerDTLS and DTLSServer classes.
Fabio Alessandrelli