summary refs log tree commit diff stats
path: root/tests/async/tnewasyncudp.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes ptr to cstring warnings[backport] (#20848)ringabout2022-11-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix =#13790 ptr char (+friends) should not implicitly convert to cstring * Apply suggestions from code review * first round; compiles on windows * nimPreviewSlimSystem * conversion is unsafe, cast needed * fixes more tests * fixes asyncnet * another try another error * last one * true * one more * why bugs didn't show at once * add `nimPreviewCstringConversion` switch * typo * fixes ptr to cstring warnings[backport] * add fixes Co-authored-by: xflywind <43030857+xflywind@users.noreply.github.com>
* make proc names consistent (#18626)flywind2021-08-011-1/+1
| | | | | * rename `endswith` to `endsWith` * rename
* fix deprecations and other warnings (#13748)Miran2020-03-251-6/+6
|
* ABI fixes for OSX/BSD; fixes #6860 (#11666)Andreas Rumpf2019-07-061-1/+1
|
* require errormsg to be specified before file.Arne Döring2018-12-111-1/+0
|
* Convert *_family fields to cushortLemonBoy2018-09-191-4/+1
| | | | Fixes #9008
* Fix endianness in the test (#6715)Sergey Avseyev2017-11-111-1/+1
|
* make tests green again; closes #5861Andreas Rumpf2017-10-101-2/+2
|
* removed newString proc again, reverted some unnecesary changesArne Döring2017-07-241-3/+3
|
* Fix wrong value range of ntohs ... (#5390)wt2017-03-311-3/+3
|
* tests: tnewasyncudp: use constantSimon Ruderich2016-09-171-3/+3
|
* Fix #4777 network buffers overflow because of immediate `sendTo` call.cheatfate2016-09-171-4/+17
|
* New version, without any piece of code duplication.cheatfate2016-06-171-0/+102