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

Commits on Oct 14, 2012

  1. docs: fix copy and paste error

    janl authored and piscisaureus committed Oct 14, 2012
    Copy the full SHA
    a7b5938 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2012

  1. Revert "Disable OpenSSL UI"

    This reverts commit 1c88c3b.
    
    It breaks the "read a password from stdin" functionality that OpenSSL provides.
    
    Fixes #4059, #4143.
    
    Conflicts:
    
    	deps/openssl/openssl.gyp
    bnoordhuis committed Oct 15, 2012
    Copy the full SHA
    28b0cc0 View commit details
    Browse the repository at this point in the history
  2. configure: turn on VFPv3 on ARMv7

    Fixes a V8 build error caused by missing arm_fpu and arm_neon settings.
    
    This is a back-port of commit bbf6b4e from the master branch.
    
    Fixes #4142.
    bnoordhuis committed Oct 15, 2012
    Copy the full SHA
    1205734 View commit details
    Browse the repository at this point in the history
  3. test: disable global variable check for "test-repl-options.js"

    Previously, the "global" mode of REPLs was broken when created after another
    non-global REPL (they would end up sharing the same context). Now that "global"
    mode is fixed for that case (b1e78ce), this
    test case gets its global scope modified with "module" and other REPL-specific
    properties, so disable the global check.
    TooTallNate committed Oct 15, 2012
    Copy the full SHA
    cca15e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2012

  1. Copy the full SHA
    627f0d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2012

  1. streams: remove useless line

    The removed line was removing a calllback that was never setup
    in first place. 016afe2 forgot to remove this.
    Soarez authored and bnoordhuis committed Oct 21, 2012
    Copy the full SHA
    72ce9ba View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/v0.8'

    Conflicts:
    	deps/openssl/openssl.gyp
    bnoordhuis committed Oct 21, 2012
    Copy the full SHA
    d0227b0 View commit details
    Browse the repository at this point in the history