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
2019-12-18doc: add note about fs.close() about undefined behaviorRobert Nagy
2019-12-18cli: add --trace-exit cli optionlegendecas
2019-12-18readline: promote _getCursorPos to public apiJeremy Albright
2019-12-18doc: explain napi_run_scriptTobias Nießen
2019-12-18doc: add "Be direct." to the style guideRich Trott
2019-12-18repl: add completion previewRuben Bridgewater
2019-12-18doc: clarify expectations for PR commit messagesDerek Lewis
2019-12-18util: add Set and map size to inspect outputRuben Bridgewater
2019-12-18stream: do not chunk strings and Buffer in Readable.fromMatteo Collina
2019-12-18doc: fix description of N-API exception handlersTobias Nießen
2019-12-18http,https: increase server headers timeoutTim Costa
2019-12-18doc: improve doc writable streams: 'finish' eventdev-313
2019-12-18util: inspect (user defined) prototype propertiesRuben Bridgewater
2019-12-162019-12-17, Version 13.4.0 (Current)v13.4.0Myles Borins
2019-12-13module: conditional exports import conditionGuy Bedford
2019-12-13doc: edit colorMode informationRich Trott
2019-12-13doc: fix argument type of setAADTobias Nießen
2019-12-13doc: add code example to inspector.url() methodJuan José Arboleda
2019-12-10doc: deprecate http finishedRobert Nagy
2019-12-10doc: improve doc Http2Stream: FrameError, Timeout and Trailersdev-313
2019-12-10repl: support previews by eager evaluating inputRuben Bridgewater
2019-12-10http: llhttp opt-in insecure HTTP header parsingSam Roberts
2019-12-09doc: include line/cursor in readline documentationJeremy Albright
2019-12-09util: add more predefined color codes to inspect.colorsRuben Bridgewater
2019-12-09doc,benchmark: move benchmark guide to benchmark directoryRich Trott
2019-12-09doc: improve napi formattingRuben Bridgewater
2019-12-09esm: make specifier flag clearly experimentalMyles Borins
2019-12-09doc: remove usage of "Node" in favor of "Node.js"Rich Trott
2019-12-09doc: revise addons introduction for brevity and clarityRich Trott
2019-12-09doc: fix up N-API docNickNaso
2019-12-09doc: adds assert doc for strict mode with pointer to strict equalityShobhit Chittora
2019-12-09worker: add argv constructor optionlegendecas
2019-12-09tls: expose IETF name for current cipher suiteSam Roberts
2019-12-09doc: Buffer.toString(): add note about invalid dataJan-Philip Gehrcke
2019-12-09doc: clarify text about using 'session' event for compatibilityRich Trott
2019-12-09events: add captureRejection optionMatteo Collina
2019-12-032019-12-03, Version 13.3.0 (Current)v13.3.0Ruben Bridgewater
2019-12-03doc: fix typographical errorRich Trott
2019-12-02doc: revise REPL uncaught exception textRich Trott
2019-12-02doc: update signature algorithm in release docMyles Borins
2019-12-02doc: update socket.bufferSize textRich Trott
2019-12-02tls: introduce ERR_TLS_INVALID_CONTEXTRich Trott
2019-12-01wasi: introduce initial WASI supportcjihrig
2019-12-01http: make maximum header size configurable per-stream or per-serverAnna Henningsen
2019-12-01benchmark,doc,lib,test: prepare for padding lint ruleRich Trott
2019-11-30doc: note that buf.buffer's contents might differAJ Jordan
2019-11-30doc: clarify IncomingMessage.destroy() descriptionSam Foxman
2019-11-30doc: fixed a typo in process.mdHarendra Singh
2019-11-30doc,n-api: mark napi_detach_arraybuffer as experimentallegendecas
2019-11-30doc: add missing 'added' versions to module.builtinModulesThomas Watson