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-05-24http2: fix several serious bugsAnatoli Papirovski
2018-05-22doc: fix some nits in hardcoded manpage linksVse Mozhet Byt
2018-05-22doc: fix fs.promises sample codesKeita Akutsu
2018-05-22doc: fix typo in http2.mdKeita Akutsu
2018-05-22doc: fix linter warnings and typos in manpageAlhadis
2018-05-22vm,trace_events: add node.vm.script trace events categoryJames M Snell
2018-05-22doc: add missing `changes:` entry for assert.throwsAnna Henningsen
2018-05-14doc: fixup NODE_EXTERN -> NAPI_EXTERNMichael Dawson
2018-05-14doc: fix signature for napi_create_range_errorMichael Dawson
2018-05-14doc: fix typo in dns docsAnna Henningsen
2018-05-14src: add environment cleanup hooksAnna Henningsen
2018-05-14crypto: support authTagLength in GCM encryptionTobias Nießen
2018-05-14crypto: allow to restrict valid GCM tag lengthTobias Nießen
2018-05-13module: add --preserve-symlinks-mainDavid Goldstein
2018-05-12doc: add global node_modules to require.resolve()musgravejw
2018-05-12doc: fix stability text for n-apiMichael Dawson
2018-05-12esm: provide named exports for builtin libsGus Caplan
2018-05-12doc: add util.types.isModuleNamespaceObject()Gus Caplan
2018-05-12timers: make timer.refresh() a public APIJeremiah Senkpiel
2018-05-12doc: fix nits in doc/api_assets/style.cssVse Mozhet Byt
2018-05-12doc: update assert documentationRuben Bridgewater
2018-05-12assert: accept regular expressions to validateRuben Bridgewater
2018-05-12doc: add util.types.isBig{Int,Uint}64Array()cjihrig
2018-05-12doc: fix missing napi_get_typedarray_info() paramGabriel Schulhof
2018-05-12doc: update VM section textDaniel Bevenius
2018-05-12doc: add parameters for Http2Stream:error eventUjjwal Sharma
2018-05-12doc: add params for ClientHttp2Session:altsvcUjjwal Sharma
2018-05-12doc, tools: unify stability signaturesVse Mozhet Byt
2018-05-12doc: refactor mode constants parts in fs.mdShobhit Chittora
2018-05-092018-05-08, Version 10.1.0 (Current)v10.1.0Myles Borins
2018-05-09doc: match console.count()/countReset() signaturesLambdac0re
2018-05-09doc: clarify `this` in event listenersdaGo
2018-05-09doc: add trace category for fs sync methodsChin Huang
2018-05-09fs: move fs/promises to fs.promisescjihrig
2018-05-09doc: excise "periodically" before "emit events"Jesse W. Collins
2018-05-09doc: edit text about revoking deprecationsRich Trott
2018-05-09doc: edit text for DEP0013Rich Trott
2018-05-09doc: minor edit to DEP0065Rich Trott
2018-05-09doc: fix minor typographical error in DEP0079 textRich Trott
2018-05-09doc: edit text for DEP0082Rich Trott
2018-05-09doc: fix text for DEP0085Rich Trott
2018-05-09doc: edit text for DEP0094Rich Trott
2018-05-09doc: edit text for DEP0012Rich Trott
2018-05-09doc: edit text for DEP0101Rich Trott
2018-05-09doc: edit text for DEP0104Rich Trott
2018-05-09doc: add parameters for Http2Session:stream eventUjjwal Sharma
2018-05-09doc: update one more command in crypto.mdShobhit Chittora
2018-05-09doc: updates crypto doc with openssl list -cipher-algorithmsShobhit Chittora
2018-05-09doc: fix N-API property descriptor documentationGabriel Schulhof
2018-05-09https: defines maxHeadersCount in the constructorDaiki Arai