summaryrefslogtreecommitdiffstats
path: root/modules/mbedtls/packet_peer_mbed_dtls.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio2021-05-061-1/+1
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-3/+3
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-1/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-6/+10
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-15/+0
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-2/+4
* Replace NULL with nullptrlupoDharkael2020-04-021-8/+8
* 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/+297