Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix upcoming to pass tpolltimeouts.nim test | cheatfate | 2016-09-29 | 1 | -31/+32 |
| | |||||
* | made async compile again | Andreas Rumpf | 2016-09-26 | 1 | -1/+1 |
| | |||||
* | Moves async futures into asyncfutures module. | Dominik Picheta | 2016-09-25 | 1 | -280/+1 |
| | |||||
* | 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 ↵ | Dominik Picheta | 2016-09-06 | 1 | -8/+82 |
|\ | | | | | | | | | | | vegansk-async_buffers_v2 Merges #4683. | ||||
| * | 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 |
|/ | | | | | | Fix semantic of AsyncEvent close/unregister #4694. Fix #4697. Added first test. | ||||
* | Merge branch 'async-readwrite-no-conflict' of ↵ | Andreas Rumpf | 2016-09-04 | 1 | -2/+8 |
|\ | | | | | | | https://github.com/endragor/Nim into endragor-async-readwrite-no-conflict | ||||
| * | Async read/write procedures no longer replace each other in upcoming ↵ | Ruslan Mustakov | 2016-09-02 | 1 | -2/+8 |
| | | | | | | | | asyncdispatch | ||||
* | | 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. | ||||
* | | 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 ↵ | Ruslan Mustakov | 2016-08-15 | 1 | -3/+3 |
| | | | | proc in upcoming asyncdispatch | ||||
* | ioselectors separated and refactored version. | cheatfate | 2016-07-05 | 1 | -0/+2154 |
adopted asyncdispatch version |