Navigation Menu

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: d12ad6365b82
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: fcd50f0adb61
Choose a head ref
  • 12 commits
  • 18 files changed
  • 11 contributors

Commits on Nov 13, 2014

  1. build: i18n: support little-endian machines

    Note that this may not affect anything until powerpc support lands in
    v8.
    
    Related: https://github.com/srl295/node/issues/7
    Related: srl295/node@ba8ab91
    PR-URL: #8712
    Reviewed-by: Trevor Norris <trev.norris@gmail.com>
    srl295 authored and trevnorris committed Nov 13, 2014
    Copy the full SHA
    855b1c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2014

  1. module: correct the order of the assertions

    this puts the type-checking assertions in require
    into proper order.
    
    PR-URL: #8333
    Reviewed-by: Chris Dickinson <christopher.s.dickinson@gmail.com>
    Reviewed-by: Fedor Indutny <fedor@indutny.com>
    haoxin authored and chrisdickinson committed Nov 14, 2014
    Copy the full SHA
    00d7b13 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2014

  1. fs: fix symlink error message

    the arguments were swapped, so fs.symlink{Sync,} would
    report that the wrong file EEXIST'd in error.
    
    Fixes: #8651
    Fixes: #4314
    Fixes: #5381
    PR-URL: #8657
    Reviewed-by: Chris Dickinson <christopher.s.dickinson@gmail.com>
    vkurchatkin authored and chrisdickinson committed Nov 16, 2014
    Copy the full SHA
    f6556b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2014

  1. process: pid can be a string in process.kill()

    Not allowing string was a change from v0.10 behaviour, commented on in
    #7991. Allow them again, but still check that argument is
    numberish. Also, simplify the fragile and non-portable test code
    introduced in 832ec1c that required fixups 2a41535, and
    ef3c4ed.
    
    PR-URL: #8531
    Reviewed-by: Trevor Norris <trev.norris@gmail.com>
    sam-github authored and trevnorris committed Nov 17, 2014
    Copy the full SHA
    743a009 View commit details
    Browse the repository at this point in the history
  2. dns: propagate domain for c-ares methods

    Fixes: #5471
    PR-URL: #8732
    Reviewed-by: Trevor Norris <trev.norris@gmail.com>
    chrisdickinson committed Nov 17, 2014
    Copy the full SHA
    0fef250 View commit details
    Browse the repository at this point in the history
  3. doc: fix typos in http.markdown

    PR-URL: #4784
    Reviewed-by: Chris Dickinson <christopher.s.dickinson@gmail.com>
    cistov authored and chrisdickinson committed Nov 17, 2014
    Copy the full SHA
    adc0206 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2014

  1. doc: clarify return value of http.createServer

    PR-URL: #6054
    Reviewed-by: Isaac Z. Schlueter <i@izs.me>
    Reviewed-by: Chris Dickinson <christopher.s.dickinson@gmail.com>
    msafi authored and chrisdickinson committed Nov 19, 2014
    Copy the full SHA
    6a67823 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2014

  1. doc: correct broken link in net.markdown

    Fixes broken link to Readable Stream documentation.
    
    Fixes: #8464
    PR-URL: #8756
    Reviewed-by: Chris Dickinson <christopher.s.dickinson@gmail.com>
    OpenSourceSteve authored and chrisdickinson committed Nov 20, 2014
    Copy the full SHA
    4dc8b26 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2014

  1. path: allow calling platform specific methods

    Add path.posix and path.win32 which have the specific methods like
    resolve and normalize so you can specifically normalize or resolve
    based on the target platform.
    
    PR-URL: #5661
    Reviewed-by: Chris Dickinson <christopher.s.dickinson@gmail.com>
    tjfontaine authored and chrisdickinson committed Nov 21, 2014
    Copy the full SHA
    6a90a06 View commit details
    Browse the repository at this point in the history
  2. path: added parse() and format() functions

    The parse() function splits a path and returns an object
    with the different elements. The format() function is the
    reverse of this and adds an objects corresponding path
    elements to make up a string. Fixes #6976.
    
    Fixes: #6976
    PR-URL: #8750
    Reviewed-by: Julien Gilli <julien.gilli@joyent.com>
    roryrjb authored and chrisdickinson committed Nov 21, 2014
    Copy the full SHA
    2d17193 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2014

  1. test: runner support for flaky tests

    Adding --flaky-tests option, to allow regarding flaky tests failures
    as non-fatal.
    
    Currently only observed by the TapProgressIndicator, which will
    add a # TODO directive to tests classified as flaky. According to the
    TAP specification, the test harness is supposed to treat failures
    that have a # TODO directive as non-fatal.
    orangemocha committed Nov 24, 2014
    Copy the full SHA
    cbf966e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fcd50f0 View commit details
    Browse the repository at this point in the history