summary refs log tree commit diff stats
path: root/lib/pure/ioselects/ioselectors_kqueue.nim
Commit message (Expand)AuthorAgeFilesLines
* Fix ioselectors_kqueue raising wrong exceptions (#24079)bptato2024-09-081-2/+6
* complete std prefixes for stdlib (#22887)ringabout2023-10-301-1/+1
* attempt to make asynchttpserver better; fixes #15925; [backport:1.0]Araq2020-11-131-4/+4
* ORC/ARC async progress (#15370)Andreas Rumpf2020-09-201-2/+2
* Make file descriptors from stdlib non-inheritable by default (#13201)alaviss2020-04-201-4/+4
* revert stdlib changes which are not required anymoreAndreas Rumpf2020-04-011-1/+2
* Hrm, the new errors highlighted some code that seems to be brokenZahary Karadjov2020-04-011-2/+1
* csize => csize_t for sysctlTimothee Cour2020-01-281-5/+5
* Remove unnecessary change to ioselectors_kqueue.nim found by @cheatfate.Ray Imber2019-10-111-2/+2
* Additional fix for User key unregister in the KQueue backendRay Imber2019-10-061-1/+1
* Test + fix for epoll and kqueue selector modules to properly unregisterRay Imber2019-10-061-2/+2
* make more parts of the stdlib compile with --styleCheck:errorAraq2019-07-101-1/+1
* newruntime for async (#11650)Andreas Rumpf2019-07-051-1/+1
* Fixes crashes when asyncdispatch.adjustTimeout returns a negative value. (#11...Dominik Picheta2019-05-151-4/+6
* fixes #11124Andreas Rumpf2019-05-131-2/+2
* OSX: make tioslectors test greenAndreas Rumpf2018-08-061-1/+4
* Fixed typo introduced in #8428 that leads to InvalidIdent assertion failure (...Yuriy Glukhov2018-07-301-1/+1
* Allow async stdinYuriy Glukhov2018-07-251-15/+12
* Merge branch 'devel' into async-improvementsDominik Picheta2018-01-171-2/+2
|\
| * Better times module (#6552)GULPF2017-12-181-2/+2
* | Multiple improvements to selectors.Dominik Picheta2017-11-241-3/+15
|/
* Async upcoming (#6585)Dominik Picheta2017-11-221-9/+12
* Fixes to support Dragonfly BSD. (#5552)Eugene Kabanov2017-03-171-1/+1
* Fixes for upcoming asyncdispatch and ioselectors. (#5309)Eugene Kabanov2017-02-011-10/+11
* One more fix for #5290.cheatfate2017-01-281-8/+11
* Fix mistakecheatfate2017-01-271-2/+2
* Fix #5290.cheatfate2017-01-271-10/+11
* oops.cheatfate2017-01-261-0/+1
* Fix changes table must be SharedArray when hasThreadSupport.cheatfate2017-01-261-13/+50
* Fix #5128, #5184. (#5214)Eugene Kabanov2017-01-161-164/+255
* Fix #4928cheatfate2016-10-221-5/+5
* Add support for kqueue's EVFILT_VNODE (filesystem monitoring), and add test f...cheatfate2016-09-241-0/+41
* Resolve #4606cheatfate2016-08-121-0/+4
* Simplify SharedArray.cheatfate2016-07-051-1/+1
* Patch one more path problemcheatfate2016-07-051-0/+439