Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix getAddrInfo, add IPPROTO_ICMPV6 Closes #10198 | Federico Ceratto | 2019-01-06 | 1 | -0/+1 |
| | |||||
* | Convert *_family fields to cushort | LemonBoy | 2018-09-19 | 1 | -4/+4 |
| | | | | Fixes #9008 | ||||
* | RLIMIT_NOFILE as posix const | Jacek Sieka | 2018-04-01 | 1 | -0/+3 |
| | |||||
* | add back SIG_IGN, SIG_DFL and friends to posix.nim (#5820) | Jacek Sieka | 2017-05-16 | 1 | -0/+4 |
| | | | | | | | | * add back SIG_IGN, SIG_DFL and friends to posix.nim accidentally wiped by ce86b4ad78aae11f62c50e4f46e8ab2a124356b4 * move deprecated sig_hold after consts include | ||||
* | Posix from detect (#5697) | Jacek Sieka | 2017-04-12 | 1 | -0/+723 |
* refactor posix.nim * types move to separate files for platform-specifc and generic ("other') * consts move to separate files that get autogenerated by detect.nim * proc's stay where they are for now, though in a second stage might move as well * fix missing when |