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
/
selectors.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
epoll selector starts with reasonable fd set size (1024) and increases in pow...
Ico Doornekamp
2019-01-09
1
-0
/
+3
*
Allow async stdin
Yuriy Glukhov
2018-07-25
1
-0
/
+9
*
Nintendo switch support (#8069)
Joey
2018-06-27
1
-0
/
+2
*
remove deprecated stuff from the stdlib; introduce better deprecation warnings
Araq
2018-05-05
1
-4
/
+4
*
Fixes #4995. (#7157)
Dominik Picheta
2018-02-13
1
-3
/
+18
*
Merge branch 'devel' into async-improvements
Andreas Rumpf
2017-12-11
1
-0
/
+2
|
\
|
*
favor 'select' over 'poll' on Genode (#6821)
Emery Hemingway
2017-12-01
1
-0
/
+2
*
|
Multiple improvements to selectors.
Dominik Picheta
2017-11-24
1
-8
/
+15
|
/
*
Async upcoming (#6585)
Dominik Picheta
2017-11-22
1
-395
/
+286
*
more replacements for the deprecated '<'
Andreas Rumpf
2017-10-29
1
-2
/
+2
*
docgen fixes for selectors.nim
Andreas Rumpf
2016-09-26
1
-1
/
+2
*
Fixes #4262.
Dominik Picheta
2016-09-17
1
-0
/
+4
*
Resolve #4334
cheatfate
2016-06-14
1
-5
/
+6
*
Fix a few deprecation warnings
def
2016-01-25
1
-5
/
+5
*
Use nanoseconds for timeouts less than 1 second on Mac OS X.
Dominik Picheta
2015-11-01
1
-1
/
+3
*
Fix poll's timeout for Mac OS X in the seletors module.
Dominik Picheta
2015-11-01
1
-1
/
+1
*
selectors: Cleanup a bit epoll flavor
Adam Strzelecki
2015-09-29
1
-10
/
+2
*
Selectors using OS X & Free/Open/NetBSD kqueue API
Adam Strzelecki
2015-09-29
1
-0
/
+82
*
Fix nimdoc generation for lib/pure/selectors.nim
Sergey Avseyev
2015-07-09
1
-1
/
+2
*
prepared selectors module for multi threading
Araq
2015-06-30
1
-34
/
+58
*
Merge branch 'more_concurrency' into devel
Araq
2015-06-30
1
-71
/
+61
|
\
|
*
some progress on making async multithreaded
Araq
2015-05-28
1
-72
/
+62
*
|
lib/pure/p-t - Dropped 'T' from types
pdw
2015-06-04
1
-2
/
+2
|
/
*
Don't run non-test code when defined(testing)
Oleh Prypin
2015-04-21
1
-1
/
+1
*
Clean up selectors documentation a bit
def
2015-02-24
1
-4
/
+9
*
Fix typos
Federico Ceratto
2015-02-15
1
-1
/
+1
*
made a test green
Araq
2015-02-12
1
-1
/
+1
*
Handle EPOLLHUP to avoid chaos/runaways when using certain file descriptors.
Elie Zedeck
2015-01-21
1
-1
/
+1
*
Fix: Only handle EPOLLERR as an error event
def
2015-01-13
1
-2
/
+0
*
Happy new year!
Guillaume Gelin
2015-01-06
1
-1
/
+1
*
Handle interrupt on epoll_wait graciously (allows strace to work)
def
2015-01-04
1
-1
/
+5
*
Close async socket on error (instead of looping on epoll_wait with 100% CPU)
def
2015-01-04
1
-1
/
+4
*
'nimfix' improvements; FdSet is TFdSet again
Araq
2014-09-08
1
-3
/
+3
*
big rename
Araq
2014-08-27
1
-78
/
+82
*
Many async optimisations.
Dominik Picheta
2014-07-12
1
-1
/
+1
*
Update selectors.nim
Varriount
2014-05-25
1
-1
/
+1
*
Update selectors.nim
Varriount
2014-05-25
1
-4
/
+33
*
Fix issue #1134
Clay Sweetser
2014-05-24
1
-3
/
+6
*
Fixes #1197.
Dominik Picheta
2014-05-14
1
-8
/
+28
*
Fixes docgen.
Dominik Picheta
2014-04-15
1
-1
/
+1
*
Add checks for invalid socket when creating sockets.
Dominik Picheta
2014-04-15
1
-0
/
+1
*
Fixes selectors module on Mac OS X.
Dominik Picheta
2014-04-06
1
-0
/
+1
*
Selectors module now uses select on operating systems other than Linux.
Dominik Picheta
2014-04-06
1
-23
/
+9
*
Select implementation in selectors module compiles again.
Dominik Picheta
2014-04-06
1
-3
/
+3
*
File descriptors are now removed from fds list explicitly in close().
Dominik Picheta
2014-03-14
1
-19
/
+17
*
tasyncawait now works on Linux.
Dominik Picheta
2014-03-11
1
-27
/
+38
*
Fixes to asyncio2 on Linux.
Dominik Picheta
2014-03-09
1
-8
/
+18
*
Implemented selector support for asyncio2.
Dominik Picheta
2014-02-22
1
-177
/
+178
*
Epoll now works.
Dominik Picheta
2013-10-31
1
-26
/
+47
*
Epoll wrapper + selectors module.
Dominik Picheta
2013-10-31
1
-0
/
+228