Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes #4871 | Felix Krause | 2016-10-09 | 3 | -0/+15 |
| | |||||
* | made test green for Windows | Araq | 2016-09-30 | 1 | -2/+4 |
| | |||||
* | 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 |
|/ | |||||
* | Implements onProgressChanged callback for httpclient. | Dominik Picheta | 2016-09-24 | 1 | -3/+22 |
| | |||||
* | Implements getContent and postContent for (Async)HttpClient. | Dominik Picheta | 2016-09-24 | 1 | -0/+19 |
| | |||||
* | Handle redirects in HttpClient's post procs & post test. | Dominik Picheta | 2016-09-24 | 1 | -18/+17 |
| | |||||
* | Add support for kqueue's EVFILT_VNODE (filesystem monitoring), and add test ↵ | cheatfate | 2016-09-24 | 1 | -0/+213 |
| | | | | for it. | ||||
* | fixes #4776 | Andreas Rumpf | 2016-09-24 | 1 | -0/+71 |
| | |||||
* | JS: Fixed ICE on ptr assignment | Yuriy Glukhov | 2016-09-20 | 2 | -0/+15 |
| | |||||
* | Fixes #4797. | Dominik Picheta | 2016-09-19 | 1 | -0/+4 |
| | |||||
* | Implements proxy support for (Async)HttpClient. Ref #4423. | Dominik Picheta | 2016-09-18 | 1 | -0/+6 |
| | | | | Fixes #2160. | ||||
* | Implements timeouts for synchronous HttpClient. | Dominik Picheta | 2016-09-18 | 1 | -0/+13 |
| | |||||
* | Improvements to httpclient. Refs #4423. | Dominik Picheta | 2016-09-18 | 1 | -0/+53 |
| | | | | | | * Adds ability to query HttpCode and compare it with strings. * Moves HttpMethod to HttpCore module. * Implements synchronous HttpClient using {.multisync.}. | ||||
* | 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 |
| | |||||
* | Use array encoding for non-UTF-8 strings in marshal. Fixes #4779. | Ruslan Mustakov | 2016-09-16 | 1 | -2/+10 |
| | |||||
* | Always use https:// in git clone | Simon Ruderich | 2016-09-15 | 1 | -1/+1 |
| | | | | git:// is unencrypted. | ||||
* | fixes #4626 | Andreas Rumpf | 2016-09-13 | 1 | -0/+7 |
| | |||||
* | fixes #4625 | Andreas Rumpf | 2016-09-13 | 1 | -0/+22 |
| | |||||
* | fixes #4671 | Andreas Rumpf | 2016-09-13 | 1 | -0/+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 | ||||
* | fixes #4721 | Andreas Rumpf | 2016-09-07 | 1 | -0/+11 |
| | |||||
* | Merge pull request #4725 from cheatfate/fixtest_upcoming | Andreas Rumpf | 2016-09-06 | 1 | -0/+125 |
|\ | | | | | upcoming_async: Fix multiple issues and add test. | ||||
| * | Fix windows issues. | cheatfate | 2016-09-06 | 1 | -0/+125 |
| | | | | | | | | | | | | Fix semantic of AsyncEvent close/unregister #4694. Fix #4697. Added first test. | ||||
* | | fixes a critical tables bug that caused 'enlarge' to crash after 'add' | Andreas Rumpf | 2016-09-05 | 1 | -0/+13 |
|/ | |||||
* | Merge pull request #4706 from cheatfate/testupcoming | Andreas Rumpf | 2016-09-04 | 2 | -0/+12 |
|\ | | | | | Add upcoming/asyncdispatch.nim to tests. | ||||
| * | Fix define. | cheatfate | 2016-09-04 | 1 | -1/+1 |
| | | |||||
| * | Add upcoming/asyncdispatch.nim to tests. | cheatfate | 2016-09-04 | 2 | -0/+12 |
| | | |||||
* | | Enabled logging tests for js | Yuriy Glukhov | 2016-09-03 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #4701 from mbaulch/fix4675 | Andreas Rumpf | 2016-09-03 | 3 | -0/+27 |
|\ | | | | | pickBestCandidate: pre-calculate candidates when symbol table modified | ||||
| * | Add a test case for issue #4675. | Matthew Baulch | 2016-09-03 | 3 | -0/+27 |
| | | |||||
* | | fixes #4673 | Andreas Rumpf | 2016-09-01 | 1 | -0/+13 |
| | | |||||
* | | fixes #4672 | Andreas Rumpf | 2016-09-01 | 1 | -0/+12 |
| | | |||||
* | | Fixed getCurrentException and getCurrentExceptionMsg. Closes #4635 | Yuriy Glukhov | 2016-08-29 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #4661 from yglukhov/js-uncaught-stacktrace | Andreas Rumpf | 2016-08-29 | 3 | -3/+8 |
|\ \ | | | | | | | Uncaught exceptions in JS now always propagate with better stack trace. Fixed codegen bug. | ||||
| * | | Treat all failure codes from nodejs as 1 | Yuriy Glukhov | 2016-08-27 | 1 | -0/+5 |
| | | | |||||
| * | | Fixed js codegen issue for uncaught exceptions. | Yuriy Glukhov | 2016-08-27 | 2 | -3/+3 |
| |/ | |||||
* | | fixes a regression that caused --import in a config file to break things | Andreas Rumpf | 2016-08-29 | 3 | -0/+2 |
| | | |||||
* | | disable rodfile tests depending on gtk | Araq | 2016-08-28 | 1 | -1/+1 |
| | | |||||
* | | Merged | Araq | 2016-08-27 | 20 | -54/+305 |
|\| | |||||
| * | test case cleanup | Andreas Rumpf | 2016-08-26 | 1 | -4/+4 |
| | |