summary refs log tree commit diff stats
path: root/lib/pure/rawsockets.nim
Commit message (Expand)AuthorAgeFilesLines
* 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