summary refs log tree commit diff stats
path: root/lib/pure/net.nim
Commit message (Collapse)AuthorAgeFilesLines
* Implement safe flags for socket operations.Dominik Picheta2014-07-131-15/+56
|
* Allow async lambdas. Other socket modifications.Dominik Picheta2014-06-191-1/+1
|
* async might work now reliablyAraq2014-04-301-0/+2
|
* Fixes docgen.Dominik Picheta2014-04-061-4/+7
|
* Implemented async for httpclient.Dominik Picheta2014-03-261-1/+1
|
* Move asyncdispatch tests to asyncnet.Dominik Picheta2014-03-261-15/+15
|
* Moved the global dispatcher to asyncdispatch.Dominik Picheta2014-03-231-4/+4
|
* Many renames. Created high level asyncnet module.Dominik Picheta2014-03-221-2/+2
|
* Copied most blocking socket operations to the net module.Dominik Picheta2014-03-221-20/+811
|
* Clean up IP address code in net module.Dominik Picheta2014-03-221-28/+54
|
* Make the IP address exceptions more detailedMatthias Einwag2014-03-141-19/+24
|
* raise exceptions through newExceptionMatthias Einwag2014-03-091-18/+18
|
* $ for TIpAddress now prints in the recommended formatMatthias Einwag2014-03-041-2/+13
|
* Use character ranges from strutils.Matthias Einwag2014-03-041-6/+17
|
* Added a IpAddress structure to the net moduleMatthias Einwag2014-03-041-1/+231
|
* Implemented selector support for asyncio2.Dominik Picheta2014-02-221-1/+16
|
* Added new sockets modules: asyncio2, net, and sockets2.Dominik Picheta2014-02-081-0/+40