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: 41d8e10f0d7b
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: fa84d1b13154
Choose a head ref
  • 7 commits
  • 10 files changed
  • 6 contributors

Commits on May 7, 2014

  1. buffer: Fix incorrect Buffer.compare behavior

    Fixes #7551
    
    Signed-off-by: Trevor Norris <trev.norris@gmail.com>
    feross authored and trevnorris committed May 7, 2014
    Copy the full SHA
    522dda2 View commit details
    Browse the repository at this point in the history
  2. url: treat \ the same as /

    See https://code.google.com/p/chromium/issues/detail?id=25916
    
    Parse URLs with backslashes the same as web browsers, by replacing all
    backslashes with forward slashes, except those that occur after the
    first # character.
    
    Manual rebase of 9520ade
    
    Signed-off-by: Trevor Norris <trev.norris@gmail.com>
    isaacs authored and trevnorris committed May 7, 2014
    Copy the full SHA
    f7ede33 View commit details
    Browse the repository at this point in the history
  3. doc: fix a typo

    Signed-off-by: Trevor Norris <trev.norris@gmail.com>
    seishun authored and trevnorris committed May 7, 2014
    Copy the full SHA
    79e8f65 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f10fd1d View commit details
    Browse the repository at this point in the history
  5. doc: add spec for util.deprecate()

    Signed-off-by: Trevor Norris <trev.norris@gmail.com>
    yorkie authored and trevnorris committed May 7, 2014
    Copy the full SHA
    a4f2f9e View commit details
    Browse the repository at this point in the history
  6. crypto, zlib: replace _binding with _handle

    Also include whitespace fixes to appease jslint.
    
    Signed-off-by: Trevor Norris <trev.norris@gmail.com>
    seishun authored and trevnorris committed May 7, 2014
    Copy the full SHA
    5344d0c View commit details
    Browse the repository at this point in the history

Commits on May 9, 2014

  1. freebsd,linux,sunos: make stack non-executable

    Link with -z,noexecstack to make stack memory non-executable.  Makes
    shellcode injection through buffer overflows more difficult.
    
    Fixes #7542.
    bnoordhuis authored and tjfontaine committed May 9, 2014
    Copy the full SHA
    fa84d1b View commit details
    Browse the repository at this point in the history