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
/
rawsockets.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use raiseOSError with additionalInfo parameter from devel
Sloane Simmons
2015-07-04
1
-8
/
+8
*
Fixes socket problems on Windows and normalises some names.
Dominik Picheta
2015-06-29
1
-9
/
+10
*
fixes #3005
Araq
2015-06-29
1
-1
/
+1
*
Fixes net/asyncdispatch on Windows. Ref #2976. Fixes #2996.
Dominik Picheta
2015-06-25
1
-45
/
+54
*
Allow to connect to IPv4-mapped addresses for IPv6 sockets - thus full IPv4 c...
Andrew Yourtchenko
2015-06-24
1
-0
/
+1
*
Return address in pure IPv4 notation by getAddrString if IPv6 address is IPv4...
Andrew Yourtchenko
2015-06-24
1
-0
/
+2
*
Export Sockaddr_in6, Sockaddr_storage.
Andrew Yourtchenko
2015-06-24
1
-0
/
+1
*
Add getAddrString which returns string representing the address within SockAddr.
Andrew Yourtchenko
2015-06-24
1
-0
/
+12
*
Add getSockDomain to return AF_INET or AF_INET6 of a SocketHandle.
Andrew Yourtchenko
2015-06-23
1
-0
/
+15
*
lib/pure/p-t - Dropped 'T' from types
pdw
2015-06-04
1
-3
/
+3
*
Fixed 'milliseconds' spelling in code and docs
pdw
2015-05-15
1
-2
/
+2
*
Fixed SIGPIPE on MacOS
yglukhov
2015-04-08
1
-4
/
+3
*
Fixed doc generation on mac.
yglukhov
2015-04-02
1
-1
/
+1
*
Happy new year!
Guillaume Gelin
2015-01-06
1
-1
/
+1
*
ignore signal SIGPIPE on Darwin
Andre
2014-12-30
1
-0
/
+4
*
Fixed FD_SET casing
Erik O'Leary
2014-10-10
1
-1
/
+1
*
Adds socket creation for arbitrary domain, type and protocol.
Dominik Picheta
2014-09-18
1
-0
/
+7
*
NimFix on net and rawsockets modules.
Dominik Picheta
2014-09-13
1
-4
/
+4
*
'nimfix' improvements; FdSet is TFdSet again
Araq
2014-09-08
1
-4
/
+4
*
big rename
Araq
2014-08-28
1
-17
/
+17
*
big rename
Araq
2014-08-28
1
-18
/
+18
*
big rename
Araq
2014-08-27
1
-70
/
+73
*
More future debug info. Added new error code to SafeDisconn list.
Dominik Picheta
2014-08-09
1
-1
/
+1
*
Implement safe flags for socket operations.
Dominik Picheta
2014-07-13
1
-2
/
+3
*
Allow async lambdas. Other socket modifications.
Dominik Picheta
2014-06-19
1
-1
/
+0
*
doc generation for asyncdispatch works
Araq
2014-04-06
1
-16
/
+18
*
Moved the global dispatcher to asyncdispatch.
Dominik Picheta
2014-03-23
1
-1
/
+1
*
Fixes tasyncawait and the net module on Linux.
Dominik Picheta
2014-03-23
1
-1
/
+2
*
Many renames. Created high level asyncnet module.
Dominik Picheta
2014-03-22
1
-0
/
+420