summary refs log tree commit diff stats
path: root/lib/pure/ioselectors.nim
Commit message (Expand)AuthorAgeFilesLines
* Async upcoming (#6585)Dominik Picheta2017-11-221-294/+0
* 'nim doc' is now using version 2 of the documentation generatorAndreas Rumpf2017-11-161-0/+1
* remove ArrayDummySize with unchecked arrays (#5818)Jacek Sieka2017-08-281-1/+1
* Fixes to support Dragonfly BSD. (#5552)Eugene Kabanov2017-03-171-1/+3
* Fix #5128, #5184. (#5214)Eugene Kabanov2017-01-161-29/+43
* Fix compilation errors and enable async events on partially supported systems.cheatfate2016-12-071-5/+9
* Support android compilation of ioselectors.cheatfate2016-12-051-1/+1
* Fix few typosFederico Ceratto2016-10-171-4/+4
* Add support for kqueue's EVFILT_VNODE (filesystem monitoring), and add test f...cheatfate2016-09-241-9/+27
* Lower numbers for unchecked arraycheatfate2016-07-051-1/+1
* Misplaced &cheatfate2016-07-051-1/+1
* Simplify SharedArray.cheatfate2016-07-051-7/+1
* Patch one more path problemcheatfate2016-07-051-5/+5
* Resolved path problemscheatfate2016-07-051-0/+261
* ioselectors separated and refactored version.cheatfate2016-07-051-1764/+0
* one more cosmetic changecheatfate2016-06-261-13/+9
* Some cosmetic changes, and commentscheatfate2016-06-261-210/+198
* Event enum is now .pure.cheatfate2016-06-261-435/+366
* Small version of ioselectors.nim, without code duplication and some renames.cheatfate2016-06-231-0/+1849