Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #5331 and #5332. | cheatfate | 2017-02-04 | 1 | -0/+14 |
| | |||||
* | Fixes for upcoming asyncdispatch and ioselectors. (#5309) | Eugene Kabanov | 2017-02-01 | 1 | -13/+42 |
| | |||||
* | Fix #5128, #5184. (#5214) | Eugene Kabanov | 2017-01-16 | 1 | -1/+0 |
| | | | | | | | | | | | | * 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. | ||||
* | make nimforum compile again | Araq | 2016-12-31 | 1 | -0/+1 |
| | |||||
* | Fix compilation errors and enable async events on partially supported systems. | cheatfate | 2016-12-07 | 1 | -44/+44 |
| | |||||
* | Disable time error test. | cheatfate | 2016-09-25 | 1 | -12/+1 |
| | |||||
* | Increase error rate for upcoming timers test. | Dominik Picheta | 2016-09-17 | 1 | -1/+1 |
| | |||||
* | Fix windows issues. | cheatfate | 2016-09-06 | 1 | -0/+125 |
Fix semantic of AsyncEvent close/unregister #4694. Fix #4697. Added first test. |