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
2017-10-25doc: fix spelling in v8.8.0 changelogMyles Borins
2017-10-25doc: remove loader hooks from unsupported featuresTeppei Sato
2017-10-25doc: fix wrong URLJon Moss
2017-10-25doc: fix typo in changelog for 8.8.0Alec Perkins
2017-10-25doc: fix doc stylesDaijiro Wachi
2017-10-25doc: add recommendations for first timersRefael Ackermann
2017-10-25doc: fix typo in zlib.mdLuigi Pinca
2017-10-242017-10-24, Node.js Version 8.8.0 (Current)v8.8.0Myles Borins
2017-10-24zlib: gracefully set windowBits from 8 to 9Myles Borins
2017-10-24child_process: add windowsHide optioncjihrig
2017-10-24doc: replace undocumented encoding aliasesVse Mozhet Byt
2017-10-24doc: async_hooks grammar nitsJon Moss
2017-10-24doc: link to async_hooks destroy callback properlyJon Moss
2017-10-24doc: fix some linksVse Mozhet Byt
2017-10-24doc: replace methods used in the example codeDamian
2017-10-24http2: support generic `Duplex` streamsAnna Henningsen
2017-10-24doc: fix http2 example with rstWithCancelc0b
2017-10-24tty,doc: add type-check to isattyBryan English
2017-10-24doc: improve {readable,writable}._destroy() docsLuigi Pinca
2017-10-24doc: remove duplicate optionsaayush.a
2017-10-24doc: fix comment in assert.mdumatoma
2017-10-24doc: add space after periodDiego Rodríguez Baquero
2017-10-24tools: enable additional eslint rulesAnatoli Papirovski
2017-10-24doc: minor correction to note on process sectionDaniel Bevenius
2017-10-24async_hooks: skip runtime checks when disabledAndreas Madsen
2017-10-24doc: fix links in http2.mdVse Mozhet Byt
2017-10-24doc: document opening hidden files on WindowsBartosz Sosnowski
2017-10-24doc: add return value to util.promisifySupamic
2017-10-24doc: clarify using crlfDelay with fs streamsVse Mozhet Byt
2017-10-24doc: add @nodejs/build to onboarding-extras.mdLance Ball
2017-10-24doc: update test/inspector referenceJon Moss
2017-10-23src: do not add .domain to promises in VM contextsTimothy Gu
2017-10-23http2: expose http2 by default, add NODE_NO_HTTP2James M Snell
2017-10-18doc: public keys don't accept passphrasesBen Noordhuis
2017-10-18doc: clarify os.cpus() returns logical CPU coresLuke Childs
2017-10-18doc: add return values in crypto documentationJeremy Huang
2017-10-18doc: reduce keylen in pbkdf2 examplesLukas
2017-10-18doc: update to use NAPI_AUTO_LENGTHMichael Dawson
2017-10-18doc: fix paragraph line-height issuesilverwind
2017-10-18doc: add missing commaJon Moss
2017-10-18doc: added note to fs.watchFile on previousStatNiveditN
2017-10-18doc: add UV_THREADPOOL_SIZE link definitionJon Moss
2017-10-18doc: fix dgram.md typosAlessandro Vergani
2017-10-18doc: clarify usage of util.promisify.customShiya Luo
2017-10-18doc: include V8 commit URL in V8 backport guideGibson Fahnestock
2017-10-18doc: fix changelog anchor to v8.7.0Lewis Zhang
2017-10-18doc: remove undefined reference variableAdarsh Honawad
2017-10-18doc: rename good first contrib labelJeremiah Senkpiel
2017-10-18module: resolve and instantiate loader pipeline hooksguybedford
2017-10-18doc: fix the description of 'close' eventJames M. Greene