index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
nativesockets.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove long deprecated stuff (#10332)
Miran
2019-01-18
1
-63
/
+0
*
Fix getAddrInfo, add IPPROTO_ICMPV6 Closes #10198
Federico Ceratto
2019-01-06
1
-2
/
+5
*
Merge pull request #9915 from zevv/asyncnet-unix
Dominik Picheta
2018-12-12
1
-0
/
+11
|
\
|
*
Added basic AF_UNIX support to asyncnet.
Ico Doornekamp
2018-12-09
1
-0
/
+11
*
|
stdlib: documenation updates, the exception names have been changed
Andreas Rumpf
2018-10-25
1
-2
/
+2
|
/
*
Make getSockDomain work with AF_UNIX sockets
LemonBoy
2018-09-24
1
-7
/
+4
*
Convert *_family fields to cushort
LemonBoy
2018-09-19
1
-22
/
+22
*
Haiku support for Nim (#8542)
alaviss
2018-08-14
1
-2
/
+3
*
remove deprecated stuff from the stdlib; introduce better deprecation warnings
Araq
2018-05-05
1
-4
/
+1
*
Change type of `Timeval.tv_sec` to `posix.Time` (#7646)
Oscar Nihlgård
2018-04-18
1
-2
/
+6
*
make nativesockets.Hostent.addrlist readable for ipv4 af_inet addresses (see ...
skilchen
2018-04-13
1
-2
/
+18
*
Fixed crash/interface. Added tests.
Yuriy Glukhov
2018-03-15
1
-1
/
+1
*
Fixes #4995. (#7157)
Dominik Picheta
2018-02-13
1
-2
/
+22
*
Implements nativesockets.accept.
Dominik Picheta
2017-11-24
1
-2
/
+15
*
breaking change: arrays of char do not convert to cstring; ptr to array of ch...
Andreas Rumpf
2017-10-10
1
-6
/
+8
*
Merge branch 'stringify-array' of https://github.com/krux02/Nim into krux02-s...
Andreas Rumpf
2017-10-09
1
-2
/
+2
|
\
|
*
removed newString proc again, reverted some unnecesary changes
Arne Döring
2017-07-24
1
-2
/
+2
*
|
Fix `getPeerAddr()` `getPeerAddr()`: +`sin6_addr` (#6410)
wt
2017-09-21
1
-2
/
+2
*
|
Introduce first class support for Android (#5772)
Fredrik Høisæther Rasch
2017-08-06
1
-1
/
+1
|
/
*
Implement dial, support IPv6 in httpclient (#5763)
Ruslan Mustakov
2017-05-02
1
-16
/
+47
*
Posix from detect (#5697)
Jacek Sieka
2017-04-12
1
-6
/
+6
*
Fixes ambiguity introduced by #5390.
Dominik Picheta
2017-04-09
1
-2
/
+2
*
Add gethostname to nativesockets (#5443)
Federico Ceratto
2017-03-01
1
-0
/
+16
*
cleaned up accept-close-race fix #5279
Araq
2017-02-07
1
-25
/
+0
*
Move checkCloseError to nativesockets
Ruslan Mustakov
2017-02-07
1
-0
/
+25
*
Fix Windows accept() to fail future instead of raising
Ruslan Mustakov
2017-02-01
1
-1
/
+2
*
deprecated nativesockets.dealloc, use freeAddrInfo instead; fixed stdlib depr...
Andreas Rumpf
2017-01-30
1
-10
/
+12
*
Fix nativesockets.select()
Loris Pederiva
2017-01-18
1
-7
/
+30
*
Added 'android4' define support that declares a different gethostbyaddr. Fixe...
Ruslan Mustakov
2016-06-22
1
-2
/
+7
*
Merge branch 'unix-sockets' of https://github.com/girvo/Nim into girvo-unix-s...
Dominik Picheta
2016-05-30
1
-1
/
+1
|
\
|
*
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
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
*
|
|
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
|
/
*
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