summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes #7227.Dominik Picheta2018-02-171-0/+5
* Move joyent_http_parser out of stdlib.Dominik Picheta2018-02-171-93/+0
* Fixes #5786.Dominik Picheta2018-02-171-117/+0
* Merge pull request #7228 from endragor/fix-asyncfile-openDominik Picheta2018-02-172-7/+7
|\
| * Fix AsyncFile open flags. Fixes #5531Ruslan Mustakov2018-02-172-7/+7
* | fixes #7215Andreas Rumpf2018-02-141-1/+1
* | Fixes #4995. (#7157)Dominik Picheta2018-02-136-19/+72
* | genTryCpp to catch by Nim type, ready for first review (#7196)cooldome2018-02-122-8/+1
* | add more functionality from sets to intsets (#7185)Imran Hendley2018-02-121-21/+156
* | Merge pull request #7205 from GULPF/json-to-fixDominik Picheta2018-02-121-1/+1
|\ \
| * | Fix `json.to` for types with generic parametersOscar Nihlgård2018-02-111-1/+1
* | | Add `parseHtml` overload for string (#7198)Oscar Nihlgård2018-02-101-7/+12
* | | Enable mariadb shared libs for mysql as well (#7199)Dennis Felsing2018-02-101-3/+3
* | | fixes #7200Andreas Rumpf2018-02-101-20/+21
* | | fixes #4220Araq2018-02-101-1/+7
* | | OpenSSL: 32bit DLL names on Windows lack the -x32 suffixAraq2018-02-091-2/+2
* | | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2018-02-0920-1895/+457
|\ \ \
| * | | Fix undefined reference with MinGw (#7175)Volodymyr Melnychuk2018-02-091-4/+10
| * | | move new sha1 module into the new 'std' namespaceAndreas Rumpf2018-02-062-1/+1
| |/ /
| * | mark Nim version with .intdefineAndreas Rumpf2018-02-051-3/+3
| * | fixes #6939Andreas Rumpf2018-02-021-5/+10
| * | fixes #6961Andreas Rumpf2018-02-023-193/+198
| * | Fixes #7121 (#7148)pqflx32018-01-311-8/+14
| |/
| * Undeprecate readChar. Closes #7072 (#7156)Yuriy Glukhov2018-01-301-3/+3
| * M&S GC: collect earlier under memory pressureAndreas Rumpf2018-01-301-6/+7
| * fixes the tracking of 'occupied memory'Andreas Rumpf2018-01-301-6/+96
| * Merge pull request #6796 from nim-lang/async-improvementsDominik Picheta2018-01-2812-1668/+109
| |\
| | * Revert 3db460f5045e790b54ea382 as requested by @Araq.Dominik Picheta2018-01-283-27/+14
| | * Merge branch 'devel' into async-improvementsDominik Picheta2018-01-1761-1434/+3552
| | |\
| | * \ Merge branch 'devel' into async-improvementsAndreas Rumpf2017-12-1134-396/+743
| | |\ \
| | * | | Fix asyncdispatch docgenDominik Picheta2017-11-261-2/+2
| | * | | Remove upcoming folder.Dominik Picheta2017-11-241-1630/+0
| | * | | Fix typo in asyncfile.Dominik Picheta2017-11-241-1/+1
| | * | | Implements ``asyncdispatch.getIoHandler`` and assert on nil futures.Dominik Picheta2017-11-242-0/+9
| | * | | Implements nativesockets.accept.Dominik Picheta2017-11-242-9/+18
| | * | | setBlocking(false) is called on AsyncFD in newAsyncSocket proc.Dominik Picheta2017-11-241-0/+9
| | * | | Multiple improvements to selectors.Dominik Picheta2017-11-245-21/+60
| | * | | The AsyncFD type now implies that the underlying FD is registered.Dominik Picheta2017-11-242-11/+29
| * | | | Merge pull request #6597 from pgkos/uri-allow-no-authorityDominik Picheta2018-01-281-3/+11
| |\ \ \ \
| | * | | | Allow parsing URIs without authoritypgkos2017-10-251-4/+12
* | | | | | OpenSSL: use modern DLLs on Windows; export DLLSSLName and DLLUtilName for mo...Araq2018-02-091-8/+8
|/ / / / /
* | | | | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2018-01-271-0/+50
|\ \ \ \ \
| * \ \ \ \ Merge pull request #6517 from FedericoCeratto/hexstrDominik Picheta2018-01-261-0/+50
| |\ \ \ \ \
| | * | | | | Add string-to-hex and back conversionsFederico Ceratto2017-11-271-0/+50
* | | | | | | fixes #6989Andreas Rumpf2018-01-271-6/+6
|/ / / / / /
* | | | | | Fixes #6741 (#7131)Yuriy Glukhov2018-01-251-1/+1
* | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2018-01-221-11/+14
|\ \ \ \ \ \
| * | | | | | Fallback to doNothing if /proc/loadavg cant be opened (#7123)Yuriy Glukhov2018-01-221-11/+14
* | | | | | | make C++ tests green againAndreas Rumpf2018-01-221-2/+2
* | | | | | | GC: also report total GC'ed heap size ignoring losses due to fragmentationAndreas Rumpf2018-01-211-1/+3
|/ / / / / /