summary refs log tree commit diff stats
path: root/lib/pure/rawsockets.nim
Commit message (Expand)AuthorAgeFilesLines
* Use raiseOSError with additionalInfo parameter from develSloane Simmons2015-07-041-8/+8
* Fixes socket problems on Windows and normalises some names.Dominik Picheta2015-06-291-9/+10
* fixes #3005Araq2015-06-291-1/+1
* Fixes net/asyncdispatch on Windows. Ref #2976. Fixes #2996.Dominik Picheta2015-06-251-45/+54
* Allow to connect to IPv4-mapped addresses for IPv6 sockets - thus full IPv4 c...Andrew Yourtchenko2015-06-241-0/+1
* Return address in pure IPv4 notation by getAddrString if IPv6 address is IPv4...Andrew Yourtchenko2015-06-241-0/+2
* Export Sockaddr_in6, Sockaddr_storage.Andrew Yourtchenko2015-06-241-0/+1
* Add getAddrString which returns string representing the address within SockAddr.Andrew Yourtchenko2015-06-241-0/+12
* Add getSockDomain to return AF_INET or AF_INET6 of a SocketHandle.Andrew Yourtchenko2015-06-231-0/+15
* lib/pure/p-t - Dropped 'T' from typespdw2015-06-041-3/+3
* Fixed 'milliseconds' spelling in code and docspdw2015-05-151-2/+2
* Fixed SIGPIPE on MacOSyglukhov2015-04-081-4/+3
* Fixed doc generation on mac.yglukhov2015-04-021-1/+1
* Happy new year!Guillaume Gelin2015-01-061-1/+1
* ignore signal SIGPIPE on DarwinAndre2014-12-301-0/+4
* Fixed FD_SET casingErik O'Leary2014-10-101-1/+1
* Adds socket creation for arbitrary domain, type and protocol.Dominik Picheta2014-09-181-0/+7
* NimFix on net and rawsockets modules.Dominik Picheta2014-09-131-4/+4
* 'nimfix' improvements; FdSet is TFdSet againAraq2014-09-081-4/+4
* big renameAraq2014-08-281-17/+17
* big renameAraq2014-08-281-18/+18
* big renameAraq2014-08-271-70/+73
* More future debug info. Added new error code to SafeDisconn list.Dominik Picheta2014-08-091-1/+1
* Implement safe flags for socket operations.Dominik Picheta2014-07-131-2/+3
* Allow async lambdas. Other socket modifications.Dominik Picheta2014-06-191-1/+0
* doc generation for asyncdispatch worksAraq2014-04-061-16/+18
* Moved the global dispatcher to asyncdispatch.Dominik Picheta2014-03-231-1/+1
* Fixes tasyncawait and the net module on Linux.Dominik Picheta2014-03-231-1/+2
* Many renames. Created high level asyncnet module.Dominik Picheta2014-03-221-0/+420