Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes `asyncmacro` compilation in tests. | Dominik Picheta | 2016-09-19 | 1 | -2/+1 |
| | |||||
* | Use `distinct range` for HttpCode as suggested by @nigredo-tori. | Dominik Picheta | 2016-09-19 | 2 | -55/+118 |
| | |||||
* | Fixes #4797. | Dominik Picheta | 2016-09-19 | 1 | -0/+3 |
| | |||||
* | Implements proxy support for (Async)HttpClient. Ref #4423. | Dominik Picheta | 2016-09-18 | 2 | -18/+78 |
| | | | | Fixes #2160. | ||||
* | Implements timeouts for synchronous HttpClient. | Dominik Picheta | 2016-09-18 | 1 | -9/+22 |
| | |||||
* | Use HttpHeaders in httpclient module. | Dominik Picheta | 2016-09-18 | 1 | -8/+8 |
| | |||||
* | Improvements to httpclient. Refs #4423. | Dominik Picheta | 2016-09-18 | 3 | -87/+145 |
| | | | | | | * 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/+110 |
| | |||||
* | reset p.exitCode in peekExitCode on Posix when process did not exit (#4793) | Johannes Hofmann | 2016-09-17 | 1 | -1/+3 |
| | | | | | | | | * reset p.exitCode in peekExitCode on Posix when process did not exit fixes #4792 * fix indentation | ||||
* | os: always use pcLinkToDir as kind for links to directories | Simon Ruderich | 2016-09-17 | 1 | -10/+29 |
| | | | | | Only the OS-specific case in walkDir() handled that correctly. Adapt the general case and handle it in getFileInfo(). | ||||
* | Fixes Futures' `or` operation so that asyncftpclient compiles. | Dominik Picheta | 2016-09-17 | 1 | -3/+3 |
| | |||||
* | Fixes #4170. | Dominik Picheta | 2016-09-17 | 2 | -14/+53 |
| | |||||
* | Fixes #4262. | Dominik Picheta | 2016-09-17 | 2 | -73/+80 |
| | |||||
* | Merge pull request #4782 from endragor/marshal-non-utf8 | Andreas Rumpf | 2016-09-17 | 1 | -27/+23 |
|\ | | | | | Use array encoding for non-UTF-8 strings in marshal | ||||
| * | Use array encoding for non-UTF-8 strings in marshal. Fixes #4779. | Ruslan Mustakov | 2016-09-16 | 1 | -27/+23 |
| | | |||||
* | | fix missing procvar pragma | pyloor | 2016-09-16 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #4771 from rudis/devel | Andreas Rumpf | 2016-09-16 | 2 | -4/+4 |
|\ | | | | | Misc minor (doc) fixes | ||||
| * | os: createHardlink: clarify documentation | Simon Ruderich | 2016-09-15 | 1 | -2/+2 |
| | | | | | | | | I know no (UNIX-like) system which restricts creation of hardlinks. | ||||
| * | algorithm: sort: fix link in documentation | Simon Ruderich | 2016-09-15 | 1 | -1/+1 |
| | | |||||
| * | os: createSymlink: fix typo in documentation | Simon Ruderich | 2016-09-15 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #4759 from endragor/marshal-strs-as-arrays | Andreas Rumpf | 2016-09-15 | 1 | -2/+26 |
|\ \ | |/ |/| | marshal now can handle binary strings | ||||
| * | marshal now can handle binary data in strings | Ruslan Mustakov | 2016-09-13 | 1 | -2/+26 |
| | | |||||
* | | fixes #4764, fixes #4731, fixes #4724 | Araq | 2016-09-14 | 1 | -2/+2 |
| | | |||||
* | | fixes #4760 | Andreas Rumpf | 2016-09-13 | 1 | -24/+21 |
| | | |||||
* | | Fix AsyncSocket send | Dmitry Polienko | 2016-09-12 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #4739 from coffeepots/patch-2 | Andreas Rumpf | 2016-09-09 | 1 | -0/+2 |
|\ | | | | | Allow compilation of sharedtables.nim | ||||
| * | Allow compilation of sharedtables.nim | coffeepots | 2016-09-09 | 1 | -0/+2 |
| | | | | | | tableimpl uses {.oldimmediate.}, which is defined in system/inclrtl. | ||||
* | | minor stdlib cleanups | Araq | 2016-09-09 | 3 | -19/+19 |
| | | |||||
* | | Make htmlparser compile without warnings | Araq | 2016-09-09 | 1 | -14/+17 |
|/ | |||||
* | make net.nim compile for osx doc2 | Andreas Rumpf | 2016-09-08 | 1 | -1/+1 |
| | |||||
* | Merge pull request #4733 from cheatfate/asyncssl_and_tests | Andreas Rumpf | 2016-09-08 | 1 | -3/+8 |
|\ | | | | | async: small ssl fix and updated tests | ||||
| * | Removed tests with `asyncio`. | cheatfate | 2016-09-07 | 1 | -3/+8 |
| | | | | | | | | | | Fix ssl connection drop in asyncnet Add tasyncssl test | ||||
* | | Allow to use strtabs module with js target | Anatoly Galiulin | 2016-09-08 | 1 | -14/+24 |
|/ | |||||
* | Some small fixes to changes introduced by #4683. | Dominik Picheta | 2016-09-06 | 3 | -82/+30 |
| | |||||
* | Revert function names scheme due to the @dom96 comment | Anatoly Galiulin | 2016-09-06 | 2 | -22/+10 |
| | |||||
* | Restore ``recvInto`` for backwards compatibility | Anatoly Galiulin | 2016-09-06 | 1 | -0/+12 |
| | |||||
* | Fix typo | Anatoly Galiulin | 2016-09-06 | 1 | -1/+1 |
| | |||||
* | Add async IO operations with buffers on files and sockets | Anatoly Galiulin | 2016-09-06 | 3 | -13/+289 |
| | |||||
* | Merge pull request #4717 from nigredo-tori/xml-escaping | Andreas Rumpf | 2016-09-05 | 1 | -3/+14 |
|\ | | | | | xmltree: separate escaping for attributes | ||||
| * | xmltree: separate escaping for attributes | Dmitry Polienko | 2016-09-05 | 1 | -3/+14 |
| | | |||||
* | | fixes a critical tables bug that caused 'enlarge' to crash after 'add' | Andreas Rumpf | 2016-09-05 | 2 | -11/+17 |
|/ | |||||
* | Merge pull request #4705 from yglukhov/js-logging | Dominik Picheta | 2016-09-04 | 1 | -115/+129 |
|\ | | | | | Logging compatible with js | ||||
| * | Enabled logging tests for js | Yuriy Glukhov | 2016-09-03 | 1 | -4/+5 |
| | | |||||
| * | Logging compatible with js | Yuriy Glukhov | 2016-09-03 | 1 | -111/+124 |
| | | |||||
* | | async: transfer all await/async macro related code to asyncmacro.nim module. ↵ | Eugene Kabanov | 2016-09-03 | 2 | -360/+375 |
|/ | | | | | | | | (#4704) * Transfer all async macro related code to asyncmacro.nim. * Make tests green. | ||||
* | Merge pull request #4680 from cheatfate/asyncwinsend | Dominik Picheta | 2016-09-02 | 1 | -1/+6 |
|\ | | | | | async: protect data argument in windows send operation. | ||||
| * | Protect data argument for GC. | cheatfate | 2016-08-30 | 1 | -1/+6 |
| | | |||||
* | | Use new name for call to low-level terminalWidth. | Charles Blake | 2016-09-01 | 1 | -3/+3 |
| | | |||||
* | | Make Windows part match Unix part more closely per Araq request. | Charles Blake | 2016-09-01 | 1 | -8/+7 |
| | | |||||
* | | Change type name to be more NEP-1-ish as per Araq request. | Charles Blake | 2016-09-01 | 1 | -1/+1 |
| | |