Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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(). | ||||
* | Merge pull request #4790 from rudis/devel-mkstemp | Dominik Picheta | 2016-09-17 | 1 | -0/+6 |
|\ | | | | | posix: add mkstemp | ||||
| * | posix: add mkstemp | Simon Ruderich | 2016-09-17 | 1 | -0/+6 |
| | | |||||
* | | Merge pull request #4788 from rudis/devel-doc | Dominik Picheta | 2016-09-17 | 1 | -7/+6 |
|\ \ | | | | | | | Misc documentation fixes | ||||
| * | | Misc documentation fixes | Simon Ruderich | 2016-09-17 | 1 | -7/+6 |
| | | | |||||
* | | | Fixes Futures' `or` operation so that asyncftpclient compiles. | Dominik Picheta | 2016-09-17 | 2 | -6/+6 |
| |/ |/| | |||||
* | | Fixes #4170. | Dominik Picheta | 2016-09-17 | 3 | -25/+75 |
|/ | |||||
* | 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 | 3 | -22/+24 |
|\ | | | | | Misc minor (doc) fixes | ||||
| * | system: writeLine: escape \n in documentation | Simon Ruderich | 2016-09-15 | 1 | -1/+1 |
| | | |||||
| * | system: shl: remove superfluous spaces in documentation | Simon Ruderich | 2016-09-15 | 1 | -2/+2 |
| | | |||||
| * | system: <: add example of output to documentation | Simon Ruderich | 2016-09-15 | 1 | -1/+1 |
| | | |||||
| * | system: use more consistent spaces in seq declaration | Simon Ruderich | 2016-09-15 | 1 | -6/+6 |
| | | |||||
| * | system: high, low: add example which uses the type | Simon Ruderich | 2016-09-15 | 1 | -0/+2 |
| | | |||||
| * | system: TaintedString: reduce duplication and link to manual | Simon Ruderich | 2016-09-15 | 1 | -8/+8 |
| | | |||||
| * | 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 |
| | | | |||||
* | | | srcdir -> srcDir | Yuta Yamada | 2016-09-14 | 1 | -1/+1 |
| |/ |/| | |||||
* | | fixes #4764, fixes #4731, fixes #4724 | Araq | 2016-09-14 | 3 | -8/+8 |
| | | |||||
* | | fixes #4760 | Andreas Rumpf | 2016-09-13 | 1 | -24/+21 |
| | | |||||
* | | attempt to fix #4640 | Andreas Rumpf | 2016-09-13 | 3 | -6/+9 |
| | | |||||
* | | Fix AsyncSocket send | Dmitry Polienko | 2016-09-12 | 1 | -1/+1 |
|/ | |||||
* | fixes #3279 | Araq | 2016-09-12 | 2 | -20/+30 |
| | |||||
* | fixes #4088 | Andreas Rumpf | 2016-09-11 | 1 | -3/+3 |
| | |||||
* | 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. | ||||
* | | docgen: working search feature | Araq | 2016-09-09 | 1 | -3/+3 |
| | | |||||
* | | minor stdlib cleanups | Araq | 2016-09-09 | 3 | -19/+19 |
| | | |||||
* | | generated theindex.html is valid html | Araq | 2016-09-09 | 1 | -10/+21 |
| | | |||||
* | | 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 | ||||
* | | Merge pull request #4732 from cheatfate/borrowse | Andreas Rumpf | 2016-09-08 | 1 | -0/+1 |
|\ \ | | | | | | | upcoming_async: Borrow for AsyncEvent. | ||||
| * | | Borrow SelectEvent `==`. | cheatfate | 2016-09-07 | 1 | -0/+1 |
| |/ | |||||
* / | 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 |
| | |||||
* | Merge branch 'async_buffers_v2' of https://github.com/vegansk/Nim into ↵ | Dominik Picheta | 2016-09-06 | 4 | -19/+369 |
|\ | | | | | | | | | | | vegansk-async_buffers_v2 Merges #4683. | ||||
| * | Revert function names scheme due to the @dom96 comment | Anatoly Galiulin | 2016-09-06 | 3 | -40/+16 |
| | | |||||
| * | Restore ``recvInto`` for backwards compatibility | Anatoly Galiulin | 2016-09-06 | 2 | -0/+24 |
| | | |||||
| * | 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 | 4 | -23/+373 |
| | | |||||
* | | Merge pull request #4725 from cheatfate/fixtest_upcoming | Andreas Rumpf | 2016-09-06 | 1 | -25/+34 |
|\ \ | |/ |/| | upcoming_async: Fix multiple issues and add test. | ||||
| * | Fix windows issues. | cheatfate | 2016-09-06 | 1 | -25/+34 |
| | | | | | | | | | | | | Fix semantic of AsyncEvent close/unregister #4694. Fix #4697. Added first test. |