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: a35ba2f67dfc
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: a103712a625b
Choose a head ref
  • 5 commits
  • 4 files changed
  • 3 contributors

Commits on Feb 4, 2015

  1. deps: log V8 version in profiler log file

    Patch from issue 800293002 authored by ben@strongloop.com
    
    Review URL: https://codereview.chromium.org/806143002
    
    PR-URL: #9043
    Reviewed-by: Trevor Norris <trev.norris@gmail.com>
    Reviewed-By: Timothy J Fontaine <tjfontaine@gmail.com>
    bnoordhuis authored and trevnorris committed Feb 4, 2015
    Copy the full SHA
    431eb17 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2015

  1. url: reslove urls with . and ..

    '.' and '..' are directory specs and resolving urls with or without the
    hostname with '.' and '..' should add a trailing slash to the end of the
    url.
    
    Fixes: #8992
    PR-URL: #9010
    Reviewed-by: Trevor Norris <trev.norris@gmail.com>
    amir-s authored and trevnorris committed Feb 9, 2015
    Copy the full SHA
    ad06848 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2015

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

    Conflicts:
    	deps/v8/src/log-utils.cc
    Julien Gilli committed Feb 16, 2015
    Copy the full SHA
    a6bdd8f View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2015

  1. deps: add test for V8 version in profiler's log

    431eb17 had integrated the addition of
    V8's version in V8's profiler log files, without backporting the test
    that was included in the original change
    (https://codereview.chromium.org/806143002). This commit backports this
    test.
    
    The newly added test was tested with
    #9208.
    Julien Gilli committed Feb 17, 2015
    Copy the full SHA
    2b095bb View commit details
    Browse the repository at this point in the history
  2. deps: do not add extra newline in log file

    The commit in v0.10 (431eb17) that
    backported the original change
    (https://codereview.chromium.org/806143002) did add an extra newline
    because the logging facilities in v0.10's V8 do not add one.
    
    When merging this commit in v0.12, V8's logging facilities now
    automatically add the newline character, and the debug builds assert if
    one is already present.
    Julien Gilli committed Feb 17, 2015
    Copy the full SHA
    a103712 View commit details
    Browse the repository at this point in the history