Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | release of 0.10.2 | Araq | 2014-12-29 | 1 | -1/+1 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-12-28 | 1 | -0/+2 |
|\ | |||||
| * | macros.`$` can now turn a nnkSym into a string. | Dominik Picheta | 2014-12-28 | 1 | -0/+2 |
| | | |||||
* | | fixes a long standing openssl wrapper bug: pass C compliant allocation ↵ | Araq | 2014-12-28 | 1 | -1/+10 |
| | | | | | | | | functions to CRYPTO_set_mem_functions | ||||
* | | work around a regression caused by the new 'echo' implementation | Araq | 2014-12-28 | 1 | -1/+3 |
|/ | |||||
* | minor improvements | Araq | 2014-12-28 | 2 | -4/+4 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-12-26 | 9 | -89/+150 |
|\ | |||||
| * | Fixes asynchttpsever. | Dominik Picheta | 2014-12-26 | 2 | -1/+5 |
| | | |||||
| * | Deprecated asyncio module. Fixed old tests. | Dominik Picheta | 2014-12-26 | 1 | -0/+7 |
| | | |||||
| * | Fixes #1745. | Dominik Picheta | 2014-12-26 | 2 | -26/+42 |
| | | |||||
| * | More deprecation warning fixes (asyncdispatch, uri). | Dominik Picheta | 2014-12-26 | 2 | -16/+16 |
| | | |||||
| * | Fixes deprecation warnings in asynchttpserver. | Dominik Picheta | 2014-12-26 | 1 | -21/+21 |
| | | |||||
| * | Added more HTTP status codes to asynchttpserver. | Dominik Picheta | 2014-12-26 | 1 | -2/+29 |
| | | |||||
| * | Added warning to scgi module. | Dominik Picheta | 2014-12-26 | 1 | -0/+4 |
| | | |||||
| * | Deprecated the parseurl module. | Dominik Picheta | 2014-12-26 | 1 | -3/+5 |
| | | |||||
| * | Fix some deprecation warnings in the uri module. | Dominik Picheta | 2014-12-26 | 1 | -17/+17 |
| | | |||||
| * | Emphasises deprecation warning in sockets module. | Dominik Picheta | 2014-12-26 | 1 | -3/+4 |
| | | |||||
* | | implemented --bestEffort switch for nimfix | Araq | 2014-12-26 | 1 | -0/+426 |
|/ | |||||
* | fixes #685 | Araq | 2014-12-26 | 1 | -1/+1 |
| | |||||
* | fixes #495 | Araq | 2014-12-26 | 1 | -4/+1 |
| | |||||
* | fixes #1776 | Araq | 2014-12-24 | 1 | -1/+1 |
| | |||||
* | Fixes SSL AsyncSocket close problem. Ref #1769. Ref #1759. | Dominik Picheta | 2014-12-24 | 1 | -3/+3 |
| | |||||
* | Removed extra line breaks from unittest output. | gmpreussner | 2014-12-21 | 1 | -9/+9 |
| | |||||
* | 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. | ||||
* | better CSS; better docs for teh tables module | Araq | 2014-12-21 | 1 | -9/+18 |
| | |||||
* | cleaned up os.nim; docgen improvements | Araq | 2014-12-21 | 2 | -12/+17 |
| | |||||
* | Merge pull request #1748 from boydgreenfield/improved-doc-styling | Andreas Rumpf | 2014-12-21 | 1 | -2/+2 |
|\ | | | | | Improved doc styling | ||||
| * | Improved nimdoc styling. | Nick Greenfield | 2014-12-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | 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 | 1 | -0/+10 |
|\ \ | |||||
| * \ | Merge pull request #1751 from dyu/rfind-char | Andreas Rumpf | 2014-12-19 | 1 | -0/+10 |
| |\ \ | | | | | | | | | strutils.rfind via char | ||||
| | * | | strutils.rfind via char | dyu | 2014-12-19 | 1 | -0/+10 |
| | | | | |||||
* | | | | fixed typos so docgen works again | Araq | 2014-12-20 | 2 | -2/+2 |
|/ / / | |||||
* | | | implemented 'koch pdf' | Araq | 2014-12-19 | 1 | -1/+0 |
| | | | |||||
* | | | allow () in more contexts | Araq | 2014-12-19 | 1 | -0/+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 |
| | |/ | |||||
* | / | fixes #1496 | Araq | 2014-12-18 | 4 | -41/+84 |
|/ / | |||||
* | | fixes #1698 | Araq | 2014-12-17 | 1 | -0/+5 |
| | | |||||
* | | fixes #1744 | Araq | 2014-12-17 | 1 | -4/+5 |
| | | |||||
* | | fixes #1730 | Araq | 2014-12-17 | 1 | -1/+5 |
|/ | |||||
* | func is now a keyword, so use 'fn' instead | Araq | 2014-12-15 | 1 | -3/+3 |
| | |||||
* | fixes #1735 | Araq | 2014-12-15 | 1 | -14/+14 |
| | |||||
* | minor improvements to the docs | Araq | 2014-12-14 | 1 | -10/+10 |
| |