test: add test-npm-install to parallel tests suite
[platform/upstream/nodejs.git] / doc /
2016-03-30 Bill Automatadoc: update crypto docs to use good defaults
2016-03-30 Brian Whitedoc: fix crypto update() signatures
2016-03-30 Jackson Tianlib: reduce usage of `self = this`
2016-03-30 Jeremiah Senkpieldoc: reformat & improve node.1 manual page
2016-03-30 topaldoc: updated fs #5862 removed irrelevant data in fs...
2016-03-21 Andrea Giammarchidoc: fix typo in synchronous randomBytes example
2016-03-21 Jarrett Widmandoc: topic blocking vs non-blocking
2016-03-21 Rich Trottdoc: fix invalid path doc comments
2016-03-21 Jeremiah Senkpieldoc: update release tweet template
2016-03-21 Benjamin Gruenbaumdoc: fix typo in child_process docs
2016-03-21 Rod Vaggbuild: update Node.js logo on OSX installer
2016-03-21 Felix Böhmdoc: fix return value of write methods
2016-03-21 Mithun Pateldoc: Add note about use of JSON.stringify()
2016-03-21 Rich Trottdoc: explain path.format() algorithm
2016-03-21 Kirill Fomichevdoc: clarify type of first argument in zlib
2016-03-21 Daijiro Wachidoc: fix typo in api/addons
2016-03-21 Stefano Vozzadoc: remove non-standard use of hyphens
2016-03-21 Robert C Jensendoc: include typo in 'unhandledRejection' example
2016-03-21 Steve Maodoc: fix markdown links
2016-03-21 Myles Borinsdocs: update link to iojs+release ci job
2016-03-21 axvmdoc: fix dns.resolveCname description typo
2016-03-21 Michaël Zassodoc: fix typo in fs.symlink
2016-03-21 silverwinddoc: update link green to match homepage
2016-03-21 Robert Jefe Lindstaedtbuild: update Node.js logo on Win installer
2016-03-21 Kári Tristan Helgasondoc: add clarification on birthtime in fs stat
2016-03-21 Evan Lucasdoc: fix typo in child_process documentation
2016-03-21 ronkorvingdoc: update NAN urls in ROADMAP.md and doc/releases.md
2016-03-21 Brian Whitedoc: fix crypto function indentation level
2016-03-21 Alexander Makarenkodoc: fix links in tls, cluster docs
2016-03-21 Evan Lucasdoc: fix relative links in net docs
2016-03-21 Marc Cuvadoc: fix typo in pbkdf2Sync code sample
2016-03-21 Rafael Cepedadoc: add missing property in cluster example
2016-03-21 Jackson Tiandoc: improve httpVersionMajor / httpVersionMajor
2016-03-21 James M Snelldoc: improve unhandledException doc copy
2016-03-21 Chinedu Francis... doc: fix buf.readInt16LE output
2016-03-21 Tristan Slominskidoc: document base64url encoding support
2016-03-21 Vaibhavdoc: update removeListener behaviour
2016-03-21 Anton Andesendoc: add note for binary safe string reading
2016-03-21 Kevin Lockedoc: clarify when writable.write callback is called
2016-03-21 Sequoia McDowelldoc: add info to docs on how to submit docs patch
2016-03-21 Jeremiah Senkpieldoc: add onboarding resources
2016-03-21 Craig Akimotodoc: update V8 URL
2016-03-21 Ron Korvingdoc: document fs.datasync(Sync)
2016-03-21 Jeremiah Senkpieldoc: add "building node with ninja" guide
2016-03-21 Alexander Makarenkodoc: fix links in Addons docs
2016-03-02 Rich Trottdoc: copyedit util doc
2016-03-02 cjihrigdoc: mention prototype check in deepStrictEqual()
2016-03-02 Dirceu Pereira Tiegsdoc: clarify error handling in net.createServer
2016-03-02 Hugo Wooddoc: `require` behavior on case-insensitive systems
2016-03-02 Alexander Makarenkodoc: improvements to crypto.markdown copy
2016-03-02 dcposch@dcpos.chdoc: link to man pages
2016-03-02 Matt Loringtools: add --prof-process flag to node binary
2016-03-02 Rich Trottdoc,tools,test: lint doc-based addon tests
2016-03-02 Kevin Lockedoc: clarify child_process.execFile{,Sync} file arg
2016-03-02 Chinedu Francis... doc: fix buf.length slice example
2016-03-02 Chinedu Francis... doc: fix buffer[index] example
2016-03-02 Rafael Cepedadoc: fix template string
2016-03-02 Alexander Makarenkodoc: improvements to console.markdown copy
2016-03-02 Brian Whitedoc: fix net.createConnection() example
2016-03-02 Roman Reissdoc: improve scrolling, various CSS tweaks
2016-03-02 Ben Noordhuisdoc: console is asynchronous unless it's a file
2016-03-02 Alejandro Oviedodoc: merging behavior of writeHead vs setHeader
2016-03-02 Minwoo Jungdoc: fix reference to API `hash.final`
2016-03-02 Rainer Oviirdoc: uppercase 'RSA-SHA256' in crypto.markdown
2016-03-02 Alexander Makarenkodoc: consistent styling for functions in TLS docs
2016-03-02 Rich Trottdoc: apply consistent styling for functions
2016-03-02 Minwoo Jungdoc: fix `notDeepEqual` API
2016-03-02 Sakthipriyan Vairamanidoc: show links consistently in deprecations
2016-03-02 ChALkeRdoc: don't use "interface" as a variable name
2016-03-02 Timothy Gudoc: fix JSON generation for aliased methods
2016-03-02 Jackson Tiandoc: fix code type of markdowns
2016-03-02 Benjamin Gruenbaumdoc: check for errors in 'listen' event
2016-03-02 Glen Arrowsmithdoc: Examples work when data exceeds buffer size
2016-03-02 Robert Jefe Lindstaedtdoc: harmonize $ node command line notation
2016-03-02 Claudio Rodriguezdoc: fix type references for link gen, link css
2016-03-02 Alexander Makarenkodoc: multiple improvements in Stream docs
2016-03-02 piepmatzdoc: fix anchor links from stream to http and events
2016-03-02 Benjamin Gruenbaumdoc: replace function expressions with arrows
2016-03-02 Alexander Makarenkodoc: fix links order in Buffer doc
2016-03-02 Michaël Zassodoc: clarify optional arguments of Buffer methods
2016-03-02 Alexander Makarenkodoc: improve styling consistency in Buffer docs
2016-03-02 Timothy Gudoc: make buffer methods styles consistent
2016-03-02 Jimb Esserdoc: fix nonsensical grammar in Buffer::write
2016-03-02 Michael Theriotdoc: fix named anchors in addons.markdown and http...
2016-03-02 Karl Skomskidoc: add buf.indexOf encoding param with example
2016-03-02 Robert Jefe Lindstaedtdoc: fenced all code blocks, typo fixes
2016-03-02 Roman Klaukedoc: make references clickable
2016-03-02 Ryan Soboldoc: improve child_process.execFile() code example
2016-03-02 Richard Sundoc: remove "above" and "below" references
2016-03-02 Shigeki Ohtsudoc: fix heading level error in Buffer doc
2016-03-02 James M Snelldoc: improvements to crypto.markdown copy
2016-03-02 James M Snelldoc: improve child_process.markdown copy
2016-03-02 James M Snelldoc: improvements to buffer.markdown copy
2016-03-02 James M Snelldoc: improve addons.markdown copy
2016-03-02 cjihrigdoc: update process.send() signature
2016-03-02 Rich Trottdoc: fix minor inconsistencies in repl doc
2016-03-02 Noah Rosedoc: clarify exceptions during uncaughtException
2016-03-02 Rich Trottdoc: fix dgram doc indentation
2016-03-02 Rich Trottdoc: fix typo in dgram doc
2016-03-02 Timothy Gudoc: fix link in cluster documentation
next