summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* Revert "Corrected code example in pegs"Andreas Rumpf2015-04-171-1/+1
* Corrected code example in pegsapense2015-04-171-1/+1
* Revert "newRollingFileLogger - fmtStr is always set to defaultFmtStr"Dominik Picheta2015-02-061-1/+1
* newRollingFileLogger - fmtStr is always set to defaultFmtStrFabio Cevasco2015-02-061-1/+1
* Revert "Update sets.nim"Dominik Picheta2015-01-271-1/+1
* Update sets.nimdumndummer2015-01-271-1/+1
* work around a regression caused by the new 'echo' implementationAraq2014-12-281-1/+3
* minor improvementsAraq2014-12-281-1/+1
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-12-269-89/+150
|\
| * Fixes asynchttpsever.Dominik Picheta2014-12-262-1/+5
| * Deprecated asyncio module. Fixed old tests.Dominik Picheta2014-12-261-0/+7
| * Fixes #1745.Dominik Picheta2014-12-262-26/+42
| * More deprecation warning fixes (asyncdispatch, uri).Dominik Picheta2014-12-262-16/+16
| * Fixes deprecation warnings in asynchttpserver.Dominik Picheta2014-12-261-21/+21
| * Added more HTTP status codes to asynchttpserver.Dominik Picheta2014-12-261-2/+29
| * Added warning to scgi module.Dominik Picheta2014-12-261-0/+4
| * Deprecated the parseurl module.Dominik Picheta2014-12-261-3/+5
| * Fix some deprecation warnings in the uri module.Dominik Picheta2014-12-261-17/+17
| * Emphasises deprecation warning in sockets module.Dominik Picheta2014-12-261-3/+4
* | implemented --bestEffort switch for nimfixAraq2014-12-261-0/+426
|/
* fixes #685Araq2014-12-261-1/+1
* fixes #495Araq2014-12-261-4/+1
* fixes #1776Araq2014-12-241-1/+1
* Fixes SSL AsyncSocket close problem. Ref #1769. Ref #1759.Dominik Picheta2014-12-241-3/+3
* Removed extra line breaks from unittest output.gmpreussner2014-12-211-9/+9
* Fixes #1759.Dominik Picheta2014-12-211-2/+6
* better CSS; better docs for teh tables moduleAraq2014-12-211-9/+18
* cleaned up os.nim; docgen improvementsAraq2014-12-212-12/+17
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-12-201-0/+10
|\
| * Merge pull request #1751 from dyu/rfind-charAndreas Rumpf2014-12-191-0/+10
| |\
| | * strutils.rfind via chardyu2014-12-191-0/+10
* | | fixed typos so docgen works againAraq2014-12-202-2/+2
|/ /
* | implemented 'koch pdf'Araq2014-12-191-1/+0
* | allow () in more contextsAraq2014-12-191-0/+10
|/
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-12-182-27/+45
|\
| * Merge pull request #1746 from cowboy-coders/socket_close_cleanDominik Picheta2014-12-181-10/+30
| |\
| | * ensure file descriptor is closedWill Szumski2014-12-181-13/+15
| | * realised extra parameter was unnecessaryWill Szumski2014-12-171-13/+7
| | * improved error msgs and refactored close in the net moduleWill Szumski2014-12-171-8/+32
| * | Merge pull request #1743 from cowboy-coders/httpclient_net_moduleDominik Picheta2014-12-181-17/+15
| |\ \
| | * | removed unused variable from httpclientWill Szumski2014-12-171-1/+0
| | * | replace deprecated parseUrl with parseUri in httpclientWill Szumski2014-12-171-10/+10
| | * | switched httpclient to use net module instead of socketsWill Szumski2014-12-171-7/+6
| | |/
* | / fixes #1496Araq2014-12-183-1/+40
|/ /
* | fixes #1698Araq2014-12-171-0/+5
* | fixes #1730Araq2014-12-171-1/+5
|/
* fixes #1735Araq2014-12-151-14/+14
* minor improvements to the docsAraq2014-12-141-10/+10
* fixes #1689Araq2014-12-101-9/+9
* minor improvement to the barrier implementationAraq2014-12-091-1/+3