summary refs log tree commit diff stats
path: root/lib/pure/ioselects
Commit message (Expand)AuthorAgeFilesLines
* epoll selector starts with reasonable fd set size (1024) and increases in pow...Ico Doornekamp2019-01-091-3/+19
* fixes #7667; underlying issue is that dot calls in generics have no concept o...Araq2018-10-291-4/+4
* ioselectors_poll: don't pollRemove() if not neededLeorize2018-09-221-2/+3
* Genode fixes (#8501)Emery Hemingway2018-08-161-2/+4
* 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-254-48/+42
* Move RLimit and getrlimit to posix.nim and add setrlimit to easily limit FD a...aguspiza2018-04-122-17/+1
* RLIMIT_NOFILE as posix constJacek Sieka2018-04-012-8/+4
* Merge branch 'devel' into async-improvementsDominik Picheta2018-01-172-5/+6
|\
| * Better times module (#6552)GULPF2017-12-182-5/+6
* | Merge branch 'devel' into async-improvementsAndreas Rumpf2017-12-111-13/+15
|\|
| * favor 'select' over 'poll' on Genode (#6821)Emery Hemingway2017-12-011-13/+15
* | Multiple improvements to selectors.Dominik Picheta2017-11-244-13/+45
|/
* Async upcoming (#6585)Dominik Picheta2017-11-224-89/+80
* Fixes to support Dragonfly BSD. (#5552)Eugene Kabanov2017-03-171-1/+1
* Fixes for upcoming asyncdispatch and ioselectors. (#5309)Eugene Kabanov2017-02-014-30/+34
* One more fix for #5290.cheatfate2017-01-281-8/+11
* Fix mistakecheatfate2017-01-271-2/+2
* Fix #5290.cheatfate2017-01-274-53/+58
* 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-164-347/+507
* Support android compilation of ioselectors.cheatfate2016-12-051-135/+185
* Fix #4928cheatfate2016-10-221-5/+5
* Add support for kqueue's EVFILT_VNODE (filesystem monitoring), and add test f...cheatfate2016-09-241-0/+41
* Fix 32bit architecture problems with SelectEvent.cheatfate2016-08-313-5/+5
* Resolve #4606cheatfate2016-08-121-0/+4
* Simplify SharedArray.cheatfate2016-07-051-1/+1
* Patch one more path problemcheatfate2016-07-054-0/+1611