summary refs log tree commit diff stats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| | |/
* | / fixes #1496Araq2014-12-184-41/+84
|/ /
* | fixes #1698Araq2014-12-171-0/+5
| |
* | fixes #1744Araq2014-12-171-4/+5
| |
* | fixes #1730Araq2014-12-171-1/+5
|/
* func is now a keyword, so use 'fn' insteadAraq2014-12-151-3/+3
|
* fixes #1735Araq2014-12-151-14/+14
|
* minor improvements to the docsAraq2014-12-141-10/+10
|
* fixes #1352Araq2014-12-141-2/+7
|
* added 'setupGcForForeignThread' for better C interopAraq2014-12-112-0/+28
|
* more index termsAraq2014-12-111-2/+3
|
* fixes #1689Araq2014-12-101-9/+9
|
* destuctors are experimental; 'func' is now a keywordAraq2014-12-101-1/+2
|
* minor improvement to the barrier implementationAraq2014-12-091-1/+3
|
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-12-083-7/+6
|\
| * Moved smiliey format to config hash table.Dominik Picheta2014-12-041-5/+3
| |
| * Update the pattern to prefer the old versionDustin Lacewell2014-12-032-2/+3
| |
| * Adds some flexibility to the lib name of SDL_ttf to allow for newer ↵Dustin Lacewell2014-12-031-1/+1
| | | | | | | | distributions
* | fixes #1699Araq2014-12-081-8/+8
| |