summary refs log tree commit diff stats
path: root/tests/async
Commit message (Expand)AuthorAgeFilesLines
* fix #9695 asyncmacro: tfuturevar fails when activated [backport: 1.0] (#16090)flywind2020-11-221-5/+0
* fixes #15804 (#15820)Andreas Rumpf2020-11-022-3/+18
* closureiters: fixes #15243 (#15454) [backport:1.2]Andreas Rumpf2020-10-022-66/+25
* fix #15148 (#15149)flywind2020-08-081-0/+12
* [Backport] Fixes callbacks being dropped on Linux/macOS/BSD. (#15012)Dominik Picheta2020-07-191-0/+67
* scoped memory management (#14790)Andreas Rumpf2020-07-041-1/+2
* Fix asyncdispatch drain behavior (#14820) (#14838)Ray Imber2020-06-301-0/+25
* Add test-cases to some fixed issues to close them (#14795)Danil Yarantsev2020-06-241-0/+7
* fix #13899 defer now works with async (#14723)Timothee Cour2020-06-191-7/+18
* fix #14685 tests/async/t7758.nim flaky (#14721)Timothee Cour2020-06-191-2/+7
* use check to investigate #14685 flaky tests/async/t7758.nim (#14689)Timothee Cour2020-06-161-2/+3
* fix #13166 tioselectors flaky test on freebsd+OSX (#14634)Timothee Cour2020-06-121-4/+5
* enable tioselectors on osx; more diagnostic for #13166 (#14625)Timothee Cour2020-06-091-5/+3
* fixes #14279 (#14618)Andreas Rumpf2020-06-091-0/+15
* fix #14320 (tasyncawait.nim is recently very flaky) + avoid hardcoding servic...Timothee Cour2020-05-135-77/+50
* discardable async procs are now an error (#14176)hlaaftana2020-05-011-0/+9
* fix sendTo and recvFrom in asyncnet (#14154)rockcavera2020-04-301-17/+8
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-282-9/+9
* added high level sendTo and recvFrom to std/asyncnet (UDP functionality) (#14...rockcavera2020-04-261-0/+99
* Make await a template (#12085)Alexander Ivanov2020-04-254-2/+39
* Fix #13889 with testcase (#13896) [backport]Clyybber2020-04-061-0/+27
* faster CIs (#13803)Miran2020-03-309-34/+21
* fix deprecations and other warnings (#13748)Miran2020-03-257-17/+16
* fix #12919 tasyncclosestall flaky: Address already in use (#12934)Timothee Cour2019-12-191-1/+3
* increase the timeout for 'tasyncclosestall' (#12744)Miran2019-11-261-1/+1
* remove deprecated procs (#12535)Andreas Rumpf2019-11-051-2/+2
* proof that refcounting can handle Nim's async (#12533)Andreas Rumpf2019-10-281-0/+73
* Merge branch 'devel' into IOSelector_unregister_fixDominik Picheta2019-10-221-0/+10
|\
| * Fixed yield in nkCheckedFieldExpr (#12429) [backport]Yuriy Glukhov2019-10-151-0/+10
* | lowered the number of events in the test because some CI's have an extremely ...Ray Imber2019-10-071-2/+2
* | Test + fix for epoll and kqueue selector modules to properly unregisterRay Imber2019-10-061-0/+23
|/
* azure: disable failing testsLeorize2019-10-031-0/+1
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
* Fix issue with long wait for passed timer [bugfix] (#12221)PMunch2019-09-221-0/+52
* asyndispatch: removed deprecated setEvent procAraq2019-09-212-7/+7
* int128 on firstOrd, lastOrd and lengthOrd (#11701)Arne Döring2019-08-071-2/+7
* make async tests green againAndreas Rumpf2019-07-111-5/+5
* make tests green againAraq2019-07-101-5/+5
* ABI fixes for OSX/BSD; fixes #6860 (#11666)Andreas Rumpf2019-07-062-2/+2
* [bugfix] Fixes async IO operations stalling even after socket is closed. (#11...Dominik Picheta2019-06-121-0/+99
* better docs: osproc (#10708)Miran2019-02-191-1/+1
* Provide access to getsockname()/getpeername()Federico Ceratto2019-02-171-0/+4
* Remove deprecated modules (asyncio, sockets, ftpclient) (#10401)Miran2019-01-221-6/+8
* Remove long deprecated stuff (#10332)Miran2019-01-181-1/+1
* Fix defer not not-working at top level (#10191)Neelesh Chandola2019-01-071-2/+1
* C++: make async tests green on WindowsAraq2018-12-211-0/+1
* lots of small changesArne Döring2018-12-113-3/+3
* megatest can be executedArne Döring2018-12-111-2/+1
* require errormsg to be specified before file.Arne Döring2018-12-1119-39/+13
* updated tests to be executedArne Döring2018-11-232-1/+6