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
/
upcoming
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes Futures' `or` operation so that asyncftpclient compiles.
Dominik Picheta
2016-09-17
1
-3
/
+3
*
Fixes #4170.
Dominik Picheta
2016-09-17
1
-11
/
+22
*
Borrow SelectEvent `==`.
cheatfate
2016-09-07
1
-0
/
+1
*
Merge branch 'async_buffers_v2' of https://github.com/vegansk/Nim into vegans...
Dominik Picheta
2016-09-06
1
-8
/
+82
|
\
|
*
Revert function names scheme due to the @dom96 comment
Anatoly Galiulin
2016-09-06
1
-18
/
+6
|
*
Restore ``recvInto`` for backwards compatibility
Anatoly Galiulin
2016-09-06
1
-0
/
+12
|
*
Add async IO operations with buffers on files and sockets
Anatoly Galiulin
2016-09-06
1
-10
/
+84
*
|
Fix windows issues.
cheatfate
2016-09-06
1
-25
/
+34
|
/
*
Merge branch 'async-readwrite-no-conflict' of https://github.com/endragor/Nim...
Andreas Rumpf
2016-09-04
1
-2
/
+8
|
\
|
*
Async read/write procedures no longer replace each other in upcoming asyncdis...
Ruslan Mustakov
2016-09-02
1
-2
/
+8
*
|
async: transfer all await/async macro related code to asyncmacro.nim module. ...
Eugene Kabanov
2016-09-03
1
-360
/
+2
*
|
Make upcoming version to be up to date with current version.
cheatfate
2016-09-03
1
-38
/
+43
*
|
Protect data argument for GC.
cheatfate
2016-08-30
1
-1
/
+6
|
/
*
Fixed infinite recursion in setEvent and close procs in upcoming asyncdispatch
Ruslan Mustakov
2016-08-23
1
-2
/
+2
*
AsyncEvent is now exported on all platforms and created with newAsyncEvent pr...
Ruslan Mustakov
2016-08-15
1
-3
/
+3
*
ioselectors separated and refactored version.
cheatfate
2016-07-05
1
-0
/
+2154