summary refs log tree commit diff stats
path: root/tests/async
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'accept-close-race-5279' of https://github.com/endragor/Nim ↵Araq2017-02-071-0/+36
|\ | | | | | | into endragor-accept-close-race-5279
| * Move checkCloseError to nativesocketsRuslan Mustakov2017-02-071-0/+7
| |
| * Fix Windows accept() to fail future instead of raisingRuslan Mustakov2017-02-011-0/+29
| | | | | | | | Resolves: #5279
* | 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
| | | | | | | | | | | | * Fix #5128, #5184. Removed flush() procedure from ioselectors.nim Changed methods of work with application-driven data * Make cache switch for kqueue, update test for it. * Fix registerProcess bug returns wrong id. Fix tupcoming_async test to compile with upcoming again. Change socket() as unique identifier to dup(socket) as unique identifier.
* make nimforum compile againAraq2016-12-311-0/+1
|
* Add pending operations presence check function, fixes #5155Anatoly Galiulin2016-12-291-0/+21
|
* Fix compilation errors and enable async events on partially supported systems.cheatfate2016-12-072-50/+49
|
* async all() now immediately completes if arg is emptyRuslan Mustakov2016-11-031-0/+9
|
* removed async test that never produced reliable resultsAndreas Rumpf2016-10-201-66/+0
|
* fixes #4856Andreas Rumpf2016-10-201-0/+14
|
* Merge pull request #4830 from cheatfate/disabletimetestDominik Picheta2016-09-251-12/+1
|\ | | | | tupcoming_async: Disable real time test comparison
| * Disable time error test.cheatfate2016-09-251-12/+1
| |
* | FutureVar[T] parameters are now completed automatically.Dominik Picheta2016-09-251-0/+47
|/
* Add support for kqueue's EVFILT_VNODE (filesystem monitoring), and add test ↵cheatfate2016-09-241-0/+213
| | | | for it.
* Implements {.multisync.} pragma for async and sync proc combos.Dominik Picheta2016-09-181-0/+8
|
* Increase error rate for upcoming timers test.Dominik Picheta2016-09-171-1/+1
|
* tests: tnewasyncudp: use constantSimon Ruderich2016-09-171-3/+3
|
* Fixes #4170.Dominik Picheta2016-09-171-17/+55
|
* Fixes #4262.Dominik Picheta2016-09-171-0/+19
|
* Fix #4777 network buffers overflow because of immediate `sendTo` call.cheatfate2016-09-171-4/+17
|
* Fix tasyncsend4757 test (Linux)Dmitry Polienko2016-09-131-3/+1
|
* Add test for issue #4757Dmitry Polienko2016-09-131-0/+16
|
* update path to SSL certificatescheatfate2016-09-071-2/+2
|
* Removed tests with `asyncio`.cheatfate2016-09-074-171/+67
| | | | | Fix ssl connection drop in asyncnet Add tasyncssl test
* Fix windows issues.cheatfate2016-09-061-0/+125
| | | | | | Fix semantic of AsyncEvent close/unregister #4694. Fix #4697. Added first test.
* Add upcoming/asyncdispatch.nim to tests.cheatfate2016-09-041-0/+2
|
* Resolve #4606cheatfate2016-08-121-4/+4
| | | | Resolve some new deprecated warnings for test.
* fixes #1970Andreas Rumpf2016-07-191-0/+9
|
* fixes #2377Andreas Rumpf2016-07-081-0/+9
|
* fixes #4371Andreas Rumpf2016-07-081-0/+23
|
* Resolve problems with test on macosx.cheatfate2016-07-061-0/+1
|
* ioselectors separated and refactored version.cheatfate2016-07-051-4/+4
| | | | adopted asyncdispatch version
* Event enum is now .pure.cheatfate2016-06-261-11/+11
| | | | | | Modified getMaxFds() to work more properly. Removed seqs from code Some exceptions replaced with doAssert
* Forgot about newlines at the endcheatfate2016-06-232-2/+2
|
* Small version of ioselectors.nim, without code duplication and some renames.cheatfate2016-06-232-0/+408
|
* New version, without any piece of code duplication.cheatfate2016-06-171-0/+102
|
* Reverts 1446dc87c3. Fixes #4333. Fixes #4170.Dominik Picheta2016-06-152-0/+61
|
* Introduce addRead/addWrite for Windows IOCP.cheatfate2016-06-121-0/+257
|
* added 'koch testinstall' command; more installer related bugfixesAndreas Rumpf2016-06-091-2/+2
|
* Make some proper closes.cheatfate2016-06-091-1/+1
|
* Tests: tasyncall: Varargs test added.Konstantin Molchanov2016-06-031-0/+18
|
* Tests: async: Tests for `all` proc added.Konstantin Molchanov2016-05-311-0/+50
|
* Resolve bugs with `deep recursion` of asyncdispatch.cheatfate2016-05-182-6/+6
| | | | | Introduce callSoon() implementation. Patch tests to use waitFor() instead of asyncCheck()
* `await x` where x is Fut var now reads after yield. Fixes #3964.Dominik Picheta2016-04-041-1/+1
|
* Define ports as uint16s to fix #3484Josep Sanjuas2016-03-271-1/+1
|
* fixes async regressionAndreas Rumpf2016-01-111-0/+17
|
* fixes #2007Andreas Rumpf2016-01-051-0/+55
|