summary refs log tree commit diff stats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
| | * realised extra parameter was unnecessaryWill Szumski2014-12-171-13/+7
| | |
| | * improved error msgs and refactored close in the net moduleWill Szumski2014-12-172-11/+42
| | |
| * | Merge pull request #1743 from cowboy-coders/httpclient_net_moduleDominik Picheta2014-12-181-17/+15
| |\ \ | | | | | | | | Switch httpclient to use net module instead of sockets
| | * | 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
| | |/