Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added 'android4' define support that declares a different gethostbyaddr. ↵ | Ruslan Mustakov | 2016-06-22 | 1 | -2/+7 |
| | | | | Fixes #4376 | ||||
* | Merge branch 'unix-sockets' of https://github.com/girvo/Nim into ↵ | Dominik Picheta | 2016-05-30 | 1 | -1/+1 |
|\ | | | | | | | girvo-unix-sockets | ||||
| * | net.nim: add support for Unix sockets | Michał Zieliński | 2015-10-28 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #3648 from FedericoCeratto/reuse_port | Andreas Rumpf | 2016-05-29 | 1 | -1/+1 |
|\ \ | | | | | | | Add SO_REUSEPORT support | ||||
| * | | Add SO_REUSEPORT support | Federico Ceratto | 2015-12-16 | 1 | -1/+1 |
| | | | |||||
* | | | Define ports as uint16s to fix #3484 | Josep Sanjuas | 2016-03-27 | 1 | -15/+51 |
| | | | |||||
* | | | 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. |