aboutsummaryrefslogtreecommitdiff
path: root/doc/api
AgeCommit message (Expand)Author
2018-10-06vm: add dynamic import supportGus Caplan
2018-10-05doc: improve `stream.Writable` ctor encoding option docsAnna Henningsen
2018-10-06tty: document `WriteStream.cursorTo()` and othersUmang Raghuvanshi
2018-10-06doc: fix code snippets in tls.mdOuyang Yadong
2018-10-04dns: deprecate passing falsy hostname to dns.lookupOuyang Yadong
2018-10-04process: allow reading from stdout/stderr socketsAnna Henningsen
2018-10-04Revert "tty: make _read throw ERR_TTY_WRITABLE_NOT_READABLE"Anna Henningsen
2018-10-04doc: specify cluster worker.kill() caveatcjihrig
2018-10-04doc: use stronger language about security of vmGus Caplan
2018-10-04doc: fix confusing language about microtask queueGus Caplan
2018-10-02util: change %o depth defaultRuben Bridgewater
2018-10-02util: change util.inspect depth defaultRuben Bridgewater
2018-10-01Replace vague 'may not' with definitive 'will not'Mike MacCana
2018-09-29doc: fix casing in stream.mdSintendo
2018-09-27crypto: downgrade DEP0115 to `--pending-deprecation` onlyAnna Henningsen
2018-09-26errors: use ERR_OUT_OF_RANGE for index errorsRich Trott
2018-09-26doc: add links for fs.createWriteStream()Rich Trott
2018-09-25errors: fix ERR_SOCKET_BAD_PORT messageGiovanny Andres Gongora Granada (Gioyik)
2018-09-25cli: normalize `_` → `-` when parsing optionsAnna Henningsen
2018-09-25process: add `multipleResolves` eventRuben Bridgewater
2018-09-24doc: fix optional parameters in n-api.mdLars-Magnus Skog
2018-09-24doc: add callback parameters of worker.terminate()Denis Fäcke
2018-09-24doc: remove outdated notes on stdio in workersAnna Henningsen
2018-09-24tls: fix DEP0083 after upgrading to OpenSSL 1.1.0Tobias Nießen
2018-09-24src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas
2018-09-23http2: add ping eventJames M Snell
2018-09-23lib: implement queueMicrotaskGus Caplan
2018-09-22doc,test: fix inspect's sorted compare functionMichaël Zasso
2018-09-22tty: make `readStream.setRawMode()` return `this`Alexander Mills
2018-09-22doc: match program and console output in synopsis.mdMohammed Essehemy
2018-09-21doc: add links for repl.ReplServerRich Trott
2018-09-21http2: add origin frame supportJames M Snell
2018-09-21crypto: do not allow multiple calls to setAuthTagTobias Nießen
2018-09-21tools: add bash completion for nodeDaniel Bevenius
2018-09-20crypto: allow promisifying generateKeyPairTobias Nießen
2018-09-20crypto: add API for key pair generationTobias Nießen
2018-09-202018-09-20, Version 10.11.0 (Current)Michaël Zasso
2018-09-19doc: improve metadata for http.requestTobias Nießen
2018-09-19doc: add missing metadata for recursive mkdirTobias Nießen
2018-09-19doc: add missing metadata for dns.lookupTobias Nießen
2018-09-19crypto: deprecate digest == null in PBKDF2Tobias Nießen
2018-09-19util: add order option to `.inspect()`Ruben Bridgewater
2018-09-19doc, win: improve os.setPriority documentationBartosz Sosnowski
2018-09-18doc: explain how to invoke gcisurusiri
2018-09-18lib,doc: remove unused parameter, improve docsMaleDong
2018-09-18Revert "src: implement query callbacks for vm"Anna Henningsen
2018-09-17string_decoder: support typed array or data viewBenjamin Chen
2018-09-17doc: improve asymmetric crypto docsAnna Henningsen
2018-09-17util: make TextEncoder/TextDecoder globalJames M Snell
2018-09-17http2: add http2stream.endAfterHeaders propertyJames M Snell