summary refs log tree commit diff stats
path: root/tests/async/tioselectors.nim
Commit message (Expand)AuthorAgeFilesLines
* deprecate unsafeAddr; extend addr (#19373)flywind2022-01-161-1/+1
* style usages part one (openarray => openArray) (#19321)flywind2022-01-041-2/+2
* 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
* fix deprecations and other warnings (#13748)Miran2020-03-251-3/+3
* asyndispatch: removed deprecated setEvent procAraq2019-09-211-3/+3
* require errormsg to be specified before file.Arne Döring2018-12-111-1/+0
* Fix tests on NixOS (#9209) (#9285)xzfc2018-10-101-2/+2
* disable tioselectors test for OSXAndreas Rumpf2018-08-061-1/+3
* make asyncdispatch.poll completing all opterations that can be comple… (#6911)Andreas Rumpf2017-12-191-3/+3
* Async upcoming (#6585)Dominik Picheta2017-11-221-1/+1
* One more attempt to fix tioselectors.nim test (#6020)Eugene Kabanov2017-06-271-4/+8
* Fix tioselectors.nim for appveyor. (#5694)Eugene Kabanov2017-04-121-3/+4
* 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
* Fix #5128, #5184. (#5214)Eugene Kabanov2017-01-161-27/+26
* Fix compilation errors and enable async events on partially supported systems.cheatfate2016-12-071-6/+5
* Add support for kqueue's EVFILT_VNODE (filesystem monitoring), and add test f...cheatfate2016-09-241-0/+213
* Resolve #4606cheatfate2016-08-121-4/+4
* Resolve problems with test on macosx.cheatfate2016-07-061-0/+1
* ioselectors separated and refactored version.cheatfate2016-07-051-4/+4
* Event enum is now .pure.cheatfate2016-06-261-11/+11
* Forgot about newlines at the endcheatfate2016-06-231-1/+1
* Small version of ioselectors.nim, without code duplication and some renames.cheatfate2016-06-231-0/+407
63216b03b1e2611abf98266d80a'>6f43de0a ^
a1d7ed6e ^
20f94973 ^
fa704bab ^
d46a05a8 ^
0c0b9489 ^

4f1a6e67 ^




a1d7ed6e ^


cb1ed288 ^

d46a05a8 ^
c834433a ^
d46a05a8 ^

a1d7ed6e ^

f2d8598d ^
a1d7ed6e ^

f2d8598d ^


0a1bc759 ^
0c0b9489 ^



9506fb8e ^
20f94973 ^



0c0b9489 ^




16246965 ^



a1d7ed6e ^
ad1a4204 ^

b4b0eb24 ^
ad1a4204 ^



b4b0eb24 ^
a1d7ed6e ^
f8e96a97 ^

871c502d ^

f2d8598d ^

0cfc59d6 ^

























f2d8598d ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129