summary refs log tree commit diff stats
path: root/lib/pure/ioselects
Commit message (Collapse)AuthorAgeFilesLines
* Fixes to support Dragonfly BSD. (#5552)Eugene Kabanov2017-03-171-1/+1
| | | | | | | | | * Fix kqueue.nim and ansi_c.nim to support dragonfly. * Fix ioselectors.nim, threads.nim to support dragonfly. * Fix deprecated dealloc call in tioselectors.nim. * Fix tfsmonitor.nim test to run only on Linux. * Fix osproc.nim return wrong exit codes. * Fix getAppFilename() for dragonfly. * Fix proper exit code handling.
* Fixes for upcoming asyncdispatch and ioselectors. (#5309)Eugene Kabanov2017-02-014-30/+34
|
* One more fix for #5290.cheatfate2017-01-281-8/+11
|
* Fix mistakecheatfate2017-01-271-2/+2
|
* Fix #5290.cheatfate2017-01-274-53/+58
| | | | Some cosmetic changes.
* oops.cheatfate2017-01-261-0/+1
|
* Fix changes table must be SharedArray when hasThreadSupport.cheatfate2017-01-261-13/+50
|
* Fix #5128, #5184. (#5214)Eugene Kabanov2017-01-164-347/+507
| | | | | | | | | | | | * Fix #5128, #5184. Removed flush() procedure from ioselectors.nim Changed methods of work with application-driven data * Make cache switch for kqueue, update test for it. * Fix registerProcess bug returns wrong id. Fix tupcoming_async test to compile with upcoming again. Change socket() as unique identifier to dup(socket) as unique identifier.
* Support android compilation of ioselectors.cheatfate2016-12-051-135/+185
|
* Fix #4928cheatfate2016-10-221-5/+5
|
* Add support for kqueue's EVFILT_VNODE (filesystem monitoring), and add test ↵cheatfate2016-09-241-0/+41
| | | | for it.
* Fix 32bit architecture problems with SelectEvent.cheatfate2016-08-313-5/+5
|
* Resolve #4606cheatfate2016-08-121-0/+4
| | | | Resolve some new deprecated warnings for test.
* Simplify SharedArray.cheatfate2016-07-051-1/+1
|
* Patch one more path problemcheatfate2016-07-054-0/+1611