summary refs log tree commit diff stats
path: root/lib/pure/ioselects/ioselectors_epoll.nim
Commit message (Expand)AuthorAgeFilesLines
* there is only one style -- my styleAraq2019-07-101-11/+11
* make more parts of the stdlib compile with --styleCheck:errorAraq2019-07-101-3/+3
* Fixes crashes when asyncdispatch.adjustTimeout returns a negative value. (#11...Dominik Picheta2019-05-151-0/+2
* 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
* Allow async stdinYuriy Glukhov2018-07-251-16/+13
* Move RLimit and getrlimit to posix.nim and add setrlimit to easily limit FD a...aguspiza2018-04-121-8/+0
* RLIMIT_NOFILE as posix constJacek Sieka2018-04-011-4/+2
* Merge branch 'devel' into async-improvementsDominik Picheta2018-01-171-3/+4
|\
| * Better times module (#6552)GULPF2017-12-181-3/+4
* | Multiple improvements to selectors.Dominik Picheta2017-11-241-4/+17
|/
* Async upcoming (#6585)Dominik Picheta2017-11-221-64/+42
* Fixes for upcoming asyncdispatch and ioselectors. (#5309)Eugene Kabanov2017-02-011-6/+7
* Fix #5290.cheatfate2017-01-271-25/+27
* Fix #5128, #5184. (#5214)Eugene Kabanov2017-01-161-112/+137
* Support android compilation of ioselectors.cheatfate2016-12-051-135/+185
* Fix 32bit architecture problems with SelectEvent.cheatfate2016-08-311-2/+2
* Patch one more path problemcheatfate2016-07-051-0/+461