summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Get rid of deprecation warnings in pegsdef2015-01-162-2/+2
* | | | Fix named argument handlingFlaviu Tamas2015-01-161-2/+11
|/ / /
* | | GitHub link fixes: nim-code -> nim-langdef2015-01-151-4/+4
* | | fixes the integer conversion regressionsAraq2015-01-132-4/+4
* | | Fix body in httpclientdef2015-01-131-2/+2
* | | Merge branch 'devel' of https://github.com/Araq/Nim into develAraq2015-01-131-2/+0
|\ \ \
| * | | Fix: Only handle EPOLLERR as an error eventdef2015-01-131-2/+0
* | | | make net.nim compile again (quick workaround for a regression)Araq2015-01-131-3/+3
|/ / /
* | | Remove unnecessary check in list comprehensionsdef2015-01-101-1/+0
* | | Merge pull request #1876 from flaviut/unittest-stacktraceAndreas Rumpf2015-01-071-0/+1
|\ \ \
| * | | Make unittest.nim print stack traceFlaviu Tamas2015-01-051-0/+1
* | | | Merge pull request #1889 from ramnes/develAndreas Rumpf2015-01-0731-31/+31
|\ \ \ \
| * | | | Happy new year!Guillaume Gelin2015-01-0631-31/+31
* | | | | 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