Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implemented --bestEffort switch for nimfix | Araq | 2014-12-26 | 2 | -2/+430 |
| | |||||
* | website improvements | Araq | 2014-12-26 | 6 | -10/+12 |
| | |||||
* | fixes #685 | Araq | 2014-12-26 | 1 | -1/+1 |
| | |||||
* | fixes #495 | Araq | 2014-12-26 | 1 | -4/+1 |
| | |||||
* | fixes #1120 | Araq | 2014-12-25 | 11 | -39/+34 |
| | |||||
* | fixes #1776 | Araq | 2014-12-24 | 1 | -1/+1 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-12-24 | 1 | -3/+3 |
|\ | |||||
| * | Fixes SSL AsyncSocket close problem. Ref #1769. Ref #1759. | Dominik Picheta | 2014-12-24 | 1 | -3/+3 |
| | | |||||
* | | fixes #1742 | Araq | 2014-12-24 | 6 | -14/+39 |
| | | |||||
* | | documented 'defer' statement | Araq | 2014-12-24 | 1 | -23/+18 |
| | | |||||
* | | fixes a small bug concerning semicolons for top level statements | Araq | 2014-12-23 | 2 | -4/+10 |
|/ | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-12-23 | 9 | -29/+550 |
|\ | |||||
| * | Merge pull request #1767 from sanxiyn/patch-1 | Dominik Picheta | 2014-12-22 | 1 | -2/+2 |
| |\ | | | | | | | Update installation instruction | ||||
| | * | Update installation instruction | Seo Sanghyeon | 2014-12-22 | 1 | -2/+2 |
| | | | |||||
| * | | Merge pull request #1766 from gmpreussner/devel | Andreas Rumpf | 2014-12-22 | 1 | -9/+9 |
| |\ \ | | | | | | | | | Removed extra line breaks from unittest output. | ||||
| | * | | Removed extra line breaks from unittest output. | gmpreussner | 2014-12-21 | 1 | -9/+9 |
| | |/ | |||||
| * | | Merge pull request #1764 from boydgreenfield/further_doc_fixes | Andreas Rumpf | 2014-12-22 | 5 | -16/+33 |
| |\ \ | | | | | | | | | Further doc fixes | ||||
| | * | | Remove TOC from gc.txt, but get quote at top properly formatted | Nick Greenfield | 2014-12-21 | 1 | -1/+1 |
| | | | | |||||
| | * | | Fix paragraph break issue in nimc.txt. Add spacing to command line options ↵ | Nick Greenfield | 2014-12-21 | 3 | -3/+12 |
| | | | | | | | | | | | | | | | | table. | ||||
| | * | | Fix blockquotes in documentation; stylize only in docinfo or immediately ↵ | Nick Greenfield | 2014-12-21 | 2 | -5/+13 |
| | | | | | | | | | | | | | | | | after an h1 | ||||
| | * | | Fix source code links | Nick Greenfield | 2014-12-21 | 1 | -8/+8 |
| | |/ | |||||
| * | | Merge pull request #1763 from ziotom78/devel | Andreas Rumpf | 2014-12-22 | 1 | -0/+500 |
| |\ \ | | |/ | |/| | Logo in SVG format. | ||||
| | * | Logo in SVG format. | Maurizio Tomasi | 2014-12-22 | 1 | -0/+500 |
| |/ | | | | | | | | | | | | | This has been created using Inkscape, starting from a .png file created by @PhilipWitte (see http://reign-studios.net/philipwitte/nimrod/new-symbols.png, the third icon from left in the top row). | ||||
| * | Fixes #1759. | Dominik Picheta | 2014-12-21 | 1 | -2/+6 |
| | | | | | | | | Caused by not skipping the \c\l with Chunked encoding after the body is parsed. | ||||
* | | tuple field names are ignored | Araq | 2014-12-23 | 9 | -40/+29 |
| | | |||||
* | | website updated | Araq | 2014-12-23 | 2 | -9/+20 |
|/ | |||||
* | better CSS; better docs for teh tables module | Araq | 2014-12-21 | 3 | -13/+20 |
| | |||||
* | cleaned up os.nim; docgen improvements | Araq | 2014-12-21 | 7 | -33/+54 |
| | |||||
* | Merge pull request #1748 from boydgreenfield/improved-doc-styling | Andreas Rumpf | 2014-12-21 | 3 | -220/+1126 |
|\ | | | | | Improved doc styling | ||||
| * | Update nimweb.nim to work w/ non-hardcoded --docSeeSrcUrl argument to nim doc | Nick Greenfield | 2014-12-19 | 1 | -8/+10 |
| | | |||||
| * | Improved nimdoc styling. | Nick Greenfield | 2014-12-19 | 2 | -212/+1116 |
| | | | | | | | | | | | | | | This updates the inlined CSS in nimdoc.cfg, adds several helper classes (and a few divs) to the generated HTML (some in nimdoc.cfg, one in rstgen.nim), and tweaks the anchor linking scheme for headers in rstgen.nim. | ||||
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-12-20 | 2 | -0/+14 |
|\ \ | |||||
| * \ | Merge pull request #1751 from dyu/rfind-char | Andreas Rumpf | 2014-12-19 | 2 | -0/+14 |
| |\ \ | | | | | | | | | strutils.rfind via char | ||||
| | * | | strutils.rfind via char | dyu | 2014-12-19 | 2 | -0/+14 |
| | | | | |||||
* | | | | fixed typos so docgen works again | Araq | 2014-12-20 | 4 | -3/+4 |
|/ / / | |||||
* | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-12-19 | 1 | -1/+1 |
|\ \ \ | |||||
| * \ \ | Merge pull request #1750 from yglukhov/typo | Dominik Picheta | 2014-12-19 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |/| | | Fixed typo in docs | ||||
| | * | | Fixed typo in docs | yglukhov | 2014-12-19 | 1 | -1/+1 |
| |/ / | |||||
* | | | implemented 'koch pdf' | Araq | 2014-12-19 | 10 | -23/+30 |
| | | | |||||
* | | | allow () in more contexts | Araq | 2014-12-19 | 1 | -0/+10 |
| | | | |||||
* | | | fixes #1187 | Araq | 2014-12-19 | 3 | -9/+10 |
|/ / | |||||
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-12-18 | 3 | -30/+55 |
|\| | |||||
| * | Merge pull request #1746 from cowboy-coders/socket_close_clean | Dominik Picheta | 2014-12-18 | 2 | -13/+40 |
| |\ | | | | | | | Fix close procedure in the net module | ||||
| | * | ensure file descriptor is closed | Will Szumski | 2014-12-18 | 1 | -13/+15 |
| | | | |||||
| | * | realised extra parameter was unnecessary | Will Szumski | 2014-12-17 | 1 | -13/+7 |
| | | | |||||
| | * | improved error msgs and refactored close in the net module | Will Szumski | 2014-12-17 | 2 | -11/+42 |
| | | | |||||
| * | | Merge pull request #1743 from cowboy-coders/httpclient_net_module | Dominik Picheta | 2014-12-18 | 1 | -17/+15 |
| |\ \ | | | | | | | | | Switch httpclient to use net module instead of sockets | ||||
| | * | | removed unused variable from httpclient | Will Szumski | 2014-12-17 | 1 | -1/+0 |
| | | | | |||||
| | * | | replace deprecated parseUrl with parseUri in httpclient | Will Szumski | 2014-12-17 | 1 | -10/+10 |
| | | | | |||||
| | * | | switched httpclient to use net module instead of sockets | Will Szumski | 2014-12-17 | 1 | -7/+6 |
| | |/ |