summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devel' of https://github.com/Araq/Nim into develAraq2015-01-077-194/+356
|\
| * Merge pull request #1883 from flaviut/add-unittest-docsVarriount2015-01-051-6/+21
| |\
| | * Add an example and remove future claimsFlaviu Tamas2015-01-051-6/+21
| * | Properly use the terminal moduleFlaviu Tamas2015-01-051-0/+2
| |/
| * Merge pull request #1867 from def-/httpclient-multipartDominik Picheta2015-01-051-35/+142
| |\
| | * Rename newData() to newMultipartData()def2015-01-051-5/+5
| | * A few more fixes to httpclient multipartdef2015-01-051-4/+9
| | * post should work when extra headers don't have trailing newlinedef2015-01-051-2/+11
| | * Check that p is not nil in formatdef2015-01-051-1/+1
| | * Add multipart parameter to httpclient's post and postContentdef2015-01-051-35/+128
| * | Handle interrupt on epoll_wait graciously (allows strace to work)def2015-01-041-1/+5
| * | Close async socket on error (instead of looping on epoll_wait with 100% CPU)def2015-01-042-1/+8
| |/
| * Merge pull request #1852 from def-/fix-urireactormonk2015-01-041-2/+0
| |\
| | * Remove debug messagesdef2015-01-031-2/+0
| * | Merge pull request #1848 from def-/fix-uriDominik Picheta2015-01-032-16/+43
| |\|
| | * Apply #1824 to fix #1823def2015-01-031-2/+4
| | * Minor cleanupdef2015-01-031-3/+2
| | * Fix (u: Uri), add test cases and make it work for opaque URIsdef2015-01-031-14/+35
| | * Fix httpclient to properly encode queries (path?queries)def2015-01-031-2/+7
| * | Translate md5 module to unsigned numbersdef2015-01-031-135/+135
| |/
| * Merge pull request #1815 from def-/asynchttpserverAndreas Rumpf2015-01-021-0/+2
| |\
| | * Add imports to asynchttpserver exampledef2014-12-291-0/+2
* | | minor cleanupsAraq2015-01-071-1/+1
|/ /
* / ignore signal SIGPIPE on DarwinAndre2014-12-301-0/+4
|/
* 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
|/ /