summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2016-12-05doc: correct it's vs. its usageRich Trott
2016-12-06doc: add people to cc for async_wrapAnna Henningsen
2016-12-05doc: add link to `net.Server` in tls.mdDevon Rifkin
2016-12-05doc: fix typo for `decipher.final`.iamchenxin
2016-12-03doc: suggest Buffer.alloc instead of Buffer#fillTeddy Katz
2016-12-03doc: clarify fs.createReadStream optionsWes Tyler
2016-12-03doc: var => const in js code examples of addons.mdVse Mozhet Byt
2016-12-03doc: rename writing_tests.md to writing-tests.mdSafia Abdalla
2016-12-02doc: it’s -> its in api/child_process.mdDevon Rifkin
2016-12-02doc: remove minor contradiction in debugger docRich Trott
2016-11-29doc: clarify introductory module materialRich Trott
2016-11-29doc: improve description of module `exports`Sam Roberts
2016-11-28doc: add guide for maintaining V8Ali Ijaz Sheikh
2016-11-25doc: fix crypto Verify cut-n-paste from Sign子丶言
2016-11-24doc: minor fixes event-loop-timers-and-nexttick.mdDan Koster
2016-11-24doc: changed order of invocations in https.request() example.atrioom
2016-11-24doc: fix crypto "decipher.setAAD()" typo子丶言
2016-11-23doc: clarify slashes-appending in url moduleRich Trott
2016-11-23doc: "util" is not needed to extend ES6 classesAdam Brunner
2016-11-23crypto: allow adding extra certs to well-known CAsSam Roberts
2016-11-222016-11-22, Version 7.2.0 (Current)Jeremiah Senkpiel
2016-11-22doc: fix <code> inside stability boxesRoman Reiss
2016-11-22doc: fix typo in assert code exampleVse Mozhet Byt
2016-11-21tools: disallow trailing whitespace for markdownSam Roberts
2016-11-20src: extend `HeapStatistics` with new fieldsGareth Ellis
2016-11-20crypto: return `this` in setAuthTag/setAADKirill Fomichev
2016-11-20doc: remove backtick escaping for manpage refsAnna Henningsen
2016-11-19doc: improve description of urlObject.queryRahat Ahmed
2016-11-19doc: small improvements in readline code examplesVse Mozhet Byt
2016-11-18doc: child_process .stdio accepts a String typeKenneth Skovhus
2016-11-18doc: remove invalid padding from privateEncryptJungMinu
2016-11-18doc: add return types and props types to OS moduleimatvieiev
2016-11-18dns: implement {ttl: true} for dns.resolve6()Ben Noordhuis
2016-11-18dns: implement {ttl: true} for dns.resolve4()Ben Noordhuis
2016-11-18doc: strip trailing whitespaceSam Roberts
2016-11-18doc: fix "either as either" typoSam Roberts
2016-11-18doc: fix tls "the the" typoSam Roberts
2016-11-18doc: describe when a tls server emits 'close'Sam Roberts
2016-11-18doc: fix an SNI mistyped as SNSSam Roberts
2016-11-18doc: move TSC and CTC meeting minutes out of core repoJames M Snell
2016-11-18doc: fix typo in doc/repl.md line: 6Mitsuo Utano
2016-11-16doc: make comment indentation consistentDaniel Bevenius
2016-11-15doc: remove redundant warning informationBrian White
2016-11-15doc: improve process.emitWarning() exampleBrian White
2016-11-15doc: clarify eventType in fs.watchNikolai Vavilov
2016-11-15doc: wrap long lines in http.requestTimothy Gu
2016-11-15doc: fix type of http.request's `agent` optionTimothy Gu
2016-11-15doc: fix a typo in the assert.mdVse Mozhet Byt
2016-11-13process: add `process.memoryUsage.external`Fedor Indutny
2016-11-14doc: fix typo e.g., => e.g.Daijiro Yamada