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
2018-06-13worker: rename to worker_threadsAnna Henningsen
2018-06-13doc: explain Worker semantics in async_hooks.mdAnna Henningsen
2018-06-13worker: enable stdioAnna Henningsen
2018-06-13worker: initial implementationAnna Henningsen
2018-06-13worker: add `SharedArrayBuffer` sharingAnna Henningsen
2018-06-13worker: support MessagePort passing in messagesAnna Henningsen
2018-06-13worker: implement `MessagePort` and `MessageChannel`Anna Henningsen
2018-06-13async_hooks: remove deprecated exampleMathias Buus
2018-06-13fs: do not crash when using a closed fs event watcherJoyee Cheung
2018-06-13lib: unmask mode_t values with 0o777Joyee Cheung
2018-06-13doc: fix inconsistent documentation (host vs hostname)Davis Okoth
2018-06-13fs: drop duplicate API in promises modeСковорода Никита Андреевич
2018-06-13doc: document file mode caveats on WindowsJoyee Cheung
2018-06-122018-06-12, Version 10.4.1 (Current)v10.4.1Evan Lucas
2018-06-062018-06-06, Version 10.4.0 (Current)v10.4.0Myles Borins
2018-06-06doc: fix typo in addons.mdRich Trott
2018-06-06doc: add offboarding docRich Trott
2018-06-06doc: add notable-change to onboarding.md exerciseRich Trott
2018-06-06doc: remove link prediction from STYLE_GUIDE.mdRich Trott
2018-06-06doc: remove POST_STATUS_TO_PR from onboarding.mdRich Trott
2018-06-06doc: fix typos on `e.g.` abbreviationsRich Trott
2018-06-06doc: use "is" rather than "has been"Rich Trott
2018-06-06doc: move upstream information to onboarding docRich Trott
2018-06-06doc: remove vestigial onboarding sectionRich Trott
2018-06-06doc: add guides on writing tests involving promisesJoyee Cheung
2018-06-06doc: remove invalid `vm.Script` argumentsSimen Bekkhus
2018-06-01doc: fix typo in n-api.mdohbarye
2018-06-01doc: better font stack for monospace in docsRoman Reiss
2018-05-31doc: make minor improvements to fs.realpath() docsRich Trott
2018-05-31doc: add missing link for 10.3.0 changelogMyles Borins
2018-05-31doc: improve note on zlib APIs threadpool usageLuigi Pinca
2018-05-31doc: make constants enumeration consistentDiego Rodríguez Baquero
2018-05-292018-05-29, Version 10.3.0 (Current)v10.3.0Myles Borins
2018-05-29doc: fix doc for napi_get_typedarray_infoMichael Dawson
2018-05-25doc: update the notable changesRuben Bridgewater
2018-05-25doc: fix outdated link FSEventsamitbend
2018-05-25doc: fix filehandle.truncate() sample codesMasashi Hirano
2018-05-25net: allow IPC servers be accessible by allBartosz Sosnowski
2018-05-25src,doc: add doc of --prof flag to help commandohbarye
2018-05-25doc: fix incorrect fs.readFileSync example outputTeddy Katz
2018-05-242018-05-24, Version 10.2.1 (Current)v10.2.1Myles Borins
2018-05-242018-05-23, Version 10.2.0 (Current)v10.2.0Anna Henningsen
2018-05-24http2: fix several serious bugsAnatoli Papirovski
2018-05-22doc: fix some nits in hardcoded manpage linksVse Mozhet Byt
2018-05-22doc: fix fs.promises sample codesKeita Akutsu
2018-05-22doc: fix typo in http2.mdKeita Akutsu
2018-05-22doc: fix linter warnings and typos in manpageAlhadis
2018-05-22vm,trace_events: add node.vm.script trace events categoryJames M Snell
2018-05-22doc: add missing `changes:` entry for assert.throwsAnna Henningsen
2018-05-14doc: fixup NODE_EXTERN -> NAPI_EXTERNMichael Dawson