Commit Graph

4050 Commits

Author SHA1 Message Date
Araq
46bbae4745 fixes #1366 2014-09-11 09:53:00 +02:00
Araq
24afab2a95 Threads work again 2014-09-11 09:36:22 +02:00
Araq
dafa8ccaf3 fixes #903, fixess #1513 2014-09-11 01:45:14 +02:00
Araq
b7f8dbbec2 fixes #1511 2014-09-11 00:45:29 +02:00
Araq
e766c7c3cd minor bugfix for void .compileTime procs 2014-09-11 00:36:31 +02:00
Araq
2c99991d16 fixes #1444 2014-09-11 00:34:59 +02:00
Dominik Picheta
dcc00b3960 Merge pull request #1524 from rbehrends/fix-staticexec2
Properly handle staticExec() generating large output.
2014-09-10 10:31:14 +01:00
Reimer Behrends
f9c46b04a6 Properly handle staticExec() generating large output.
A staticExec() invocation that generated more than the internal
buffer size worth of output blocked because the compiler waited
for the process to terminate before reading the output.
2014-09-10 01:22:20 +02:00
Andreas Rumpf
43f78d2c4a Merge pull request #1404 from def-/strutils-count
Add count procedures to strutils
2014-09-05 08:36:07 +02:00
Andreas Rumpf
6abd673606 Merge pull request #1455 from gradha/pr_parallelize_doc_build
Parallelizes documentation building.
2014-09-05 08:34:14 +02:00
Simon Hafner
967b5079f6 Merge pull request #1514 from fuzzthink/devel
Pointer -> pointer to fix compile error using --cs:partial
2014-09-02 20:17:16 +05:00
fuzzthink
10f6a11cf2 Pointer -> pointer to fix compile error using --cs:partial 2014-09-02 10:10:18 +09:00
Andreas Rumpf
1c85a49e6b Merge pull request #1509 from idlewan/cookies
Secure and HttpOnly cookies
2014-09-01 00:28:17 +02:00
Andreas Rumpf
cb9f669863 Merge pull request #1508 from idlewan/zmq
Remove outdated ZeroMQ examples (zmq has been moved out of the stdlib)
2014-09-01 00:27:35 +02:00
Andreas Rumpf
6bd74731c4 Merge pull request #1510 from idlewan/xml_escape
Escape ' and / when using escape in xmltree
2014-09-01 00:27:16 +02:00
Erwan Ameil
05c1fb060f Escape ' and / when using escape in xmltree 2014-08-30 22:21:38 +02:00
Erwan Ameil
a249a12da7 Secure and HttpOnly cookies 2014-08-30 21:38:47 +02:00
Erwan Ameil
7dac395cb2 Remove outdated ZeroMQ example (zmq has been moved out of the stdlib) 2014-08-30 20:42:40 +02:00
Dominik Picheta
3a00692ef8 Add asyncftpclient module. 2014-08-29 22:44:05 +01:00
Dominik Picheta
85107917f0 Async macro fixes. Added waitFor. 2014-08-29 22:41:52 +01:00
Dominik Picheta
2525215610 Ftpclient module now uses generics. 2014-08-24 00:37:27 +01:00
Dominik Picheta
2dff5ef718 Fixed gcsafe in asynchttpserver module. 2014-08-21 20:36:27 +01:00
Araq
014b79617e Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-08-21 10:00:09 +02:00
Araq
5432b2b83a fixes recently introduced regression 2014-08-21 09:59:57 +02:00
Simon Hafner
3f0c3ab6cf added bug number to comment 2014-08-20 21:16:06 +02:00
Araq
e5fd84c559 Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-08-20 02:14:39 +02:00
Araq
15b2d6d351 fixes #1418 2014-08-20 02:14:30 +02:00
Araq
bc2e83fe17 documented the JS codegen 2014-08-20 01:11:47 +02:00
Andreas Rumpf
daa8b559b6 Merge pull request #1495 from barcharcraz/fix1491
fixed #1491
2014-08-20 00:42:42 +02:00
Charlie Barto
5b326269c3 fixed #1491 2014-08-19 18:30:12 -04:00
Dominik Picheta
0f720a83d5 Merge branch 'devel' of github.com:Araq/Nimrod into devel 2014-08-19 22:01:19 +01:00
Araq
9ee59da412 minor improvements for the FAQ 2014-08-19 22:57:49 +02:00
Araq
ebe313e627 fixes #1334 2014-08-19 22:35:16 +02:00
Dominik Picheta
a0b2fb5bd7 Implements or and and for futures. Ref #1487. 2014-08-19 20:54:12 +01:00
Araq
7ef076a04a Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-08-19 21:16:48 +02:00
Dominik Picheta
9c0d25dc94 Fixes docgen. 2014-08-19 20:16:27 +01:00
Araq
e935a35bcf fixes #1380 2014-08-19 20:42:48 +02:00
Araq
1deb9820f5 fixes #1420 2014-08-19 20:28:51 +02:00
Araq
5a2bea7408 fixes #1445 2014-08-19 20:18:33 +02:00
Araq
4708cebaa2 fixes #592 2014-08-19 10:07:12 +02:00
Araq
b5248d9037 fixes #1143 2014-08-19 10:01:46 +02:00
Araq
e662013ee0 Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-08-17 21:24:01 +02:00
Araq
710cbe3f1f fixes #1492 2014-08-17 21:23:46 +02:00
Dominik Picheta
aa73288142 Export == from net module for TPort. 2014-08-17 19:19:20 +01:00
Dominik Picheta
92828fc07a Merge branch 'devel' of github.com:Araq/Nimrod into devel 2014-08-17 19:18:50 +01:00
Dominik Picheta
b1b681aec6 Remove irc module. Ref #1486. 2014-08-17 19:18:10 +01:00
Andreas Rumpf
3cdc328952 Merge pull request #1461 from Varriount/os/add-hiddenFile
Add isHidden procedure to os.nim
2014-08-17 01:51:45 +02:00
Andreas Rumpf
9276a6db2b Merge pull request #1488 from def-/js-times
Make times module compile with javascript backend
2014-08-16 03:40:31 +02:00
def
dfba87f3ed Make times module compile with javascript backend 2014-08-16 02:16:21 +02:00
Dominik Picheta
53b8d6281d Fixes tenumitems test. 2014-08-16 01:15:36 +01:00