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
/
ioselects
/
ioselectors_epoll.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
complete std prefixes for stdlib (#22887)
ringabout
2023-10-30
1
-1
/
+1
*
fixes #21734; backport (#21957)
Andreas Rumpf
2023-05-29
1
-1
/
+1
*
ioselectors_epoll: for NuttX, limit initial numFD to configured value. (#21421)
Century Systems
2023-02-22
1
-1
/
+6
*
enable style:usages for stdlib tests [backport: 1.6] (#19715)
flywind
2022-04-13
1
-1
/
+1
*
Add Zephyr Support (#19003)
Jaremy Creechley
2021-10-24
1
-4
/
+1
*
attempt to make asynchttpserver better; fixes #15925; [backport:1.0]
Araq
2020-11-13
1
-2
/
+2
*
async: minor refactorings (#15354)
Andreas Rumpf
2020-09-18
1
-2
/
+2
*
Set O_NONBLOCK flag atomically (#13934)
Hiroki Noda
2020-04-22
1
-8
/
+4
*
Make file descriptors from stdlib non-inheritable by default (#13201)
alaviss
2020-04-20
1
-5
/
+5
*
revert stdlib changes which are not required anymore
Andreas Rumpf
2020-04-01
1
-1
/
+2
*
Hrm, the new errors highlighted some code that seems to be broken
Zahary Karadjov
2020-04-01
1
-2
/
+1
*
fixes based on code review by @dom96
Ray Imber
2019-10-16
1
-2
/
+2
*
Test + fix for epoll and kqueue selector modules to properly unregister
Ray Imber
2019-10-06
1
-1
/
+1
*
there is only one style -- my style
Araq
2019-07-10
1
-11
/
+11
*
make more parts of the stdlib compile with --styleCheck:error
Araq
2019-07-10
1
-3
/
+3
*
Fixes crashes when asyncdispatch.adjustTimeout returns a negative value. (#11...
Dominik Picheta
2019-05-15
1
-0
/
+2
*
epoll selector starts with reasonable fd set size (1024) and increases in pow...
Ico Doornekamp
2019-01-09
1
-3
/
+19
*
fixes #7667; underlying issue is that dot calls in generics have no concept o...
Araq
2018-10-29
1
-4
/
+4
*
Allow async stdin
Yuriy Glukhov
2018-07-25
1
-16
/
+13
*
Move RLimit and getrlimit to posix.nim and add setrlimit to easily limit FD a...
aguspiza
2018-04-12
1
-8
/
+0
*
RLIMIT_NOFILE as posix const
Jacek Sieka
2018-04-01
1
-4
/
+2
*
Merge branch 'devel' into async-improvements
Dominik Picheta
2018-01-17
1
-3
/
+4
|
\
|
*
Better times module (#6552)
GULPF
2017-12-18
1
-3
/
+4
*
|
Multiple improvements to selectors.
Dominik Picheta
2017-11-24
1
-4
/
+17
|
/
*
Async upcoming (#6585)
Dominik Picheta
2017-11-22
1
-64
/
+42
*
Fixes for upcoming asyncdispatch and ioselectors. (#5309)
Eugene Kabanov
2017-02-01
1
-6
/
+7
*
Fix #5290.
cheatfate
2017-01-27
1
-25
/
+27
*
Fix #5128, #5184. (#5214)
Eugene Kabanov
2017-01-16
1
-112
/
+137
*
Support android compilation of ioselectors.
cheatfate
2016-12-05
1
-135
/
+185
*
Fix 32bit architecture problems with SelectEvent.
cheatfate
2016-08-31
1
-2
/
+2
*
Patch one more path problem
cheatfate
2016-07-05
1
-0
/
+461