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: 4b77bd39a40f
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: eadb4f56063f
Choose a head ref
  • 18 commits
  • 226 files changed
  • 10 contributors

Commits on Jan 28, 2014

  1. Copy the full SHA
    8c05570 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2014

  1. blog: Post for v0.11.11

    tjfontaine committed Jan 29, 2014
    Copy the full SHA
    a98d541 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2014

  1. node: do not ever close stdio

    Even if stdio streams are opened as file streams, we should not ever try
    to close them. This could be accomplished by passing `autoClose: false`
    in options on their creation.
    indutny committed Jan 30, 2014
    Copy the full SHA
    e796e11 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2014

  1. deps: backport 883637bd from latest v8

    Original commit message:
    
      VS2013 contains a number of improvements, most notably the addition
      of all C99 math functions.
    
      I'm a little bit concerned about the change I had to make in
      cpu-profiler.cc, but I spent quite a bit of time looking at it and was
      unable to figure out any rational explanation for the warning. It's
      possible it's spurious. Since it seems like a useful warning in
      general   though, I chose not to disable globally at the gyp level.
    
      I do think someone with expertise here should probably try to
      determine if this is a legitimate warning.
    
      BUG=288948
      R=dslomov@chromium.org
    
      Review URL: https://codereview.chromium.org/23449035
    
    NOTE: Path applied without `cpu-profiler.cc` changes because in our
    version it was looking totally different.
    indutny committed Jan 31, 2014
    Copy the full SHA
    fac8f39 View commit details
    Browse the repository at this point in the history
  2. dtrace: fix arguments warning

    Add enough arguments to `NODE_NET_SOCKET_READ()` and
    `NODE_NET_SOCKET_WRITE()` stubs.
    indutny committed Jan 31, 2014
    Copy the full SHA
    643a7d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2014

  1. doc: add an example about multiple extensions

    `path.extname` returns only the last extension
    mquandalle authored and indutny committed Feb 3, 2014
    Copy the full SHA
    154d9d2 View commit details
    Browse the repository at this point in the history
  2. crypto: update root certificates

    Update the list of root certificates in src/node_root_certs.h with
    tools/mk-ca-bundle.pl and update src/node_crypto.cc to make use of
    the new format.
    
    Fixes #6013.
    bnoordhuis authored and indutny committed Feb 3, 2014
    Copy the full SHA
    09c51d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2014

  1. doc: fix references to error keyword

    References for err.signal and err.code should be error.signal and
    error.code.
    
    Fixes #6862
    Ben-Waters authored and indutny committed Feb 4, 2014
    Copy the full SHA
    d2147c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2014

  1. Copy the full SHA
    1317032 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2014

  1. Copy the full SHA
    e3d8359 View commit details
    Browse the repository at this point in the history
  2. dns: validate arguments in resolve

    Mitigat  C++-land assertion error, add test accordingly.
    
    fix #7070
    19h authored and indutny committed Feb 7, 2014
    Copy the full SHA
    56e80a3 View commit details
    Browse the repository at this point in the history
  3. dns: verify argument is valid function in resolve

    Don't use argument as callback if it's not a valid callback function.
    Throw a valid exception instead explaining the issue. Adds to #7070
    ("DNS — Throw meaningful error(s)").
    19h authored and indutny committed Feb 7, 2014
    Copy the full SHA
    2ee86c6 View commit details
    Browse the repository at this point in the history
  4. Revert "dns: verify argument is valid function in resolve"

    This reverts commit 2ee86c6.
    indutny committed Feb 7, 2014
    Copy the full SHA
    96379f8 View commit details
    Browse the repository at this point in the history
  5. Revert "dns: validate arguments in resolve"

    This reverts commit 56e80a3.
    indutny committed Feb 7, 2014
    Copy the full SHA
    d10a687 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2014

  1. Copy the full SHA
    3595139 View commit details
    Browse the repository at this point in the history
  2. npm: upgrade to 1.3.26

    isaacs authored and tjfontaine committed Feb 8, 2014
    Copy the full SHA
    2e8bb57 View commit details
    Browse the repository at this point in the history
  3. src: refactor buffer bounds checking

    Consolidate buffer bounds checking logic into Buffer namespace and use
    it consistently throughout the source.
    tjfontaine committed Feb 8, 2014
    Copy the full SHA
    5c832e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2014

  1. Merge remote-tracking branch 'upstream/v0.10'

    Conflicts:
    	deps/v8/src/preparser.cc
    	deps/v8/src/win32-math.h
    	doc/api/http.markdown
    	src/node_buffer.h
    	src/node_crypto.cc
    	src/node_file.cc
    	src/node_http_parser.cc
    tjfontaine committed Feb 9, 2014
    Copy the full SHA
    eadb4f5 View commit details
    Browse the repository at this point in the history