summary refs log tree commit diff stats
path: root/web
Commit message (Collapse)AuthorAgeFilesLines
* improve documentation for 'var T return values'; refs #7373Andreas Rumpf2018-04-211-1/+1
|
* Support code hot reloading for JavaScript projects (#7362)zah2018-04-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | * Support code hot reloading for JavaScript projects * Add some missing JavaScript symbols and APIs * fix the Travis build * (review changes) remove the js type from the standard library as it doesn't follow NEP-1 * more additions to the DOM module * Follow NEP-1 in jsffi; spell 'hot code reloading' correctly * introduce a jscore module * Document jscore module. * readded js type * Remove the '$' operator that doesn't behave
* renamed future.nim to sugar.nimAraq2018-04-061-1/+1
|
* Added asyncfutures docAndrea Ferretti2018-03-301-1/+1
|
* Update website.iniAndrea Ferretti2018-03-301-1/+1
|
* yet another documentation fixAraq2018-03-061-1/+1
|
* more documentation fixesAraq2018-03-051-2/+2
|
* Move joyent_http_parser out of stdlib.Dominik Picheta2018-02-171-1/+0
|
* Fixes #5786.Dominik Picheta2018-02-171-1/+0
|
* move new sha1 module into the new 'std' namespaceAndreas Rumpf2018-02-061-1/+1
|
* fixes #6961Andreas Rumpf2018-02-021-1/+1
|
* Add a shared collections to the docsdata-man2018-01-021-0/+1
|
* move securehash back into the stdlibAraq2017-12-211-1/+1
|
* added asyncjs standard library module (#6841)Alexander Ivanov2017-12-191-1/+1
|
* added new stdlib module 'strformat'; refs #5600; refs #6507Araq2017-12-171-1/+1
|
* fixes #6033Araq2017-12-141-1/+1
|
* Remove link to ioselectors, link lenientops (#6790)Lynn C. Rees2017-11-241-1/+1
|
* Add ioselectors to doc index (#6657)Lynn C. Rees2017-11-151-1/+1
|
* Link to segfaults in docs (#6645)Lynn C. Rees2017-11-101-0/+1
|
* Add heapqueue module to doc index (#6655)Lynn C. Rees2017-11-101-0/+1
| | | Add copyright header to heapqueue modlue
* Add chains module to doc index (#6656)Lynn C. Rees2017-11-101-1/+1
|
* Remove libuv from standard library wrappers. (#6624)treeform2017-11-061-1/+1
|
* Link unlinked stdlib modules to doc index (#6672)Lynn C. Rees2017-11-021-0/+1
|
* Add jsconsole to doc index (#6658)Lynn C. Rees2017-11-011-1/+1
|
* Add oswalkdir to doc index (#6651)Lynn C. Rees2017-11-011-1/+1
|
* documentation: add 'sexp' moduleAraq2017-10-161-1/+1
|
* @dom96's comments: remove bountysource, revert configurator change.Daniil Yarancev2017-10-142-141/+0
|
* [JSON] getBVal -> getBool; getFNum -> getFloatDaniil Yarancev2017-10-141-4/+4
|
* make nimblepkglist tool work with newer versions of the websiteAraq2017-07-201-1/+2
|
* Merge branch 'araq2' into develAraq2017-05-171-2/+2
|\
| * Merge branch 'zahary' into araq2Andreas Rumpf2017-05-171-2/+2
| |\
| | * close #5757Zahary Karadjov2017-04-301-2/+0
| | |
| | * close #5726Zahary Karadjov2017-04-281-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Turned out that the old code was wrong. I'm not sure why it used to work. `response.body` properly resolves to an async proc defined in the httpclient module with the following signature: proc body*(response: AsyncResponse): Future[string] {.async.} Perhaps the old code was somehow matching the body field of the `AsyncResponse` object, which is marked as private.
* | | More bug fixes added to list in release notes.Dominik Picheta2017-05-161-0/+119
| | |
* | | Merge pull request #5748 from J3RN/meet-xdg-base-directory-specDominik Picheta2017-05-161-0/+4
|\ \ \ | |/ / |/| | Modified ospath's getConfigDir to meet XDG spec
| * | Added getConfigDir changes to breaking changes docJonathan Arnett2017-04-281-0/+4
| | |
* | | fixed macros.getTypeImpl for a symbol of type tyGenericBody (#5788) (#5812)jcosborn2017-05-141-0/+2
| | | | | | | | | | | | | | | * fixed macros.getTypeImpl for a symbol of type tyGenericBody * added test case and commented test code
* | | Implement dial, support IPv6 in httpclient (#5763)Ruslan Mustakov2017-05-021-1/+4
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement dial, support IPv6 in httpclient Added ``dial`` procedure to networking modules: ``net``, ``asyncdispatch``, ``asyncnet``. It merges socket creation, address resolution, and connection into single step. When using ``dial``, you don't have to worry about IPv4 vs IPv6 problem. Fixed addrInfo loop in connect to behave properly. Previously it would stop on first non-immediate failure, instead of continuing and trying the remaining addresses. Fixed newAsyncNativeSocket to raise proper error if socket creation fails. Fixes: #3811 * Check domain during connect() only on non-Windows This is how it was in the previous implementation of connect(). * Call 'osLastError' before 'close' in net.dial * Record osLastError before freeAddrInfo in net.dial * Add missing docs for 'dial' proc * Optimize dial to create one FD per domain, add tests And make async IPv6 servers work on Windows. * Add IPv6 test to uri module * Fix getAddrString error handling
* | Document breaking AsyncResponse change. Refs #5726.Dominik Picheta2017-04-281-0/+3
| |
* | WIFSIGNALED means process has exited too (with a bang!) (#5678)Jacek Sieka2017-04-271-0/+2
|/
* News items for previous commitZahary Karadjov2017-04-061-1/+7
|
* make tests green againAndreas Rumpf2017-04-041-1/+1
|
* remove the need for the .procvar annotationAndreas Rumpf2017-04-031-0/+6
|
* remove en-dash from the languageAndreas Rumpf2017-04-021-0/+2
|
* language addition: colon-block for expressions in let/var contextAndreas Rumpf2017-04-021-0/+13
|
* updated news to take PR #5390 into accountAraq2017-03-311-0/+2
|
* Merge branch 'devel' into araqAndreas Rumpf2017-03-301-13/+7
|\
| * website update; fixes #5422Araq2017-03-301-13/+7
| |
* | attempt to make travis OSX tests green and mandatoryAndreas Rumpf2017-03-291-1/+1
|/
* fixes #5599 (#5610)Andreas Rumpf2017-03-261-0/+3
|