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: 32478acf94ee
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 9371be0aa154
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Dec 18, 2013

  1. cluster, v8: fix --logfile=%p.log

    The %p is replaced with the current PID.  This used to work in node.js
    v0.9.7 but it seems to have been lost somewhere along the way.
    
    This commit makes the fix from 6b713b5 ("cluster: make --prof work for
    workers") work again.  Without it, all log data ends up in a single
    file and is unusable because the addresses are all wrong.
    bnoordhuis authored and tjfontaine committed Dec 18, 2013
    Copy the full SHA
    2eaef9f View commit details
    Browse the repository at this point in the history
  2. uv: Upgrade to v0.10.21

    tjfontaine committed Dec 18, 2013
    Copy the full SHA
    9371be0 View commit details
    Browse the repository at this point in the history