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: 28ae70ebad8d
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: e46cbaa06d6f
Choose a head ref
  • 3 commits
  • 34 files changed
  • 1 contributor

Commits on Nov 6, 2014

  1. deps: update uv to v1.0.0-rc2

    PR-URL: #8566
    Reviewed-by: Fedor Indutny <fedor@indutny.com>
    Reviewed-by: Trevor Norris <trev.norris@gmail.com>
    saghul authored and trevnorris committed Nov 6, 2014
    Copy the full SHA
    ce112c2 View commit details
    Browse the repository at this point in the history
  2. core: replace uv_fs_readdir with uv_fs_scandir

    PR-URL: #8566
    Reviewed-by: Fedor Indutny <fedor@indutny.com>
    Reviewed-by: Trevor Norris <trev.norris@gmail.com>
    saghul authored and trevnorris committed Nov 6, 2014
    Copy the full SHA
    a5f1307 View commit details
    Browse the repository at this point in the history
  3. core: fix usage of uv_cwd

    It was modified in libuv to be consistent with uv_exepath and not
    include the trailing NULL byte in the returned size.
    
    PR-URL: #8566
    Reviewed-by: Fedor Indutny <fedor@indutny.com>
    Reviewed-by: Trevor Norris <trev.norris@gmail.com>
    saghul authored and trevnorris committed Nov 6, 2014
    Copy the full SHA
    e46cbaa View commit details
    Browse the repository at this point in the history