summary refs log tree commit diff stats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge pull request #1815 from def-/asynchttpserverAndreas Rumpf2015-01-021-0/+2
|\ | | | | Add imports to asynchttpserver example
| * Add imports to asynchttpserver exampledef2014-12-291-0/+2
| |
* | fixes #1816Araq2015-01-021-3/+4
| |
* | ignore signal SIGPIPE on DarwinAndre2014-12-302-2/+6
| |
* | Merge pull request #1794 from flaviut/fix-win-crosscompileAndreas Rumpf2014-12-301-22/+22
|\ \ | | | | | | Fix cross compilation to windows from linux
| * | Fix cross to windows compilation on linuxFlaviu Tamas2014-12-301-22/+22
| | | | | | | | | | | | `Winsock2.h` should be all lowercase
* | | Merge pull request #1792 from astrolantique/develDominik Picheta2014-12-302-1/+17
|\ \ \ | | | | | | | | Update OS version detections.
| * | | Added NT 6.2 and NT 6.3 (8/8.1)astrolantique2014-12-301-0/+8
| | | |
| * | | getSystemVersion updated to include 10.7 to 10.10astrolantique2014-12-291-1/+9
| | |/ | |/|
* / | development version is 0.10.3Araq2014-12-301-1/+1
|/ /
* | release of 0.10.2Araq2014-12-291-1/+1
| |
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-12-281-0/+2
|\ \
| * | macros.`$` can now turn a nnkSym into a string.Dominik Picheta2014-12-281-0/+2
| | |
* | | fixes a long standing openssl wrapper bug: pass C compliant allocation ↵Araq2014-12-281-1/+10
| | | | | | | | | | | | functions to CRYPTO_set_mem_functions
* | | work around a regression caused by the new 'echo' implementationAraq2014-12-281-1/+3
|/ /
* | minor improvementsAraq2014-12-282-4/+4
| |
* | 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
| | | | Caused by not skipping the \c\l with Chunked encoding after the body is parsed.
* better CSS; better docs for teh tables moduleAraq2014-12-211-9/+18
|
* cleaned up os.nim; docgen improvementsAraq2014-12-212-12/+17
|
* Merge pull request #1748 from boydgreenfield/improved-doc-stylingAndreas Rumpf2014-12-211-2/+2
|\ | | | | Improved doc styling
| * Improved nimdoc styling.Nick Greenfield2014-12-191-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 develAraq2014-12-201-0/+10
|\ \
| * \ Merge pull request #1751 from dyu/rfind-charAndreas Rumpf2014-12-191-0/+10
| |\ \ | | | | | | | | strutils.rfind via char
| | * | 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-183-30/+55
|\|
| * Merge pull request #1746 from cowboy-coders/socket_close_cleanDominik Picheta2014-12-182-13/+40
| |\ | | | | | | Fix close procedure in the net module
| | * ensure file descriptor is closedWill Szumski2014-12-181-13/+15
| | |