summaryrefslogtreecommitdiff
path: root/doc/api
AgeCommit message (Expand)Author
2018-06-15doc: switch the order of Writable and ReadableJoseph Gordon
2018-06-15perf_hooks: remove less useful bootstrap marksJames M Snell
2018-06-14doc: clarify async execute callback usageMichael Dawson
2018-06-14doc: update NODE_OPTIONS section in cli.mdVse Mozhet Byt
2018-06-13crypto: refactor pbkdf2() and pbkdf2Sync() methodsBen Noordhuis
2018-06-13crypto: add scrypt() and scryptSync() methodsBen Noordhuis
2018-06-11doc: fix reference to workerData in worker_threadsJeremiah Senkpiel
2018-06-09doc: fix type in stream docAliaksei Tuzik
2018-06-08stream: make the pipeline callback mandatoryRuben Bridgewater
2018-06-08doc: naming function as suggested in addon docsTommaso Allevi
2018-06-07doc: document BigInt support in fs.StatsJoyee Cheung
2018-06-06doc: remove spaces around slashesRich Trott
2018-06-06doc: alphabetize tls optionsRich Trott
2018-06-06doc: streamline errors.md introductory materialRich Trott
2018-06-06doc: simplify deprecation languageRich Trott
2018-06-06worker: rename to worker_threadsAnna Henningsen
2018-06-06doc: explain Worker semantics in async_hooks.mdAnna Henningsen
2018-06-06worker: enable stdioAnna Henningsen
2018-06-06worker: initial implementationAnna Henningsen
2018-06-06worker: add `SharedArrayBuffer` sharingAnna Henningsen
2018-06-06worker: support MessagePort passing in messagesAnna Henningsen
2018-06-06worker: implement `MessagePort` and `MessageChannel`Anna Henningsen
2018-06-06async_hooks: remove deprecated exampleMathias Buus
2018-06-05doc: fix typo in addons.mdRich Trott
2018-06-03fs: do not crash when using a closed fs event watcherJoyee Cheung
2018-06-01doc: fix typos on `e.g.` abbreviationsRich Trott
2018-06-01doc: use "is" rather than "has been"Rich Trott
2018-06-01doc: remove invalid `vm.Script` argumentsSimen Bekkhus
2018-06-01lib: unmask mode_t values with 0o777Joyee Cheung
2018-06-01doc: fix inconsistent documentation (host vs hostname)Davis Okoth
2018-06-01timers: add hasRef method to Timeout & ImmediateAnatoli Papirovski
2018-05-31doc: fix typo in n-api.mdohbarye
2018-05-31doc: make minor improvements to fs.realpath() docsRich Trott
2018-05-30doc: improve note on zlib APIs threadpool usageLuigi Pinca
2018-05-30doc: make constants enumeration consistentDiego Rodríguez Baquero
2018-05-28doc: fix doc for napi_get_typedarray_infoMichael Dawson
2018-05-25doc: fix outdated link FSEventsamitbend
2018-05-25doc: fix filehandle.truncate() sample codesMasashi Hirano
2018-05-24net: allow IPC servers be accessible by allBartosz Sosnowski
2018-05-232018-05-23, Version 10.2.0 (Current)Anna Henningsen
2018-05-23src,doc: add doc of --prof flag to help commandohbarye
2018-05-23doc: fix incorrect fs.readFileSync example outputTeddy Katz
2018-05-22http2: fix several serious bugsAnatoli Papirovski
2018-05-21doc: fix some nits in hardcoded manpage linksVse Mozhet Byt
2018-05-20doc: fix fs.promises sample codesKeita Akutsu
2018-05-20doc: fix typo in http2.mdKeita Akutsu
2018-05-19util: remove custom inspection functionRuben Bridgewater
2018-05-19fs: drop duplicate API in promises modeСковорода Никита Андреевич
2018-05-17fs: move SyncWriteStream to end-of-lifeJames M Snell
2018-05-17tls: move convertNPNProtocols to End-of-LifeJames M Snell