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
/
asyncdispatch.nim
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Reverts 1446dc87c3. Fixes #4333. Fixes #4170.
Dominik Picheta
2016-06-15
1
-6
/
+4
|
/
*
Resolve some dom96 comments
cheatfate
2016-06-12
1
-11
/
+16
*
Introduce addRead/addWrite for Windows IOCP.
cheatfate
2016-06-12
1
-0
/
+120
*
stdlib: asyncdispatch: `all`: Docs updated.
Константин Молчанов
2016-06-02
1
-4
/
+7
*
stdlib: asyncdispatch: `all`: Redundant closure removed.
Константин Молчанов
2016-06-02
1
-8
/
+5
*
stdlib: asyncdispatch: `all`: Tests now pass; import sequtils removed; Future...
Konstantin Molchanov
2016-06-01
1
-2
/
+18
*
sttdlib: asyncdispatch: `all`: Add Future[void] support.
Konstantin Molchanov
2016-05-31
1
-15
/
+19
*
stdlib: asyncdispatch: `all`: typo fixed.
Konstantin Molchanov
2016-05-31
1
-1
/
+1
*
stdlib: asyncdispatch: `add` proc supports varargs now.
Konstantin Molchanov
2016-05-31
1
-6
/
+3
*
Stdlib: asyncdispatch: `all` proc: Fix incorect counter value issue.
Konstantin Molchanov
2016-05-31
1
-5
/
+8
*
Stdlib: asyncdispatch: `all` proc: Replace req with openarray.
Konstantin Molchanov
2016-05-31
1
-1
/
+1
*
Stdlib: asyncdispatch: Add support of varargs to `all`.
Konstantin Molchanov
2016-05-31
1
-0
/
+3
*
Stdlib: asyncdispatch: Add proc `all`.
Konstantin Molchanov
2016-05-30
1
-1
/
+23
*
Resolve bugs with `deep recursion` of asyncdispatch.
cheatfate
2016-05-18
1
-3
/
+24
*
Restore sanity check for bytesReceived in asyncdispatch.
Dominik Picheta
2016-05-13
1
-0
/
+4
*
Resolve bugs based on unreliable `bytesReceived` value.
cheatfate
2016-05-12
1
-53
/
+14
*
Merge pull request #4122 from yglukhov/binheap
Dominik Picheta
2016-04-28
1
-18
/
+26
|
\
|
*
Added heapqueue collection. Fixed timers in asyncdispatch.
Yuriy Glukhov
2016-04-28
1
-18
/
+26
*
|
CompletionKey parameter for functions CreateIoCompletionPort,
cheatfate
2016-04-19
1
-2
/
+2
|
/
*
`await x` where x is Fut var now reads after yield. Fixes #3964.
Dominik Picheta
2016-04-04
1
-5
/
+25
*
fixes regression
Araq
2015-10-07
1
-3
/
+3
*
Rename rawsockets module to nativesockets
Adam Strzelecki
2015-10-03
1
-17
/
+17
*
fixes #3356
Araq
2015-09-23
1
-11
/
+20
*
Fix proc closeSocket (posix): bad file descriptor error
wt
2015-09-18
1
-1
/
+1
*
Improve asyncdispatch error messages, fix some tests on Windows.
Dominik Picheta
2015-09-11
1
-17
/
+31
*
Reintroduce FutureVar[T] from commit 72b4912c84b16644657.
Dominik Picheta
2015-09-11
1
-0
/
+31
*
The async macro now supports transforming multiple async procs.
Dominik Picheta
2015-08-03
1
-7
/
+18
*
Merge branch 'async_callback_issue_0412' of https://github.com/l04m33/Nim int...
Dominik Picheta
2015-07-26
1
-6
/
+14
|
\
|
*
Check for async errors in
Kay Zheng
2015-04-18
1
-3
/
+11
|
*
Ignore EvError in `asyncdispatch.poll(...)` for non-windows systems, so that ...
Kay Zheng
2015-04-12
1
-3
/
+3
*
|
Update asyncdispatch.nim
apense
2015-07-09
1
-3
/
+3
*
|
asyncdispatch compiles again on Linux
Araq
2015-07-01
1
-1
/
+1
*
|
Merge branch 'more_concurrency' into devel
Araq
2015-06-30
1
-3
/
+2
|
\
\
|
*
|
some progress on making async multithreaded
Araq
2015-05-28
1
-3
/
+2
*
|
|
Fixes socket problems on Windows and normalises some names.
Dominik Picheta
2015-06-29
1
-16
/
+17
*
|
|
Fixes net/asyncdispatch on Windows. Ref #2976. Fixes #2996.
Dominik Picheta
2015-06-25
1
-2
/
+2
*
|
|
Match the AF of the socket in connect().
Andrew Yourtchenko
2015-06-24
1
-2
/
+3
*
|
|
Make asyncdispatch.connectAddr IPv6-aware.
Andrew Yourtchenko
2015-06-24
1
-2
/
+2
*
|
|
lib/pure/a-c - Dropped 'T' from types
pdw
2015-06-04
1
-80
/
+83
*
|
|
Fix bug with asyncdispatch.async and discard statements.
Philip Witte
2015-05-20
1
-1
/
+1
*
|
|
Fixed 'milliseconds' spelling in code and docs
pdw
2015-05-15
1
-1
/
+1
|
/
/
*
|
Revert "Introduce FutureVar[T] to make recvLineInto safer."
def
2015-04-26
1
-31
/
+0
*
|
Fix asyncdispatch on Windows.
Dominik Picheta
2015-04-24
1
-0
/
+111
*
|
Introduce FutureVar[T] to make recvLineInto safer.
Dominik Picheta
2015-04-24
1
-0
/
+31
|
/
*
Fixed SIGPIPE on MacOS
yglukhov
2015-04-08
1
-1
/
+4
*
Fix infinite recursion when await is in except body.
Dominik Picheta
2015-03-30
1
-3
/
+3
*
Rename PNimrodNode to NimNode
def
2015-03-17
1
-14
/
+14
*
Get rid of 'result shadowed' warning for async procs
def
2015-03-11
1
-1
/
+12
*
fixes #1940; code breakage! stricter template evaluation
Araq
2015-03-07
1
-31
/
+31
*
Fix typos
Federico Ceratto
2015-02-15
1
-1
/
+1
[prev]
[next]