summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2016-05-24doc: remove "\" within backticksRod Machen
2016-05-242016-05-24, Version 4.4.5 'Argon' (LTS)Myles Borins
2016-05-24doc: clarify buffer classSteve Mao
2016-05-24doc: fix typos in timers topic to aid readabilityKevin Donahue
2016-05-24doc: reference list of language-specific globalsAnna Henningsen
2016-05-23doc: general improvements to util.mdJames M Snell
2016-05-23doc: add `added:` information for zlibAnna Henningsen
2016-05-23doc: make the api doc print-friendlyMarian
2016-05-20doc: general improvements to v8.md copyJames M Snell
2016-05-20doc: fix typo in Error.captureStackTraceMohsen
2016-05-20doc: make param names consistent & fix doc linkSakthipriyan Vairamani
2016-05-20doc: add `added:` info for `process.cpuUsage`Anna Henningsen
2016-05-20doc: fix mkdtemp example by removing hyphenSakthipriyan Vairamani
2016-05-19doc: improve vm.md copyJames M Snell
2016-05-19doc: Add resolveNaptr and naptr rrtype docsDoug Wade
2016-05-19doc: add note for fs.watch virtualized envRobert Jefe Lindstaedt
2016-05-19doc: add `added:` information for punycodeDaniel Wang
2016-05-18doc: add `added:` info for dgram.*Membership()Rich Trott
2016-05-17doc: clarify fs.mkdtemp prefix argumentJames M Snell
2016-05-17doc: add `added:` information for fsAnna Henningsen
2016-05-172016-05-17, Version 6.2.0 (Stable)Evan Lucas
2016-05-17doc: remove link to Sign in crypto.mdKirill Fomichev
2016-05-17doc: add `added:` in for `tty`Rich Trott
2016-05-17doc: update openssl.org hash linkssilverwind
2016-05-17src: refactor require('constants')James M Snell
2016-05-16doc: fix links in socket.connectingKirill Fomichev
2016-05-16doc: copyedit maxBuffer note for child_processRich Trott
2016-05-16doc: add `added` info for `dgram.setBroadcast()`Rich Trott
2016-05-16doc: improve zlib docsJames M Snell
2016-05-16doc: readline.emitKeypressEvents and raw modeArve Seljebu
2016-05-16doc: update vm.runInDebugContext() exampleBen Noordhuis
2016-05-15doc: add `added:` info for `string_decoder`Rich Trott
2016-05-15doc: update fs callback example error stackDavidCai
2016-05-15doc: fix issues related to page scrollingRoman Reiss
2016-05-13util: adhere to `noDeprecation` set at runtimeAnna Henningsen
2016-05-13src,module: add --preserve-symlinks command line flagJames M Snell
2016-05-13doc: add `added:` information for assertRich Trott
2016-05-13doc: appendFileSync accepts fd as wellFaiz Halde
2016-05-13repl: copying tabs shouldn't trigger completionEugene Obrezkov
2016-05-13doc: fix exec example in child_processEvan Lucas
2016-05-13doc: undocument fs.open's 'rs' modeSaúl Ibarra Corretgé
2016-05-12doc: add `added:` information for v8Rich Trott
2016-05-12repl: exports `Recoverable`Blake Embrey
2016-05-12doc: server.listen truncates socket path on unixJean Regisser
2016-05-11doc: update releases.md with new changelog structureJames M Snell
2016-05-11doc: refactor the changelog by versionJames M Snell
2016-05-11doc: "a" -> "an" in api/documentation.mdAnchika Agarwal
2016-05-10doc: fix deprecation warnings in addon examplesBen Noordhuis
2016-05-10doc: mention existence/purpose of module wrapperMatt Harrison
2016-05-10doc,events: fix a link typoyorkie