Commit Graph

4366 Commits

Author SHA1 Message Date
Simon Ruderich
fc0a3dceaf os: always use pcLinkToDir as kind for links to directories
Only the OS-specific case in walkDir() handled that correctly. Adapt the
general case and handle it in getFileInfo().
2016-09-17 18:32:45 +02:00
Dominik Picheta
d250f06550 Merge pull request #4790 from rudis/devel-mkstemp
posix: add mkstemp
2016-09-17 17:41:06 +02:00
Dominik Picheta
18b64f1dcf Merge pull request #4788 from rudis/devel-doc
Misc documentation fixes
2016-09-17 17:25:49 +02:00
Dominik Picheta
dfe416eaad Fixes Futures' or operation so that asyncftpclient compiles. 2016-09-17 17:21:05 +02:00
Simon Ruderich
8ed241a1f0 posix: add mkstemp 2016-09-17 16:57:51 +02:00
Simon Ruderich
a9e796e001 Misc documentation fixes 2016-09-17 15:53:12 +02:00
Dominik Picheta
75e5c87f15 Fixes #4170. 2016-09-17 14:19:26 +02:00
Dominik Picheta
5bf16439e1 Fixes #4262. 2016-09-17 13:22:04 +02:00
Andreas Rumpf
e78b9b7268 Merge pull request #4782 from endragor/marshal-non-utf8
Use array encoding for non-UTF-8 strings in marshal
2016-09-17 00:00:52 +02:00
Ruslan Mustakov
e26f9cb665 Use array encoding for non-UTF-8 strings in marshal. Fixes #4779. 2016-09-16 17:02:34 +07:00
pyloor
453f8357c0 fix missing procvar pragma 2016-09-16 03:06:13 +02:00
Andreas Rumpf
0531658c00 Merge pull request #4771 from rudis/devel
Misc minor (doc) fixes
2016-09-16 01:38:59 +02:00
Simon Ruderich
a61e6b0d65 system: writeLine: escape \n in documentation 2016-09-15 11:43:58 +02:00
Simon Ruderich
d255bf498c system: shl: remove superfluous spaces in documentation 2016-09-15 11:43:58 +02:00
Simon Ruderich
e28bed3d84 system: <: add example of output to documentation 2016-09-15 11:43:57 +02:00
Simon Ruderich
a6e32365f7 system: use more consistent spaces in seq declaration 2016-09-15 11:43:57 +02:00
Simon Ruderich
14e80a1abe system: high, low: add example which uses the type 2016-09-15 11:43:57 +02:00
Simon Ruderich
b52240fc9e system: TaintedString: reduce duplication and link to manual 2016-09-15 11:43:57 +02:00
Andreas Rumpf
20b844ec53 Merge pull request #4759 from endragor/marshal-strs-as-arrays
marshal now can handle binary strings
2016-09-15 11:18:10 +02:00
Simon Ruderich
21433477df os: createHardlink: clarify documentation
I know no (UNIX-like) system which restricts creation of hardlinks.
2016-09-15 04:20:45 +02:00
Simon Ruderich
af2b0aed06 algorithm: sort: fix link in documentation 2016-09-15 04:20:24 +02:00
Simon Ruderich
4f1886621e os: createSymlink: fix typo in documentation 2016-09-15 04:20:24 +02:00
Yuta Yamada
b688a5607d srcdir -> srcDir 2016-09-14 17:57:19 -07:00
Araq
6a1b8e691f fixes #4764, fixes #4731, fixes #4724 2016-09-14 19:59:32 +02:00
Ruslan Mustakov
6013240f5d marshal now can handle binary data in strings 2016-09-13 22:29:35 +07:00
Andreas Rumpf
5f685bb0e6 fixes #4760 2016-09-13 17:20:53 +02:00
Andreas Rumpf
03768e7da0 attempt to fix #4640 2016-09-13 16:33:43 +02:00
Dmitry Polienko
d810b4515e Fix AsyncSocket send 2016-09-12 22:42:12 -07:00
Araq
646a569421 fixes #3279 2016-09-12 22:57:12 +02:00
Andreas Rumpf
479373ad79 fixes #4088 2016-09-11 23:48:59 +02:00
Andreas Rumpf
a57a5d8980 Merge pull request #4739 from coffeepots/patch-2
Allow compilation of sharedtables.nim
2016-09-09 21:09:31 +02:00
Araq
3dfc866710 docgen: working search feature 2016-09-09 20:42:02 +02:00
Araq
3a3aeb94ec minor stdlib cleanups 2016-09-09 20:41:26 +02:00
Araq
37c3c0033d generated theindex.html is valid html 2016-09-09 16:16:58 +02:00
Araq
89320e133b Make htmlparser compile without warnings 2016-09-09 16:15:53 +02:00
coffeepots
9af584707d Allow compilation of sharedtables.nim
tableimpl uses {.oldimmediate.}, which is defined in system/inclrtl.
2016-09-09 11:53:17 +01:00
Andreas Rumpf
6699387c9b make net.nim compile for osx doc2 2016-09-08 15:06:27 +02:00
Andreas Rumpf
1f6b2c4d11 Merge pull request #4733 from cheatfate/asyncssl_and_tests
async: small ssl fix and updated tests
2016-09-08 08:57:47 +02:00
Andreas Rumpf
4cb4961f7c Merge pull request #4732 from cheatfate/borrowse
upcoming_async: Borrow for AsyncEvent.
2016-09-08 08:38:10 +02:00
Anatoly Galiulin
5e48bdd632 Allow to use strtabs module with js target 2016-09-08 10:21:00 +07:00
cheatfate
1350d5312b Removed tests with asyncio.
Fix ssl connection drop in asyncnet
Add tasyncssl test
2016-09-07 12:19:06 +03:00
cheatfate
7788b5a043 Borrow SelectEvent ==. 2016-09-07 10:33:08 +03:00
Dominik Picheta
87eb3a105d Some small fixes to changes introduced by #4683. 2016-09-06 20:35:02 +02:00
Dominik Picheta
3760a8b973 Merge branch 'async_buffers_v2' of https://github.com/vegansk/Nim into vegansk-async_buffers_v2
Merges #4683.
2016-09-06 20:10:19 +02:00
Andreas Rumpf
e554c1d7cf Merge pull request #4725 from cheatfate/fixtest_upcoming
upcoming_async: Fix multiple issues and add test.
2016-09-06 13:48:50 +02:00
cheatfate
ec7aec3d58 Fix windows issues.
Fix semantic of AsyncEvent close/unregister #4694.
Fix #4697.
Added first test.
2016-09-06 12:29:53 +03:00
Anatoly Galiulin
60dbfb2ec9 Revert function names scheme due to the @dom96 comment 2016-09-06 09:31:13 +07:00
Anatoly Galiulin
862d6ad234 Restore `recvInto` for backwards compatibility 2016-09-06 09:31:13 +07:00
Anatoly Galiulin
436a5a01ab Fix typo 2016-09-06 09:31:13 +07:00
Anatoly Galiulin
e4c46e6fba Add async IO operations with buffers on files and sockets 2016-09-06 09:31:13 +07:00