Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Parallelizes documentation building. | Grzegorz Adam Hankiewicz | 2014-08-06 | 1 | -9/+24 | |
* | | | | | Merge pull request #1514 from fuzzthink/devel | Simon Hafner | 2014-09-02 | 1 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Pointer -> pointer to fix compile error using --cs:partial | fuzzthink | 2014-09-02 | 1 | -2/+2 | |
* | | | | | | Merge pull request #1509 from idlewan/cookies | Andreas Rumpf | 2014-09-01 | 1 | -6/+9 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Secure and HttpOnly cookies | Erwan Ameil | 2014-08-30 | 1 | -6/+9 | |
* | | | | | | | Merge pull request #1508 from idlewan/zmq | Andreas Rumpf | 2014-09-01 | 2 | -25/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Remove outdated ZeroMQ example (zmq has been moved out of the stdlib) | Erwan Ameil | 2014-08-30 | 2 | -25/+0 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #1510 from idlewan/xml_escape | Andreas Rumpf | 2014-09-01 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Escape ' and / when using escape in xmltree | Erwan Ameil | 2014-08-30 | 1 | -0/+4 | |
|/ / / / / / | ||||||
* | | | | | | Add asyncftpclient module. | Dominik Picheta | 2014-08-29 | 3 | -14/+315 | |
* | | | | | | Async macro fixes. Added waitFor. | Dominik Picheta | 2014-08-29 | 1 | -7/+17 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | Ftpclient module now uses generics. | Dominik Picheta | 2014-08-24 | 1 | -93/+89 | |
* | | | | | Fixed gcsafe in asynchttpserver module. | Dominik Picheta | 2014-08-21 | 1 | -2/+3 | |
* | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-08-21 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | added bug number to comment | Simon Hafner | 2014-08-20 | 1 | -1/+1 | |
* | | | | | | fixes recently introduced regression | Araq | 2014-08-21 | 2 | -15/+55 | |
|/ / / / / | ||||||
* | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-08-20 | 2 | -11/+38 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge pull request #1495 from barcharcraz/fix1491 | Andreas Rumpf | 2014-08-20 | 1 | -11/+17 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | fixed #1491 | Charlie Barto | 2014-08-19 | 1 | -11/+17 | |
| * | | | | | | Merge branch 'devel' of github.com:Araq/Nimrod into devel | Dominik Picheta | 2014-08-19 | 6 | -27/+77 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Implements `or` and `and` for futures. Ref #1487. | Dominik Picheta | 2014-08-19 | 1 | -0/+21 | |
* | | | | | | | | fixes #1418 | Araq | 2014-08-20 | 2 | -29/+77 | |
* | | | | | | | | documented the JS codegen | Araq | 2014-08-20 | 1 | -0/+19 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | minor improvements for the FAQ | Araq | 2014-08-19 | 1 | -4/+13 | |
* | | | | | | | fixes #1334 | Araq | 2014-08-19 | 3 | -13/+40 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-08-19 | 1 | -1/+1 | |
|\| | | | | | ||||||
| * | | | | | Fixes docgen. | Dominik Picheta | 2014-08-19 | 1 | -1/+1 | |
* | | | | | | fixes #1380 | Araq | 2014-08-19 | 1 | -9/+8 | |
* | | | | | | fixes #1420 | Araq | 2014-08-19 | 2 | -1/+16 | |
|/ / / / / | ||||||
* | | | | | fixes #1445 | Araq | 2014-08-19 | 1 | -4/+0 | |
* | | | | | fixes #592 | Araq | 2014-08-19 | 1 | -0/+77 | |
* | | | | | fixes #1143 | Araq | 2014-08-19 | 3 | -14/+21 | |
* | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-08-17 | 8 | -555/+89 | |
|\ \ \ \ \ | ||||||
| * | | | | | Export `==` from net module for TPort. | Dominik Picheta | 2014-08-17 | 1 | -1/+1 | |
| * | | | | | Merge branch 'devel' of github.com:Araq/Nimrod into devel | Dominik Picheta | 2014-08-17 | 1 | -5/+29 | |
| |\ \ \ \ \ | ||||||
| | * \ \ \ \ | Merge pull request #1461 from Varriount/os/add-hiddenFile | Andreas Rumpf | 2014-08-17 | 1 | -5/+29 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Made the code actually work, updated the docstring to point out that the give... | Clay Sweetser | 2014-08-10 | 1 | -9/+15 | |
| | | * | | | | | Make device and file ID's public. | Clay Sweetser | 2014-08-06 | 1 | -4/+22 | |
| * | | | | | | | Remove irc module. Ref #1486. | Dominik Picheta | 2014-08-17 | 1 | -503/+0 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #1488 from def-/js-times | Andreas Rumpf | 2014-08-16 | 1 | -38/+38 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Make times module compile with javascript backend | def | 2014-08-16 | 1 | -38/+38 | |
| * | | | | | | | Fixes tenumitems test. | Dominik Picheta | 2014-08-16 | 1 | -1/+1 | |
| * | | | | | | | Fixes #710. | Dominik Picheta | 2014-08-16 | 2 | -0/+12 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #1485 from def-/js-substr | Andreas Rumpf | 2014-08-15 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fix CopyStr (substr in system.nim) for javascript target | def | 2014-08-15 | 1 | -1/+1 | |
| * | | | | | | | Merge pull request #1484 from def-/js-swap | Andreas Rumpf | 2014-08-15 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Fix swap in jsgen | def | 2014-08-15 | 1 | -2/+2 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1483 from def-/fix-1449 | Andreas Rumpf | 2014-08-15 | 1 | -4/+5 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| | * | | | | | | Fix array address on nkHiddenAddr | def | 2014-08-15 | 1 | -4/+5 | |
| |/ / / / / / | ||||||
* / / / / / / | fixes #1492 | Araq | 2014-08-17 | 1 | -1/+1 | |
|/ / / / / / |