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: f57e41379765
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 588c009781d8
Choose a head ref
  • 3 commits
  • 4 files changed
  • 3 contributors

Commits on Mar 11, 2015

  1. buffer: align chunks on 8-byte boundary

    When slicing global pool - ensure that the underlying buffer's data ptr
    is 8-byte alignment to do not ruin expectations of 3rd party C++ addons.
    
    NOTE: 0.10 node.js always returned aligned pointers and v0.12 should do
    this too for compatibility.
    
    PR-URL: #9375
    Reviewed-By: Trevor Norris <trev.norris@gmail.com>
    indutny committed Mar 11, 2015
    Copy the full SHA
    a33f23c View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2015

  1. test: update flaky test definitions

    test-fs-watch is flaky on OSX.
    orangemocha committed Mar 13, 2015
    Copy the full SHA
    e8b2109 View commit details
    Browse the repository at this point in the history
  2. make: remove node_dtrace from cpplint excludes

    Reviewed-By: Fedor Indutny <fedor@indutny.com>
    PR-URL: #8741
    Julien Gilli committed Mar 13, 2015
    Copy the full SHA
    588c009 View commit details
    Browse the repository at this point in the history