summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
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-22build,doc: remove outdated `lint-md-build`Michaël Zasso
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-21doc: update maintaining V8 guideMichaël Zasso
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-17doc: update 6.x to 8.x in backporting wikiKamat, Trivikram
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
2018-09-17doc: add missing options for crypto sign.sign()Mohit kumar Bajoria
2018-09-15util: use a shared symbol for util.inspect.customchocolateboy
2018-09-14doc: add withFileTypes option to fsPromises.readdirBryan English
2018-09-14doc: fix typo in dns docsMohammed Essehemy
2018-09-14module: add createRequireFunction methodGus Caplan
2018-09-13doc: document http2 timeoutsSagi Tsofan
2018-09-13util: limit inspection output size to 128 MBRuben Bridgewater
2018-09-12n-api: add generic finalizer callbackGabriel Schulhof
2018-09-13crypto: assign missing deprecation codeTobias Nießen
2018-09-12crypto: hide native handles from JS modulesTobias Nießen
2018-09-12doc: add history for withFileTypes in fs.readdir[Sync]()Tien Do