Skip to content
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b5c9dcb6d73d
Choose a base ref
...
head repository: nodejs/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 72f1b348b021
Choose a head ref
  • 8 commits
  • 8 files changed
  • 1 contributor

Commits on Jan 8, 2015

  1. build: don't run make recursively

    For targets that need the binary: don't invoke `make all` as part of the
    recipe, just depend on the $(NODE_EXE) target.
    
    PR-URL: #262
    Reviewed-By: Bert Belder <[email protected]>
    bnoordhuis committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    e3f8610 View commit details
    Browse the repository at this point in the history
  2. build: remove upload targets from makefile

    The targets upload to nodejs.org but that is the joyent/node website.
    
    PR-URL: #262
    Reviewed-By: Bert Belder <[email protected]>
    bnoordhuis committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    73b9323 View commit details
    Browse the repository at this point in the history
  3. doc: rename node.1 -> iojs.1

    PR-URL: #262
    Reviewed-By: Bert Belder <[email protected]>
    bnoordhuis committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    3f8b76e View commit details
    Browse the repository at this point in the history
  4. doc: s/node/iojs/ in iojs.1

    The binary is about to be renamed from `node` to `iojs`; preemptively
    update the man page.
    
    PR-URL: #262
    Reviewed-By: Bert Belder <[email protected]>
    bnoordhuis committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    62bd711 View commit details
    Browse the repository at this point in the history
  5. doc: update v8 options in man page

    Update the outdated list of V8 options in the man page.
    
    PR-URL: #262
    Reviewed-By: Bert Belder <[email protected]>
    bnoordhuis committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    57a2cab View commit details
    Browse the repository at this point in the history
  6. test: remove --use-http1 test runner flag

    The flag was used for a short while during the v0.5 development cycle,
    four years ago.  Remove it, it's long overdue.
    
    PR-URL: #262
    Reviewed-By: Bert Belder <[email protected]>
    bnoordhuis committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    3e7a25d View commit details
    Browse the repository at this point in the history
  7. build: rename binary from node to iojs

    * rename the build targets
    
    * update the test runner to use `out/{Debug,Release}/iojs`
    
    * update the installer to install the iojs binary
    
    * update one test that explicitly checks for the binary name
    
    PR-URL: #262
    Reviewed-By: Bert Belder <[email protected]>
    bnoordhuis committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    f17f473 View commit details
    Browse the repository at this point in the history
  8. install: install iojs -> node compat symlink

    Install a symlink for compatibility with scripts that expect a binary
    called `node` or have a /path/to/node shebang.  Only done on UNIX
    platforms because symlinks on Windows require elevated privileges.
    
    PR-URL: #262
    Reviewed-By: Bert Belder <[email protected]>
    bnoordhuis committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    72f1b34 View commit details
    Browse the repository at this point in the history
Loading