Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix wrong value range of ntohs ... (#5390) | wt | 2017-03-31 | 1 | -3/+3 |
| | |||||
* | Fix tioselectors.nim test timeouts to be executed in appveyor more stable. ↵ | Eugene Kabanov | 2017-03-29 | 1 | -4/+4 |
| | | | | (#5622) | ||||
* | Fixes to support Dragonfly BSD. (#5552) | Eugene Kabanov | 2017-03-17 | 1 | -6/+6 |
| | | | | | | | | | * 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. | ||||
* | asyncdispatch.nim recursion test. (#5534) | Eugene Kabanov | 2017-03-14 | 1 | -0/+21 |
| | |||||
* | Various fixes to FutureStreams based on PR feedback. | Dominik Picheta | 2017-02-26 | 1 | -2/+2 |
| | |||||
* | Fixes tests. | Dominik Picheta | 2017-02-11 | 1 | -0/+1 |
| | |||||
* | Remove immediate FutureStream procs and make 'put' awaitable. | Dominik Picheta | 2017-02-10 | 1 | -2/+2 |
| | |||||
* | Improve implementation of takeAsync for FutureStreams. | Dominik Picheta | 2017-02-10 | 1 | -4/+22 |
| | |||||
* | Add test spec to tfuturestream | Dominik Picheta | 2017-02-10 | 1 | -0/+14 |
| | |||||
* | Implemented a first working version of FutureStreams. | Dominik Picheta | 2017-02-10 | 1 | -4/+5 |
| | |||||
* | WIP implementation of FutureStream. | Dominik Picheta | 2017-02-09 | 1 | -0/+19 |
| | |||||
* | Merge branch 'accept-close-race-5279' of https://github.com/endragor/Nim ↵ | Araq | 2017-02-07 | 1 | -0/+36 |
|\ | | | | | | | into endragor-accept-close-race-5279 | ||||
| * | Move checkCloseError to nativesockets | Ruslan Mustakov | 2017-02-07 | 1 | -0/+7 |
| | | |||||
| * | Fix Windows accept() to fail future instead of raising | Ruslan Mustakov | 2017-02-01 | 1 | -0/+29 |
| | | | | | | | | Resolves: #5279 | ||||
* | | fixes #5314 | Andreas Rumpf | 2017-02-05 | 1 | -0/+17 |
| | | |||||
* | | 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 | 2 | -28/+26 |
| | | | | | | | | | | | | * 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 |
| | |||||
* | Add pending operations presence check function, fixes #5155 | Anatoly Galiulin | 2016-12-29 | 1 | -0/+21 |
| | |||||
* | Fix compilation errors and enable async events on partially supported systems. | cheatfate | 2016-12-07 | 2 | -50/+49 |
| | |||||
* | async all() now immediately completes if arg is empty | Ruslan Mustakov | 2016-11-03 | 1 | -0/+9 |
| | |||||
* | removed async test that never produced reliable results | Andreas Rumpf | 2016-10-20 | 1 | -66/+0 |
| | |||||
* | fixes #4856 | Andreas Rumpf | 2016-10-20 | 1 | -0/+14 |
| | |||||
* | Merge pull request #4830 from cheatfate/disabletimetest | Dominik Picheta | 2016-09-25 | 1 | -12/+1 |
|\ | | | | | tupcoming_async: Disable real time test comparison | ||||
| * | Disable time error test. | cheatfate | 2016-09-25 | 1 | -12/+1 |
| | | |||||
* | | FutureVar[T] parameters are now completed automatically. | Dominik Picheta | 2016-09-25 | 1 | -0/+47 |
|/ | |||||
* | Add support for kqueue's EVFILT_VNODE (filesystem monitoring), and add test ↵ | cheatfate | 2016-09-24 | 1 | -0/+213 |
| | | | | for it. | ||||
* | Implements {.multisync.} pragma for async and sync proc combos. | Dominik Picheta | 2016-09-18 | 1 | -0/+8 |
| | |||||
* | Increase error rate for upcoming timers test. | Dominik Picheta | 2016-09-17 | 1 | -1/+1 |
| | |||||
* | tests: tnewasyncudp: use constant | Simon Ruderich | 2016-09-17 | 1 | -3/+3 |
| | |||||
* | Fixes #4170. | Dominik Picheta | 2016-09-17 | 1 | -17/+55 |
| | |||||
* | Fixes #4262. | Dominik Picheta | 2016-09-17 | 1 | -0/+19 |
| | |||||
* | Fix #4777 network buffers overflow because of immediate `sendTo` call. | cheatfate | 2016-09-17 | 1 | -4/+17 |
| | |||||
* | Fix tasyncsend4757 test (Linux) | Dmitry Polienko | 2016-09-13 | 1 | -3/+1 |
| | |||||
* | Add test for issue #4757 | Dmitry Polienko | 2016-09-13 | 1 | -0/+16 |
| | |||||
* | update path to SSL certificates | cheatfate | 2016-09-07 | 1 | -2/+2 |
| | |||||
* | Removed tests with `asyncio`. | cheatfate | 2016-09-07 | 4 | -171/+67 |
| | | | | | Fix ssl connection drop in asyncnet Add tasyncssl test | ||||
* | Fix windows issues. | cheatfate | 2016-09-06 | 1 | -0/+125 |
| | | | | | | Fix semantic of AsyncEvent close/unregister #4694. Fix #4697. Added first test. | ||||
* | Add upcoming/asyncdispatch.nim to tests. | cheatfate | 2016-09-04 | 1 | -0/+2 |
| | |||||
* | Resolve #4606 | cheatfate | 2016-08-12 | 1 | -4/+4 |
| | | | | Resolve some new deprecated warnings for test. | ||||
* | fixes #1970 | Andreas Rumpf | 2016-07-19 | 1 | -0/+9 |
| | |||||
* | fixes #2377 | Andreas Rumpf | 2016-07-08 | 1 | -0/+9 |
| | |||||
* | fixes #4371 | Andreas Rumpf | 2016-07-08 | 1 | -0/+23 |
| | |||||
* | Resolve problems with test on macosx. | cheatfate | 2016-07-06 | 1 | -0/+1 |
| | |||||
* | ioselectors separated and refactored version. | cheatfate | 2016-07-05 | 1 | -4/+4 |
| | | | | adopted asyncdispatch version | ||||
* | Event enum is now .pure. | cheatfate | 2016-06-26 | 1 | -11/+11 |
| | | | | | | Modified getMaxFds() to work more properly. Removed seqs from code Some exceptions replaced with doAssert | ||||
* | Forgot about newlines at the end | cheatfate | 2016-06-23 | 2 | -2/+2 |
| | |||||
* | Small version of ioselectors.nim, without code duplication and some renames. | cheatfate | 2016-06-23 | 2 | -0/+408 |
| | |||||
* | New version, without any piece of code duplication. | cheatfate | 2016-06-17 | 1 | -0/+102 |
| |