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: fa94f0fe8338
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 9b61f570d86f
Choose a head ref
  • 7 commits
  • 6 files changed
  • 4 contributors

Commits on Oct 23, 2012

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

Commits on Oct 24, 2012

  1. repl: call resume() after setRawMode()

    Solves #4178, but does not fix the underlying issue
    piscisaureus committed Oct 24, 2012
    Copy the full SHA
    f34f1e3 View commit details
    Browse the repository at this point in the history
  2. blog: Post for v0.9.3 release

    isaacs committed Oct 24, 2012
    Copy the full SHA
    82a72e9 View commit details
    Browse the repository at this point in the history
  3. url: parse hostnames that start with - or _

    Allow hostnames like '-lovemonsterz.tumblr.com' and '_jabber._tcp.google.com'.
    
    Fixes #4177.
    bnoordhuis committed Oct 24, 2012
    Copy the full SHA
    de0303d View commit details
    Browse the repository at this point in the history
  4. build: add --unsafe-optimizations configure switch

    Turns on -O3 and other optimizations that may produce buggy code with some
    toolchains. Use at your own risk.
    bnoordhuis committed Oct 24, 2012
    Copy the full SHA
    28e6403 View commit details
    Browse the repository at this point in the history
  5. v8: remove optimization switches

    Remove compiler switches from $(TOPLEVEL)/deps/v8/build/common.gypi, we set
    them globally in $(TOPLEVEL)/common.gypi.
    
    Commit 29d12c7 accidentally reintroduced the switches again. In particular,
    the 'cflags!': ['-O2','-Os'] section forced building V8 without any
    optimizations, resulting in a steep (~66%) performance drop on some benchmarks.
    
    Fixes #4191.
    bnoordhuis committed Oct 24, 2012
    Copy the full SHA
    4b8629d View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2012

  1. Merge remote-tracking branch 'origin/v0.8'

    Conflicts:
    	configure
    	deps/v8/build/common.gypi
    bnoordhuis committed Oct 25, 2012
    Copy the full SHA
    9b61f57 View commit details
    Browse the repository at this point in the history