Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | made async compile again | Andreas Rumpf | 2016-09-26 | 1 | -1/+1 |
| | |||||
* | Moves async futures into asyncfutures module. | Dominik Picheta | 2016-09-25 | 1 | -293/+1 |
| | |||||
* | FutureVar[T] parameters are now completed automatically. | Dominik Picheta | 2016-09-25 | 1 | -9/+21 |
| | |||||
* | Fixes #3847. | Dominik Picheta | 2016-09-25 | 1 | -1/+3 |
| | |||||
* | 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/+52 |
| | |||||
* | Fixes #4262. | Dominik Picheta | 2016-09-17 | 1 | -73/+76 |
| | |||||
* | Fix AsyncSocket send | Dmitry Polienko | 2016-09-12 | 1 | -1/+1 |
| | |||||
* | Some small fixes to changes introduced by #4683. | Dominik Picheta | 2016-09-06 | 1 | -82/+26 |
| | |||||
* | 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 |
| | |||||
* | async: transfer all await/async macro related code to asyncmacro.nim module. ↵ | Eugene Kabanov | 2016-09-03 | 1 | -360/+2 |
| | | | | | | | | (#4704) * Transfer all async macro related code to asyncmacro.nim. * Make tests green. | ||||
* | Protect data argument for GC. | cheatfate | 2016-08-30 | 1 | -1/+6 |
| | |||||
* | stdlib and compiler don't use .immediate anymore | Andreas Rumpf | 2016-07-29 | 1 | -4/+4 |
| | |||||
* | fixes #1970 | Andreas Rumpf | 2016-07-19 | 1 | -32/+33 |
| | |||||
* | async: use -d:nimDumpAsync to see what the async macro generates | Andreas Rumpf | 2016-07-08 | 1 | -1/+3 |
| | |||||
* | fixes #4371 | Andreas Rumpf | 2016-07-08 | 1 | -2/+4 |
| | |||||
* | Fix #4390 | Eduardo Bart | 2016-06-21 | 1 | -1/+1 |
| | |||||
* | Add withTimeout proc for futures | Eduardo Bart | 2016-06-19 | 1 | -0/+18 |
| | |||||
* | Lets make arguments names equal on all platforms. | cheatfate | 2016-06-17 | 1 | -2/+2 |
| | |||||
* | New version, without any piece of code duplication. | cheatfate | 2016-06-17 | 1 | -0/+149 |
| | |||||
* | Merge pull request #4336 from cheatfate/protectwinrw | Andreas Rumpf | 2016-06-16 | 1 | -0/+16 |
|\ | | | | | Implement protection on callback environment. | ||||
| * | One more place to release callback environment protection | cheatfate | 2016-06-14 | 1 | -0/+2 |
| | | |||||
| * | Implement protection on callback environment. | cheatfate | 2016-06-14 | 1 | -0/+14 |
| | | |||||
* | | 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; ↵ | Konstantin Molchanov | 2016-06-01 | 1 | -2/+18 |
| | | | | Future[void] case optimized. | ||||
* | 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 |
| | | | | | Introduce callSoon() implementation. Patch tests to use waitFor() instead of asyncCheck() | ||||
* | 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. | ||||
| * | 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 |
|/ | | | | GetQueuedCompletionStatus must be 64bit size on amd64 and 32bit size on x86. | ||||
* | `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 |
| | | | | | | | | | | This change was done to avoid confusion with TCP/IP raw sockets. Native sockets module represents handling native system low level socket API in general and is not just limited anyhow to TCP/IP raw sockets. A stub lib/deprecated/pure/rawsockets.nim module has been added as compatibility layer for old code using rawsockets, so this change will not break existing code. | ||||
* | 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 |
| |