Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes to support Dragonfly BSD. (#5552) | Eugene Kabanov | 2017-03-17 | 1 | -1/+3 |
| | | | | | | | | | * 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. | ||||
* | Fix #5128, #5184. (#5214) | Eugene Kabanov | 2017-01-16 | 1 | -29/+43 |
| | | | | | | | | | | | | * 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. | ||||
* | Fix compilation errors and enable async events on partially supported systems. | cheatfate | 2016-12-07 | 1 | -5/+9 |
| | |||||
* | Support android compilation of ioselectors. | cheatfate | 2016-12-05 | 1 | -1/+1 |
| | |||||
* | Fix few typos | Federico Ceratto | 2016-10-17 | 1 | -4/+4 |
| | |||||
* | Add support for kqueue's EVFILT_VNODE (filesystem monitoring), and add test ↵ | cheatfate | 2016-09-24 | 1 | -9/+27 |
| | | | | for it. | ||||
* | Lower numbers for unchecked array | cheatfate | 2016-07-05 | 1 | -1/+1 |
| | |||||
* | Misplaced & | cheatfate | 2016-07-05 | 1 | -1/+1 |
| | |||||
* | Simplify SharedArray. | cheatfate | 2016-07-05 | 1 | -7/+1 |
| | |||||
* | Patch one more path problem | cheatfate | 2016-07-05 | 1 | -5/+5 |
| | |||||
* | Resolved path problems | cheatfate | 2016-07-05 | 1 | -0/+261 |
| | |||||
* | ioselectors separated and refactored version. | cheatfate | 2016-07-05 | 1 | -1764/+0 |
| | | | | adopted asyncdispatch version | ||||
* | one more cosmetic change | cheatfate | 2016-06-26 | 1 | -13/+9 |
| | |||||
* | Some cosmetic changes, and comments | cheatfate | 2016-06-26 | 1 | -210/+198 |
| | |||||
* | Event enum is now .pure. | cheatfate | 2016-06-26 | 1 | -435/+366 |
| | | | | | | Modified getMaxFds() to work more properly. Removed seqs from code Some exceptions replaced with doAssert | ||||
* | Small version of ioselectors.nim, without code duplication and some renames. | cheatfate | 2016-06-23 | 1 | -0/+1849 |