Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix #19244 - solves the problem of the InAddr object constructor in Windows. ↵ | rockcavera | 2021-12-17 | 1 | -0/+6 |
| | | | | | | | (#19259) * Update winlean.nim * Update tnet_ll.nim | ||||
* | Various std net improvements (#19132) | Jaremy Creechley | 2021-12-12 | 1 | -43/+45 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Variant of that works with raw IpAddresses. - Add doc tests for new net proc's. - Aadd recvFrom impl - Add recvFrom impl -- tweak handling data var - Update lib/pure/net.nim Co-authored-by: Dominik Picheta <dominikpicheta@googlemail.com> - cleaning up sendTo args - remove extra connect test - cleaning up sendTo args - fix inet_ntop test - fix test failing - byte len * fix test failing - byte len * debugging odd windows build failure * debugging odd windows build failure * more experiments to figure out the windows failure * try manual assigment on InAddr Co-authored-by: Jaremy Creechley <jaremy.creechley@panthalassa.com> | ||||
* | make megatest consistent with unjoined tests wrt newlines, honor newlines in ↵ | Timothee Cour | 2020-11-28 | 1 | -0/+1 |
| | | | | | | | output spec (#16151) * fix megatest newlines * still allow missing trailing newline for now but in a more strict way than before | ||||
* | Fixed tests to expect [Suite] output from unittest | Felix Krause | 2016-08-24 | 1 | -0/+3 |
| | |||||
* | Fixed issue 3539, added test | Anatoly Galiulin | 2016-01-28 | 1 | -0/+39 |