Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed deprecation warnings while Nim compiles. | Hans Raaf | 2016-01-18 | 1 | -1/+1 |
| | | | | | I just removed unsigned and changed a writeLn() call to writeLine() to avoid the remaining deprecation warnings. | ||||
* | Fix nativesockets compilation on OpenBSD and NetBSD | def | 2015-12-23 | 1 | -1/+1 |
| | |||||
* | Fixed getAddrInfo on android | Yuriy Glukhov | 2015-12-08 | 1 | -1/+2 |
| | |||||
* | OpenBSD doesn't support AI_V4MAPPED | Juan Francisco Cantero Hurtado | 2015-11-23 | 1 | -1/+3 |
| | | | Related to #3534 | ||||
* | Merge remote-tracking branch 'origin/devel' into fix-test-failures | Aman Gupta | 2015-10-06 | 1 | -1/+0 |
| | |||||
* | Rename rawsockets module to nativesockets | Adam Strzelecki | 2015-10-03 | 1 | -0/+553 |
This change was done to avoid confusion with TCP/IP raw sockets. Native sockets module represents handling native system low level socket API in general and is not just limited anyhow to TCP/IP raw sockets. A stub lib/deprecated/pure/rawsockets.nim module has been added as compatibility layer for old code using rawsockets, so this change will not break existing code. |