Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cherrypicked commits from joyent/node #1163

Closed
wants to merge 4 commits into from
Closed

Cherrypicked commits from joyent/node #1163

wants to merge 4 commits into from

Commits on Mar 16, 2015

  1. build: allow custom PackageMaker path

    Make PACKAGEMAKER customizable because PackageMaker is not necessarily
    installed in /Developer on OSX anymore.
    
    PR-URL: nodejs/node-v0.x-archive#9377
    Reviewed-By: Timothy J Fontaine <tjfontaine@gmail.com>
    Julien Gilli authored and cjihrig committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    1f4290b View commit details
    Browse the repository at this point in the history
  2. doc: fix '\\' typos on Windows

    This commit changes the Windows examples in path.markdown to
    correctly display '\\'.
    
    PR-URL: nodejs/node-v0.x-archive#9412
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    stcruy authored and cjihrig committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    690c96c View commit details
    Browse the repository at this point in the history
  3. net: use cached peername to resolve remote fields

    Allows socket.remote* properties to still be accessed even after the
    socket is closed.
    
    Fixes: nodejs/node-v0.x-archive#9287
    PR-URL: nodejs/node-v0.x-archive#9366
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    James Hartig authored and cjihrig committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    095ae0d View commit details
    Browse the repository at this point in the history
  4. make: remove node_dtrace from cpplint excludes

    PR-URL: nodejs/node-v0.x-archive#8741
    Reviewed-By: Fedor Indutny <fedor@indutny.com>
    Julien Gilli authored and cjihrig committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    1e52904 View commit details
    Browse the repository at this point in the history