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
/
asyncio.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed breaking changes introduced by the last commit.
Dominik Picheta
2013-10-24
1
-1
/
+1
*
Fixed asyncio crash when sending buffered data after connection was terminated.
Dominik Picheta
2013-10-24
1
-9
/
+14
*
Added a TSocketHandle type to winlean.nim and posix.nim
Clay Sweetser
2013-10-15
1
-3
/
+3
*
Deprecated OSError, and modified it to require an explicit OS error code.
Dominik Picheta
2013-06-25
1
-4
/
+3
*
Added an asyncio.isSendDataBuffered procedure.
Dominik Picheta
2013-06-21
1
-0
/
+4
*
Improved the performance of the SCGI module when dealing with multiple
Dominik Picheta
2013-05-19
1
-0
/
+3
*
Fixed recvLine deprecation warnings.
Dominik Picheta
2013-04-14
1
-2
/
+2
*
Deprecated recvLine and added an improved version named readLine to the
Dominik Picheta
2013-03-23
1
-2
/
+38
*
Fixed many deprecation warnings. asyncio.recvLine now throws an
Dominik Picheta
2012-12-23
1
-1
/
+7
*
Fixes #268
Dominik Picheta
2012-12-08
1
-4
/
+39
*
IRC module is now saner at the expense of a little API breakage.
Dominik Picheta
2012-12-01
1
-0
/
+3
*
Many doc improvements. Changed Threads.joinThreads' param's type to varargs.
Dominik Picheta
2012-11-04
1
-2
/
+2
*
Ftpclient now fully works both synchronously and asynchronously.
Dominik Picheta
2012-09-22
1
-4
/
+10
*
ftpclient fixed but causes an issue with the code generator and
Dominik Picheta
2012-09-21
1
-0
/
+53
*
Fixes IRC module.
Dominik Picheta
2012-09-12
1
-4
/
+13
*
Fixes scgi, adds async functionality to httpserver.
Dominik Picheta
2012-09-09
1
-5
/
+25
*
term rewriting improvements
Araq
2012-09-08
1
-2
/
+3
*
Added fsmonitor module.
Dominik Picheta
2012-09-02
1
-70
/
+16
*
Asyncio module now works on file descriptors.
Dominik Picheta
2012-09-02
1
-39
/
+137
*
Sockets module should compile again on Windows. Fixed asyncio not compiling.
Dominik Picheta
2012-08-12
1
-36
/
+24
*
UDP improvements for the sockets module. Renamed ftpclient.fileExists to
Dominik Picheta
2012-08-12
1
-19
/
+19
*
UDP sockets should now work with asyncio.
Dominik Picheta
2012-08-03
1
-3
/
+8
*
More deprecation warnings fixed.
Dominik Picheta
2012-07-23
1
-3
/
+7
*
Fixes deprecation warning, fixes documentation error.
Dominik Picheta
2012-07-23
1
-1
/
+1
*
Many fixes for asynchronous sockets. Asyncio should now work well with buffer...
Dominik Picheta
2012-07-22
1
-27
/
+142
*
preparations for making 'closure' the default calling convention for proc types
Araq
2012-07-16
1
-9
/
+9
*
recvLineAsync for non-blocking sockets implemented, as well as recvLine for a...
dom96
2012-02-18
1
-0
/
+29
*
Added asyncio module; irc, scgi and the ftpclient modules work with it. Added...
dom96
2012-01-22
1
-0
/
+325