Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes to support Dragonfly BSD. (#5552) | Eugene Kabanov | 2017-03-17 | 1 | -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 Kabanov | 2017-02-01 | 4 | -30/+34 |
| | |||||
* | One more fix for #5290. | cheatfate | 2017-01-28 | 1 | -8/+11 |
| | |||||
* | Fix mistake | cheatfate | 2017-01-27 | 1 | -2/+2 |
| | |||||
* | Fix #5290. | cheatfate | 2017-01-27 | 4 | -53/+58 |
| | | | | Some cosmetic changes. | ||||
* | oops. | cheatfate | 2017-01-26 | 1 | -0/+1 |
| | |||||
* | Fix changes table must be SharedArray when hasThreadSupport. | cheatfate | 2017-01-26 | 1 | -13/+50 |
| | |||||
* | Fix #5128, #5184. (#5214) | Eugene Kabanov | 2017-01-16 | 4 | -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. | cheatfate | 2016-12-05 | 1 | -135/+185 |
| | |||||
* | Fix #4928 | cheatfate | 2016-10-22 | 1 | -5/+5 |
| | |||||
* | Add support for kqueue's EVFILT_VNODE (filesystem monitoring), and add test ↵ | cheatfate | 2016-09-24 | 1 | -0/+41 |
| | | | | for it. | ||||
* | Fix 32bit architecture problems with SelectEvent. | cheatfate | 2016-08-31 | 3 | -5/+5 |
| | |||||
* | Resolve #4606 | cheatfate | 2016-08-12 | 1 | -0/+4 |
| | | | | Resolve some new deprecated warnings for test. | ||||
* | Simplify SharedArray. | cheatfate | 2016-07-05 | 1 | -1/+1 |
| | |||||
* | Patch one more path problem | cheatfate | 2016-07-05 | 4 | -0/+1611 |