summary refs log tree commit diff stats
path: root/tests/async
Commit message (Expand)AuthorAgeFilesLines
* Simplify async traceback processing.Dominik Picheta2017-12-281-29/+43
* No need to recurse now that mergeEntries doesn't do any pattern matching.Dominik Picheta2017-12-281-2/+2
* Show only detailed async tracebacks.Dominik Picheta2017-12-281-10/+17
* Rename cb0 to asyncProcName_continue + other improvements to async tracebacks.Dominik Picheta2017-12-281-0/+1
* Go through the re-raise stacks for more detailed tracebacks.Dominik Picheta2017-12-281-3/+44
* Refine the async tracebacks.Dominik Picheta2017-12-281-5/+12
* Implement some simple pattern-based transformation for async tracebacks.Dominik Picheta2017-12-281-0/+46
* make asyncdispatch.poll completing all opterations that can be comple… (#6911)Andreas Rumpf2017-12-191-3/+3
* fixes #6626Araq2017-12-151-2/+3
* Use addCallback rather than callback= in asyncfutures.all() (#6850)Mathias Stearn2017-12-091-0/+17
* Add an attempted reproduction for #5531.Dominik Picheta2017-11-261-0/+15
* Async upcoming (#6585)Dominik Picheta2017-11-221-1/+1
* make tests green againAndreas Rumpf2017-11-181-5/+4
* Tests should not rely on external services (#6703)Sergey Avseyev2017-11-151-2/+13
* Fix endianness in the test (#6715)Sergey Avseyev2017-11-111-1/+1
* attempt to make travis green againAndreas Rumpf2017-11-051-0/+1
* make tests green again; closes #5861Andreas Rumpf2017-10-101-2/+2
* removed newString proc again, reverted some unnecesary changesArne Döring2017-07-241-3/+3
* Fixes #5738 (#6059)Yuriy Glukhov2017-07-152-0/+66
* Merge pull request #5938 from zielmicha/futuresDominik Picheta2017-07-142-0/+21
|\
| * Future: support for multiple callbacksMichał Zieliński2017-07-051-0/+20
| * asyncdispatch: split asyncfutures into its own moduleMichał Zieliński2017-07-051-0/+1
* | Update test headerEuan T2017-07-101-1/+1
* | Adding test for recvlineEuan Torano2017-07-091-0/+54
|/
* One more attempt to fix tioselectors.nim test (#6020)Eugene Kabanov2017-06-271-4/+8
* Fixes #5995Yuriy Glukhov2017-06-181-0/+3
* Async macro fixes (#5739)Yuriy Glukhov2017-05-161-0/+9
* Add waitFor on seq[Future], waitAll and more (#5189)Federico Ceratto2017-05-161-38/+39
* Fixes #5532 win async write (#5791)Andreas Rumpf2017-05-141-0/+17
* Implement dial, support IPv6 in httpclient (#5763)Ruslan Mustakov2017-05-021-0/+53
* Fix tioselectors.nim for appveyor. (#5694)Eugene Kabanov2017-04-121-3/+4
* getFileSize and setFileSize procedures for File and AsyncFileEmery Hemingway2017-04-051-2/+3
* Fix wrong value range of ntohs ... (#5390)wt2017-03-311-3/+3
* Fix tioselectors.nim test timeouts to be executed in appveyor more stable. (#...Eugene Kabanov2017-03-291-4/+4
* Fixes to support Dragonfly BSD. (#5552)Eugene Kabanov2017-03-171-6/+6
* asyncdispatch.nim recursion test. (#5534)Eugene Kabanov2017-03-141-0/+21
* Various fixes to FutureStreams based on PR feedback.Dominik Picheta2017-02-261-2/+2
* Fixes tests.Dominik Picheta2017-02-111-0/+1
* Remove immediate FutureStream procs and make 'put' awaitable.Dominik Picheta2017-02-101-2/+2
* Improve implementation of takeAsync for FutureStreams.Dominik Picheta2017-02-101-4/+22
* Add test spec to tfuturestreamDominik Picheta2017-02-101-0/+14
* Implemented a first working version of FutureStreams.Dominik Picheta2017-02-101-4/+5
* WIP implementation of FutureStream.Dominik Picheta2017-02-091-0/+19
* Merge branch 'accept-close-race-5279' of https://github.com/endragor/Nim into...Araq2017-02-071-0/+36
|\
| * Move checkCloseError to nativesocketsRuslan Mustakov2017-02-071-0/+7
| * Fix Windows accept() to fail future instead of raisingRuslan Mustakov2017-02-011-0/+29
* | fixes #5314Andreas Rumpf2017-02-051-0/+17
* | Fix #5331 and #5332.cheatfate2017-02-041-0/+14
|/
* Fixes for upcoming asyncdispatch and ioselectors. (#5309)Eugene Kabanov2017-02-011-13/+42
* Fix #5128, #5184. (#5214)Eugene Kabanov2017-01-162-28/+26