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: 4ed55ffa6000
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: c9ef4b3ae2a3
Choose a head ref
  • 17 commits
  • 181 files changed
  • 10 contributors

Commits on Jun 26, 2015

  1. deps: upgrade to npm 2.11.3

    Reviewed-By: Julien Gilli <julien.gilli@joyent.com>
    PR-URL: #25545
    othiym23 authored and Julien Gilli committed Jun 26, 2015
    Copy the full SHA
    8917e43 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2015

  1. v8: cherry-pick JitCodeEvent patch from upstream

    Original commit log follows:
    
        Meaningful name for builtins in JitCodeEvent API.
    
        Report builtins by name (e.g. "Builtin:ArgumentsAdaptorTrampoline")
        instead of labeling everything "Builtin:A builtin from the snapshot"
    
        Review URL: https://codereview.chromium.org/1216833002
    
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    PR-URL: #25589
    bnoordhuis authored and Colin Ihrig committed Jun 29, 2015
    Copy the full SHA
    88a27a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2015

  1. V8: do not use wide reads in CopyCharsUnsigned

    Fixes segfault in 32bit SmartOS when built with GCC 4.9.
    
    This is the first of two backports from upstream v8:
    1. v8/v8@90dc5c9
    2. v8/v8@7cb82a7
    
    Original commit message:
    
      Do not use wide reads in CopyCharsUnsigned.
    
      R=jkummerow@chromium.org
      BUG=chromium:412967
      LOG=Y
    
      Review URL: https://codereview.chromium.org/566583002
    
      git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23876 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
    
    V8 issue: https://code.google.com/p/chromium/issues/detail?id=412967
    
    Fixes #25281
    
    Reviewed-By: Julien Gilli <julien.gilli@joyent.com>
    PR-URL: #25556
    hashseed authored and joaocgreis committed Jul 1, 2015
    Copy the full SHA
    48b0ca2 View commit details
    Browse the repository at this point in the history
  2. V8: remove V8_HOST_CAN_READ_UNALIGNED and its uses

    Fixes segfault in 32bit SmartOS when built with GCC 4.9.
    
    This is the second of two backports from upstream v8:
    1. v8/v8@90dc5c9
    2. v8/v8@7cb82a7
    
    Original commit message:
    
      Reland "Remove V8_HOST_CAN_READ_UNALIGNED and its uses."
    
      BUG=chromium:412967
      LOG=N
      R=jkummerow@chromium.org
    
      Review URL: https://codereview.chromium.org/571903002
    
      git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23938 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
    
    V8 issue: https://code.google.com/p/chromium/issues/detail?id=412967
    
    Fixes #25281
    
    Reviewed-By: Julien Gilli <julien.gilli@joyent.com>
    PR-URL: #25556
    hashseed authored and joaocgreis committed Jul 1, 2015
    Copy the full SHA
    13ea50e View commit details
    Browse the repository at this point in the history
  3. win,msi: create npm folder in AppData directory

    Create the empty npm folder in Roaming\Appdata so that non-Administrator
    users have a place to store global packages. This fixes the error Error:
    ENOENT, stat error that occurs when a user tries to run the npm install
    <package> command.
    
    Bug: #8141
    PR: #8838
    Reviewed-by: Bert Belder <bertbelder@gmail.com>
    Steven Rockarts authored and piscisaureus committed Jul 1, 2015
    Copy the full SHA
    4ffbce4 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2015

  1. test: mark microtask-queue-run(-domain) as flaky

    test-microtask-queue-run and test-microtask-queue-run-domain fail very
    rarely at least on linux x64, windows 2012r2 x64 and smartos x86
    
    Reviewed-By: Alexis Campailla <alexis@janeasystems.com>
    PR-URL: #25606
    joaocgreis committed Jul 2, 2015
    Copy the full SHA
    8294f32 View commit details
    Browse the repository at this point in the history
  2. test: Fix test-npm Makefile target for npm 2.8.4

    Changes in npm 2.8.4 broke the test-npm target.  This change
    updates to allow the tests to run once again
    
    Reviewed-By: Julien Gilli <julien.gilli@joyent.com>
    PR-URL: #25294
    mhdawson committed Jul 2, 2015
    Copy the full SHA
    dbda13a View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2015

  1. deps: fix out-of-band write in utf8 decoder

    Originally reported by: Kris Reeves <kris.re@bbhmedia.com>
    
    Reviewed-By: Trevor Norris <trev.norris@gmail.com>
    indutny authored and Julien Gilli committed Jul 4, 2015
    1
    Copy the full SHA
    78b0e30 View commit details
    Browse the repository at this point in the history
  2. 2015.07.03, Version 0.12.6 (Stable)

    * V8: fix out-of-band write in utf8 decoder
    Julien Gilli committed Jul 4, 2015
    Copy the full SHA
    0be9a77 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'v0.12.6-release' into v0.12

    Julien Gilli committed Jul 4, 2015
    Copy the full SHA
    9d3288c View commit details
    Browse the repository at this point in the history
  4. Now working on 0.12.7

    Julien Gilli committed Jul 4, 2015
    Copy the full SHA
    6b489e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2015

  1. test: support writing test output to file

    This is a minimal effort to support test output written both to
    stdout and file in order to get our buildbots understanding
    test output.
    
    Cherry picked from jbergstroem/node@3194073
    Original commit message follows:
      PR-URL: nodejs/node#934
      Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
      Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    
    Conflicts:
    	tools/test.py
    orangemocha committed Jul 8, 2015
    Copy the full SHA
    be4a8fc View commit details
    Browse the repository at this point in the history
  2. tools: pass constant to logger instead of string

    On a few of our installations (namely CentOS), passing 'INFO'
    resulted in a silent loglevel. Use a logging constant instead.
    
    Cherry-picked from nodejs/node@8606793
    Original commit metadata follows:
      Fixes: nodejs/build#104
      PR-URL: nodejs/node#1842
      Reviewed-By: Rod Vagg <rod@vagg.org>
    jbergstroem authored and orangemocha committed Jul 8, 2015
    Copy the full SHA
    162fca4 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2015

  1. Copy the full SHA
    2004654 View commit details
    Browse the repository at this point in the history
  2. build: support flaky tests in test-ci

    Adding support for specifying flaky test mode to
    the test runner:
    - via an environment variable FLAKY_TESTS for Makefile
    - via an argument ignore-flaky for vcbuild.bat
    
    Conflicts:
    	Makefile
    orangemocha committed Jul 10, 2015
    Copy the full SHA
    9d66f02 View commit details
    Browse the repository at this point in the history
  3. test: runner should return 0 on flaky tests

    Make the test runner return a 0 exit code when only
    flaky tests fail and --flaky-tests=dontcare is specified.
    orangemocha committed Jul 10, 2015
    Copy the full SHA
    9729d62 View commit details
    Browse the repository at this point in the history
  4. build: run-ci makefile rule

    Adding a single rule to be called from Jenkins.
    orangemocha committed Jul 10, 2015
    Copy the full SHA
    c9ef4b3 View commit details
    Browse the repository at this point in the history