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
/
lib
/
pure
/
asyncdispatch.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
change `include genode/env` to an import (#20721)
ringabout
2022-11-01
1
-1
/
+1
*
Genode: add scheduleCallbacks to asyncdispatch (#20708)
ehmry
2022-10-31
1
-3
/
+29
*
Markdown code blocks migration part 7 (#20547)
Andrey Makarov
2022-10-12
1
-12
/
+12
*
make more standard libraries work with `nimPreviewSlimSystem` (#20343)
ringabout
2022-09-27
1
-0
/
+3
*
make AsyncSocket.getPeerAddr work ; fix #15022 (#20038)
David Krause
2022-07-16
1
-0
/
+2
*
Friendlier error message with solution (#19880)
Carlo Capocasa
2022-06-11
1
-0
/
+5
*
Rework discarding futures documentation in asyncdispatch (#19738)
huantian
2022-05-02
1
-6
/
+33
*
Fix doc: list of async backends (#19741)
huantian
2022-04-24
1
-3
/
+3
*
enable style:usages for stdlib tests [backport: 1.6] (#19715)
flywind
2022-04-13
1
-3
/
+3
*
enable `maxDescriptors` on Illumos/Solaris (#19295)
BarrOff
2021-12-30
1
-2
/
+2
*
Remove invalid statements about try in async docs. (#19108)
Dominik Picheta
2021-11-08
1
-13
/
+13
*
fixes another effect inference bug [backport:1.6] (#19100)
Andreas Rumpf
2021-11-07
1
-2
/
+2
*
Add Zephyr Support (#19003)
Jaremy Creechley
2021-10-24
1
-2
/
+5
*
Document `-d:async_backend` flag (#18700)
Jacek Sieka
2021-09-03
1
-0
/
+28
*
various small documentation improvements (#18602)
Miran
2021-07-28
1
-17
/
+17
*
Fix a bug with starting of asynchronous processes (#18464)
Ivan Bobev
2021-07-08
1
-1
/
+1
*
Add commas to docs for clarity (#18398)
Elliot Waite
2021-06-29
1
-2
/
+2
*
move {.injectStmt.} to experimental; add a test (#18300)
Timothee Cour
2021-06-20
1
-2
/
+0
*
further progress on rst roles & directives (fix #17646) (#17659)
Andrey Makarov
2021-04-08
1
-1
/
+1
*
Use `.. warning::` (#17320)
konsumlamm
2021-03-10
1
-1
/
+1
*
use .. warning:: (#17226)
flywind
2021-03-04
1
-3
/
+3
*
use single backtick (#17166)
flywind
2021-02-23
1
-118
/
+118
*
add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts...
Timothee Cour
2021-02-17
1
-1
/
+1
*
Fix broken links in docs (#16336)
Elliot Waite
2020-12-14
1
-1
/
+1
*
fixes #16154; underlying system.add for seq is the real cause; will be addres...
Andreas Rumpf
2020-11-27
1
-2
/
+3
*
ported to FreeRTOS
Araq
2020-11-13
1
-10
/
+12
*
fixes 'nim doc'
Araq
2020-11-13
1
-1
/
+1
*
attempt to make asynchttpserver better; fixes #15925; [backport:1.0]
Araq
2020-11-13
1
-0
/
+22
*
ORC/ARC async progress (#15370)
Andreas Rumpf
2020-09-20
1
-8
/
+7
*
ORC and stdlib optimizations (#15362)
Andreas Rumpf
2020-09-19
1
-2
/
+6
*
async: minor refactorings (#15354)
Andreas Rumpf
2020-09-18
1
-15
/
+14
*
export asyncdispatch handles (#15140)
flywind
2020-08-01
1
-1
/
+1
*
[Backport] Fixes callbacks being dropped on Linux/macOS/BSD. (#15012)
Dominik Picheta
2020-07-19
1
-1
/
+6
*
Removed asyncdispatch.newAsyncNativeSocket, was deprecated since 0.18 (#14854)
Juan Carlos
2020-06-30
1
-10
/
+0
*
Fix asyncdispatch drain behavior (#14820) (#14838)
Ray Imber
2020-06-30
1
-4
/
+9
*
Remove deprecated stuff from stdlib (#14699)
Miran
2020-06-17
1
-1
/
+1
*
asyncdispatch, asyncnet: add inheritance control (#14362)
alaviss
2020-05-20
1
-14
/
+57
*
Fix #14289 (#14304) [backport]
slangmgh
2020-05-11
1
-1
/
+2
*
JS unittest stacktrace fix, cleanup js repr and inclrtl includes (#14168)
hlaaftana
2020-04-30
1
-2
/
+0
*
asyncdispatch: export Callback (#14042) [backport]
alaviss
2020-04-21
1
-2
/
+2
*
asyncdispatch: get rid of erroneous set constructions (#13877)
alaviss
2020-04-05
1
-5
/
+9
*
asyncdispatch: fix erroneous set construction (#13765)
alaviss
2020-03-26
1
-1
/
+3
*
fix deprecations and other warnings (#13748)
Miran
2020-03-25
1
-5
/
+5
*
fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + ...
Timothee Cour
2020-03-13
1
-1
/
+1
*
fixes async regression
Araq
2020-03-11
1
-1
/
+1
*
fixes #13519
Araq
2020-03-11
1
-1
/
+1
*
ARC works for async on Windows (#13179)
Andreas Rumpf
2020-01-17
1
-27
/
+29
*
ARC: implemented a simple cycle detector
Araq
2019-11-28
1
-0
/
+2
*
index out of bounds exception when data is empty (#12428)
Jack Tang
2019-11-22
1
-9
/
+11
*
async: cleaner solution that avoids GC_ref on strings which doesn't exist for...
Araq
2019-11-13
1
-6
/
+5
[next]