index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
async
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix #14320 (tasyncawait.nim is recently very flaky) + avoid hardcoding servic...
Timothee Cour
2020-05-13
5
-77
/
+50
*
discardable async procs are now an error (#14176)
hlaaftana
2020-05-01
1
-0
/
+9
*
fix sendTo and recvFrom in asyncnet (#14154)
rockcavera
2020-04-30
1
-17
/
+8
*
Error -> Defect for defects (#13908)
Jacek Sieka
2020-04-28
2
-9
/
+9
*
added high level sendTo and recvFrom to std/asyncnet (UDP functionality) (#14...
rockcavera
2020-04-26
1
-0
/
+99
*
Make await a template (#12085)
Alexander Ivanov
2020-04-25
4
-2
/
+39
*
Fix #13889 with testcase (#13896) [backport]
Clyybber
2020-04-06
1
-0
/
+27
*
faster CIs (#13803)
Miran
2020-03-30
9
-34
/
+21
*
fix deprecations and other warnings (#13748)
Miran
2020-03-25
7
-17
/
+16
*
fix #12919 tasyncclosestall flaky: Address already in use (#12934)
Timothee Cour
2019-12-19
1
-1
/
+3
*
increase the timeout for 'tasyncclosestall' (#12744)
Miran
2019-11-26
1
-1
/
+1
*
remove deprecated procs (#12535)
Andreas Rumpf
2019-11-05
1
-2
/
+2
*
proof that refcounting can handle Nim's async (#12533)
Andreas Rumpf
2019-10-28
1
-0
/
+73
*
Merge branch 'devel' into IOSelector_unregister_fix
Dominik Picheta
2019-10-22
1
-0
/
+10
|
\
|
*
Fixed yield in nkCheckedFieldExpr (#12429) [backport]
Yuriy Glukhov
2019-10-15
1
-0
/
+10
*
|
lowered the number of events in the test because some CI's have an extremely ...
Ray Imber
2019-10-07
1
-2
/
+2
*
|
Test + fix for epoll and kqueue selector modules to properly unregister
Ray Imber
2019-10-06
1
-0
/
+23
|
/
*
azure: disable failing tests
Leorize
2019-10-03
1
-0
/
+1
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-1
/
+1
*
Fix issue with long wait for passed timer [bugfix] (#12221)
PMunch
2019-09-22
1
-0
/
+52
*
asyndispatch: removed deprecated setEvent proc
Araq
2019-09-21
2
-7
/
+7
*
int128 on firstOrd, lastOrd and lengthOrd (#11701)
Arne Döring
2019-08-07
1
-2
/
+7
*
make async tests green again
Andreas Rumpf
2019-07-11
1
-5
/
+5
*
make tests green again
Araq
2019-07-10
1
-5
/
+5
*
ABI fixes for OSX/BSD; fixes #6860 (#11666)
Andreas Rumpf
2019-07-06
2
-2
/
+2
*
[bugfix] Fixes async IO operations stalling even after socket is closed. (#11...
Dominik Picheta
2019-06-12
1
-0
/
+99
*
better docs: osproc (#10708)
Miran
2019-02-19
1
-1
/
+1
*
Provide access to getsockname()/getpeername()
Federico Ceratto
2019-02-17
1
-0
/
+4
*
Remove deprecated modules (asyncio, sockets, ftpclient) (#10401)
Miran
2019-01-22
1
-6
/
+8
*
Remove long deprecated stuff (#10332)
Miran
2019-01-18
1
-1
/
+1
*
Fix defer not not-working at top level (#10191)
Neelesh Chandola
2019-01-07
1
-2
/
+1
*
C++: make async tests green on Windows
Araq
2018-12-21
1
-0
/
+1
*
lots of small changes
Arne Döring
2018-12-11
3
-3
/
+3
*
megatest can be executed
Arne Döring
2018-12-11
1
-2
/
+1
*
require errormsg to be specified before file.
Arne Döring
2018-12-11
19
-39
/
+13
*
updated tests to be executed
Arne Döring
2018-11-23
2
-1
/
+6
*
make run the default action of a test in tester
Arne Döring
2018-11-23
2
-3
/
+5
*
Disable tasyncssl on Windows to fix CI
Dominik Picheta
2018-11-13
1
-0
/
+1
*
Merge pull request #9687 from narimiran/fix-7192
Dominik Picheta
2018-11-13
1
-0
/
+14
|
\
|
*
export `asyncdispatch.callSoon` (fixes #7192)
narimiran
2018-11-12
1
-0
/
+14
*
|
complete future only once in `or` (fixes #8982) (#9632)
Miran
2018-11-09
1
-0
/
+33
|
/
*
keep the order of the callbacks
narimiran
2018-11-07
1
-2
/
+3
*
make some tests faster (#9413)
Miran
2018-10-17
1
-1
/
+1
*
Fix tests on NixOS (#9209) (#9285)
xzfc
2018-10-10
2
-3
/
+3
*
Fixes #8994. FutureStream read procedure data loss no longer occurs. (#9183)
Dominik Picheta
2018-10-09
1
-0
/
+20
*
asyncmacro: add nnkSym support for getName() (#9204)
alaviss
2018-10-09
1
-0
/
+14
*
Fix regression w/ templates defined in async proc
LemonBoy
2018-10-03
1
-0
/
+11
*
remove test_async.txt after test to keep git status clean
Timothee Cour
2018-09-29
1
-0
/
+1
*
Skip nested procedures in .async. macro
LemonBoy
2018-09-22
1
-0
/
+29
*
Convert *_family fields to cushort
LemonBoy
2018-09-19
3
-9
/
+3
[next]