Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make proc names consistent (#18626) | flywind | 2021-08-01 | 1 | -1/+1 |
| | | | | | * rename `endswith` to `endsWith` * rename | ||||
* | use doAssert in tests (#16486) | flywind | 2020-12-28 | 1 | -2/+2 |
| | |||||
* | fix sendTo and recvFrom in asyncnet (#14154) | rockcavera | 2020-04-30 | 1 | -17/+8 |
| | | | | | | | | | | | | | * added high level sendTo and recvFrom to std/asyncnet; tests were also added. * add .since annotation, a changelog entry and fixed to standard library style guide. * Improved asserts msgs and added notes for use with UDP sockets * pointers removed in parameters and fixes * added .since annotation * minor fixes | ||||
* | added high level sendTo and recvFrom to std/asyncnet (UDP functionality) ↵ | rockcavera | 2020-04-26 | 1 | -0/+99 |
(#14109) * added high level sendTo and recvFrom to std/asyncnet; tests were also added. * add .since annotation, a changelog entry and fixed to standard library style guide. * Improved asserts msgs and added notes for use with UDP sockets |