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
2018-09-20doc: document http2 timeoutsSagi Tsofan
2018-09-20n-api: add generic finalizer callbackGabriel Schulhof
2018-09-20doc: add history for withFileTypes in fs.readdir[Sync]()Tien Do
2018-09-19doc: `node debug` → `node inspect` in CLI docsAnna Henningsen
2018-09-09doc: fix description of DEP0024Tobias Nießen
2018-09-08doc: improve assert documentationRuben Bridgewater
2018-09-07doc: fix typo in CHANGELOG_V10.mdChakravarthy S M
2018-09-07doc: added symbols guidelinesMatteo Collina
2018-09-07doc: add warning to readline's close() methodcjihrig
2018-09-07util: add util.types.isBoxedPrimitiveRuben Bridgewater
2018-09-062018-09-06, Version 10.10.0 (Current)v10.10.0Michaël Zasso
2018-09-06coverage: expose native V8 coverageBenjamin Coe
2018-09-06doc: remove usage of deprecated V8 APIs in addons.mdMichaël Zasso
2018-09-06doc: add blurb about implications of ABI stabilityGabriel Schulhof
2018-09-06doc: clarify Readable paused/flowing!==object modeChris White
2018-09-06doc: update a link in v8.mdlakamsani
2018-09-06doc: improve ECDH exampleTobias Nießen
2018-09-06doc: indicate createSecureContext arg is optionalRich Trott
2018-09-06doc: remove _optional_ designation for tls optionsRich Trott
2018-09-06doc: improve examples in buffer docspranshuchittora
2018-09-06doc: fix a typo in fs.mdVse Mozhet Byt
2018-09-06doc: clarify fallback behavior of module requireTomCoded
2018-09-06benchmark: add lines to scatter plotsDenys Otrishko
2018-09-06doc: Remove 'dnt_helper.js'MaleDong
2018-09-06doc: fix up warning text about character devicesAnna Henningsen
2018-09-06doc: add profiling APIs to the diagnostics support documentMatheus Marchini
2018-09-06doc: update Linux perf test status in our CIMatheus Marchini
2018-09-06doc: make Stability Index more conciseRich Trott
2018-09-06doc: unify deprecation wordingTobias Nießen
2018-09-06tools: Include links to source code in documentationSam Ruby
2018-09-06vm: add bindings for v8::CompileFunctionInContextUjjwal Sharma
2018-09-06doc: remove redundant 'Example:' and similar notesVse Mozhet Byt
2018-09-06crypto: add support for OCB mode for AEADTobias Nießen
2018-09-06doc: replace `1` by `process.stdout.fd`Weijia Wang
2018-09-06fs: update read to work with any TypedArray/DataViewSarat Addepalli
2018-09-06child_process: allow typed arrays for inputSarat Addepalli
2018-09-06doc: warn against streaming from character devicesGireesh Punathil
2018-09-06doc: initial cut at support tiers for diag toolsMichael Dawson
2018-09-06http2: graduate from experimentalJames M Snell
2018-09-06process: add allowedNodeEnvironmentFlags propertyChristopher Hiller
2018-09-06http2: throw better error when accessing unbound socket proxyJames M Snell
2018-09-06doc: simplify http2 wording and formattingRich Trott
2018-09-06doc: clarify ERR_AMBIGUOUS_ARGUMENTRich Trott
2018-09-06doc: clarify git config name/email requirementsAnna Henningsen
2018-09-06doc: document removed error codesSarat Addepalli
2018-09-03os: add os.{get,set}Priority()cjihrig
2018-09-03doc: state callback behavior on empty bufferRuben Verborgh
2018-09-03doc: make createPushResponse() more detailledMaleDong
2018-09-03http: adding doc and debug for calling empty string on write functionAnto Aravinth
2018-09-03stream: restore flow if there are 'data' handlers after once('readable')Matteo Collina