summary refs log tree commit diff stats
path: root/lib/pure/nativesockets.nim
Commit message (Expand)AuthorAgeFilesLines
* breaking change: arrays of char do not convert to cstring; ptr to array of ch...Andreas Rumpf2017-10-101-6/+8
* Merge branch 'stringify-array' of https://github.com/krux02/Nim into krux02-s...Andreas Rumpf2017-10-091-2/+2
|\
| * removed newString proc again, reverted some unnecesary changesArne Döring2017-07-241-2/+2
* | Fix `getPeerAddr()` `getPeerAddr()`: +`sin6_addr` (#6410)wt2017-09-211-2/+2
* | Introduce first class support for Android (#5772)Fredrik Høisæther Rasch2017-08-061-1/+1
|/
* Implement dial, support IPv6 in httpclient (#5763)Ruslan Mustakov2017-05-021-16/+47
* Posix from detect (#5697)Jacek Sieka2017-04-121-6/+6
* Fixes ambiguity introduced by #5390.Dominik Picheta2017-04-091-2/+2
* Add gethostname to nativesockets (#5443)Federico Ceratto2017-03-011-0/+16
* cleaned up accept-close-race fix #5279Araq2017-02-071-25/+0
* Move checkCloseError to nativesocketsRuslan Mustakov2017-02-071-0/+25
* Fix Windows accept() to fail future instead of raisingRuslan Mustakov2017-02-011-1/+2
* deprecated nativesockets.dealloc, use freeAddrInfo instead; fixed stdlib depr...Andreas Rumpf2017-01-301-10/+12
* Fix nativesockets.select()Loris Pederiva2017-01-181-7/+30
* Added 'android4' define support that declares a different gethostbyaddr. Fixe...Ruslan Mustakov2016-06-221-2/+7
* Merge branch 'unix-sockets' of https://github.com/girvo/Nim into girvo-unix-s...Dominik Picheta2016-05-301-1/+1
|\
| * net.nim: add support for Unix socketsMichał Zieliński2015-10-281-1/+1
* | Merge pull request #3648 from FedericoCeratto/reuse_portAndreas Rumpf2016-05-291-1/+1
|\ \
| * | Add SO_REUSEPORT supportFederico Ceratto2015-12-161-1/+1
* | | Define ports as uint16s to fix #3484Josep Sanjuas2016-03-271-15/+51
* | | Fixed deprecation warnings while Nim compiles.Hans Raaf2016-01-181-1/+1
* | | Fix nativesockets compilation on OpenBSD and NetBSDdef2015-12-231-1/+1
|/ /
* | Fixed getAddrInfo on androidYuriy Glukhov2015-12-081-1/+2
* | OpenBSD doesn't support AI_V4MAPPEDJuan Francisco Cantero Hurtado2015-11-231-1/+3
|/
* Merge remote-tracking branch 'origin/devel' into fix-test-failuresAman Gupta2015-10-061-1/+0
* Rename rawsockets module to nativesocketsAdam Strzelecki2015-10-031-0/+553