Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2017-07-05tools: update: eslint-plugin-markdown@1.0.0-beta.7Vse Mozhet Byt
2017-07-04doc: fix padding mode of crypto.publicDecryptMoonBall
2017-07-04doc, util, console: clarify ambiguous docsNatanael Log
2017-07-03doc: fix api docs styleDaijiro Wachi
2017-07-03doc,assert: document stackStartFunction in failRuben Bridgewater
2017-07-03doc: fix example in child_process.mdRuslan Iusupov
2017-07-03doc: add default values to functions in fs.mdMatej Krajčovič
2017-07-02doc: fix some broken referencesAlexander Gromnitsky
2017-07-02assert: fix assert.fail with zero argumentsRuben Bridgewater
2017-07-01n-api: add napi_delete_property()cjihrig
2017-07-01n-api: add napi_delete_element()cjihrig
2017-06-30repl: fix old history error handlingRuben Bridgewater
2017-06-30doc: move module-specific "globals" to modules.mdTobias Nießen
2017-06-30doc: use stricter indentation checking for docsRich Trott
2017-06-30doc: fix indentation issues in sample codeRich Trott
2017-06-29stream: use more explicit statementsRuben Bridgewater
2017-06-292017-06-29, Version 8.1.3 (Current)Rod Vagg
2017-06-29n-api: fix section title typoKyle Farnung
2017-06-29doc: note that fs.futimes only works on AIX >7.1Gibson Fahnestock
2017-06-29doc: add @nodejs/documentation to CC tableVse Mozhet Byt
2017-06-28doc: doc lifetime of n-api last error infoMichael Dawson
2017-06-28doc: document missing error typesRuben Bridgewater
2017-06-28doc: fix mistake in path.relativeTobias Nießen
2017-06-28doc: unify ERR_FALSY_VALUE_REJECTION descriptionTobias Nießen
2017-06-28doc: fixed formatting issue in cli docsChris Young
2017-06-26doc: fix link in async_hooks.mdAzard
2017-06-23doc: update backporting guideRefael Ackermann
2017-06-22doc: make socket IPC examples more robustcjihrig
2017-06-22doc: add missing zlib link to stream API docsRob Wu
2017-06-22doc: fix nits in guides/using-internal-errors.mdVse Mozhet Byt
2017-06-21doc: mention rebasing of v?.x-staging post releaseAnna Henningsen
2017-06-21dns: make `dns.setServers` support customized portXadillaX
2017-06-20cluster: remove deprecated propertyJames M Snell
2017-06-20doc: EOL deprecated API and update notesJames M Snell
2017-06-20buffer: support boxed strings and toPrimitiveJames M Snell
2017-06-19doc: document res.connection and res.socketJustin Beckwith
2017-06-19doc: fix api docs styleDaijiro Wachi
2017-06-19doc: `path.relative` uses `cwd`DuanPengfei
2017-06-17src,lib,test,doc: correct misspellingsRoman Reiss
2017-06-16buffer: add constants objectAnna Henningsen
2017-06-16doc: small makeover for onboarding.mdAnna Henningsen
2017-06-16doc: fix a few n-api doc issuesMichael Dawson
2017-06-15doc: fixes a typo in the async_hooks documentationChris Young
2017-06-15internal/util: use internal/errors.jsSebastian Van Sande
2017-06-152017-06-15, Version 8.1.2 (Current)Rod Vagg
2017-06-15errors, repl: migrate to use internal/errors.jsDan Homola
2017-06-14net: return this from getConnections()Sam Roberts
2017-06-14net: return this from destroy()Sam Roberts
2017-06-14doc: document and test that methods return thisSam Roberts
2017-06-14https: make opts optional & immutable when createXadillaX