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: 34bf6e46beb4
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 78d245f5b21e
Choose a head ref
  • 10 commits
  • 12 files changed
  • 5 contributors

Commits on Feb 20, 2014

  1. gyp: specialize node.d for freebsd

    `node.d` should use `psinfo.d` instead of `procfs.d` and have statically
    defined architecture on FreeBSD.
    indutny committed Feb 20, 2014
    Copy the full SHA
    b940e0f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b7776fb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a6f89cc View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e0c5302 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2014

  1. doc: update assert.markdown

    Update assert.throws() and assert.doesNotThrow() docs
    Nicolab authored and indutny committed Feb 23, 2014
    Copy the full SHA
    1efe683 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2014

  1. stream: remove useless check

    mscdex authored and indutny committed Feb 24, 2014
    Copy the full SHA
    70ea5ba View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2014

  1. assert: Ensure reflexivity of deepEqual

    Ensure that the behavior of `assert.deepEqual` does not depend on
    argument ordering  when comparing an `arguments` object with a
    non-`arguments` object.
    jugglinmike authored and indutny committed Feb 25, 2014
    Copy the full SHA
    aae51ec View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2014

  1. http: invoke createConnection when no agent

    This makes it so that the user may pass in a
    `createConnection()` option, and they don't have
    to pass `agent: false` at the same time.
    
    Also adding a test for the `createConnection` option,
    since none was in place before.
    
    See #7014.
    TooTallNate committed Feb 26, 2014
    Copy the full SHA
    0a01a42 View commit details
    Browse the repository at this point in the history
  2. test: add agent: null http client request test

    This is just the test portion from #7012 / #7189,
    but targetted for the v0.10 branch.
    TooTallNate committed Feb 26, 2014
    Copy the full SHA
    47abdd9 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2014

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

    Conflicts:
    	configure
    	lib/_stream_readable.js
    	lib/http.js
    	src/node_dtrace.cc
    indutny committed Mar 2, 2014
    Copy the full SHA
    78d245f View commit details
    Browse the repository at this point in the history