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

Commits on Mar 10, 2014

  1. Copy the full SHA
    68bfa91 View commit details
    Browse the repository at this point in the history
  2. buffer: fix typo in SlowBuffer

    vkurchatkin authored and tjfontaine committed Mar 10, 2014
    Copy the full SHA
    e108ff4 View commit details
    Browse the repository at this point in the history
  3. test: timers-ordering should be more precise

    Internally we use hrtime to schedule when a timer will fire, to avoid
    the perils of clock drift or other external operation making time go
    backward. The timers ordering test should use the same timing mechanism
    tjfontaine committed Mar 10, 2014
    Copy the full SHA
    a18c9b7 View commit details
    Browse the repository at this point in the history