Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: c146855f06f7
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: b436e599d3db
Choose a head ref
  • 7 commits
  • 5 files changed
  • 3 contributors

Commits on Jun 26, 2015

  1. doc: improve http.abort description

    Per #4409, the documentation on http.abort is a bit lacking.
    This provides a slight improvement.
    
    Reviewed-By: James M Snell <jasnell@gmail.com>
    PR-URL: #25565
    jasnell committed Jun 26, 2015
    Copy the full SHA
    b4a0ca2 View commit details
    Browse the repository at this point in the history
  2. doc: mention that mode is ignored if file exists

    per: #6847
    
    Reviewed-By: James M Snell <jasnell@gmail.com>
    PR-URL: #25565
    jasnell committed Jun 26, 2015
    Copy the full SHA
    1b027ee View commit details
    Browse the repository at this point in the history
  3. doc: add CleartextStream deprecation notice

    Per: #8017
    
    Reviewed-By: James M Snell <jasnell@gmail.com>
    PR-URL: #25565
    jasnell committed Jun 26, 2015
    Copy the full SHA
    ba6c086 View commit details
    Browse the repository at this point in the history
  4. docs: Fix default options for fs.createWriteStream()

    The documentation for createWriteStream() references an
    'encoding' property that has a default value of null. However,
    this property is never referenced by createWriteStream() or
    WritableState(). Instead a 'defaultEncoding' property is
    referenced in WritableState() with a default of 'utf8' if no value
    is supplied.
    
    This fix updates the documentation to rename the 'encoding'
    property to 'defaultEncoding' and indicate its default value of
    'utf8'.
    
    Reviewed-By: James M Snell <jasnell@gmail.com>
    PR-URL: #25565
    chrisneave authored and jasnell committed Jun 26, 2015
    Copy the full SHA
    e7f4237 View commit details
    Browse the repository at this point in the history
  5. Documentation update about Buffer initialization

    fixes #7230
    
    Reviewed-By: James M Snell <jasnell@gmail.com>
    PR-URL: #25565
    sarathms authored and jasnell committed Jun 26, 2015
    1
    Copy the full SHA
    70efdf3 View commit details
    Browse the repository at this point in the history
  6. doc: fix line wrapping in buffer.markdown

    Fix the line wrapping in buffer.markdown
    
    Reviewed-By: James M Snell <jasnell@gmail.com>
    PR-URL: #25565
    jasnell committed Jun 26, 2015
    Copy the full SHA
    500ff56 View commit details
    Browse the repository at this point in the history
  7. doc: add a note about readable in flowing mode

    Original: #8682
    
    Slightly modified version of the original PR (#8682) to add
    appropriate line wrapping and fix a couple of grammar nits.
    
    Reviewed-By: James M Snell <jasnell@gmail.com>
    PR-URL: #25565
    jasnell committed Jun 26, 2015
    Copy the full SHA
    b436e59 View commit details
    Browse the repository at this point in the history