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
/
net.nim
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added SafeDisconn for accept.
Dominik Picheta
2014-08-10
1
-5
/
+17
*
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
-15
/
+56
*
Allow async lambdas. Other socket modifications.
Dominik Picheta
2014-06-19
1
-1
/
+1
*
async might work now reliably
Araq
2014-04-30
1
-0
/
+2
*
Fixes docgen.
Dominik Picheta
2014-04-06
1
-4
/
+7
*
Implemented async for httpclient.
Dominik Picheta
2014-03-26
1
-1
/
+1
*
Move asyncdispatch tests to asyncnet.
Dominik Picheta
2014-03-26
1
-15
/
+15
*
Moved the global dispatcher to asyncdispatch.
Dominik Picheta
2014-03-23
1
-4
/
+4
*
Many renames. Created high level asyncnet module.
Dominik Picheta
2014-03-22
1
-2
/
+2
*
Copied most blocking socket operations to the net module.
Dominik Picheta
2014-03-22
1
-20
/
+811
*
Clean up IP address code in net module.
Dominik Picheta
2014-03-22
1
-28
/
+54
*
Make the IP address exceptions more detailed
Matthias Einwag
2014-03-14
1
-19
/
+24
*
raise exceptions through newException
Matthias Einwag
2014-03-09
1
-18
/
+18
*
$ for TIpAddress now prints in the recommended format
Matthias Einwag
2014-03-04
1
-2
/
+13
*
Use character ranges from strutils.
Matthias Einwag
2014-03-04
1
-6
/
+17
*
Added a IpAddress structure to the net module
Matthias Einwag
2014-03-04
1
-1
/
+231
*
Implemented selector support for asyncio2.
Dominik Picheta
2014-02-22
1
-1
/
+16
*
Added new sockets modules: asyncio2, net, and sockets2.
Dominik Picheta
2014-02-08
1
-0
/
+40
[prev]