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-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-09http: llhttp opt-in insecure HTTP header parsingSam Roberts
2019-12-08doc: include line/cursor in readline documentationJeremy Albright
2019-12-07assert: handle (deep) equal(NaN, NaN) as being identicalRuben Bridgewater
2019-12-07util: add more predefined color codes to inspect.colorsRuben Bridgewater
2019-12-06doc,benchmark: move benchmark guide to benchmark directoryRich Trott
2019-12-05doc: improve napi formattingRuben Bridgewater
2019-12-05esm: make specifier flag clearly experimentalMyles Borins
2019-12-04doc: remove usage of "Node" in favor of "Node.js"Rich Trott
2019-12-04doc: revise addons introduction for brevity and clarityRich Trott
2019-12-04doc: fix up N-API docNickNaso
2019-12-04doc: adds assert doc for strict mode with pointer to strict equalityShobhit Chittora
2019-12-04worker: add argv constructor optionlegendecas
2019-12-04tls: expose IETF name for current cipher suiteSam Roberts
2019-12-04doc: Buffer.toString(): add note about invalid dataJan-Philip Gehrcke
2019-12-04doc: clarify text about using 'session' event for compatibilityRich Trott
2019-12-042019-12-03, Version 13.3.0 (Current)Ruben Bridgewater
2019-12-03events: add captureRejection optionMatteo Collina
2019-12-02doc: 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-01tls: introduce ERR_TLS_INVALID_CONTEXTRich Trott
2019-12-01http: make maximum header size configurable per-stream or per-serverAnna Henningsen
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-30wasi: introduce initial WASI supportcjihrig
2019-11-30doc,n-api: mark napi_detach_arraybuffer as experimentallegendecas
2019-11-30benchmark,doc,lib,test: prepare for padding lint ruleRich Trott
2019-11-30doc: add missing 'added' versions to module.builtinModulesThomas Watson
2019-11-30doc: fix worker.resourceLimits indentationDaniel Nalborczyk
2019-11-30doc: fix worker.resourceLimits typeDaniel Nalborczyk
2019-11-30doc: avoid proposal syntax in code exampleAlex Zherdev
2019-11-30doc: revise socket.connect() noteRich Trott
2019-11-29child_process: document kill() return valuecjihrig
2019-11-28n-api: implement napi_is_detached_arraybufferDenys Otrishko
2019-11-28http2: make maximum tolerated rejected streams configurableDenys Otrishko
2019-11-28http2: allow to configure maximum tolerated invalid framesDenys Otrishko
2019-11-28crypto: forbid setting the PBKDF2 iter count to 0Tobias Nießen
2019-11-28fs: add ENFILE to rimraf retry logiccjihrig
2019-11-28fs: add retryDelay option to rimrafcjihrig
2019-11-28fs: remove rimraf's emfileWait optioncjihrig
2019-11-28fs: make rimraf default to 0 retriescjihrig
2019-11-28fs: rename rimraf's maxBusyTries to maxRetriescjihrig
2019-11-28doc: remove "this API is unstable" note for v8 serdes APIbruce-one
2019-11-28doc: fixup incorrect flag name referenceGuy Bedford
2019-11-27doc: minor updates to releases.mdBeth Griggs