summaryrefslogtreecommitdiffstats
path: root/core/io/packet_peer_dtls.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix editor crash when mbedtls is disabled.Fabio Alessandrelli2020-06-061-1/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-2/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-3/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-2/+2
* New PacketPeerDTLS and DTLSServer classes.Fabio Alessandrelli2020-02-171-0/+62