summary refs log tree commit diff stats
path: root/lib/pure/ioselects/ioselectors_epoll.nim
Commit message (Expand)AuthorAgeFilesLines
* complete std prefixes for stdlib (#22887)ringabout2023-10-301-1/+1
* fixes #21734; backport (#21957)Andreas Rumpf2023-05-291-1/+1
* ioselectors_epoll: for NuttX, limit initial numFD to configured value. (#21421)Century Systems2023-02-221-1/+6
* enable style:usages for stdlib tests [backport: 1.6] (#19715)flywind2022-04-131-1/+1
* Add Zephyr Support (#19003)Jaremy Creechley2021-10-241-4/+1
* attempt to make asynchttpserver better; fixes #15925; [backport:1.0]Araq2020-11-131-2/+2
* async: minor refactorings (#15354)Andreas Rumpf2020-09-181-2/+2
* Set O_NONBLOCK flag atomically (#13934)Hiroki Noda2020-04-221-8/+4
* Make file descriptors from stdlib non-inheritable by default (#13201)alaviss2020-04-201-5/+5
* 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
* fixes based on code review by @dom96Ray Imber2019-10-161-2/+2
* Test + fix for epoll and kqueue selector modules to properly unregisterRay Imber2019-10-061-1/+1
* 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